diff --git a/src/grammar.json b/src/grammar.json index 5d42bf0a..fdc8449d 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1089,7 +1089,7 @@ }, { "type": "SYMBOL", - "name": "extglob_pattern" + "name": "_extglob_blob" } ] } @@ -1115,7 +1115,7 @@ }, { "type": "SYMBOL", - "name": "extglob_pattern" + "name": "_extglob_blob" } ] } @@ -1206,7 +1206,7 @@ }, { "type": "SYMBOL", - "name": "extglob_pattern" + "name": "_extglob_blob" } ] } @@ -1232,7 +1232,7 @@ }, { "type": "SYMBOL", - "name": "extglob_pattern" + "name": "_extglob_blob" } ] } @@ -2071,20 +2071,20 @@ "type": "CHOICE", "members": [ { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_heredoc_pipeline" + }, + "named": true, + "value": "pipeline" + }, + { + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_heredoc_pipeline" - }, - "named": true, - "value": "pipeline" - }, { "type": "FIELD", "name": "redirect", @@ -2095,8 +2095,24 @@ "name": "file_redirect" } } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_heredoc_expression" + }, + { + "type": "BLANK" + } + ] } ] + }, + { + "type": "SYMBOL", + "name": "_heredoc_expression" } ] }, @@ -2146,6 +2162,36 @@ } ] }, + "_heredoc_expression": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "operator", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "||" + }, + { + "type": "STRING", + "value": "&&" + } + ] + } + }, + { + "type": "FIELD", + "name": "right", + "content": { + "type": "SYMBOL", + "name": "_statement" + } + } + ] + }, "_heredoc_body": { "type": "SEQ", "members": [ @@ -2432,6 +2478,40 @@ } ] }, + { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "left", + "content": { + "type": "SYMBOL", + "name": "_expression" + } + }, + { + "type": "FIELD", + "name": "operator", + "content": { + "type": "STRING", + "value": "=~" + } + }, + { + "type": "FIELD", + "name": "right", + "content": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_regex_no_space" + }, + "named": true, + "value": "regex" + } + } + ] + }, { "type": "SEQ", "members": [ @@ -2453,10 +2533,6 @@ "type": "STRING", "value": "==" }, - { - "type": "STRING", - "value": "=~" - }, { "type": "STRING", "value": "!=" @@ -2468,13 +2544,8 @@ "type": "FIELD", "name": "right", "content": { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_regex_no_space" - }, - "named": true, - "value": "regex" + "type": "SYMBOL", + "name": "_extglob_blob" } } ] @@ -4087,7 +4158,25 @@ "type": "ALIAS", "content": { "type": "PATTERN", - "value": "[\\s]+[\\w]*" + "value": "[\\s]+[\\w\\-]*" + }, + "named": true, + "value": "word" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_expansion_word" + }, + "named": true, + "value": "word" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_word_in_replacement" }, "named": true, "value": "word" @@ -4203,13 +4292,30 @@ } }, { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_regex_no_slash" - }, - "named": true, - "value": "regex" + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_regex_no_slash" + }, + "named": true, + "value": "regex" + }, + { + "type": "SYMBOL", + "name": "string" + } + ] + }, + { + "type": "BLANK" + } + ] }, { "type": "CHOICE", @@ -4232,8 +4338,22 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "_literal" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_literal" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_word_in_replacement" + }, + "named": true, + "value": "word" + } + ] }, { "type": "FIELD", @@ -4324,28 +4444,36 @@ "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "_simple_variable_name" - }, - { - "type": "SYMBOL", - "name": "number" - }, - { - "type": "SYMBOL", - "name": "arithmetic_expansion" - }, - { - "type": "SYMBOL", - "name": "expansion" - }, - { - "type": "SYMBOL", - "name": "parenthesized_expression" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_simple_variable_name" + }, + { + "type": "SYMBOL", + "name": "number" + }, + { + "type": "SYMBOL", + "name": "arithmetic_expansion" + }, + { + "type": "SYMBOL", + "name": "expansion" + }, + { + "type": "SYMBOL", + "name": "parenthesized_expression" + }, + { + "type": "PATTERN", + "value": "\\n" + } + ] }, { - "type": "PATTERN", - "value": "\\n" + "type": "BLANK" } ] }, @@ -4528,6 +4656,28 @@ { "type": "SYMBOL", "name": "raw_string" + }, + { + "type": "SYMBOL", + "name": "command_substitution" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_expansion_word" + }, + "named": true, + "value": "word" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_word_in_replacement" + }, + "named": true, + "value": "word" } ] }, @@ -4581,11 +4731,24 @@ "type": "SYMBOL", "name": "raw_string" }, + { + "type": "SYMBOL", + "name": "command_substitution" + }, { "type": "ALIAS", "content": { "type": "SYMBOL", - "name": "_comment_word" + "name": "_expansion_word" + }, + "named": true, + "value": "word" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_word_in_replacement" }, "named": true, "value": "word" @@ -4705,6 +4868,49 @@ } ] }, + "_extglob_blob": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "extglob_pattern" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "extglob_pattern" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "string" + }, + { + "type": "SYMBOL", + "name": "expansion" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "extglob_pattern" + }, + { + "type": "BLANK" + } + ] + } + ] + } + ] + }, "comment": { "type": "TOKEN", "content": { @@ -4716,11 +4922,74 @@ } } }, - "_comment_word": { + "_expansion_word": { "type": "TOKEN", "content": { "type": "PREC", "value": -9, + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[^$\"{}()'\\s]" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\\" + }, + { + "type": "PATTERN", + "value": "[^\\s]" + } + ] + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[^$\"{}()'\\s]" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\\" + }, + { + "type": "PATTERN", + "value": "[^\\s]" + } + ] + }, + { + "type": "STRING", + "value": "\\ " + } + ] + } + } + ] + } + } + }, + "_comment_word": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": -8, "content": { "type": "SEQ", "members": [ @@ -5038,6 +5307,10 @@ "type": "SYMBOL", "name": "_regex_no_space" }, + { + "type": "SYMBOL", + "name": "_word_in_replacement" + }, { "type": "SYMBOL", "name": "extglob_pattern" diff --git a/src/node-types.json b/src/node-types.json index 5fec7728..5049fefa 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -420,7 +420,7 @@ ] }, "right": { - "multiple": false, + "multiple": true, "required": false, "types": [ { @@ -435,6 +435,10 @@ "type": "expansion", "named": true }, + { + "type": "extglob_pattern", + "named": true + }, { "type": "number", "named": true @@ -447,6 +451,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -1344,6 +1352,20 @@ } ] }, + "operator": { + "multiple": false, + "required": false, + "types": [ + { + "type": "&&", + "named": false + }, + { + "type": "||", + "named": false + } + ] + }, "redirect": { "multiple": true, "required": false, @@ -1353,6 +1375,16 @@ "named": true } ] + }, + "right": { + "multiple": false, + "required": false, + "types": [ + { + "type": "_statement", + "named": true + } + ] } }, "children": { diff --git a/src/parser.c b/src/parser.c index 72a729f2..11541cb3 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,15 +14,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 4591 -#define LARGE_STATE_COUNT 414 -#define SYMBOL_COUNT 265 +#define STATE_COUNT 4735 +#define LARGE_STATE_COUNT 412 +#define SYMBOL_COUNT 269 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 169 -#define EXTERNAL_TOKEN_COUNT 25 +#define TOKEN_COUNT 171 +#define EXTERNAL_TOKEN_COUNT 26 #define FIELD_COUNT 19 #define MAX_ALIAS_SEQUENCE_LENGTH 8 -#define PRODUCTION_ID_COUNT 129 +#define PRODUCTION_ID_COUNT 137 enum ts_symbol_identifiers { sym_word = 1, @@ -167,128 +167,132 @@ enum ts_symbol_identifiers { anon_sym_LT_LPAREN = 140, anon_sym_GT_LPAREN = 141, sym_comment = 142, - sym__comment_word = 143, - aux_sym__simple_variable_name_token1 = 144, - aux_sym__multiline_variable_name_token1 = 145, - anon_sym_AT2 = 146, - anon_sym_0 = 147, - anon_sym__ = 148, - sym_heredoc_start = 149, - sym_simple_heredoc_body = 150, - sym__heredoc_body_beginning = 151, - sym__heredoc_body_middle = 152, - sym_heredoc_end = 153, - sym_file_descriptor = 154, - sym__empty_value = 155, - sym__concat = 156, - sym_variable_name = 157, - sym_test_operator = 158, - sym_regex = 159, - sym__regex_no_slash = 160, - sym__regex_no_space = 161, - sym_extglob_pattern = 162, - sym__bare_dollar = 163, - sym__brace_start = 164, - sym__immediate_double_hash = 165, - sym__external_expansion_sym_hash = 166, - sym__external_expansion_sym_bang = 167, - sym__external_expansion_sym_equal = 168, - sym_program = 169, - sym__statements = 170, - aux_sym__terminated_statement = 171, - sym_redirected_statement = 172, - sym_for_statement = 173, - sym_c_style_for_statement = 174, - sym__for_body = 175, - sym__c_expression = 176, - sym__c_expression_not_assignment = 177, - sym__c_variable_assignment = 178, - sym__c_unary_expression = 179, - sym__c_binary_expression = 180, - sym__c_postfix_expression = 181, - sym__c_parenthesized_expression = 182, - sym_while_statement = 183, - sym_do_group = 184, - sym_if_statement = 185, - sym_elif_clause = 186, - sym_else_clause = 187, - sym_case_statement = 188, - sym_case_item = 189, - sym_last_case_item = 190, - sym_function_definition = 191, - sym_compound_statement = 192, - sym_subshell = 193, - sym_pipeline = 194, - sym_list = 195, - sym_negated_command = 196, - sym_test_command = 197, - sym_declaration_command = 198, - sym_unset_command = 199, - sym_command = 200, - sym_command_name = 201, - sym_variable_assignment = 202, - sym_variable_assignments = 203, - sym_subscript = 204, - sym_file_redirect = 205, - sym_heredoc_redirect = 206, - sym__heredoc_pipeline = 207, - sym__heredoc_body = 208, - sym_heredoc_body = 209, - sym__simple_heredoc_body = 210, - sym_herestring_redirect = 211, - sym__expression = 212, - sym_binary_expression = 213, - sym_ternary_expression = 214, - sym_unary_expression = 215, - sym_postfix_expression = 216, - sym_parenthesized_expression = 217, - sym_arithmetic_expansion = 218, - sym_brace_expression = 219, - sym__arithmetic_expression = 220, - sym__arithmetic_literal = 221, - sym__arithmetic_binary_expression = 222, - sym__arithmetic_ternary_expression = 223, - sym__arithmetic_unary_expression = 224, - sym__arithmetic_postfix_expression = 225, - sym__arithmetic_parenthesized_expression = 226, - sym_concatenation = 227, - sym_string = 228, - sym_translated_string = 229, - sym_array = 230, - sym_number = 231, - sym_simple_expansion = 232, - sym_expansion = 233, - sym__expansion_body = 234, - sym__expansion_expression = 235, - sym__expansion_regex = 236, - sym__expansion_regex_replacement = 237, - sym__expansion_regex_removal = 238, - sym__expansion_max_length = 239, - sym__expansion_operator = 240, - sym__concatenation_in_expansion = 241, - sym_command_substitution = 242, - sym_process_substitution = 243, - sym__c_terminator = 244, - aux_sym__statements_repeat1 = 245, - aux_sym_redirected_statement_repeat1 = 246, - aux_sym_redirected_statement_repeat2 = 247, - aux_sym_for_statement_repeat1 = 248, - aux_sym__for_body_repeat1 = 249, - aux_sym_if_statement_repeat1 = 250, - aux_sym_case_statement_repeat1 = 251, - aux_sym_case_item_repeat1 = 252, - aux_sym_declaration_command_repeat1 = 253, - aux_sym_unset_command_repeat1 = 254, - aux_sym_command_repeat1 = 255, - aux_sym_command_repeat2 = 256, - aux_sym_variable_assignments_repeat1 = 257, - aux_sym_heredoc_body_repeat1 = 258, - aux_sym__literal_repeat1 = 259, - aux_sym_arithmetic_expansion_repeat1 = 260, - aux_sym_concatenation_repeat1 = 261, - aux_sym_string_repeat1 = 262, - aux_sym__expansion_body_repeat1 = 263, - aux_sym__concatenation_in_expansion_repeat1 = 264, + sym__expansion_word = 143, + sym__comment_word = 144, + aux_sym__simple_variable_name_token1 = 145, + aux_sym__multiline_variable_name_token1 = 146, + anon_sym_AT2 = 147, + anon_sym_0 = 148, + anon_sym__ = 149, + sym_heredoc_start = 150, + sym_simple_heredoc_body = 151, + sym__heredoc_body_beginning = 152, + sym__heredoc_body_middle = 153, + sym_heredoc_end = 154, + sym_file_descriptor = 155, + sym__empty_value = 156, + sym__concat = 157, + sym_variable_name = 158, + sym_test_operator = 159, + sym_regex = 160, + sym__regex_no_slash = 161, + sym__regex_no_space = 162, + sym__word_in_replacement = 163, + sym_extglob_pattern = 164, + sym__bare_dollar = 165, + sym__brace_start = 166, + sym__immediate_double_hash = 167, + sym__external_expansion_sym_hash = 168, + sym__external_expansion_sym_bang = 169, + sym__external_expansion_sym_equal = 170, + sym_program = 171, + sym__statements = 172, + aux_sym__terminated_statement = 173, + sym_redirected_statement = 174, + sym_for_statement = 175, + sym_c_style_for_statement = 176, + sym__for_body = 177, + sym__c_expression = 178, + sym__c_expression_not_assignment = 179, + sym__c_variable_assignment = 180, + sym__c_unary_expression = 181, + sym__c_binary_expression = 182, + sym__c_postfix_expression = 183, + sym__c_parenthesized_expression = 184, + sym_while_statement = 185, + sym_do_group = 186, + sym_if_statement = 187, + sym_elif_clause = 188, + sym_else_clause = 189, + sym_case_statement = 190, + sym_case_item = 191, + sym_last_case_item = 192, + sym_function_definition = 193, + sym_compound_statement = 194, + sym_subshell = 195, + sym_pipeline = 196, + sym_list = 197, + sym_negated_command = 198, + sym_test_command = 199, + sym_declaration_command = 200, + sym_unset_command = 201, + sym_command = 202, + sym_command_name = 203, + sym_variable_assignment = 204, + sym_variable_assignments = 205, + sym_subscript = 206, + sym_file_redirect = 207, + sym_heredoc_redirect = 208, + sym__heredoc_pipeline = 209, + sym__heredoc_expression = 210, + sym__heredoc_body = 211, + sym_heredoc_body = 212, + sym__simple_heredoc_body = 213, + sym_herestring_redirect = 214, + sym__expression = 215, + sym_binary_expression = 216, + sym_ternary_expression = 217, + sym_unary_expression = 218, + sym_postfix_expression = 219, + sym_parenthesized_expression = 220, + sym_arithmetic_expansion = 221, + sym_brace_expression = 222, + sym__arithmetic_expression = 223, + sym__arithmetic_literal = 224, + sym__arithmetic_binary_expression = 225, + sym__arithmetic_ternary_expression = 226, + sym__arithmetic_unary_expression = 227, + sym__arithmetic_postfix_expression = 228, + sym__arithmetic_parenthesized_expression = 229, + sym_concatenation = 230, + sym_string = 231, + sym_translated_string = 232, + sym_array = 233, + sym_number = 234, + sym_simple_expansion = 235, + sym_expansion = 236, + sym__expansion_body = 237, + sym__expansion_expression = 238, + sym__expansion_regex = 239, + sym__expansion_regex_replacement = 240, + sym__expansion_regex_removal = 241, + sym__expansion_max_length = 242, + sym__expansion_operator = 243, + sym__concatenation_in_expansion = 244, + sym_command_substitution = 245, + sym_process_substitution = 246, + sym__extglob_blob = 247, + sym__c_terminator = 248, + aux_sym__statements_repeat1 = 249, + aux_sym_redirected_statement_repeat1 = 250, + aux_sym_redirected_statement_repeat2 = 251, + aux_sym_for_statement_repeat1 = 252, + aux_sym__for_body_repeat1 = 253, + aux_sym_if_statement_repeat1 = 254, + aux_sym_case_statement_repeat1 = 255, + aux_sym_case_item_repeat1 = 256, + aux_sym_declaration_command_repeat1 = 257, + aux_sym_unset_command_repeat1 = 258, + aux_sym_command_repeat1 = 259, + aux_sym_command_repeat2 = 260, + aux_sym_variable_assignments_repeat1 = 261, + aux_sym_heredoc_body_repeat1 = 262, + aux_sym__literal_repeat1 = 263, + aux_sym_arithmetic_expansion_repeat1 = 264, + aux_sym_concatenation_repeat1 = 265, + aux_sym_string_repeat1 = 266, + aux_sym__expansion_body_repeat1 = 267, + aux_sym__concatenation_in_expansion_repeat1 = 268, }; static const char * const ts_symbol_names[] = { @@ -435,6 +439,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_LT_LPAREN] = "<(", [anon_sym_GT_LPAREN] = ">(", [sym_comment] = "comment", + [sym__expansion_word] = "word", [sym__comment_word] = "word", [aux_sym__simple_variable_name_token1] = "variable_name", [aux_sym__multiline_variable_name_token1] = "variable_name", @@ -454,6 +459,7 @@ static const char * const ts_symbol_names[] = { [sym_regex] = "regex", [sym__regex_no_slash] = "regex", [sym__regex_no_space] = "regex", + [sym__word_in_replacement] = "word", [sym_extglob_pattern] = "extglob_pattern", [sym__bare_dollar] = "$", [sym__brace_start] = "{", @@ -500,6 +506,7 @@ static const char * const ts_symbol_names[] = { [sym_file_redirect] = "file_redirect", [sym_heredoc_redirect] = "heredoc_redirect", [sym__heredoc_pipeline] = "pipeline", + [sym__heredoc_expression] = "_heredoc_expression", [sym__heredoc_body] = "_heredoc_body", [sym_heredoc_body] = "heredoc_body", [sym__simple_heredoc_body] = "_simple_heredoc_body", @@ -536,6 +543,7 @@ static const char * const ts_symbol_names[] = { [sym__concatenation_in_expansion] = "concatenation", [sym_command_substitution] = "command_substitution", [sym_process_substitution] = "process_substitution", + [sym__extglob_blob] = "_extglob_blob", [sym__c_terminator] = "_c_terminator", [aux_sym__statements_repeat1] = "_statements_repeat1", [aux_sym_redirected_statement_repeat1] = "redirected_statement_repeat1", @@ -703,6 +711,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_LT_LPAREN] = anon_sym_LT_LPAREN, [anon_sym_GT_LPAREN] = anon_sym_GT_LPAREN, [sym_comment] = sym_comment, + [sym__expansion_word] = sym_word, [sym__comment_word] = sym_word, [aux_sym__simple_variable_name_token1] = sym_variable_name, [aux_sym__multiline_variable_name_token1] = sym_variable_name, @@ -722,6 +731,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_regex] = sym_regex, [sym__regex_no_slash] = sym_regex, [sym__regex_no_space] = sym_regex, + [sym__word_in_replacement] = sym_word, [sym_extglob_pattern] = sym_extglob_pattern, [sym__bare_dollar] = anon_sym_DOLLAR, [sym__brace_start] = anon_sym_LBRACE, @@ -768,6 +778,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_file_redirect] = sym_file_redirect, [sym_heredoc_redirect] = sym_heredoc_redirect, [sym__heredoc_pipeline] = sym_pipeline, + [sym__heredoc_expression] = sym__heredoc_expression, [sym__heredoc_body] = sym__heredoc_body, [sym_heredoc_body] = sym_heredoc_body, [sym__simple_heredoc_body] = sym__simple_heredoc_body, @@ -804,6 +815,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__concatenation_in_expansion] = sym_concatenation, [sym_command_substitution] = sym_command_substitution, [sym_process_substitution] = sym_process_substitution, + [sym__extglob_blob] = sym__extglob_blob, [sym__c_terminator] = sym__c_terminator, [aux_sym__statements_repeat1] = aux_sym__statements_repeat1, [aux_sym_redirected_statement_repeat1] = aux_sym_redirected_statement_repeat1, @@ -1400,6 +1412,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__expansion_word] = { + .visible = true, + .named = true, + }, [sym__comment_word] = { .visible = true, .named = true, @@ -1476,6 +1492,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__word_in_replacement] = { + .visible = true, + .named = true, + }, [sym_extglob_pattern] = { .visible = true, .named = true, @@ -1660,6 +1680,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__heredoc_expression] = { + .visible = false, + .named = true, + }, [sym__heredoc_body] = { .visible = false, .named = true, @@ -1805,6 +1829,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__extglob_blob] = { + .visible = false, + .named = true, + }, [sym__c_terminator] = { .visible = false, .named = true, @@ -1991,76 +2019,84 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [56] = {.index = 69, .length = 1}, [57] = {.index = 69, .length = 1}, [58] = {.index = 70, .length = 2}, - [59] = {.index = 72, .length = 3}, - [60] = {.index = 75, .length = 4}, - [61] = {.index = 79, .length = 2}, - [62] = {.index = 81, .length = 2}, - [63] = {.index = 83, .length = 2}, - [64] = {.index = 85, .length = 2}, - [65] = {.index = 87, .length = 2}, - [66] = {.index = 89, .length = 2}, - [67] = {.index = 91, .length = 3}, - [68] = {.index = 94, .length = 3}, - [69] = {.index = 97, .length = 2}, - [70] = {.index = 99, .length = 2}, - [71] = {.index = 101, .length = 2}, - [72] = {.index = 103, .length = 2}, - [73] = {.index = 97, .length = 2}, - [74] = {.index = 99, .length = 2}, - [75] = {.index = 101, .length = 2}, - [76] = {.index = 105, .length = 3}, - [77] = {.index = 56, .length = 2}, - [78] = {.index = 108, .length = 1}, - [79] = {.index = 109, .length = 3}, - [80] = {.index = 112, .length = 3}, - [81] = {.index = 115, .length = 3}, - [82] = {.index = 118, .length = 3}, - [83] = {.index = 121, .length = 3}, - [84] = {.index = 124, .length = 3}, - [85] = {.index = 127, .length = 3}, - [86] = {.index = 130, .length = 2}, - [87] = {.index = 132, .length = 2}, - [88] = {.index = 134, .length = 3}, - [89] = {.index = 137, .length = 3}, - [90] = {.index = 130, .length = 2}, - [91] = {.index = 132, .length = 2}, - [92] = {.index = 134, .length = 3}, - [93] = {.index = 137, .length = 3}, - [94] = {.index = 140, .length = 2}, - [95] = {.index = 142, .length = 2}, - [96] = {.index = 144, .length = 2}, - [97] = {.index = 140, .length = 2}, - [98] = {.index = 142, .length = 2}, - [99] = {.index = 144, .length = 2}, - [100] = {.index = 146, .length = 3}, - [101] = {.index = 146, .length = 3}, - [102] = {.index = 149, .length = 2}, - [103] = {.index = 151, .length = 4}, - [104] = {.index = 155, .length = 4}, - [105] = {.index = 159, .length = 4}, - [106] = {.index = 163, .length = 4}, - [107] = {.index = 167, .length = 4}, - [108] = {.index = 171, .length = 4}, - [109] = {.index = 175, .length = 3}, - [110] = {.index = 178, .length = 3}, - [111] = {.index = 175, .length = 3}, - [112] = {.index = 178, .length = 3}, - [113] = {.index = 181, .length = 2}, - [114] = {.index = 183, .length = 2}, - [115] = {.index = 185, .length = 3}, + [59] = {.index = 54, .length = 2}, + [60] = {.index = 72, .length = 3}, + [61] = {.index = 75, .length = 2}, + [62] = {.index = 77, .length = 4}, + [63] = {.index = 81, .length = 2}, + [64] = {.index = 83, .length = 2}, + [65] = {.index = 85, .length = 2}, + [66] = {.index = 87, .length = 2}, + [67] = {.index = 89, .length = 2}, + [68] = {.index = 91, .length = 2}, + [69] = {.index = 93, .length = 3}, + [70] = {.index = 96, .length = 3}, + [71] = {.index = 99, .length = 2}, + [72] = {.index = 101, .length = 2}, + [73] = {.index = 103, .length = 2}, + [74] = {.index = 105, .length = 2}, + [75] = {.index = 99, .length = 2}, + [76] = {.index = 101, .length = 2}, + [77] = {.index = 103, .length = 2}, + [78] = {.index = 107, .length = 3}, + [79] = {.index = 56, .length = 2}, + [80] = {.index = 110, .length = 3}, + [81] = {.index = 110, .length = 3}, + [82] = {.index = 113, .length = 2}, + [83] = {.index = 115, .length = 1}, + [84] = {.index = 116, .length = 3}, + [85] = {.index = 119, .length = 3}, + [86] = {.index = 122, .length = 3}, + [87] = {.index = 125, .length = 3}, + [88] = {.index = 128, .length = 3}, + [89] = {.index = 131, .length = 3}, + [90] = {.index = 134, .length = 3}, + [91] = {.index = 137, .length = 2}, + [92] = {.index = 139, .length = 2}, + [93] = {.index = 141, .length = 3}, + [94] = {.index = 144, .length = 3}, + [95] = {.index = 147, .length = 2}, + [96] = {.index = 149, .length = 2}, + [97] = {.index = 151, .length = 2}, + [98] = {.index = 147, .length = 2}, + [99] = {.index = 149, .length = 2}, + [100] = {.index = 151, .length = 2}, + [101] = {.index = 137, .length = 2}, + [102] = {.index = 139, .length = 2}, + [103] = {.index = 141, .length = 3}, + [104] = {.index = 144, .length = 3}, + [105] = {.index = 153, .length = 3}, + [106] = {.index = 153, .length = 3}, + [107] = {.index = 156, .length = 3}, + [108] = {.index = 159, .length = 2}, + [109] = {.index = 161, .length = 3}, + [110] = {.index = 164, .length = 4}, + [111] = {.index = 168, .length = 4}, + [112] = {.index = 172, .length = 4}, + [113] = {.index = 176, .length = 4}, + [114] = {.index = 180, .length = 4}, + [115] = {.index = 184, .length = 4}, [116] = {.index = 188, .length = 3}, - [117] = {.index = 181, .length = 2}, - [118] = {.index = 183, .length = 2}, - [119] = {.index = 185, .length = 3}, - [120] = {.index = 188, .length = 3}, - [121] = {.index = 191, .length = 5}, - [122] = {.index = 196, .length = 5}, - [123] = {.index = 201, .length = 5}, - [124] = {.index = 206, .length = 3}, - [125] = {.index = 209, .length = 3}, - [126] = {.index = 206, .length = 3}, - [127] = {.index = 209, .length = 3}, - [128] = {.index = 212, .length = 6}, + [117] = {.index = 191, .length = 3}, + [118] = {.index = 194, .length = 2}, + [119] = {.index = 196, .length = 2}, + [120] = {.index = 198, .length = 3}, + [121] = {.index = 201, .length = 3}, + [122] = {.index = 194, .length = 2}, + [123] = {.index = 196, .length = 2}, + [124] = {.index = 198, .length = 3}, + [125] = {.index = 201, .length = 3}, + [126] = {.index = 188, .length = 3}, + [127] = {.index = 191, .length = 3}, + [128] = {.index = 204, .length = 4}, + [129] = {.index = 208, .length = 5}, + [130] = {.index = 213, .length = 5}, + [131] = {.index = 218, .length = 5}, + [132] = {.index = 223, .length = 3}, + [133] = {.index = 226, .length = 3}, + [134] = {.index = 223, .length = 3}, + [135] = {.index = 226, .length = 3}, + [136] = {.index = 229, .length = 6}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2181,191 +2217,214 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_name, 0}, {field_redirect, 4}, [75] = + {field_operator, 0}, + {field_right, 1}, + [77] = {field_body, 5}, {field_condition, 2, .inherited = true}, {field_initializer, 2, .inherited = true}, {field_update, 2, .inherited = true}, - [79] = + [81] = {field_condition, 2}, {field_initializer, 0}, - [81] = + [83] = {field_initializer, 0}, {field_update, 3}, - [83] = + [85] = {field_initializer, 0}, {field_initializer, 1}, - [85] = + [87] = {field_condition, 1}, {field_update, 3}, - [87] = + [89] = {field_condition, 1}, {field_condition, 2}, - [89] = + [91] = {field_update, 2}, {field_update, 3}, - [91] = + [93] = {field_body, 5}, {field_value, 3}, {field_variable, 1}, - [94] = + [96] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, - [97] = + [99] = {field_termination, 2}, {field_value, 0}, - [99] = + [101] = {field_fallthrough, 2}, {field_value, 0}, - [101] = + [103] = {field_value, 0}, {field_value, 1, .inherited = true}, - [103] = + [105] = {field_value, 0, .inherited = true}, {field_value, 1, .inherited = true}, - [105] = + [107] = {field_body, 4}, {field_name, 1}, {field_redirect, 5}, - [108] = + [110] = + {field_operator, 0}, + {field_operator, 1}, + {field_operator, 3}, + [113] = + {field_operator, 2, .inherited = true}, + {field_right, 2, .inherited = true}, + [115] = {field_redirect, 2}, - [109] = + [116] = {field_condition, 2}, {field_initializer, 0}, {field_update, 4}, - [112] = + [119] = {field_condition, 2}, {field_condition, 3}, {field_initializer, 0}, - [115] = + [122] = {field_initializer, 0}, {field_update, 3}, {field_update, 4}, - [118] = + [125] = {field_condition, 3}, {field_initializer, 0}, {field_initializer, 1}, - [121] = + [128] = {field_initializer, 0}, {field_initializer, 1}, {field_update, 4}, - [124] = + [131] = {field_condition, 1}, {field_update, 3}, {field_update, 4}, - [127] = + [134] = {field_condition, 1}, {field_condition, 2}, {field_update, 4}, - [130] = + [137] = {field_termination, 3}, {field_value, 0}, - [132] = + [139] = {field_fallthrough, 3}, {field_value, 0}, - [134] = + [141] = {field_termination, 3}, {field_value, 0}, {field_value, 1, .inherited = true}, - [137] = + [144] = {field_fallthrough, 3}, {field_value, 0}, {field_value, 1, .inherited = true}, - [140] = + [147] = {field_termination, 3}, {field_value, 1}, - [142] = + [149] = {field_fallthrough, 3}, {field_value, 1}, - [144] = + [151] = {field_value, 1}, {field_value, 2, .inherited = true}, - [146] = + [153] = {field_operator, 0}, {field_operator, 2}, {field_operator, 4}, - [149] = + [156] = + {field_descriptor, 0}, + {field_operator, 3, .inherited = true}, + {field_right, 3, .inherited = true}, + [159] = {field_descriptor, 0}, {field_redirect, 3}, - [151] = + [161] = + {field_operator, 3, .inherited = true}, + {field_redirect, 2}, + {field_right, 3, .inherited = true}, + [164] = {field_condition, 2}, {field_initializer, 0}, {field_update, 4}, {field_update, 5}, - [155] = + [168] = {field_condition, 2}, {field_condition, 3}, {field_initializer, 0}, {field_update, 5}, - [159] = + [172] = {field_condition, 3}, {field_initializer, 0}, {field_initializer, 1}, {field_update, 5}, - [163] = + [176] = {field_condition, 3}, {field_condition, 4}, {field_initializer, 0}, {field_initializer, 1}, - [167] = + [180] = {field_initializer, 0}, {field_initializer, 1}, {field_update, 4}, {field_update, 5}, - [171] = + [184] = {field_condition, 1}, {field_condition, 2}, {field_update, 4}, {field_update, 5}, - [175] = + [188] = {field_termination, 4}, {field_value, 0}, {field_value, 1, .inherited = true}, - [178] = + [191] = {field_fallthrough, 4}, {field_value, 0}, {field_value, 1, .inherited = true}, - [181] = + [194] = {field_termination, 4}, {field_value, 1}, - [183] = + [196] = {field_fallthrough, 4}, {field_value, 1}, - [185] = + [198] = {field_termination, 4}, {field_value, 1}, {field_value, 2, .inherited = true}, - [188] = + [201] = {field_fallthrough, 4}, {field_value, 1}, {field_value, 2, .inherited = true}, - [191] = + [204] = + {field_descriptor, 0}, + {field_operator, 4, .inherited = true}, + {field_redirect, 3}, + {field_right, 4, .inherited = true}, + [208] = {field_condition, 2}, {field_condition, 3}, {field_initializer, 0}, {field_update, 5}, {field_update, 6}, - [196] = + [213] = {field_condition, 3}, {field_initializer, 0}, {field_initializer, 1}, {field_update, 5}, {field_update, 6}, - [201] = + [218] = {field_condition, 3}, {field_condition, 4}, {field_initializer, 0}, {field_initializer, 1}, {field_update, 6}, - [206] = + [223] = {field_termination, 5}, {field_value, 1}, {field_value, 2, .inherited = true}, - [209] = + [226] = {field_fallthrough, 5}, {field_value, 1}, {field_value, 2, .inherited = true}, - [212] = + [229] = {field_condition, 3}, {field_condition, 4}, {field_initializer, 0}, @@ -2430,32 +2489,35 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [56] = { [0] = sym_word, }, - [69] = { + [59] = { + [2] = sym_word, + }, + [71] = { [0] = sym_word, }, - [70] = { + [72] = { [0] = sym_word, }, - [71] = { + [73] = { [0] = sym_word, }, - [77] = { + [79] = { [3] = sym_word, }, - [86] = { - [0] = sym_word, + [80] = { + [2] = sym_word, }, - [87] = { + [91] = { [0] = sym_word, }, - [88] = { + [92] = { [0] = sym_word, }, - [89] = { + [93] = { [0] = sym_word, }, [94] = { - [1] = sym_word, + [0] = sym_word, }, [95] = { [1] = sym_word, @@ -2463,31 +2525,34 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [96] = { [1] = sym_word, }, - [100] = { + [97] = { + [1] = sym_word, + }, + [105] = { [3] = sym_word, }, - [109] = { + [116] = { [0] = sym_word, }, - [110] = { + [117] = { [0] = sym_word, }, - [113] = { + [118] = { [1] = sym_word, }, - [114] = { + [119] = { [1] = sym_word, }, - [115] = { + [120] = { [1] = sym_word, }, - [116] = { + [121] = { [1] = sym_word, }, - [124] = { + [132] = { [1] = sym_word, }, - [125] = { + [133] = { [1] = sym_word, }, }; @@ -2503,27 +2568,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 3, - [4] = 2, - [5] = 3, - [6] = 3, + [3] = 2, + [4] = 4, + [5] = 4, + [6] = 4, [7] = 2, [8] = 8, - [9] = 9, - [10] = 8, - [11] = 9, - [12] = 8, + [9] = 8, + [10] = 10, + [11] = 8, + [12] = 10, [13] = 13, [14] = 13, - [15] = 9, + [15] = 10, [16] = 13, - [17] = 9, + [17] = 10, [18] = 18, - [19] = 18, - [20] = 20, + [19] = 19, + [20] = 19, [21] = 18, - [22] = 20, - [23] = 20, + [22] = 18, + [23] = 19, [24] = 24, [25] = 25, [26] = 26, @@ -2552,3011 +2617,3011 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [49] = 49, [50] = 50, [51] = 51, - [52] = 52, - [53] = 52, + [52] = 51, + [53] = 51, [54] = 51, [55] = 51, - [56] = 52, - [57] = 52, - [58] = 52, - [59] = 52, - [60] = 52, - [61] = 52, + [56] = 56, + [57] = 51, + [58] = 51, + [59] = 51, + [60] = 56, + [61] = 56, [62] = 62, [63] = 63, [64] = 64, - [65] = 62, - [66] = 31, - [67] = 31, + [65] = 65, + [66] = 64, + [67] = 63, [68] = 63, - [69] = 69, - [70] = 62, + [69] = 64, + [70] = 65, [71] = 62, - [72] = 72, - [73] = 73, - [74] = 64, - [75] = 62, - [76] = 76, - [77] = 63, - [78] = 63, - [79] = 64, - [80] = 73, - [81] = 73, - [82] = 82, - [83] = 63, - [84] = 64, - [85] = 64, + [72] = 63, + [73] = 64, + [74] = 74, + [75] = 65, + [76] = 62, + [77] = 62, + [78] = 62, + [79] = 62, + [80] = 63, + [81] = 81, + [82] = 64, + [83] = 65, + [84] = 65, + [85] = 62, [86] = 63, - [87] = 73, + [87] = 63, [88] = 64, - [89] = 62, + [89] = 65, [90] = 63, - [91] = 73, - [92] = 64, - [93] = 62, - [94] = 63, + [91] = 62, + [92] = 63, + [93] = 64, + [94] = 65, [95] = 62, - [96] = 73, + [96] = 63, [97] = 64, - [98] = 62, - [99] = 64, + [98] = 65, + [99] = 62, [100] = 63, - [101] = 73, - [102] = 64, - [103] = 73, - [104] = 62, - [105] = 63, - [106] = 73, - [107] = 64, + [101] = 64, + [102] = 65, + [103] = 62, + [104] = 63, + [105] = 64, + [106] = 64, + [107] = 65, [108] = 62, - [109] = 63, - [110] = 64, - [111] = 64, - [112] = 73, - [113] = 62, - [114] = 64, + [109] = 65, + [110] = 110, + [111] = 62, + [112] = 63, + [113] = 64, + [114] = 65, [115] = 62, [116] = 63, - [117] = 73, - [118] = 73, - [119] = 64, + [117] = 64, + [118] = 74, + [119] = 63, [120] = 62, - [121] = 63, - [122] = 62, - [123] = 63, - [124] = 73, - [125] = 73, - [126] = 63, - [127] = 64, - [128] = 63, - [129] = 62, - [130] = 63, - [131] = 62, + [121] = 65, + [122] = 63, + [123] = 64, + [124] = 65, + [125] = 29, + [126] = 62, + [127] = 63, + [128] = 64, + [129] = 64, + [130] = 65, + [131] = 65, [132] = 62, - [133] = 73, - [134] = 64, - [135] = 73, + [133] = 63, + [134] = 134, + [135] = 65, [136] = 64, - [137] = 62, - [138] = 63, + [137] = 137, + [138] = 62, [139] = 64, - [140] = 64, - [141] = 62, + [140] = 140, + [141] = 65, [142] = 64, - [143] = 73, - [144] = 64, - [145] = 145, + [143] = 63, + [144] = 63, + [145] = 64, [146] = 62, - [147] = 73, - [148] = 148, - [149] = 63, - [150] = 150, - [151] = 64, - [152] = 73, - [153] = 62, - [154] = 145, + [147] = 65, + [148] = 63, + [149] = 65, + [150] = 62, + [151] = 62, + [152] = 63, + [153] = 64, + [154] = 137, [155] = 64, - [156] = 62, - [157] = 73, - [158] = 73, - [159] = 63, - [160] = 64, - [161] = 161, - [162] = 73, - [163] = 62, - [164] = 82, - [165] = 76, - [166] = 63, - [167] = 73, - [168] = 73, - [169] = 63, - [170] = 73, - [171] = 64, + [156] = 65, + [157] = 62, + [158] = 63, + [159] = 81, + [160] = 62, + [161] = 62, + [162] = 63, + [163] = 64, + [164] = 65, + [165] = 63, + [166] = 64, + [167] = 65, + [168] = 65, + [169] = 64, + [170] = 62, + [171] = 63, [172] = 64, - [173] = 62, - [174] = 174, - [175] = 62, - [176] = 73, - [177] = 63, - [178] = 64, - [179] = 62, - [180] = 161, - [181] = 62, - [182] = 148, - [183] = 62, + [173] = 173, + [174] = 65, + [175] = 110, + [176] = 62, + [177] = 62, + [178] = 63, + [179] = 63, + [180] = 180, + [181] = 64, + [182] = 182, + [183] = 65, [184] = 63, [185] = 62, - [186] = 64, - [187] = 64, - [188] = 73, - [189] = 148, - [190] = 73, - [191] = 73, - [192] = 73, - [193] = 64, - [194] = 62, - [195] = 73, - [196] = 63, - [197] = 63, - [198] = 76, - [199] = 64, - [200] = 62, - [201] = 150, - [202] = 73, - [203] = 64, - [204] = 161, - [205] = 63, + [186] = 62, + [187] = 110, + [188] = 64, + [189] = 63, + [190] = 65, + [191] = 29, + [192] = 64, + [193] = 182, + [194] = 182, + [195] = 65, + [196] = 65, + [197] = 62, + [198] = 62, + [199] = 63, + [200] = 64, + [201] = 65, + [202] = 62, + [203] = 63, + [204] = 173, + [205] = 173, [206] = 64, - [207] = 73, - [208] = 62, + [207] = 62, + [208] = 65, [209] = 64, - [210] = 73, - [211] = 73, - [212] = 73, - [213] = 82, - [214] = 63, - [215] = 145, - [216] = 64, - [217] = 62, - [218] = 63, + [210] = 63, + [211] = 62, + [212] = 63, + [213] = 81, + [214] = 64, + [215] = 63, + [216] = 63, + [217] = 64, + [218] = 64, [219] = 62, - [220] = 62, - [221] = 63, - [222] = 62, + [220] = 65, + [221] = 62, + [222] = 65, [223] = 63, [224] = 62, - [225] = 73, - [226] = 64, - [227] = 62, - [228] = 63, - [229] = 73, - [230] = 64, - [231] = 73, + [225] = 63, + [226] = 74, + [227] = 64, + [228] = 65, + [229] = 64, + [230] = 62, + [231] = 65, [232] = 64, - [233] = 64, - [234] = 73, - [235] = 64, - [236] = 62, + [233] = 63, + [234] = 65, + [235] = 62, + [236] = 63, [237] = 63, - [238] = 150, + [238] = 64, [239] = 62, - [240] = 73, + [240] = 64, [241] = 64, - [242] = 73, - [243] = 64, + [242] = 137, + [243] = 65, [244] = 62, - [245] = 63, - [246] = 73, + [245] = 62, + [246] = 65, [247] = 64, - [248] = 62, - [249] = 63, - [250] = 73, - [251] = 62, - [252] = 64, - [253] = 63, - [254] = 63, + [248] = 65, + [249] = 62, + [250] = 62, + [251] = 63, + [252] = 63, + [253] = 64, + [254] = 64, [255] = 62, - [256] = 63, - [257] = 73, - [258] = 64, - [259] = 73, - [260] = 73, + [256] = 65, + [257] = 63, + [258] = 62, + [259] = 63, + [260] = 64, [261] = 62, [262] = 64, - [263] = 73, + [263] = 63, [264] = 62, - [265] = 62, + [265] = 63, [266] = 64, [267] = 63, - [268] = 73, - [269] = 63, - [270] = 64, - [271] = 73, + [268] = 64, + [269] = 65, + [270] = 63, + [271] = 64, [272] = 62, - [273] = 62, - [274] = 64, - [275] = 63, - [276] = 276, + [273] = 273, + [274] = 274, + [275] = 275, + [276] = 273, [277] = 277, [278] = 277, - [279] = 277, - [280] = 280, - [281] = 281, + [279] = 279, + [280] = 273, + [281] = 275, [282] = 277, - [283] = 280, - [284] = 276, - [285] = 280, + [283] = 275, + [284] = 273, + [285] = 273, [286] = 286, - [287] = 277, - [288] = 276, + [287] = 287, + [288] = 287, [289] = 289, - [290] = 290, - [291] = 290, + [290] = 289, + [291] = 287, [292] = 292, - [293] = 290, - [294] = 290, - [295] = 289, - [296] = 290, - [297] = 297, + [293] = 293, + [294] = 289, + [295] = 287, + [296] = 287, + [297] = 287, [298] = 289, [299] = 289, - [300] = 290, + [300] = 289, [301] = 289, - [302] = 290, + [302] = 287, [303] = 289, - [304] = 289, - [305] = 289, - [306] = 290, - [307] = 292, + [304] = 287, + [305] = 292, + [306] = 306, + [307] = 306, [308] = 292, [309] = 292, - [310] = 310, - [311] = 310, - [312] = 310, - [313] = 310, + [310] = 306, + [311] = 306, + [312] = 292, + [313] = 292, [314] = 292, - [315] = 292, + [315] = 306, [316] = 292, - [317] = 310, - [318] = 292, - [319] = 319, - [320] = 320, - [321] = 319, - [322] = 320, - [323] = 323, - [324] = 323, - [325] = 319, - [326] = 320, + [317] = 317, + [318] = 318, + [319] = 317, + [320] = 318, + [321] = 321, + [322] = 318, + [323] = 317, + [324] = 321, + [325] = 325, + [326] = 326, [327] = 327, - [328] = 327, - [329] = 323, + [328] = 328, + [329] = 325, [330] = 330, - [331] = 331, - [332] = 332, + [331] = 321, + [332] = 326, [333] = 333, - [334] = 332, - [335] = 333, - [336] = 336, + [334] = 334, + [335] = 335, + [336] = 328, [337] = 337, - [338] = 331, + [338] = 338, [339] = 339, - [340] = 340, - [341] = 327, + [340] = 325, + [341] = 341, [342] = 342, [343] = 343, - [344] = 344, + [344] = 330, [345] = 345, [346] = 346, [347] = 347, - [348] = 330, + [348] = 348, [349] = 349, [350] = 350, [351] = 351, - [352] = 352, + [352] = 327, [353] = 353, [354] = 354, [355] = 355, - [356] = 356, - [357] = 357, - [358] = 354, - [359] = 342, - [360] = 352, - [361] = 351, - [362] = 346, - [363] = 350, - [364] = 364, - [365] = 356, - [366] = 349, - [367] = 355, - [368] = 347, - [369] = 340, - [370] = 370, - [371] = 364, - [372] = 345, - [373] = 337, - [374] = 339, - [375] = 357, - [376] = 336, - [377] = 344, - [378] = 353, - [379] = 343, - [380] = 370, - [381] = 323, - [382] = 364, - [383] = 383, - [384] = 383, - [385] = 385, - [386] = 330, - [387] = 383, - [388] = 333, - [389] = 332, + [356] = 333, + [357] = 347, + [358] = 346, + [359] = 345, + [360] = 342, + [361] = 361, + [362] = 362, + [363] = 335, + [364] = 337, + [365] = 355, + [366] = 354, + [367] = 348, + [368] = 350, + [369] = 353, + [370] = 351, + [371] = 349, + [372] = 338, + [373] = 361, + [374] = 334, + [375] = 343, + [376] = 341, + [377] = 339, + [378] = 321, + [379] = 379, + [380] = 361, + [381] = 362, + [382] = 382, + [383] = 379, + [384] = 325, + [385] = 382, + [386] = 328, + [387] = 330, + [388] = 379, + [389] = 326, [390] = 327, - [391] = 331, - [392] = 385, - [393] = 343, - [394] = 336, - [395] = 347, - [396] = 354, + [391] = 350, + [392] = 342, + [393] = 333, + [394] = 347, + [395] = 341, + [396] = 355, [397] = 349, [398] = 353, - [399] = 352, - [400] = 350, - [401] = 345, - [402] = 357, - [403] = 344, - [404] = 339, - [405] = 351, - [406] = 356, - [407] = 340, - [408] = 342, - [409] = 355, - [410] = 337, - [411] = 346, - [412] = 364, - [413] = 370, - [414] = 383, - [415] = 385, - [416] = 416, - [417] = 416, - [418] = 416, - [419] = 416, + [399] = 338, + [400] = 354, + [401] = 337, + [402] = 339, + [403] = 351, + [404] = 348, + [405] = 343, + [406] = 334, + [407] = 335, + [408] = 345, + [409] = 346, + [410] = 361, + [411] = 362, + [412] = 382, + [413] = 379, + [414] = 414, + [415] = 414, + [416] = 414, + [417] = 414, + [418] = 418, + [419] = 419, [420] = 420, [421] = 421, [422] = 422, [423] = 423, - [424] = 420, - [425] = 425, - [426] = 422, - [427] = 427, - [428] = 421, - [429] = 429, - [430] = 430, - [431] = 429, - [432] = 423, - [433] = 422, - [434] = 425, - [435] = 420, - [436] = 422, - [437] = 319, - [438] = 421, - [439] = 420, - [440] = 320, - [441] = 427, - [442] = 421, - [443] = 430, - [444] = 444, + [424] = 424, + [425] = 420, + [426] = 426, + [427] = 419, + [428] = 418, + [429] = 421, + [430] = 317, + [431] = 422, + [432] = 426, + [433] = 419, + [434] = 420, + [435] = 424, + [436] = 418, + [437] = 318, + [438] = 420, + [439] = 418, + [440] = 419, + [441] = 423, + [442] = 418, + [443] = 423, + [444] = 418, [445] = 445, - [446] = 319, - [447] = 425, - [448] = 427, - [449] = 320, - [450] = 422, - [451] = 430, - [452] = 423, - [453] = 453, - [454] = 430, - [455] = 423, - [456] = 429, - [457] = 425, - [458] = 421, - [459] = 421, - [460] = 420, - [461] = 427, - [462] = 429, - [463] = 420, - [464] = 427, - [465] = 430, - [466] = 320, - [467] = 427, - [468] = 320, - [469] = 320, - [470] = 319, - [471] = 445, - [472] = 319, - [473] = 425, - [474] = 444, - [475] = 319, - [476] = 320, - [477] = 429, - [478] = 453, - [479] = 423, - [480] = 425, - [481] = 429, - [482] = 430, - [483] = 319, - [484] = 484, - [485] = 320, - [486] = 319, - [487] = 320, - [488] = 445, - [489] = 319, - [490] = 453, - [491] = 444, - [492] = 445, - [493] = 319, - [494] = 320, - [495] = 319, - [496] = 444, - [497] = 320, - [498] = 453, - [499] = 319, - [500] = 320, - [501] = 453, - [502] = 320, - [503] = 503, - [504] = 319, - [505] = 421, - [506] = 320, - [507] = 319, - [508] = 319, - [509] = 420, - [510] = 320, - [511] = 444, - [512] = 503, - [513] = 445, - [514] = 514, - [515] = 319, - [516] = 445, - [517] = 320, - [518] = 444, - [519] = 422, - [520] = 514, + [446] = 422, + [447] = 419, + [448] = 424, + [449] = 449, + [450] = 421, + [451] = 423, + [452] = 426, + [453] = 424, + [454] = 426, + [455] = 455, + [456] = 318, + [457] = 421, + [458] = 419, + [459] = 422, + [460] = 317, + [461] = 420, + [462] = 318, + [463] = 423, + [464] = 423, + [465] = 317, + [466] = 424, + [467] = 445, + [468] = 317, + [469] = 317, + [470] = 318, + [471] = 422, + [472] = 426, + [473] = 318, + [474] = 317, + [475] = 455, + [476] = 421, + [477] = 421, + [478] = 318, + [479] = 426, + [480] = 422, + [481] = 449, + [482] = 445, + [483] = 318, + [484] = 318, + [485] = 317, + [486] = 318, + [487] = 317, + [488] = 455, + [489] = 317, + [490] = 317, + [491] = 318, + [492] = 449, + [493] = 493, + [494] = 449, + [495] = 445, + [496] = 455, + [497] = 317, + [498] = 498, + [499] = 445, + [500] = 317, + [501] = 455, + [502] = 502, + [503] = 455, + [504] = 317, + [505] = 318, + [506] = 445, + [507] = 318, + [508] = 317, + [509] = 419, + [510] = 449, + [511] = 318, + [512] = 418, + [513] = 420, + [514] = 318, + [515] = 317, + [516] = 502, + [517] = 318, + [518] = 498, + [519] = 318, + [520] = 318, [521] = 521, - [522] = 521, - [523] = 320, - [524] = 319, - [525] = 319, - [526] = 320, - [527] = 420, - [528] = 320, - [529] = 422, - [530] = 429, - [531] = 425, - [532] = 427, - [533] = 521, - [534] = 430, - [535] = 521, - [536] = 521, - [537] = 320, - [538] = 421, - [539] = 319, - [540] = 423, + [522] = 426, + [523] = 421, + [524] = 424, + [525] = 521, + [526] = 419, + [527] = 317, + [528] = 521, + [529] = 420, + [530] = 521, + [531] = 317, + [532] = 318, + [533] = 318, + [534] = 521, + [535] = 423, + [536] = 317, + [537] = 418, + [538] = 521, + [539] = 422, + [540] = 317, [541] = 521, - [542] = 319, - [543] = 521, - [544] = 521, - [545] = 430, - [546] = 429, + [542] = 521, + [543] = 318, + [544] = 317, + [545] = 422, + [546] = 424, [547] = 547, - [548] = 548, - [549] = 427, - [550] = 423, - [551] = 320, - [552] = 319, - [553] = 319, - [554] = 320, - [555] = 555, - [556] = 425, - [557] = 557, - [558] = 555, - [559] = 547, - [560] = 320, - [561] = 319, - [562] = 514, - [563] = 444, - [564] = 548, - [565] = 453, - [566] = 484, - [567] = 484, - [568] = 568, - [569] = 557, - [570] = 503, - [571] = 445, - [572] = 320, - [573] = 320, - [574] = 332, - [575] = 319, - [576] = 331, - [577] = 547, - [578] = 555, - [579] = 557, - [580] = 319, - [581] = 320, - [582] = 503, - [583] = 548, - [584] = 453, - [585] = 568, + [548] = 318, + [549] = 549, + [550] = 550, + [551] = 317, + [552] = 426, + [553] = 423, + [554] = 554, + [555] = 421, + [556] = 550, + [557] = 549, + [558] = 558, + [559] = 455, + [560] = 554, + [561] = 498, + [562] = 318, + [563] = 493, + [564] = 449, + [565] = 317, + [566] = 493, + [567] = 547, + [568] = 502, + [569] = 445, + [570] = 570, + [571] = 547, + [572] = 317, + [573] = 327, + [574] = 549, + [575] = 575, + [576] = 330, + [577] = 550, + [578] = 328, + [579] = 558, + [580] = 326, + [581] = 317, + [582] = 318, + [583] = 554, + [584] = 318, + [585] = 585, [586] = 586, - [587] = 587, - [588] = 588, - [589] = 589, - [590] = 319, - [591] = 319, - [592] = 547, - [593] = 555, - [594] = 320, + [587] = 317, + [588] = 318, + [589] = 549, + [590] = 445, + [591] = 318, + [592] = 317, + [593] = 317, + [594] = 318, [595] = 595, - [596] = 596, - [597] = 514, - [598] = 319, - [599] = 599, - [600] = 444, - [601] = 557, - [602] = 320, - [603] = 548, - [604] = 330, - [605] = 333, - [606] = 445, - [607] = 555, - [608] = 331, - [609] = 595, - [610] = 319, - [611] = 319, - [612] = 588, - [613] = 599, - [614] = 349, - [615] = 344, - [616] = 353, - [617] = 347, - [618] = 320, - [619] = 346, - [620] = 336, - [621] = 332, - [622] = 622, - [623] = 354, - [624] = 320, - [625] = 319, - [626] = 548, - [627] = 555, - [628] = 337, - [629] = 340, - [630] = 357, - [631] = 631, - [632] = 547, - [633] = 356, - [634] = 333, - [635] = 587, - [636] = 320, - [637] = 355, - [638] = 332, - [639] = 622, - [640] = 333, - [641] = 319, - [642] = 320, - [643] = 568, - [644] = 339, - [645] = 352, - [646] = 568, - [647] = 596, - [648] = 547, - [649] = 350, - [650] = 330, - [651] = 319, - [652] = 320, - [653] = 320, - [654] = 331, - [655] = 343, - [656] = 351, - [657] = 657, - [658] = 319, - [659] = 659, - [660] = 660, - [661] = 661, - [662] = 342, - [663] = 319, - [664] = 330, - [665] = 320, - [666] = 319, - [667] = 320, - [668] = 622, - [669] = 345, - [670] = 586, - [671] = 557, - [672] = 345, - [673] = 346, - [674] = 332, - [675] = 660, - [676] = 676, - [677] = 677, - [678] = 320, - [679] = 351, - [680] = 319, - [681] = 681, - [682] = 682, - [683] = 657, - [684] = 333, - [685] = 344, - [686] = 333, - [687] = 342, - [688] = 331, - [689] = 330, - [690] = 333, - [691] = 342, - [692] = 588, - [693] = 595, - [694] = 340, - [695] = 330, - [696] = 339, - [697] = 697, - [698] = 661, - [699] = 331, - [700] = 587, - [701] = 596, - [702] = 349, - [703] = 357, - [704] = 659, - [705] = 354, - [706] = 355, - [707] = 707, - [708] = 331, - [709] = 350, - [710] = 337, - [711] = 333, - [712] = 347, - [713] = 599, - [714] = 331, - [715] = 330, - [716] = 344, - [717] = 332, - [718] = 586, - [719] = 336, - [720] = 586, - [721] = 330, - [722] = 346, - [723] = 337, - [724] = 331, - [725] = 343, - [726] = 568, - [727] = 347, - [728] = 728, - [729] = 345, - [730] = 730, - [731] = 332, - [732] = 354, - [733] = 351, - [734] = 353, - [735] = 332, - [736] = 319, - [737] = 320, - [738] = 350, - [739] = 588, - [740] = 356, - [741] = 356, - [742] = 659, - [743] = 332, - [744] = 352, - [745] = 357, - [746] = 349, - [747] = 599, - [748] = 330, - [749] = 340, - [750] = 343, - [751] = 352, - [752] = 596, - [753] = 595, - [754] = 754, - [755] = 339, - [756] = 353, - [757] = 370, - [758] = 355, - [759] = 587, - [760] = 661, - [761] = 568, - [762] = 336, - [763] = 333, - [764] = 357, - [765] = 330, - [766] = 342, - [767] = 336, - [768] = 344, - [769] = 345, - [770] = 385, - [771] = 660, - [772] = 657, - [773] = 657, - [774] = 660, - [775] = 352, - [776] = 339, - [777] = 353, - [778] = 340, - [779] = 337, - [780] = 337, - [781] = 331, - [782] = 354, - [783] = 330, - [784] = 346, - [785] = 352, - [786] = 347, - [787] = 331, - [788] = 357, - [789] = 330, - [790] = 347, - [791] = 351, - [792] = 343, - [793] = 330, - [794] = 356, - [795] = 354, - [796] = 677, - [797] = 347, - [798] = 345, - [799] = 344, - [800] = 332, - [801] = 340, - [802] = 599, - [803] = 332, - [804] = 340, - [805] = 357, - [806] = 659, - [807] = 350, - [808] = 808, - [809] = 586, - [810] = 697, - [811] = 355, - [812] = 336, - [813] = 355, - [814] = 808, - [815] = 331, - [816] = 596, - [817] = 353, - [818] = 349, - [819] = 343, - [820] = 587, - [821] = 357, - [822] = 351, + [596] = 455, + [597] = 498, + [598] = 449, + [599] = 554, + [600] = 547, + [601] = 502, + [602] = 602, + [603] = 603, + [604] = 550, + [605] = 317, + [606] = 606, + [607] = 330, + [608] = 608, + [609] = 609, + [610] = 610, + [611] = 550, + [612] = 350, + [613] = 328, + [614] = 614, + [615] = 318, + [616] = 317, + [617] = 318, + [618] = 343, + [619] = 345, + [620] = 348, + [621] = 326, + [622] = 351, + [623] = 327, + [624] = 346, + [625] = 337, + [626] = 626, + [627] = 317, + [628] = 549, + [629] = 327, + [630] = 318, + [631] = 347, + [632] = 317, + [633] = 318, + [634] = 626, + [635] = 626, + [636] = 558, + [637] = 317, + [638] = 318, + [639] = 318, + [640] = 317, + [641] = 554, + [642] = 547, + [643] = 318, + [644] = 341, + [645] = 317, + [646] = 602, + [647] = 603, + [648] = 355, + [649] = 554, + [650] = 547, + [651] = 333, + [652] = 342, + [653] = 595, + [654] = 338, + [655] = 339, + [656] = 353, + [657] = 335, + [658] = 334, + [659] = 317, + [660] = 318, + [661] = 570, + [662] = 558, + [663] = 349, + [664] = 354, + [665] = 586, + [666] = 326, + [667] = 328, + [668] = 330, + [669] = 585, + [670] = 327, + [671] = 347, + [672] = 354, + [673] = 327, + [674] = 603, + [675] = 330, + [676] = 335, + [677] = 326, + [678] = 349, + [679] = 334, + [680] = 318, + [681] = 328, + [682] = 330, + [683] = 317, + [684] = 318, + [685] = 317, + [686] = 327, + [687] = 326, + [688] = 326, + [689] = 348, + [690] = 351, + [691] = 343, + [692] = 339, + [693] = 354, + [694] = 326, + [695] = 355, + [696] = 338, + [697] = 328, + [698] = 333, + [699] = 585, + [700] = 586, + [701] = 349, + [702] = 330, + [703] = 328, + [704] = 608, + [705] = 335, + [706] = 602, + [707] = 606, + [708] = 334, + [709] = 337, + [710] = 347, + [711] = 614, + [712] = 346, + [713] = 342, + [714] = 610, + [715] = 333, + [716] = 362, + [717] = 345, + [718] = 353, + [719] = 341, + [720] = 328, + [721] = 327, + [722] = 343, + [723] = 348, + [724] = 355, + [725] = 558, + [726] = 342, + [727] = 595, + [728] = 570, + [729] = 350, + [730] = 338, + [731] = 570, + [732] = 595, + [733] = 733, + [734] = 608, + [735] = 606, + [736] = 585, + [737] = 558, + [738] = 586, + [739] = 339, + [740] = 327, + [741] = 741, + [742] = 330, + [743] = 350, + [744] = 744, + [745] = 602, + [746] = 746, + [747] = 747, + [748] = 748, + [749] = 341, + [750] = 603, + [751] = 328, + [752] = 353, + [753] = 337, + [754] = 351, + [755] = 330, + [756] = 345, + [757] = 346, + [758] = 758, + [759] = 326, + [760] = 760, + [761] = 761, + [762] = 346, + [763] = 610, + [764] = 326, + [765] = 765, + [766] = 351, + [767] = 327, + [768] = 355, + [769] = 347, + [770] = 346, + [771] = 348, + [772] = 772, + [773] = 345, + [774] = 343, + [775] = 335, + [776] = 342, + [777] = 333, + [778] = 326, + [779] = 779, + [780] = 608, + [781] = 606, + [782] = 782, + [783] = 349, + [784] = 335, + [785] = 345, + [786] = 779, + [787] = 339, + [788] = 354, + [789] = 334, + [790] = 350, + [791] = 343, + [792] = 341, + [793] = 610, + [794] = 614, + [795] = 348, + [796] = 346, + [797] = 797, + [798] = 354, + [799] = 333, + [800] = 338, + [801] = 342, + [802] = 602, + [803] = 603, + [804] = 328, + [805] = 333, + [806] = 347, + [807] = 353, + [808] = 772, + [809] = 351, + [810] = 338, + [811] = 772, + [812] = 812, + [813] = 350, + [814] = 354, + [815] = 338, + [816] = 345, + [817] = 346, + [818] = 345, + [819] = 351, + [820] = 347, + [821] = 349, + [822] = 595, [823] = 339, - [824] = 370, - [825] = 661, - [826] = 342, - [827] = 332, - [828] = 342, - [829] = 707, - [830] = 830, - [831] = 351, - [832] = 357, - [833] = 808, - [834] = 340, - [835] = 354, - [836] = 353, - [837] = 808, - [838] = 339, - [839] = 349, - [840] = 356, - [841] = 333, - [842] = 595, - [843] = 333, - [844] = 339, - [845] = 355, - [846] = 350, - [847] = 331, - [848] = 350, - [849] = 849, - [850] = 350, - [851] = 354, - [852] = 852, - [853] = 353, - [854] = 353, - [855] = 344, - [856] = 345, - [857] = 345, - [858] = 352, - [859] = 352, - [860] = 676, - [861] = 344, - [862] = 349, - [863] = 356, - [864] = 343, - [865] = 808, - [866] = 588, - [867] = 354, - [868] = 337, - [869] = 346, - [870] = 331, - [871] = 342, - [872] = 336, - [873] = 336, - [874] = 332, - [875] = 346, - [876] = 876, - [877] = 808, - [878] = 351, - [879] = 337, - [880] = 332, - [881] = 356, - [882] = 659, - [883] = 343, - [884] = 345, - [885] = 355, - [886] = 661, - [887] = 350, - [888] = 682, - [889] = 349, - [890] = 681, - [891] = 356, - [892] = 340, - [893] = 339, - [894] = 344, - [895] = 337, - [896] = 346, - [897] = 808, - [898] = 343, - [899] = 808, - [900] = 336, - [901] = 347, - [902] = 355, - [903] = 347, - [904] = 349, - [905] = 370, - [906] = 333, - [907] = 351, - [908] = 754, - [909] = 728, - [910] = 910, - [911] = 730, - [912] = 352, - [913] = 346, - [914] = 661, - [915] = 659, - [916] = 342, - [917] = 333, - [918] = 330, - [919] = 682, - [920] = 677, - [921] = 332, - [922] = 347, - [923] = 346, - [924] = 337, - [925] = 340, - [926] = 333, - [927] = 339, - [928] = 330, - [929] = 331, - [930] = 707, - [931] = 343, - [932] = 356, - [933] = 332, - [934] = 344, - [935] = 345, - [936] = 357, - [937] = 331, - [938] = 355, - [939] = 330, - [940] = 940, - [941] = 339, - [942] = 354, - [943] = 352, - [944] = 351, - [945] = 353, - [946] = 332, - [947] = 357, - [948] = 350, - [949] = 349, - [950] = 336, - [951] = 354, - [952] = 353, - [953] = 676, - [954] = 677, - [955] = 955, - [956] = 342, - [957] = 336, - [958] = 849, - [959] = 555, - [960] = 547, - [961] = 961, - [962] = 333, - [963] = 682, - [964] = 681, - [965] = 697, - [966] = 370, - [967] = 728, - [968] = 730, - [969] = 969, - [970] = 659, - [971] = 661, - [972] = 336, - [973] = 353, - [974] = 385, - [975] = 354, - [976] = 910, - [977] = 349, - [978] = 961, - [979] = 961, - [980] = 357, - [981] = 351, - [982] = 339, - [983] = 370, - [984] = 754, - [985] = 336, - [986] = 370, - [987] = 876, - [988] = 342, - [989] = 370, - [990] = 349, - [991] = 852, - [992] = 992, - [993] = 350, - [994] = 351, - [995] = 352, - [996] = 830, - [997] = 961, - [998] = 353, - [999] = 370, - [1000] = 354, - [1001] = 357, - [1002] = 1002, - [1003] = 1003, - [1004] = 754, - [1005] = 339, - [1006] = 330, - [1007] = 331, - [1008] = 342, - [1009] = 332, - [1010] = 355, - [1011] = 342, - [1012] = 356, + [824] = 570, + [825] = 825, + [826] = 772, + [827] = 334, + [828] = 327, + [829] = 326, + [830] = 758, + [831] = 761, + [832] = 328, + [833] = 746, + [834] = 741, + [835] = 339, + [836] = 779, + [837] = 337, + [838] = 333, + [839] = 330, + [840] = 327, + [841] = 772, + [842] = 733, + [843] = 337, + [844] = 350, + [845] = 353, + [846] = 337, + [847] = 330, + [848] = 354, + [849] = 606, + [850] = 334, + [851] = 608, + [852] = 335, + [853] = 608, + [854] = 330, + [855] = 382, + [856] = 362, + [857] = 328, + [858] = 779, + [859] = 347, + [860] = 341, + [861] = 606, + [862] = 355, + [863] = 338, + [864] = 351, + [865] = 353, + [866] = 779, + [867] = 350, + [868] = 343, + [869] = 747, + [870] = 350, + [871] = 748, + [872] = 586, + [873] = 349, + [874] = 328, + [875] = 348, + [876] = 353, + [877] = 348, + [878] = 330, + [879] = 342, + [880] = 760, + [881] = 362, + [882] = 337, + [883] = 339, + [884] = 343, + [885] = 614, + [886] = 779, + [887] = 354, + [888] = 334, + [889] = 328, + [890] = 335, + [891] = 341, + [892] = 355, + [893] = 326, + [894] = 341, + [895] = 327, + [896] = 772, + [897] = 585, + [898] = 327, + [899] = 744, + [900] = 341, + [901] = 348, + [902] = 353, + [903] = 345, + [904] = 326, + [905] = 351, + [906] = 346, + [907] = 347, + [908] = 355, + [909] = 337, + [910] = 342, + [911] = 772, + [912] = 779, + [913] = 349, + [914] = 779, + [915] = 339, + [916] = 333, + [917] = 343, + [918] = 772, + [919] = 355, + [920] = 335, + [921] = 342, + [922] = 334, + [923] = 349, + [924] = 338, + [925] = 925, + [926] = 335, + [927] = 347, + [928] = 337, + [929] = 339, + [930] = 925, + [931] = 931, + [932] = 334, + [933] = 335, + [934] = 327, + [935] = 741, + [936] = 334, + [937] = 335, + [938] = 341, + [939] = 733, + [940] = 326, + [941] = 746, + [942] = 925, + [943] = 362, + [944] = 925, + [945] = 733, + [946] = 346, + [947] = 758, + [948] = 362, + [949] = 949, + [950] = 345, + [951] = 327, + [952] = 326, + [953] = 761, + [954] = 338, + [955] = 765, + [956] = 956, + [957] = 353, + [958] = 925, + [959] = 328, + [960] = 960, + [961] = 608, + [962] = 747, + [963] = 748, + [964] = 328, + [965] = 341, + [966] = 351, + [967] = 925, + [968] = 355, + [969] = 362, + [970] = 606, + [971] = 758, + [972] = 761, + [973] = 355, + [974] = 341, + [975] = 349, + [976] = 925, + [977] = 782, + [978] = 978, + [979] = 342, + [980] = 825, + [981] = 333, + [982] = 606, + [983] = 744, + [984] = 343, + [985] = 348, + [986] = 339, + [987] = 608, + [988] = 330, + [989] = 333, + [990] = 760, + [991] = 337, + [992] = 797, + [993] = 342, + [994] = 345, + [995] = 328, + [996] = 760, + [997] = 349, + [998] = 746, + [999] = 326, + [1000] = 382, + [1001] = 346, + [1002] = 347, + [1003] = 346, + [1004] = 345, + [1005] = 1005, + [1006] = 547, + [1007] = 554, + [1008] = 330, + [1009] = 347, + [1010] = 334, + [1011] = 606, + [1012] = 608, [1013] = 350, - [1014] = 961, - [1015] = 331, - [1016] = 333, - [1017] = 349, - [1018] = 352, - [1019] = 350, - [1020] = 345, - [1021] = 344, - [1022] = 961, - [1023] = 961, - [1024] = 351, - [1025] = 352, - [1026] = 330, - [1027] = 661, - [1028] = 659, - [1029] = 961, - [1030] = 849, - [1031] = 347, - [1032] = 346, - [1033] = 337, - [1034] = 660, - [1035] = 657, - [1036] = 355, - [1037] = 356, - [1038] = 1038, - [1039] = 343, - [1040] = 340, - [1041] = 345, - [1042] = 344, - [1043] = 330, - [1044] = 707, - [1045] = 331, - [1046] = 337, - [1047] = 333, - [1048] = 346, - [1049] = 355, - [1050] = 676, - [1051] = 385, - [1052] = 347, - [1053] = 340, - [1054] = 340, - [1055] = 343, - [1056] = 697, - [1057] = 661, - [1058] = 659, - [1059] = 344, - [1060] = 681, - [1061] = 332, - [1062] = 347, - [1063] = 346, - [1064] = 337, - [1065] = 345, - [1066] = 730, - [1067] = 356, - [1068] = 728, - [1069] = 343, - [1070] = 353, - [1071] = 330, + [1014] = 328, + [1015] = 355, + [1016] = 343, + [1017] = 335, + [1018] = 330, + [1019] = 354, + [1020] = 348, + [1021] = 326, + [1022] = 333, + [1023] = 347, + [1024] = 346, + [1025] = 345, + [1026] = 342, + [1027] = 351, + [1028] = 338, + [1029] = 353, + [1030] = 334, + [1031] = 1031, + [1032] = 333, + [1033] = 343, + [1034] = 342, + [1035] = 348, + [1036] = 327, + [1037] = 351, + [1038] = 339, + [1039] = 1039, + [1040] = 610, + [1041] = 339, + [1042] = 327, + [1043] = 362, + [1044] = 326, + [1045] = 1045, + [1046] = 350, + [1047] = 341, + [1048] = 350, + [1049] = 747, + [1050] = 741, + [1051] = 614, + [1052] = 812, + [1053] = 744, + [1054] = 349, + [1055] = 328, + [1056] = 353, + [1057] = 350, + [1058] = 337, + [1059] = 354, + [1060] = 351, + [1061] = 355, + [1062] = 330, + [1063] = 349, + [1064] = 748, + [1065] = 353, + [1066] = 825, + [1067] = 338, + [1068] = 362, + [1069] = 327, + [1070] = 338, + [1071] = 354, [1072] = 354, [1073] = 337, - [1074] = 353, - [1075] = 849, - [1076] = 357, - [1077] = 1077, - [1078] = 385, - [1079] = 339, - [1080] = 852, - [1081] = 340, - [1082] = 1038, - [1083] = 343, - [1084] = 1084, - [1085] = 343, - [1086] = 356, - [1087] = 876, - [1088] = 332, - [1089] = 344, - [1090] = 345, - [1091] = 344, - [1092] = 342, - [1093] = 336, - [1094] = 1084, - [1095] = 342, - [1096] = 852, - [1097] = 1077, - [1098] = 345, - [1099] = 1077, - [1100] = 340, + [1074] = 925, + [1075] = 348, + [1076] = 382, + [1077] = 343, + [1078] = 558, + [1079] = 1031, + [1080] = 345, + [1081] = 346, + [1082] = 347, + [1083] = 341, + [1084] = 348, + [1085] = 554, + [1086] = 327, + [1087] = 547, + [1088] = 339, + [1089] = 338, + [1090] = 747, + [1091] = 1091, + [1092] = 353, + [1093] = 1093, + [1094] = 1091, + [1095] = 334, + [1096] = 338, + [1097] = 1005, + [1098] = 349, + [1099] = 353, + [1100] = 335, [1101] = 1101, - [1102] = 356, - [1103] = 1103, - [1104] = 1104, - [1105] = 1084, - [1106] = 337, - [1107] = 955, - [1108] = 355, - [1109] = 346, - [1110] = 1003, - [1111] = 355, - [1112] = 1112, - [1113] = 1002, - [1114] = 1114, - [1115] = 347, - [1116] = 346, - [1117] = 337, - [1118] = 1118, - [1119] = 339, - [1120] = 1103, - [1121] = 568, - [1122] = 1122, - [1123] = 1101, - [1124] = 352, + [1102] = 342, + [1103] = 333, + [1104] = 825, + [1105] = 1091, + [1106] = 1106, + [1107] = 758, + [1108] = 354, + [1109] = 337, + [1110] = 350, + [1111] = 761, + [1112] = 765, + [1113] = 797, + [1114] = 355, + [1115] = 345, + [1116] = 1116, + [1117] = 346, + [1118] = 351, + [1119] = 382, + [1120] = 347, + [1121] = 741, + [1122] = 342, + [1123] = 1039, + [1124] = 362, [1125] = 351, - [1126] = 1126, - [1127] = 876, - [1128] = 347, - [1129] = 370, - [1130] = 385, - [1131] = 370, - [1132] = 1077, - [1133] = 385, - [1134] = 830, - [1135] = 1103, - [1136] = 385, - [1137] = 357, - [1138] = 331, - [1139] = 1139, - [1140] = 1103, - [1141] = 555, - [1142] = 1122, - [1143] = 352, - [1144] = 354, - [1145] = 339, - [1146] = 351, - [1147] = 347, - [1148] = 350, - [1149] = 353, - [1150] = 349, - [1151] = 350, - [1152] = 1101, - [1153] = 1126, - [1154] = 1084, - [1155] = 1002, - [1156] = 370, - [1157] = 1077, - [1158] = 349, - [1159] = 830, - [1160] = 351, - [1161] = 1114, - [1162] = 1126, - [1163] = 1101, - [1164] = 354, - [1165] = 1122, - [1166] = 547, - [1167] = 1103, - [1168] = 353, - [1169] = 347, - [1170] = 340, - [1171] = 350, - [1172] = 349, - [1173] = 1077, - [1174] = 346, - [1175] = 337, - [1176] = 682, - [1177] = 681, - [1178] = 340, - [1179] = 910, - [1180] = 1180, - [1181] = 385, - [1182] = 349, - [1183] = 1118, - [1184] = 346, - [1185] = 969, - [1186] = 345, - [1187] = 331, - [1188] = 332, - [1189] = 969, - [1190] = 1103, - [1191] = 344, - [1192] = 343, - [1193] = 370, - [1194] = 1084, - [1195] = 330, - [1196] = 336, - [1197] = 849, - [1198] = 342, - [1199] = 344, - [1200] = 345, - [1201] = 1084, - [1202] = 339, - [1203] = 1077, - [1204] = 1118, - [1205] = 1118, - [1206] = 352, - [1207] = 1122, - [1208] = 1118, - [1209] = 661, - [1210] = 1103, - [1211] = 1118, - [1212] = 659, - [1213] = 342, - [1214] = 1003, - [1215] = 336, - [1216] = 357, - [1217] = 1077, - [1218] = 730, - [1219] = 1114, - [1220] = 728, - [1221] = 1118, - [1222] = 1126, - [1223] = 354, - [1224] = 677, - [1225] = 1126, - [1226] = 1101, - [1227] = 1122, - [1228] = 1228, - [1229] = 350, - [1230] = 676, - [1231] = 357, - [1232] = 1118, - [1233] = 849, - [1234] = 356, - [1235] = 1122, - [1236] = 355, - [1237] = 1122, - [1238] = 910, - [1239] = 343, - [1240] = 356, - [1241] = 1084, - [1242] = 1084, - [1243] = 351, - [1244] = 336, - [1245] = 1103, - [1246] = 352, - [1247] = 940, - [1248] = 355, - [1249] = 595, - [1250] = 849, - [1251] = 1228, - [1252] = 568, - [1253] = 370, - [1254] = 331, - [1255] = 969, - [1256] = 1002, - [1257] = 330, - [1258] = 969, - [1259] = 370, - [1260] = 332, - [1261] = 330, - [1262] = 588, - [1263] = 940, - [1264] = 385, - [1265] = 1139, - [1266] = 333, - [1267] = 969, - [1268] = 1002, - [1269] = 385, - [1270] = 955, - [1271] = 1003, - [1272] = 385, - [1273] = 1003, - [1274] = 1002, - [1275] = 1104, - [1276] = 385, - [1277] = 599, - [1278] = 586, - [1279] = 1003, - [1280] = 940, - [1281] = 1180, - [1282] = 596, - [1283] = 587, - [1284] = 1038, - [1285] = 1038, - [1286] = 370, - [1287] = 955, - [1288] = 370, - [1289] = 849, - [1290] = 1290, - [1291] = 1290, - [1292] = 1290, - [1293] = 1003, - [1294] = 587, - [1295] = 1290, - [1296] = 340, - [1297] = 1290, - [1298] = 1290, - [1299] = 1290, - [1300] = 385, - [1301] = 385, - [1302] = 1290, - [1303] = 333, - [1304] = 337, - [1305] = 330, - [1306] = 596, - [1307] = 346, - [1308] = 1228, - [1309] = 347, - [1310] = 330, - [1311] = 1290, - [1312] = 385, - [1313] = 661, - [1314] = 330, - [1315] = 659, - [1316] = 1290, - [1317] = 1290, - [1318] = 1290, - [1319] = 1002, - [1320] = 1290, - [1321] = 1290, - [1322] = 343, - [1323] = 1290, - [1324] = 356, - [1325] = 385, - [1326] = 660, - [1327] = 1003, - [1328] = 657, - [1329] = 1290, - [1330] = 586, - [1331] = 330, - [1332] = 1290, - [1333] = 1290, - [1334] = 344, - [1335] = 1290, - [1336] = 1290, - [1337] = 1290, - [1338] = 1002, - [1339] = 599, - [1340] = 345, - [1341] = 333, - [1342] = 332, - [1343] = 1290, - [1344] = 1290, - [1345] = 332, - [1346] = 331, - [1347] = 1347, - [1348] = 1290, - [1349] = 332, - [1350] = 1290, - [1351] = 1290, - [1352] = 330, - [1353] = 355, - [1354] = 1290, - [1355] = 1290, - [1356] = 1290, - [1357] = 1290, - [1358] = 339, - [1359] = 1290, - [1360] = 1290, - [1361] = 1290, - [1362] = 969, - [1363] = 1290, - [1364] = 1290, - [1365] = 1180, - [1366] = 352, - [1367] = 330, - [1368] = 351, - [1369] = 1290, - [1370] = 1290, - [1371] = 1104, - [1372] = 331, - [1373] = 1290, - [1374] = 1139, - [1375] = 1290, - [1376] = 1290, - [1377] = 1290, - [1378] = 595, - [1379] = 1139, - [1380] = 330, - [1381] = 1290, - [1382] = 336, - [1383] = 342, - [1384] = 588, - [1385] = 1228, - [1386] = 357, - [1387] = 1290, - [1388] = 330, - [1389] = 1290, - [1390] = 1290, - [1391] = 1104, - [1392] = 1290, - [1393] = 331, - [1394] = 1290, - [1395] = 350, - [1396] = 1290, - [1397] = 1290, - [1398] = 1290, - [1399] = 349, - [1400] = 1180, - [1401] = 353, - [1402] = 354, - [1403] = 969, - [1404] = 331, - [1405] = 1405, - [1406] = 1347, - [1407] = 1407, - [1408] = 1408, - [1409] = 728, - [1410] = 730, - [1411] = 659, - [1412] = 677, - [1413] = 676, - [1414] = 332, - [1415] = 661, - [1416] = 1347, - [1417] = 1417, - [1418] = 331, - [1419] = 1347, - [1420] = 1420, - [1421] = 657, - [1422] = 660, - [1423] = 1423, - [1424] = 1405, - [1425] = 1417, - [1426] = 370, - [1427] = 1427, - [1428] = 1428, - [1429] = 370, - [1430] = 1405, - [1431] = 330, - [1432] = 1432, + [1126] = 350, + [1127] = 1106, + [1128] = 334, + [1129] = 349, + [1130] = 343, + [1131] = 343, + [1132] = 328, + [1133] = 978, + [1134] = 326, + [1135] = 348, + [1136] = 1136, + [1137] = 1136, + [1138] = 1116, + [1139] = 362, + [1140] = 1140, + [1141] = 382, + [1142] = 355, + [1143] = 1116, + [1144] = 1101, + [1145] = 956, + [1146] = 341, + [1147] = 342, + [1148] = 1101, + [1149] = 1149, + [1150] = 333, + [1151] = 1093, + [1152] = 348, + [1153] = 1039, + [1154] = 337, + [1155] = 354, + [1156] = 343, + [1157] = 1031, + [1158] = 1136, + [1159] = 1101, + [1160] = 1136, + [1161] = 334, + [1162] = 353, + [1163] = 1093, + [1164] = 349, + [1165] = 1093, + [1166] = 350, + [1167] = 335, + [1168] = 333, + [1169] = 825, + [1170] = 349, + [1171] = 335, + [1172] = 353, + [1173] = 1173, + [1174] = 1093, + [1175] = 341, + [1176] = 1176, + [1177] = 782, + [1178] = 606, + [1179] = 1136, + [1180] = 345, + [1181] = 339, + [1182] = 346, + [1183] = 347, + [1184] = 326, + [1185] = 338, + [1186] = 328, + [1187] = 1091, + [1188] = 608, + [1189] = 960, + [1190] = 362, + [1191] = 342, + [1192] = 351, + [1193] = 782, + [1194] = 333, + [1195] = 354, + [1196] = 1005, + [1197] = 1106, + [1198] = 1091, + [1199] = 765, + [1200] = 1136, + [1201] = 1106, + [1202] = 1202, + [1203] = 1176, + [1204] = 341, + [1205] = 355, + [1206] = 1136, + [1207] = 382, + [1208] = 1106, + [1209] = 1116, + [1210] = 337, + [1211] = 1101, + [1212] = 1101, + [1213] = 797, + [1214] = 1149, + [1215] = 382, + [1216] = 355, + [1217] = 1136, + [1218] = 1091, + [1219] = 1219, + [1220] = 382, + [1221] = 1149, + [1222] = 1101, + [1223] = 746, + [1224] = 327, + [1225] = 1149, + [1226] = 1093, + [1227] = 347, + [1228] = 346, + [1229] = 345, + [1230] = 335, + [1231] = 1149, + [1232] = 825, + [1233] = 334, + [1234] = 1093, + [1235] = 350, + [1236] = 343, + [1237] = 1091, + [1238] = 348, + [1239] = 362, + [1240] = 1116, + [1241] = 1106, + [1242] = 812, + [1243] = 1106, + [1244] = 1101, + [1245] = 1091, + [1246] = 812, + [1247] = 1247, + [1248] = 351, + [1249] = 339, + [1250] = 337, + [1251] = 748, + [1252] = 1093, + [1253] = 339, + [1254] = 354, + [1255] = 338, + [1256] = 1176, + [1257] = 362, + [1258] = 362, + [1259] = 1173, + [1260] = 330, + [1261] = 825, + [1262] = 956, + [1263] = 1247, + [1264] = 956, + [1265] = 382, + [1266] = 558, + [1267] = 1005, + [1268] = 328, + [1269] = 382, + [1270] = 327, + [1271] = 326, + [1272] = 362, + [1273] = 585, + [1274] = 586, + [1275] = 960, + [1276] = 1005, + [1277] = 978, + [1278] = 603, + [1279] = 1039, + [1280] = 1202, + [1281] = 1005, + [1282] = 1039, + [1283] = 1031, + [1284] = 382, + [1285] = 570, + [1286] = 327, + [1287] = 978, + [1288] = 1031, + [1289] = 1031, + [1290] = 825, + [1291] = 1039, + [1292] = 1219, + [1293] = 960, + [1294] = 1045, + [1295] = 362, + [1296] = 595, + [1297] = 602, + [1298] = 382, + [1299] = 1299, + [1300] = 1300, + [1301] = 327, + [1302] = 1039, + [1303] = 1202, + [1304] = 1247, + [1305] = 327, + [1306] = 330, + [1307] = 1173, + [1308] = 326, + [1309] = 328, + [1310] = 382, + [1311] = 1299, + [1312] = 1299, + [1313] = 1299, + [1314] = 1202, + [1315] = 1299, + [1316] = 327, + [1317] = 1299, + [1318] = 382, + [1319] = 1299, + [1320] = 1005, + [1321] = 1299, + [1322] = 1322, + [1323] = 1005, + [1324] = 1299, + [1325] = 1299, + [1326] = 1299, + [1327] = 382, + [1328] = 1299, + [1329] = 347, + [1330] = 1299, + [1331] = 585, + [1332] = 346, + [1333] = 345, + [1334] = 335, + [1335] = 586, + [1336] = 1299, + [1337] = 1299, + [1338] = 1299, + [1339] = 1299, + [1340] = 334, + [1341] = 1299, + [1342] = 1299, + [1343] = 327, + [1344] = 341, + [1345] = 1299, + [1346] = 1299, + [1347] = 1299, + [1348] = 1299, + [1349] = 1031, + [1350] = 570, + [1351] = 595, + [1352] = 1173, + [1353] = 1353, + [1354] = 606, + [1355] = 1299, + [1356] = 1299, + [1357] = 1299, + [1358] = 337, + [1359] = 1299, + [1360] = 1299, + [1361] = 1299, + [1362] = 326, + [1363] = 328, + [1364] = 1299, + [1365] = 330, + [1366] = 608, + [1367] = 603, + [1368] = 1299, + [1369] = 328, + [1370] = 326, + [1371] = 1299, + [1372] = 1299, + [1373] = 1299, + [1374] = 1374, + [1375] = 1299, + [1376] = 327, + [1377] = 1299, + [1378] = 382, + [1379] = 1299, + [1380] = 334, + [1381] = 350, + [1382] = 602, + [1383] = 1299, + [1384] = 1299, + [1385] = 614, + [1386] = 343, + [1387] = 348, + [1388] = 1299, + [1389] = 610, + [1390] = 351, + [1391] = 1299, + [1392] = 339, + [1393] = 1219, + [1394] = 337, + [1395] = 1247, + [1396] = 1396, + [1397] = 1045, + [1398] = 1299, + [1399] = 1399, + [1400] = 354, + [1401] = 327, + [1402] = 1374, + [1403] = 1219, + [1404] = 338, + [1405] = 1299, + [1406] = 353, + [1407] = 349, + [1408] = 1031, + [1409] = 342, + [1410] = 335, + [1411] = 1353, + [1412] = 1396, + [1413] = 1399, + [1414] = 353, + [1415] = 333, + [1416] = 1374, + [1417] = 1299, + [1418] = 1353, + [1419] = 1399, + [1420] = 1396, + [1421] = 1045, + [1422] = 1299, + [1423] = 341, + [1424] = 355, + [1425] = 1299, + [1426] = 1039, + [1427] = 1299, + [1428] = 327, + [1429] = 1299, + [1430] = 1299, + [1431] = 327, + [1432] = 354, [1433] = 1433, - [1434] = 1433, - [1435] = 354, - [1436] = 1408, - [1437] = 330, - [1438] = 1432, - [1439] = 1347, - [1440] = 1417, - [1441] = 1417, - [1442] = 1407, - [1443] = 331, - [1444] = 336, - [1445] = 332, - [1446] = 353, - [1447] = 1408, - [1448] = 1407, - [1449] = 354, - [1450] = 357, - [1451] = 347, - [1452] = 339, - [1453] = 346, - [1454] = 1405, - [1455] = 337, - [1456] = 352, - [1457] = 351, - [1458] = 1420, - [1459] = 349, - [1460] = 1417, + [1434] = 362, + [1435] = 335, + [1436] = 334, + [1437] = 337, + [1438] = 746, + [1439] = 347, + [1440] = 350, + [1441] = 346, + [1442] = 345, + [1443] = 353, + [1444] = 351, + [1445] = 326, + [1446] = 341, + [1447] = 327, + [1448] = 343, + [1449] = 348, + [1450] = 1450, + [1451] = 328, + [1452] = 1452, + [1453] = 1453, + [1454] = 326, + [1455] = 328, + [1456] = 328, + [1457] = 362, + [1458] = 350, + [1459] = 347, + [1460] = 326, [1461] = 351, - [1462] = 330, - [1463] = 332, - [1464] = 355, - [1465] = 331, - [1466] = 350, - [1467] = 349, - [1468] = 332, - [1469] = 331, - [1470] = 340, - [1471] = 342, - [1472] = 681, - [1473] = 1405, - [1474] = 682, - [1475] = 1433, - [1476] = 1476, - [1477] = 339, - [1478] = 343, - [1479] = 347, - [1480] = 346, - [1481] = 342, - [1482] = 350, - [1483] = 337, - [1484] = 357, - [1485] = 330, - [1486] = 353, - [1487] = 730, - [1488] = 356, - [1489] = 728, - [1490] = 332, - [1491] = 659, - [1492] = 661, - [1493] = 331, - [1494] = 352, - [1495] = 340, - [1496] = 336, - [1497] = 345, - [1498] = 1420, - [1499] = 1347, - [1500] = 1104, - [1501] = 344, - [1502] = 355, - [1503] = 677, - [1504] = 676, - [1505] = 356, - [1506] = 1139, - [1507] = 343, - [1508] = 332, - [1509] = 1432, - [1510] = 331, - [1511] = 345, - [1512] = 332, - [1513] = 333, - [1514] = 319, - [1515] = 331, - [1516] = 320, - [1517] = 330, - [1518] = 344, - [1519] = 333, - [1520] = 1520, - [1521] = 1347, - [1522] = 332, - [1523] = 331, - [1524] = 332, - [1525] = 331, - [1526] = 332, - [1527] = 333, - [1528] = 370, - [1529] = 353, - [1530] = 331, - [1531] = 336, - [1532] = 342, - [1533] = 385, - [1534] = 336, - [1535] = 337, - [1536] = 346, - [1537] = 355, - [1538] = 353, - [1539] = 354, - [1540] = 370, - [1541] = 1347, - [1542] = 350, - [1543] = 347, - [1544] = 353, - [1545] = 1545, - [1546] = 354, - [1547] = 707, - [1548] = 357, - [1549] = 357, - [1550] = 1420, - [1551] = 340, - [1552] = 352, - [1553] = 339, - [1554] = 340, - [1555] = 339, - [1556] = 342, - [1557] = 355, - [1558] = 682, - [1559] = 681, - [1560] = 385, - [1561] = 332, - [1562] = 331, - [1563] = 343, - [1564] = 343, - [1565] = 349, - [1566] = 350, - [1567] = 344, - [1568] = 356, - [1569] = 344, - [1570] = 345, - [1571] = 1420, - [1572] = 345, - [1573] = 351, - [1574] = 332, - [1575] = 730, - [1576] = 728, - [1577] = 330, - [1578] = 352, - [1579] = 677, - [1580] = 676, - [1581] = 347, - [1582] = 346, - [1583] = 330, - [1584] = 349, - [1585] = 1585, - [1586] = 1586, - [1587] = 337, - [1588] = 697, - [1589] = 352, - [1590] = 351, - [1591] = 333, - [1592] = 336, - [1593] = 754, - [1594] = 351, - [1595] = 347, - [1596] = 1596, - [1597] = 350, - [1598] = 346, - [1599] = 349, - [1600] = 354, - [1601] = 333, - [1602] = 337, - [1603] = 357, - [1604] = 1604, - [1605] = 659, - [1606] = 345, - [1607] = 344, - [1608] = 356, - [1609] = 385, - [1610] = 370, - [1611] = 661, - [1612] = 343, - [1613] = 370, - [1614] = 332, - [1615] = 342, - [1616] = 340, - [1617] = 339, - [1618] = 355, - [1619] = 331, - [1620] = 356, - [1621] = 337, - [1622] = 342, - [1623] = 1623, - [1624] = 349, - [1625] = 351, - [1626] = 385, - [1627] = 1627, - [1628] = 1628, - [1629] = 1629, - [1630] = 1623, - [1631] = 1631, - [1632] = 385, - [1633] = 1633, - [1634] = 1634, - [1635] = 1623, - [1636] = 1636, - [1637] = 336, - [1638] = 1623, - [1639] = 342, - [1640] = 370, - [1641] = 353, - [1642] = 1623, - [1643] = 1623, + [1462] = 346, + [1463] = 345, + [1464] = 326, + [1465] = 328, + [1466] = 330, + [1467] = 761, + [1468] = 1468, + [1469] = 1469, + [1470] = 354, + [1471] = 748, + [1472] = 349, + [1473] = 747, + [1474] = 317, + [1475] = 318, + [1476] = 1300, + [1477] = 337, + [1478] = 339, + [1479] = 338, + [1480] = 1433, + [1481] = 1481, + [1482] = 327, + [1483] = 342, + [1484] = 333, + [1485] = 1485, + [1486] = 1300, + [1487] = 353, + [1488] = 1433, + [1489] = 349, + [1490] = 1247, + [1491] = 328, + [1492] = 758, + [1493] = 761, + [1494] = 1173, + [1495] = 1300, + [1496] = 341, + [1497] = 355, + [1498] = 339, + [1499] = 1499, + [1500] = 1300, + [1501] = 326, + [1502] = 1433, + [1503] = 338, + [1504] = 741, + [1505] = 1485, + [1506] = 746, + [1507] = 741, + [1508] = 342, + [1509] = 333, + [1510] = 330, + [1511] = 327, + [1512] = 606, + [1513] = 758, + [1514] = 614, + [1515] = 326, + [1516] = 355, + [1517] = 326, + [1518] = 328, + [1519] = 362, + [1520] = 1499, + [1521] = 610, + [1522] = 1499, + [1523] = 328, + [1524] = 608, + [1525] = 328, + [1526] = 326, + [1527] = 328, + [1528] = 326, + [1529] = 328, + [1530] = 326, + [1531] = 1300, + [1532] = 327, + [1533] = 1300, + [1534] = 335, + [1535] = 1485, + [1536] = 330, + [1537] = 1433, + [1538] = 334, + [1539] = 343, + [1540] = 348, + [1541] = 327, + [1542] = 608, + [1543] = 606, + [1544] = 1485, + [1545] = 1485, + [1546] = 353, + [1547] = 349, + [1548] = 349, + [1549] = 330, + [1550] = 382, + [1551] = 326, + [1552] = 328, + [1553] = 744, + [1554] = 1322, + [1555] = 1555, + [1556] = 350, + [1557] = 328, + [1558] = 341, + [1559] = 327, + [1560] = 1560, + [1561] = 326, + [1562] = 346, + [1563] = 1563, + [1564] = 335, + [1565] = 351, + [1566] = 382, + [1567] = 339, + [1568] = 1300, + [1569] = 347, + [1570] = 347, + [1571] = 338, + [1572] = 346, + [1573] = 345, + [1574] = 346, + [1575] = 337, + [1576] = 342, + [1577] = 333, + [1578] = 334, + [1579] = 362, + [1580] = 354, + [1581] = 337, + [1582] = 1582, + [1583] = 1583, + [1584] = 608, + [1585] = 334, + [1586] = 355, + [1587] = 606, + [1588] = 362, + [1589] = 333, + [1590] = 342, + [1591] = 353, + [1592] = 355, + [1593] = 355, + [1594] = 341, + [1595] = 327, + [1596] = 345, + [1597] = 733, + [1598] = 382, + [1599] = 348, + [1600] = 330, + [1601] = 343, + [1602] = 335, + [1603] = 741, + [1604] = 746, + [1605] = 341, + [1606] = 343, + [1607] = 348, + [1608] = 333, + [1609] = 342, + [1610] = 338, + [1611] = 328, + [1612] = 335, + [1613] = 334, + [1614] = 326, + [1615] = 343, + [1616] = 348, + [1617] = 337, + [1618] = 334, + [1619] = 338, + [1620] = 354, + [1621] = 1499, + [1622] = 339, + [1623] = 337, + [1624] = 351, + [1625] = 1499, + [1626] = 339, + [1627] = 353, + [1628] = 351, + [1629] = 347, + [1630] = 335, + [1631] = 362, + [1632] = 350, + [1633] = 760, + [1634] = 354, + [1635] = 747, + [1636] = 345, + [1637] = 748, + [1638] = 353, + [1639] = 350, + [1640] = 341, + [1641] = 349, + [1642] = 761, + [1643] = 758, [1644] = 1644, - [1645] = 355, - [1646] = 354, - [1647] = 1644, - [1648] = 350, - [1649] = 1644, - [1650] = 1428, - [1651] = 1427, - [1652] = 1652, - [1653] = 1423, - [1654] = 1623, - [1655] = 339, - [1656] = 1623, - [1657] = 357, - [1658] = 1623, - [1659] = 357, - [1660] = 1623, - [1661] = 347, - [1662] = 1623, - [1663] = 910, - [1664] = 346, - [1665] = 1623, - [1666] = 352, - [1667] = 354, - [1668] = 1668, - [1669] = 353, - [1670] = 1644, - [1671] = 1671, - [1672] = 876, - [1673] = 337, - [1674] = 347, - [1675] = 1623, - [1676] = 1631, - [1677] = 1633, - [1678] = 355, - [1679] = 339, - [1680] = 346, - [1681] = 1623, - [1682] = 1623, - [1683] = 1623, - [1684] = 1623, - [1685] = 1623, - [1686] = 340, - [1687] = 336, - [1688] = 1633, - [1689] = 1623, - [1690] = 1623, - [1691] = 1634, - [1692] = 356, - [1693] = 1623, - [1694] = 1636, - [1695] = 1623, - [1696] = 370, - [1697] = 349, - [1698] = 1698, - [1699] = 343, - [1700] = 350, - [1701] = 1623, - [1702] = 340, - [1703] = 320, - [1704] = 355, - [1705] = 319, - [1706] = 1623, - [1707] = 849, - [1708] = 1623, - [1709] = 1709, - [1710] = 347, - [1711] = 346, - [1712] = 337, - [1713] = 1713, - [1714] = 852, - [1715] = 1520, - [1716] = 1623, - [1717] = 1717, - [1718] = 1718, - [1719] = 1719, - [1720] = 345, - [1721] = 1623, - [1722] = 1623, - [1723] = 356, - [1724] = 1623, - [1725] = 1623, - [1726] = 344, - [1727] = 356, - [1728] = 1623, - [1729] = 955, - [1730] = 1730, - [1731] = 1623, - [1732] = 343, - [1733] = 1623, - [1734] = 1623, - [1735] = 1623, - [1736] = 345, - [1737] = 1737, - [1738] = 1623, - [1739] = 1644, - [1740] = 1623, - [1741] = 351, - [1742] = 352, - [1743] = 1623, - [1744] = 385, - [1745] = 344, - [1746] = 343, - [1747] = 1623, - [1748] = 340, - [1749] = 830, - [1750] = 940, - [1751] = 1623, - [1752] = 1623, - [1753] = 1623, - [1754] = 345, - [1755] = 344, - [1756] = 1623, - [1757] = 1631, - [1758] = 940, - [1759] = 1139, - [1760] = 319, - [1761] = 1002, - [1762] = 1228, - [1763] = 1520, - [1764] = 1003, - [1765] = 969, - [1766] = 1766, - [1767] = 320, - [1768] = 370, + [1645] = 382, + [1646] = 797, + [1647] = 1647, + [1648] = 353, + [1649] = 1649, + [1650] = 1649, + [1651] = 1649, + [1652] = 351, + [1653] = 354, + [1654] = 1649, + [1655] = 337, + [1656] = 362, + [1657] = 1657, + [1658] = 956, + [1659] = 1649, + [1660] = 1647, + [1661] = 382, + [1662] = 782, + [1663] = 1663, + [1664] = 1664, + [1665] = 1665, + [1666] = 1649, + [1667] = 1667, + [1668] = 1649, + [1669] = 1647, + [1670] = 1649, + [1671] = 1468, + [1672] = 1649, + [1673] = 348, + [1674] = 343, + [1675] = 350, + [1676] = 334, + [1677] = 335, + [1678] = 978, + [1679] = 347, + [1680] = 1680, + [1681] = 346, + [1682] = 351, + [1683] = 1649, + [1684] = 345, + [1685] = 1649, + [1686] = 1649, + [1687] = 355, + [1688] = 1649, + [1689] = 1689, + [1690] = 1657, + [1691] = 1649, + [1692] = 1649, + [1693] = 1649, + [1694] = 335, + [1695] = 1649, + [1696] = 812, + [1697] = 333, + [1698] = 342, + [1699] = 1649, + [1700] = 1649, + [1701] = 1649, + [1702] = 334, + [1703] = 341, + [1704] = 335, + [1705] = 345, + [1706] = 334, + [1707] = 343, + [1708] = 348, + [1709] = 346, + [1710] = 1649, + [1711] = 347, + [1712] = 1712, + [1713] = 1649, + [1714] = 1714, + [1715] = 1649, + [1716] = 1649, + [1717] = 1649, + [1718] = 1649, + [1719] = 349, + [1720] = 339, + [1721] = 335, + [1722] = 1722, + [1723] = 1649, + [1724] = 1649, + [1725] = 1649, + [1726] = 1726, + [1727] = 1649, + [1728] = 1649, + [1729] = 350, + [1730] = 347, + [1731] = 1649, + [1732] = 1680, + [1733] = 350, + [1734] = 1649, + [1735] = 382, + [1736] = 346, + [1737] = 1649, + [1738] = 351, + [1739] = 345, + [1740] = 338, + [1741] = 1741, + [1742] = 339, + [1743] = 1649, + [1744] = 318, + [1745] = 1647, + [1746] = 1481, + [1747] = 338, + [1748] = 317, + [1749] = 341, + [1750] = 1649, + [1751] = 337, + [1752] = 1752, + [1753] = 1649, + [1754] = 335, + [1755] = 1450, + [1756] = 1452, + [1757] = 1453, + [1758] = 1649, + [1759] = 1649, + [1760] = 825, + [1761] = 1761, + [1762] = 1649, + [1763] = 1763, + [1764] = 1647, + [1765] = 355, + [1766] = 337, + [1767] = 1680, + [1768] = 348, [1769] = 1769, - [1770] = 370, - [1771] = 1631, - [1772] = 1180, - [1773] = 1520, - [1774] = 1631, - [1775] = 1636, - [1776] = 1634, - [1777] = 1777, - [1778] = 319, - [1779] = 320, - [1780] = 1766, - [1781] = 955, - [1782] = 1634, - [1783] = 1636, - [1784] = 1631, - [1785] = 1785, - [1786] = 1634, - [1787] = 1476, - [1788] = 1423, - [1789] = 1769, - [1790] = 1427, - [1791] = 1777, - [1792] = 1792, - [1793] = 1428, - [1794] = 1585, - [1795] = 1586, - [1796] = 385, - [1797] = 1427, - [1798] = 1423, - [1799] = 1636, - [1800] = 1769, - [1801] = 1634, - [1802] = 1604, - [1803] = 1785, - [1804] = 1766, - [1805] = 1777, - [1806] = 1766, - [1807] = 1596, - [1808] = 1038, - [1809] = 1792, - [1810] = 385, - [1811] = 1766, - [1812] = 1631, - [1813] = 1636, - [1814] = 1785, - [1815] = 849, - [1816] = 1816, - [1817] = 1792, - [1818] = 1428, - [1819] = 1636, - [1820] = 1785, - [1821] = 1634, - [1822] = 1766, - [1823] = 1766, - [1824] = 1476, - [1825] = 1766, - [1826] = 1545, - [1827] = 1785, - [1828] = 1828, - [1829] = 356, - [1830] = 1730, - [1831] = 1831, - [1832] = 319, - [1833] = 1833, - [1834] = 969, - [1835] = 1835, - [1836] = 320, - [1837] = 355, - [1838] = 1139, - [1839] = 1719, - [1840] = 1831, - [1841] = 319, - [1842] = 1718, + [1770] = 343, + [1771] = 362, + [1772] = 765, + [1773] = 1649, + [1774] = 334, + [1775] = 1649, + [1776] = 353, + [1777] = 1322, + [1778] = 341, + [1779] = 353, + [1780] = 341, + [1781] = 337, + [1782] = 1322, + [1783] = 354, + [1784] = 1644, + [1785] = 1649, + [1786] = 1664, + [1787] = 1787, + [1788] = 353, + [1789] = 349, + [1790] = 334, + [1791] = 333, + [1792] = 342, + [1793] = 1793, + [1794] = 1794, + [1795] = 362, + [1796] = 317, + [1797] = 318, + [1798] = 1468, + [1799] = 1657, + [1800] = 1800, + [1801] = 1801, + [1802] = 1802, + [1803] = 1793, + [1804] = 1804, + [1805] = 1453, + [1806] = 1801, + [1807] = 1807, + [1808] = 1802, + [1809] = 1809, + [1810] = 1793, + [1811] = 1809, + [1812] = 1804, + [1813] = 1807, + [1814] = 1664, + [1815] = 1644, + [1816] = 1664, + [1817] = 1800, + [1818] = 1793, + [1819] = 1664, + [1820] = 1247, + [1821] = 956, + [1822] = 1644, + [1823] = 1657, + [1824] = 1802, + [1825] = 1657, + [1826] = 1644, + [1827] = 1469, + [1828] = 1452, + [1829] = 825, + [1830] = 362, + [1831] = 978, + [1832] = 1450, + [1833] = 1800, + [1834] = 1800, + [1835] = 1657, + [1836] = 1793, + [1837] = 1809, + [1838] = 1657, + [1839] = 1793, + [1840] = 382, + [1841] = 1560, + [1842] = 1563, [1843] = 1843, - [1844] = 1003, - [1845] = 1845, - [1846] = 1845, - [1847] = 1634, - [1848] = 1636, - [1849] = 1833, - [1850] = 1833, - [1851] = 1713, - [1852] = 1709, - [1853] = 1835, - [1854] = 1843, - [1855] = 1652, - [1856] = 1671, - [1857] = 1668, - [1858] = 1002, - [1859] = 1828, - [1860] = 1860, - [1861] = 1831, - [1862] = 1698, - [1863] = 345, - [1864] = 344, - [1865] = 343, - [1866] = 1228, - [1867] = 1835, - [1868] = 1180, - [1869] = 340, - [1870] = 1104, - [1871] = 1631, - [1872] = 320, - [1873] = 1737, - [1874] = 385, - [1875] = 319, - [1876] = 1629, - [1877] = 385, - [1878] = 1628, - [1879] = 1627, - [1880] = 1828, - [1881] = 337, - [1882] = 346, - [1883] = 347, - [1884] = 1717, - [1885] = 319, - [1886] = 320, - [1887] = 320, + [1844] = 1794, + [1845] = 1644, + [1846] = 1005, + [1847] = 317, + [1848] = 318, + [1849] = 1664, + [1850] = 1850, + [1851] = 1793, + [1852] = 1450, + [1853] = 1807, + [1854] = 1452, + [1855] = 1468, + [1856] = 1843, + [1857] = 1804, + [1858] = 1453, + [1859] = 1801, + [1860] = 1582, + [1861] = 1583, + [1862] = 1469, + [1863] = 1644, + [1864] = 1843, + [1865] = 1793, + [1866] = 1664, + [1867] = 382, + [1868] = 1219, + [1869] = 1481, + [1870] = 1202, + [1871] = 1031, + [1872] = 960, + [1873] = 1039, + [1874] = 1555, + [1875] = 1794, + [1876] = 1800, + [1877] = 1481, + [1878] = 1878, + [1879] = 317, + [1880] = 382, + [1881] = 1881, + [1882] = 1752, + [1883] = 1883, + [1884] = 1883, + [1885] = 1247, + [1886] = 334, + [1887] = 348, [1888] = 1888, - [1889] = 1889, - [1890] = 1890, + [1889] = 1031, + [1890] = 1712, [1891] = 1891, - [1892] = 1890, + [1892] = 1665, [1893] = 1893, - [1894] = 320, - [1895] = 319, - [1896] = 1889, - [1897] = 1891, - [1898] = 319, - [1899] = 1888, - [1900] = 1900, - [1901] = 1901, - [1902] = 320, - [1903] = 1900, - [1904] = 320, - [1905] = 1901, + [1894] = 343, + [1895] = 317, + [1896] = 335, + [1897] = 1787, + [1898] = 1898, + [1899] = 1667, + [1900] = 345, + [1901] = 318, + [1902] = 1714, + [1903] = 1888, + [1904] = 346, + [1905] = 347, [1906] = 1906, - [1907] = 319, - [1908] = 1908, - [1909] = 1893, - [1910] = 320, - [1911] = 1888, - [1912] = 1912, - [1913] = 1891, - [1914] = 1890, - [1915] = 1901, - [1916] = 1893, - [1917] = 319, - [1918] = 1889, - [1919] = 1900, - [1920] = 352, - [1921] = 1921, - [1922] = 319, - [1923] = 356, - [1924] = 1924, - [1925] = 1925, - [1926] = 1921, - [1927] = 1921, - [1928] = 1928, - [1929] = 1921, - [1930] = 1921, - [1931] = 345, - [1932] = 344, - [1933] = 1921, - [1934] = 1921, - [1935] = 1935, - [1936] = 343, - [1937] = 1937, - [1938] = 1921, - [1939] = 1921, - [1940] = 1921, - [1941] = 1921, - [1942] = 1921, - [1943] = 1921, + [1907] = 1898, + [1908] = 1219, + [1909] = 1039, + [1910] = 1910, + [1911] = 1173, + [1912] = 1769, + [1913] = 1906, + [1914] = 1644, + [1915] = 318, + [1916] = 1664, + [1917] = 1726, + [1918] = 318, + [1919] = 1910, + [1920] = 1910, + [1921] = 1657, + [1922] = 1663, + [1923] = 1761, + [1924] = 351, + [1925] = 317, + [1926] = 1763, + [1927] = 1689, + [1928] = 1741, + [1929] = 1881, + [1930] = 1722, + [1931] = 382, + [1932] = 1906, + [1933] = 1891, + [1934] = 1878, + [1935] = 1202, + [1936] = 350, + [1937] = 1888, + [1938] = 1005, + [1939] = 318, + [1940] = 1898, + [1941] = 1878, + [1942] = 317, + [1943] = 1891, [1944] = 1944, - [1945] = 1921, - [1946] = 320, - [1947] = 355, - [1948] = 319, - [1949] = 1921, - [1950] = 1921, + [1945] = 318, + [1946] = 317, + [1947] = 318, + [1948] = 318, + [1949] = 1949, + [1950] = 1949, [1951] = 1951, - [1952] = 320, - [1953] = 1921, - [1954] = 350, - [1955] = 1921, + [1952] = 1952, + [1953] = 318, + [1954] = 317, + [1955] = 317, [1956] = 1956, - [1957] = 337, - [1958] = 1958, - [1959] = 1921, - [1960] = 1921, - [1961] = 346, - [1962] = 347, - [1963] = 1963, - [1964] = 342, - [1965] = 340, + [1957] = 1949, + [1958] = 317, + [1959] = 1959, + [1960] = 1960, + [1961] = 318, + [1962] = 1962, + [1963] = 1959, + [1964] = 1959, + [1965] = 1959, [1966] = 1966, [1967] = 1967, - [1968] = 1968, - [1969] = 1921, - [1970] = 1921, - [1971] = 1921, + [1968] = 350, + [1969] = 335, + [1970] = 1959, + [1971] = 1959, [1972] = 1972, - [1973] = 1973, - [1974] = 1906, - [1975] = 1906, - [1976] = 352, - [1977] = 1977, - [1978] = 1978, - [1979] = 1978, - [1980] = 1925, - [1981] = 345, - [1982] = 344, - [1983] = 1928, - [1984] = 1968, - [1985] = 728, - [1986] = 1924, - [1987] = 1977, - [1988] = 1924, - [1989] = 1925, - [1990] = 1978, - [1991] = 333, - [1992] = 1967, - [1993] = 1944, - [1994] = 1978, - [1995] = 342, - [1996] = 1968, - [1997] = 661, - [1998] = 332, - [1999] = 340, - [2000] = 659, - [2001] = 1912, - [2002] = 343, - [2003] = 331, - [2004] = 319, - [2005] = 1966, - [2006] = 350, - [2007] = 320, - [2008] = 330, - [2009] = 1977, - [2010] = 1978, - [2011] = 1978, - [2012] = 1928, - [2013] = 343, - [2014] = 676, - [2015] = 352, - [2016] = 677, - [2017] = 1978, - [2018] = 1977, - [2019] = 340, - [2020] = 337, - [2021] = 346, - [2022] = 347, - [2023] = 1967, - [2024] = 1977, - [2025] = 1978, - [2026] = 1977, - [2027] = 1977, - [2028] = 356, - [2029] = 344, - [2030] = 1966, - [2031] = 1977, - [2032] = 1978, - [2033] = 355, - [2034] = 345, - [2035] = 1978, - [2036] = 1944, - [2037] = 1972, - [2038] = 347, - [2039] = 1977, - [2040] = 346, - [2041] = 1977, - [2042] = 1978, - [2043] = 342, - [2044] = 1972, - [2045] = 1977, - [2046] = 1978, - [2047] = 1963, - [2048] = 355, - [2049] = 1978, - [2050] = 1963, - [2051] = 2051, - [2052] = 1977, - [2053] = 350, - [2054] = 356, - [2055] = 1977, - [2056] = 1978, - [2057] = 337, - [2058] = 1978, - [2059] = 1977, - [2060] = 730, - [2061] = 1977, - [2062] = 319, - [2063] = 319, - [2064] = 355, - [2065] = 320, - [2066] = 2066, - [2067] = 2067, - [2068] = 319, - [2069] = 2066, - [2070] = 339, - [2071] = 2071, - [2072] = 2066, - [2073] = 352, - [2074] = 351, - [2075] = 340, - [2076] = 2076, - [2077] = 350, - [2078] = 320, - [2079] = 349, - [2080] = 336, - [2081] = 320, - [2082] = 2067, - [2083] = 2083, - [2084] = 356, - [2085] = 353, - [2086] = 354, - [2087] = 357, - [2088] = 2066, - [2089] = 2067, - [2090] = 2090, - [2091] = 2066, - [2092] = 2066, - [2093] = 345, - [2094] = 343, - [2095] = 319, - [2096] = 344, - [2097] = 342, - [2098] = 320, - [2099] = 347, - [2100] = 346, - [2101] = 337, - [2102] = 2066, - [2103] = 2103, + [1973] = 1959, + [1974] = 351, + [1975] = 1975, + [1976] = 337, + [1977] = 343, + [1978] = 348, + [1979] = 341, + [1980] = 1959, + [1981] = 1981, + [1982] = 1959, + [1983] = 1959, + [1984] = 1959, + [1985] = 1959, + [1986] = 345, + [1987] = 353, + [1988] = 334, + [1989] = 1959, + [1990] = 1990, + [1991] = 1959, + [1992] = 317, + [1993] = 1959, + [1994] = 1959, + [1995] = 1959, + [1996] = 1996, + [1997] = 1959, + [1998] = 317, + [1999] = 318, + [2000] = 1959, + [2001] = 1959, + [2002] = 2002, + [2003] = 2003, + [2004] = 347, + [2005] = 2005, + [2006] = 2006, + [2007] = 1959, + [2008] = 346, + [2009] = 1959, + [2010] = 1959, + [2011] = 1944, + [2012] = 1944, + [2013] = 2013, + [2014] = 1975, + [2015] = 353, + [2016] = 2016, + [2017] = 2016, + [2018] = 1996, + [2019] = 2019, + [2020] = 2019, + [2021] = 1972, + [2022] = 2016, + [2023] = 1990, + [2024] = 2016, + [2025] = 2019, + [2026] = 2019, + [2027] = 2016, + [2028] = 2028, + [2029] = 2016, + [2030] = 2016, + [2031] = 2006, + [2032] = 2005, + [2033] = 347, + [2034] = 2016, + [2035] = 346, + [2036] = 345, + [2037] = 2016, + [2038] = 2003, + [2039] = 2002, + [2040] = 2019, + [2041] = 2019, + [2042] = 2016, + [2043] = 606, + [2044] = 2019, + [2045] = 1972, + [2046] = 608, + [2047] = 1975, + [2048] = 1952, + [2049] = 1996, + [2050] = 2019, + [2051] = 2019, + [2052] = 758, + [2053] = 761, + [2054] = 341, + [2055] = 2019, + [2056] = 2056, + [2057] = 2019, + [2058] = 335, + [2059] = 2016, + [2060] = 327, + [2061] = 2016, + [2062] = 337, + [2063] = 326, + [2064] = 351, + [2065] = 334, + [2066] = 341, + [2067] = 2019, + [2068] = 1966, + [2069] = 343, + [2070] = 348, + [2071] = 2016, + [2072] = 2072, + [2073] = 350, + [2074] = 328, + [2075] = 2019, + [2076] = 348, + [2077] = 353, + [2078] = 2016, + [2079] = 343, + [2080] = 2019, + [2081] = 2019, + [2082] = 330, + [2083] = 347, + [2084] = 2084, + [2085] = 350, + [2086] = 337, + [2087] = 346, + [2088] = 317, + [2089] = 345, + [2090] = 2016, + [2091] = 335, + [2092] = 318, + [2093] = 1966, + [2094] = 2006, + [2095] = 1990, + [2096] = 351, + [2097] = 2005, + [2098] = 2003, + [2099] = 746, + [2100] = 741, + [2101] = 334, + [2102] = 2102, + [2103] = 2002, [2104] = 2104, - [2105] = 2105, + [2105] = 348, [2106] = 2106, - [2107] = 2107, + [2107] = 353, [2108] = 2108, - [2109] = 2104, - [2110] = 2103, - [2111] = 2104, - [2112] = 2103, - [2113] = 2106, - [2114] = 2107, - [2115] = 2115, - [2116] = 2104, - [2117] = 2107, - [2118] = 2118, - [2119] = 2106, - [2120] = 2106, - [2121] = 2103, - [2122] = 2107, - [2123] = 2123, - [2124] = 2106, - [2125] = 2104, - [2126] = 2103, - [2127] = 849, - [2128] = 2115, + [2109] = 341, + [2110] = 346, + [2111] = 339, + [2112] = 318, + [2113] = 317, + [2114] = 2108, + [2115] = 354, + [2116] = 318, + [2117] = 317, + [2118] = 347, + [2119] = 337, + [2120] = 2108, + [2121] = 317, + [2122] = 338, + [2123] = 318, + [2124] = 2108, + [2125] = 345, + [2126] = 351, + [2127] = 2106, + [2128] = 350, [2129] = 2108, - [2130] = 2104, - [2131] = 2105, - [2132] = 2118, - [2133] = 2106, - [2134] = 2107, - [2135] = 2118, - [2136] = 2105, - [2137] = 2107, - [2138] = 2106, - [2139] = 2105, - [2140] = 2118, - [2141] = 2104, - [2142] = 2107, - [2143] = 2103, - [2144] = 2115, - [2145] = 2108, - [2146] = 2103, - [2147] = 2105, - [2148] = 2118, - [2149] = 2107, - [2150] = 2106, - [2151] = 2107, - [2152] = 2106, - [2153] = 2104, - [2154] = 2104, - [2155] = 2107, - [2156] = 2106, - [2157] = 370, - [2158] = 2107, - [2159] = 2106, - [2160] = 2103, - [2161] = 319, - [2162] = 320, - [2163] = 2107, - [2164] = 2106, - [2165] = 2107, - [2166] = 2106, - [2167] = 2107, - [2168] = 2106, - [2169] = 2107, - [2170] = 2106, - [2171] = 2107, - [2172] = 2107, - [2173] = 2106, - [2174] = 2103, - [2175] = 940, - [2176] = 2107, - [2177] = 2107, - [2178] = 2106, - [2179] = 2106, - [2180] = 955, - [2181] = 2106, - [2182] = 2182, - [2183] = 2183, - [2184] = 2182, - [2185] = 2185, - [2186] = 2185, - [2187] = 2187, - [2188] = 2182, - [2189] = 2185, - [2190] = 2187, - [2191] = 2185, - [2192] = 2182, + [2130] = 335, + [2131] = 334, + [2132] = 349, + [2133] = 343, + [2134] = 2108, + [2135] = 342, + [2136] = 2108, + [2137] = 333, + [2138] = 318, + [2139] = 2106, + [2140] = 355, + [2141] = 317, + [2142] = 2142, + [2143] = 2143, + [2144] = 2144, + [2145] = 2145, + [2146] = 362, + [2147] = 2147, + [2148] = 2143, + [2149] = 2145, + [2150] = 2150, + [2151] = 2151, + [2152] = 2143, + [2153] = 2145, + [2154] = 2144, + [2155] = 2155, + [2156] = 2145, + [2157] = 2143, + [2158] = 978, + [2159] = 2150, + [2160] = 2144, + [2161] = 2145, + [2162] = 2144, + [2163] = 2145, + [2164] = 2143, + [2165] = 2150, + [2166] = 2145, + [2167] = 956, + [2168] = 2155, + [2169] = 2142, + [2170] = 2142, + [2171] = 2145, + [2172] = 2143, + [2173] = 2147, + [2174] = 2150, + [2175] = 2150, + [2176] = 2150, + [2177] = 2150, + [2178] = 825, + [2179] = 2150, + [2180] = 2143, + [2181] = 2155, + [2182] = 2143, + [2183] = 2142, + [2184] = 2150, + [2185] = 2144, + [2186] = 2145, + [2187] = 2144, + [2188] = 2150, + [2189] = 2143, + [2190] = 2151, + [2191] = 2150, + [2192] = 2143, [2193] = 2193, - [2194] = 2194, - [2195] = 1180, - [2196] = 2187, - [2197] = 2187, - [2198] = 2182, - [2199] = 2187, - [2200] = 2185, - [2201] = 2185, - [2202] = 2183, - [2203] = 2203, - [2204] = 2204, - [2205] = 2182, - [2206] = 2185, - [2207] = 2187, - [2208] = 2182, - [2209] = 2182, - [2210] = 2185, - [2211] = 2185, - [2212] = 2185, - [2213] = 2183, - [2214] = 2185, - [2215] = 2182, - [2216] = 2185, - [2217] = 2182, - [2218] = 2187, - [2219] = 2182, - [2220] = 2185, - [2221] = 2182, - [2222] = 2182, - [2223] = 2185, - [2224] = 2187, - [2225] = 2183, - [2226] = 2182, - [2227] = 2187, - [2228] = 2182, - [2229] = 2182, - [2230] = 2185, - [2231] = 2187, - [2232] = 2185, - [2233] = 2182, - [2234] = 2185, - [2235] = 2182, - [2236] = 2187, - [2237] = 2185, - [2238] = 2187, - [2239] = 2185, - [2240] = 2183, - [2241] = 2182, - [2242] = 2182, - [2243] = 2185, - [2244] = 2185, - [2245] = 2185, - [2246] = 2182, - [2247] = 2182, - [2248] = 2183, - [2249] = 2185, - [2250] = 2182, - [2251] = 2185, - [2252] = 2185, - [2253] = 2183, - [2254] = 2183, - [2255] = 2183, - [2256] = 2182, - [2257] = 2183, - [2258] = 2185, - [2259] = 2183, - [2260] = 2187, - [2261] = 2187, - [2262] = 2185, - [2263] = 2182, - [2264] = 2183, - [2265] = 2183, - [2266] = 2185, - [2267] = 2183, - [2268] = 2183, - [2269] = 2183, - [2270] = 2182, - [2271] = 2182, - [2272] = 2183, - [2273] = 2185, - [2274] = 2183, - [2275] = 2185, - [2276] = 2183, - [2277] = 2183, - [2278] = 2187, - [2279] = 2187, - [2280] = 2183, - [2281] = 2185, - [2282] = 2182, - [2283] = 2185, - [2284] = 2183, - [2285] = 2187, - [2286] = 2182, - [2287] = 2183, - [2288] = 2185, - [2289] = 2183, - [2290] = 2185, - [2291] = 2183, - [2292] = 2292, - [2293] = 2187, - [2294] = 2183, - [2295] = 2295, - [2296] = 2183, - [2297] = 2182, - [2298] = 385, - [2299] = 2183, - [2300] = 2187, - [2301] = 2185, - [2302] = 2183, - [2303] = 2183, - [2304] = 2183, - [2305] = 2183, - [2306] = 2183, - [2307] = 2183, - [2308] = 2183, - [2309] = 1228, - [2310] = 2187, - [2311] = 2311, - [2312] = 2183, - [2313] = 2182, - [2314] = 2185, - [2315] = 2187, - [2316] = 2182, - [2317] = 2183, - [2318] = 2182, - [2319] = 2187, - [2320] = 2185, - [2321] = 2182, - [2322] = 2182, - [2323] = 2182, - [2324] = 2185, - [2325] = 2183, - [2326] = 2187, - [2327] = 2185, - [2328] = 2183, - [2329] = 2187, - [2330] = 2182, - [2331] = 2182, - [2332] = 2185, - [2333] = 2187, - [2334] = 2183, - [2335] = 2185, - [2336] = 2182, + [2194] = 2143, + [2195] = 2144, + [2196] = 2155, + [2197] = 2150, + [2198] = 2142, + [2199] = 2147, + [2200] = 2143, + [2201] = 2151, + [2202] = 317, + [2203] = 318, + [2204] = 2143, + [2205] = 2150, + [2206] = 2144, + [2207] = 2150, + [2208] = 2143, + [2209] = 2143, + [2210] = 2150, + [2211] = 2150, + [2212] = 2143, + [2213] = 2150, + [2214] = 2143, + [2215] = 2150, + [2216] = 2143, + [2217] = 2144, + [2218] = 2150, + [2219] = 2155, + [2220] = 2143, + [2221] = 2221, + [2222] = 2222, + [2223] = 2222, + [2224] = 2221, + [2225] = 2222, + [2226] = 2221, + [2227] = 2227, + [2228] = 2221, + [2229] = 2227, + [2230] = 2222, + [2231] = 2222, + [2232] = 2221, + [2233] = 2227, + [2234] = 2222, + [2235] = 2227, + [2236] = 2222, + [2237] = 2221, + [2238] = 2221, + [2239] = 2227, + [2240] = 2222, + [2241] = 2222, + [2242] = 2242, + [2243] = 2222, + [2244] = 2242, + [2245] = 2221, + [2246] = 2222, + [2247] = 2221, + [2248] = 2221, + [2249] = 2227, + [2250] = 2242, + [2251] = 2221, + [2252] = 2222, + [2253] = 2227, + [2254] = 2242, + [2255] = 2242, + [2256] = 2227, + [2257] = 2222, + [2258] = 2222, + [2259] = 2221, + [2260] = 2227, + [2261] = 2227, + [2262] = 2262, + [2263] = 2227, + [2264] = 2221, + [2265] = 2222, + [2266] = 2221, + [2267] = 2221, + [2268] = 2222, + [2269] = 2222, + [2270] = 2221, + [2271] = 2222, + [2272] = 2227, + [2273] = 2242, + [2274] = 2227, + [2275] = 2222, + [2276] = 2242, + [2277] = 2221, + [2278] = 2221, + [2279] = 2242, + [2280] = 2242, + [2281] = 2222, + [2282] = 2242, + [2283] = 2221, + [2284] = 2227, + [2285] = 2221, + [2286] = 2227, + [2287] = 2222, + [2288] = 2222, + [2289] = 2222, + [2290] = 2221, + [2291] = 2242, + [2292] = 2242, + [2293] = 2222, + [2294] = 2221, + [2295] = 2222, + [2296] = 2296, + [2297] = 2242, + [2298] = 2221, + [2299] = 2221, + [2300] = 2242, + [2301] = 2227, + [2302] = 2227, + [2303] = 2242, + [2304] = 2242, + [2305] = 2305, + [2306] = 2227, + [2307] = 2227, + [2308] = 2222, + [2309] = 2309, + [2310] = 2227, + [2311] = 2221, + [2312] = 2222, + [2313] = 2221, + [2314] = 2222, + [2315] = 2309, + [2316] = 2316, + [2317] = 2316, + [2318] = 2221, + [2319] = 2222, + [2320] = 2222, + [2321] = 2227, + [2322] = 2221, + [2323] = 2227, + [2324] = 2324, + [2325] = 2325, + [2326] = 2326, + [2327] = 2227, + [2328] = 2221, + [2329] = 2221, + [2330] = 2242, + [2331] = 2325, + [2332] = 2242, + [2333] = 2227, + [2334] = 2222, + [2335] = 2227, + [2336] = 2242, [2337] = 2337, - [2338] = 2183, - [2339] = 2187, - [2340] = 2183, - [2341] = 2182, - [2342] = 2185, - [2343] = 2182, - [2344] = 2187, - [2345] = 2182, - [2346] = 2185, - [2347] = 2182, - [2348] = 2187, - [2349] = 2185, - [2350] = 2182, - [2351] = 2185, - [2352] = 2182, - [2353] = 2185, - [2354] = 2187, - [2355] = 2182, - [2356] = 2182, - [2357] = 2185, - [2358] = 2185, - [2359] = 2185, - [2360] = 2182, - [2361] = 2182, - [2362] = 2182, - [2363] = 2182, - [2364] = 2182, - [2365] = 2204, - [2366] = 2187, - [2367] = 2311, - [2368] = 2368, - [2369] = 2182, - [2370] = 2182, - [2371] = 2185, - [2372] = 2182, - [2373] = 2373, - [2374] = 2185, - [2375] = 2185, - [2376] = 2182, - [2377] = 2185, - [2378] = 2185, - [2379] = 2187, - [2380] = 2185, - [2381] = 2187, - [2382] = 2187, - [2383] = 2185, - [2384] = 2292, - [2385] = 2185, - [2386] = 2182, - [2387] = 2185, - [2388] = 969, - [2389] = 2187, - [2390] = 2203, - [2391] = 2185, - [2392] = 2182, - [2393] = 2187, - [2394] = 2187, - [2395] = 2182, - [2396] = 330, - [2397] = 2194, - [2398] = 2182, - [2399] = 2183, - [2400] = 2187, - [2401] = 2185, - [2402] = 2187, - [2403] = 2185, - [2404] = 2182, - [2405] = 1002, - [2406] = 1003, - [2407] = 2185, - [2408] = 2182, - [2409] = 2409, - [2410] = 2193, - [2411] = 2182, - [2412] = 2187, - [2413] = 2185, - [2414] = 2185, - [2415] = 2182, - [2416] = 2187, - [2417] = 2187, - [2418] = 330, - [2419] = 333, - [2420] = 332, - [2421] = 331, - [2422] = 2422, - [2423] = 659, - [2424] = 661, - [2425] = 2425, - [2426] = 2426, - [2427] = 2427, - [2428] = 1596, - [2429] = 1604, - [2430] = 1586, - [2431] = 1585, - [2432] = 333, - [2433] = 2433, - [2434] = 2434, - [2435] = 330, - [2436] = 2436, - [2437] = 2437, - [2438] = 346, - [2439] = 343, - [2440] = 330, - [2441] = 2422, - [2442] = 676, - [2443] = 677, - [2444] = 728, - [2445] = 730, - [2446] = 849, - [2447] = 333, - [2448] = 849, - [2449] = 2434, - [2450] = 2436, - [2451] = 339, - [2452] = 349, - [2453] = 2426, - [2454] = 2454, - [2455] = 2437, - [2456] = 330, - [2457] = 2433, - [2458] = 332, - [2459] = 331, - [2460] = 351, - [2461] = 2427, - [2462] = 2425, - [2463] = 357, - [2464] = 330, - [2465] = 354, - [2466] = 353, - [2467] = 336, - [2468] = 336, - [2469] = 353, - [2470] = 354, - [2471] = 659, - [2472] = 661, - [2473] = 357, - [2474] = 339, - [2475] = 370, - [2476] = 2476, - [2477] = 2477, - [2478] = 2478, - [2479] = 349, - [2480] = 351, - [2481] = 330, - [2482] = 370, - [2483] = 342, - [2484] = 347, - [2485] = 346, - [2486] = 337, - [2487] = 1713, - [2488] = 1709, - [2489] = 350, - [2490] = 340, - [2491] = 343, - [2492] = 352, - [2493] = 333, - [2494] = 355, - [2495] = 356, - [2496] = 1698, - [2497] = 342, - [2498] = 332, - [2499] = 352, - [2500] = 347, - [2501] = 337, - [2502] = 340, - [2503] = 1652, - [2504] = 331, - [2505] = 344, + [2338] = 2227, + [2339] = 2242, + [2340] = 2227, + [2341] = 2227, + [2342] = 382, + [2343] = 2227, + [2344] = 2221, + [2345] = 2222, + [2346] = 2227, + [2347] = 2222, + [2348] = 2222, + [2349] = 2221, + [2350] = 2222, + [2351] = 2222, + [2352] = 2221, + [2353] = 2227, + [2354] = 2221, + [2355] = 2227, + [2356] = 2221, + [2357] = 2222, + [2358] = 2242, + [2359] = 2221, + [2360] = 2242, + [2361] = 2227, + [2362] = 2222, + [2363] = 2227, + [2364] = 2227, + [2365] = 2221, + [2366] = 2222, + [2367] = 2242, + [2368] = 2221, + [2369] = 2242, + [2370] = 2222, + [2371] = 2221, + [2372] = 2222, + [2373] = 2221, + [2374] = 2222, + [2375] = 2221, + [2376] = 2326, + [2377] = 2242, + [2378] = 2242, + [2379] = 2222, + [2380] = 2242, + [2381] = 327, + [2382] = 2222, + [2383] = 2383, + [2384] = 2221, + [2385] = 2221, + [2386] = 2242, + [2387] = 1202, + [2388] = 2242, + [2389] = 2227, + [2390] = 2221, + [2391] = 2222, + [2392] = 2221, + [2393] = 2222, + [2394] = 2222, + [2395] = 2395, + [2396] = 2242, + [2397] = 2221, + [2398] = 2242, + [2399] = 2222, + [2400] = 1039, + [2401] = 2221, + [2402] = 1031, + [2403] = 2242, + [2404] = 2242, + [2405] = 2242, + [2406] = 2227, + [2407] = 2242, + [2408] = 2221, + [2409] = 2222, + [2410] = 2222, + [2411] = 2221, + [2412] = 2221, + [2413] = 2242, + [2414] = 2242, + [2415] = 2227, + [2416] = 2227, + [2417] = 2221, + [2418] = 2222, + [2419] = 2221, + [2420] = 2222, + [2421] = 2221, + [2422] = 2221, + [2423] = 2222, + [2424] = 2242, + [2425] = 2221, + [2426] = 2242, + [2427] = 2242, + [2428] = 2222, + [2429] = 2222, + [2430] = 2242, + [2431] = 2222, + [2432] = 2221, + [2433] = 2242, + [2434] = 2222, + [2435] = 2221, + [2436] = 2222, + [2437] = 2221, + [2438] = 1219, + [2439] = 2227, + [2440] = 2221, + [2441] = 2222, + [2442] = 2222, + [2443] = 2222, + [2444] = 2222, + [2445] = 2222, + [2446] = 2221, + [2447] = 2383, + [2448] = 2262, + [2449] = 2222, + [2450] = 2227, + [2451] = 2221, + [2452] = 2221, + [2453] = 2242, + [2454] = 2221, + [2455] = 2221, + [2456] = 1005, + [2457] = 330, + [2458] = 328, + [2459] = 326, + [2460] = 2460, + [2461] = 327, + [2462] = 2462, + [2463] = 327, + [2464] = 2464, + [2465] = 2465, + [2466] = 2466, + [2467] = 2467, + [2468] = 330, + [2469] = 2469, + [2470] = 1583, + [2471] = 1582, + [2472] = 1563, + [2473] = 1560, + [2474] = 608, + [2475] = 2475, + [2476] = 606, + [2477] = 346, + [2478] = 327, + [2479] = 2469, + [2480] = 339, + [2481] = 2464, + [2482] = 2466, + [2483] = 2462, + [2484] = 825, + [2485] = 2460, + [2486] = 333, + [2487] = 342, + [2488] = 606, + [2489] = 608, + [2490] = 2465, + [2491] = 758, + [2492] = 761, + [2493] = 746, + [2494] = 741, + [2495] = 825, + [2496] = 355, + [2497] = 338, + [2498] = 2498, + [2499] = 330, + [2500] = 2500, + [2501] = 2467, + [2502] = 2502, + [2503] = 2503, + [2504] = 1722, + [2505] = 1741, [2506] = 355, - [2507] = 350, - [2508] = 356, - [2509] = 345, - [2510] = 345, - [2511] = 344, - [2512] = 2512, - [2513] = 351, - [2514] = 2514, - [2515] = 356, - [2516] = 2514, - [2517] = 336, - [2518] = 2514, - [2519] = 2519, - [2520] = 2520, - [2521] = 2514, - [2522] = 2522, - [2523] = 2523, - [2524] = 2514, - [2525] = 661, - [2526] = 659, - [2527] = 2527, - [2528] = 2528, - [2529] = 345, - [2530] = 344, - [2531] = 342, - [2532] = 2532, - [2533] = 2514, - [2534] = 940, - [2535] = 2514, - [2536] = 2514, - [2537] = 2514, - [2538] = 2538, - [2539] = 2514, - [2540] = 2514, - [2541] = 955, - [2542] = 2542, - [2543] = 2422, - [2544] = 2433, - [2545] = 2514, - [2546] = 343, - [2547] = 2547, - [2548] = 2425, - [2549] = 370, - [2550] = 336, - [2551] = 340, - [2552] = 2514, - [2553] = 2514, - [2554] = 353, - [2555] = 2514, - [2556] = 2434, - [2557] = 354, - [2558] = 331, - [2559] = 339, - [2560] = 330, - [2561] = 2437, - [2562] = 2427, - [2563] = 342, - [2564] = 337, - [2565] = 346, - [2566] = 347, - [2567] = 2567, - [2568] = 330, - [2569] = 349, - [2570] = 350, - [2571] = 357, - [2572] = 352, - [2573] = 330, - [2574] = 354, - [2575] = 355, - [2576] = 331, - [2577] = 2514, - [2578] = 2426, - [2579] = 2436, - [2580] = 2514, - [2581] = 2514, - [2582] = 2514, - [2583] = 353, - [2584] = 332, - [2585] = 2514, - [2586] = 2514, - [2587] = 370, - [2588] = 333, - [2589] = 2589, - [2590] = 661, - [2591] = 357, - [2592] = 2514, - [2593] = 2514, - [2594] = 355, - [2595] = 2433, - [2596] = 2514, - [2597] = 2425, - [2598] = 332, - [2599] = 356, - [2600] = 659, - [2601] = 2434, - [2602] = 2514, - [2603] = 2514, - [2604] = 955, - [2605] = 330, - [2606] = 345, - [2607] = 344, - [2608] = 2514, - [2609] = 2514, - [2610] = 385, - [2611] = 343, - [2612] = 2514, - [2613] = 2422, - [2614] = 350, - [2615] = 340, - [2616] = 2514, - [2617] = 339, - [2618] = 2514, - [2619] = 2427, - [2620] = 2437, - [2621] = 2621, - [2622] = 2436, - [2623] = 2427, - [2624] = 2514, - [2625] = 2625, - [2626] = 2434, - [2627] = 2425, - [2628] = 2514, - [2629] = 2514, - [2630] = 2514, - [2631] = 2433, - [2632] = 2514, - [2633] = 2514, - [2634] = 940, - [2635] = 351, - [2636] = 2437, - [2637] = 2514, - [2638] = 2514, - [2639] = 2514, - [2640] = 2514, - [2641] = 2422, - [2642] = 2514, - [2643] = 2426, - [2644] = 2512, - [2645] = 2514, - [2646] = 2514, - [2647] = 2436, - [2648] = 2547, - [2649] = 330, - [2650] = 331, - [2651] = 385, - [2652] = 2514, - [2653] = 2514, - [2654] = 730, - [2655] = 332, - [2656] = 728, - [2657] = 677, - [2658] = 676, - [2659] = 2514, - [2660] = 2426, - [2661] = 661, - [2662] = 2514, - [2663] = 659, - [2664] = 332, - [2665] = 331, - [2666] = 2514, - [2667] = 331, - [2668] = 347, - [2669] = 346, - [2670] = 337, - [2671] = 2476, - [2672] = 2477, - [2673] = 349, - [2674] = 2478, - [2675] = 2454, - [2676] = 332, - [2677] = 352, + [2507] = 333, + [2508] = 342, + [2509] = 1763, + [2510] = 338, + [2511] = 1761, + [2512] = 335, + [2513] = 330, + [2514] = 339, + [2515] = 334, + [2516] = 349, + [2517] = 354, + [2518] = 337, + [2519] = 347, + [2520] = 328, + [2521] = 346, + [2522] = 345, + [2523] = 349, + [2524] = 353, + [2525] = 327, + [2526] = 341, + [2527] = 362, + [2528] = 343, + [2529] = 348, + [2530] = 326, + [2531] = 354, + [2532] = 350, + [2533] = 327, + [2534] = 351, + [2535] = 350, + [2536] = 337, + [2537] = 351, + [2538] = 327, + [2539] = 353, + [2540] = 2475, + [2541] = 343, + [2542] = 326, + [2543] = 347, + [2544] = 345, + [2545] = 348, + [2546] = 362, + [2547] = 335, + [2548] = 341, + [2549] = 328, + [2550] = 334, + [2551] = 345, + [2552] = 343, + [2553] = 326, + [2554] = 328, + [2555] = 326, + [2556] = 2460, + [2557] = 328, + [2558] = 382, + [2559] = 2559, + [2560] = 2559, + [2561] = 2561, + [2562] = 2559, + [2563] = 2559, + [2564] = 2559, + [2565] = 2503, + [2566] = 2502, + [2567] = 2559, + [2568] = 2500, + [2569] = 2569, + [2570] = 2498, + [2571] = 351, + [2572] = 2572, + [2573] = 2559, + [2574] = 606, + [2575] = 350, + [2576] = 608, + [2577] = 758, + [2578] = 761, + [2579] = 746, + [2580] = 2559, + [2581] = 2559, + [2582] = 741, + [2583] = 2559, + [2584] = 2559, + [2585] = 2559, + [2586] = 608, + [2587] = 606, + [2588] = 317, + [2589] = 978, + [2590] = 2559, + [2591] = 318, + [2592] = 2559, + [2593] = 349, + [2594] = 327, + [2595] = 348, + [2596] = 343, + [2597] = 2559, + [2598] = 2598, + [2599] = 2599, + [2600] = 2559, + [2601] = 2601, + [2602] = 956, + [2603] = 2469, + [2604] = 2559, + [2605] = 2559, + [2606] = 2462, + [2607] = 327, + [2608] = 326, + [2609] = 339, + [2610] = 328, + [2611] = 2475, + [2612] = 341, + [2613] = 2559, + [2614] = 2467, + [2615] = 2559, + [2616] = 2559, + [2617] = 2464, + [2618] = 353, + [2619] = 2466, + [2620] = 345, + [2621] = 346, + [2622] = 347, + [2623] = 2559, + [2624] = 2460, + [2625] = 337, + [2626] = 2475, + [2627] = 2627, + [2628] = 2462, + [2629] = 2559, + [2630] = 2559, + [2631] = 2631, + [2632] = 362, + [2633] = 2559, + [2634] = 2559, + [2635] = 956, + [2636] = 2559, + [2637] = 2559, + [2638] = 382, + [2639] = 2465, + [2640] = 2559, + [2641] = 2641, + [2642] = 2642, + [2643] = 978, + [2644] = 2465, + [2645] = 2559, + [2646] = 2559, + [2647] = 2559, + [2648] = 355, + [2649] = 2559, + [2650] = 333, + [2651] = 355, + [2652] = 2559, + [2653] = 342, + [2654] = 2559, + [2655] = 2655, + [2656] = 327, + [2657] = 338, + [2658] = 339, + [2659] = 2559, + [2660] = 2559, + [2661] = 341, + [2662] = 2465, + [2663] = 2469, + [2664] = 2464, + [2665] = 2627, + [2666] = 2466, + [2667] = 2559, + [2668] = 2559, + [2669] = 608, + [2670] = 606, + [2671] = 2467, + [2672] = 2559, + [2673] = 2559, + [2674] = 334, + [2675] = 2460, + [2676] = 335, + [2677] = 349, [2678] = 2678, - [2679] = 2478, - [2680] = 730, - [2681] = 344, - [2682] = 343, - [2683] = 728, - [2684] = 345, - [2685] = 2685, - [2686] = 331, - [2687] = 356, - [2688] = 730, - [2689] = 332, - [2690] = 677, - [2691] = 2691, - [2692] = 355, - [2693] = 728, - [2694] = 676, - [2695] = 2621, - [2696] = 2696, - [2697] = 2437, - [2698] = 677, - [2699] = 676, - [2700] = 2476, - [2701] = 2477, - [2702] = 2478, - [2703] = 2427, - [2704] = 2476, - [2705] = 340, - [2706] = 2477, - [2707] = 969, - [2708] = 1003, - [2709] = 1002, - [2710] = 2454, - [2711] = 332, - [2712] = 331, - [2713] = 1003, - [2714] = 2625, - [2715] = 2685, - [2716] = 332, - [2717] = 1002, - [2718] = 331, - [2719] = 661, - [2720] = 2720, - [2721] = 659, - [2722] = 2691, - [2723] = 332, - [2724] = 676, - [2725] = 2725, - [2726] = 677, - [2727] = 2422, - [2728] = 331, - [2729] = 2434, - [2730] = 2730, - [2731] = 2476, - [2732] = 352, - [2733] = 2477, - [2734] = 2685, - [2735] = 2425, - [2736] = 2433, - [2737] = 2478, - [2738] = 2454, - [2739] = 330, + [2679] = 353, + [2680] = 2680, + [2681] = 354, + [2682] = 337, + [2683] = 327, + [2684] = 326, + [2685] = 2559, + [2686] = 328, + [2687] = 362, + [2688] = 330, + [2689] = 2559, + [2690] = 2559, + [2691] = 351, + [2692] = 350, + [2693] = 2559, + [2694] = 2466, + [2695] = 2559, + [2696] = 333, + [2697] = 342, + [2698] = 2559, + [2699] = 2559, + [2700] = 2559, + [2701] = 2559, + [2702] = 2464, + [2703] = 327, + [2704] = 2559, + [2705] = 2559, + [2706] = 338, + [2707] = 348, + [2708] = 2469, + [2709] = 328, + [2710] = 354, + [2711] = 326, + [2712] = 2712, + [2713] = 2462, + [2714] = 347, + [2715] = 346, + [2716] = 2716, + [2717] = 2559, + [2718] = 2475, + [2719] = 335, + [2720] = 334, + [2721] = 2631, + [2722] = 2559, + [2723] = 2467, + [2724] = 347, + [2725] = 2462, + [2726] = 2680, + [2727] = 2460, + [2728] = 2503, + [2729] = 2498, + [2730] = 758, + [2731] = 2731, + [2732] = 761, + [2733] = 337, + [2734] = 2601, + [2735] = 350, + [2736] = 353, + [2737] = 746, + [2738] = 741, + [2739] = 2739, [2740] = 2740, - [2741] = 336, - [2742] = 337, - [2743] = 346, - [2744] = 2720, - [2745] = 2730, - [2746] = 347, - [2747] = 385, - [2748] = 350, - [2749] = 353, - [2750] = 354, - [2751] = 728, - [2752] = 2730, - [2753] = 730, - [2754] = 342, - [2755] = 2720, - [2756] = 357, - [2757] = 385, - [2758] = 969, - [2759] = 2691, - [2760] = 351, - [2761] = 339, - [2762] = 349, - [2763] = 2454, - [2764] = 2764, - [2765] = 2765, - [2766] = 2766, - [2767] = 2767, - [2768] = 2768, - [2769] = 2769, - [2770] = 2764, - [2771] = 2771, - [2772] = 2772, - [2773] = 2773, - [2774] = 2774, - [2775] = 2775, - [2776] = 2776, - [2777] = 2777, - [2778] = 2778, - [2779] = 2779, - [2780] = 2780, - [2781] = 2781, - [2782] = 370, - [2783] = 676, - [2784] = 2784, - [2785] = 2785, - [2786] = 2786, - [2787] = 2787, + [2741] = 351, + [2742] = 341, + [2743] = 2743, + [2744] = 2498, + [2745] = 334, + [2746] = 2502, + [2747] = 2500, + [2748] = 327, + [2749] = 2498, + [2750] = 2500, + [2751] = 1005, + [2752] = 326, + [2753] = 741, + [2754] = 746, + [2755] = 2755, + [2756] = 354, + [2757] = 328, + [2758] = 2500, + [2759] = 349, + [2760] = 338, + [2761] = 1031, + [2762] = 1039, + [2763] = 382, + [2764] = 761, + [2765] = 758, + [2766] = 326, + [2767] = 2755, + [2768] = 328, + [2769] = 2743, + [2770] = 328, + [2771] = 608, + [2772] = 2502, + [2773] = 348, + [2774] = 606, + [2775] = 2503, + [2776] = 2755, + [2777] = 343, + [2778] = 2503, + [2779] = 2502, + [2780] = 326, + [2781] = 2466, + [2782] = 339, + [2783] = 1005, + [2784] = 2743, + [2785] = 1031, + [2786] = 1039, + [2787] = 328, [2788] = 2788, - [2789] = 2781, - [2790] = 677, - [2791] = 2625, - [2792] = 2792, - [2793] = 2621, - [2794] = 331, - [2795] = 728, - [2796] = 332, - [2797] = 2476, - [2798] = 2798, - [2799] = 2477, - [2800] = 2800, - [2801] = 2478, - [2802] = 2454, - [2803] = 2803, - [2804] = 2784, - [2805] = 730, - [2806] = 2768, - [2807] = 2725, - [2808] = 2778, - [2809] = 1228, + [2789] = 342, + [2790] = 333, + [2791] = 2739, + [2792] = 346, + [2793] = 345, + [2794] = 382, + [2795] = 2795, + [2796] = 2464, + [2797] = 355, + [2798] = 335, + [2799] = 761, + [2800] = 758, + [2801] = 746, + [2802] = 2802, + [2803] = 326, + [2804] = 2740, + [2805] = 2739, + [2806] = 2475, + [2807] = 741, + [2808] = 2740, + [2809] = 2469, [2810] = 2810, [2811] = 2811, [2812] = 2812, [2813] = 2813, [2814] = 2814, - [2815] = 319, - [2816] = 2696, - [2817] = 2740, - [2818] = 2621, - [2819] = 2625, - [2820] = 2621, - [2821] = 1180, + [2815] = 2815, + [2816] = 2816, + [2817] = 2817, + [2818] = 2818, + [2819] = 2819, + [2820] = 2820, + [2821] = 2821, [2822] = 2822, [2823] = 2823, - [2824] = 320, - [2825] = 2773, - [2826] = 2826, - [2827] = 2625, - [2828] = 2810, - [2829] = 2779, - [2830] = 2786, - [2831] = 2831, + [2824] = 2824, + [2825] = 2825, + [2826] = 2788, + [2827] = 2827, + [2828] = 2731, + [2829] = 2829, + [2830] = 2830, + [2831] = 2818, [2832] = 2832, [2833] = 2833, [2834] = 2834, - [2835] = 2835, - [2836] = 2792, - [2837] = 2769, - [2838] = 2811, - [2839] = 2839, + [2835] = 2498, + [2836] = 2500, + [2837] = 2502, + [2838] = 2503, + [2839] = 2811, [2840] = 2840, - [2841] = 2834, - [2842] = 2840, + [2841] = 2827, + [2842] = 2842, [2843] = 2843, - [2844] = 1180, + [2844] = 2844, [2845] = 2845, - [2846] = 2826, - [2847] = 2835, - [2848] = 2765, - [2849] = 2833, - [2850] = 2787, - [2851] = 2800, - [2852] = 1228, - [2853] = 2798, - [2854] = 2832, - [2855] = 2788, - [2856] = 2845, - [2857] = 2785, - [2858] = 2780, - [2859] = 2823, - [2860] = 2822, - [2861] = 2861, - [2862] = 2776, - [2863] = 2775, - [2864] = 2774, - [2865] = 2767, - [2866] = 2772, - [2867] = 2771, - [2868] = 2839, - [2869] = 2803, - [2870] = 2777, - [2871] = 2843, - [2872] = 2831, - [2873] = 2861, - [2874] = 2814, - [2875] = 2766, - [2876] = 2813, + [2846] = 2846, + [2847] = 2846, + [2848] = 2825, + [2849] = 2849, + [2850] = 2824, + [2851] = 2851, + [2852] = 2823, + [2853] = 2853, + [2854] = 2821, + [2855] = 2833, + [2856] = 2822, + [2857] = 2857, + [2858] = 2858, + [2859] = 2859, + [2860] = 2842, + [2861] = 2601, + [2862] = 2862, + [2863] = 2863, + [2864] = 1202, + [2865] = 2865, + [2866] = 2866, + [2867] = 2820, + [2868] = 1219, + [2869] = 2815, + [2870] = 2814, + [2871] = 2813, + [2872] = 2872, + [2873] = 758, + [2874] = 2834, + [2875] = 2875, + [2876] = 761, [2877] = 2877, - [2878] = 2812, - [2879] = 2625, - [2880] = 332, - [2881] = 2740, - [2882] = 330, - [2883] = 2725, - [2884] = 2696, + [2878] = 2878, + [2879] = 2680, + [2880] = 2840, + [2881] = 2863, + [2882] = 2882, + [2883] = 2883, + [2884] = 2883, [2885] = 2885, - [2886] = 2740, - [2887] = 2696, - [2888] = 330, - [2889] = 2522, - [2890] = 2519, - [2891] = 2725, - [2892] = 333, - [2893] = 385, - [2894] = 2725, - [2895] = 2740, - [2896] = 2896, - [2897] = 2885, - [2898] = 2885, - [2899] = 2896, - [2900] = 2896, - [2901] = 331, - [2902] = 2621, - [2903] = 2696, - [2904] = 353, - [2905] = 2905, - [2906] = 2425, - [2907] = 330, - [2908] = 2725, - [2909] = 2909, - [2910] = 2910, - [2911] = 2427, - [2912] = 2912, - [2913] = 2913, - [2914] = 2437, - [2915] = 2915, - [2916] = 2916, - [2917] = 2917, - [2918] = 2918, - [2919] = 2919, - [2920] = 2434, - [2921] = 2921, - [2922] = 2922, - [2923] = 2923, - [2924] = 336, - [2925] = 347, - [2926] = 355, - [2927] = 354, - [2928] = 345, - [2929] = 330, - [2930] = 337, - [2931] = 2931, - [2932] = 2696, - [2933] = 343, - [2934] = 344, - [2935] = 2935, - [2936] = 2740, - [2937] = 331, - [2938] = 2938, - [2939] = 356, - [2940] = 2433, - [2941] = 2941, - [2942] = 2427, - [2943] = 351, - [2944] = 2944, - [2945] = 659, - [2946] = 2921, - [2947] = 357, - [2948] = 340, - [2949] = 339, - [2950] = 2950, - [2951] = 352, - [2952] = 661, - [2953] = 2425, - [2954] = 346, - [2955] = 2921, - [2956] = 332, - [2957] = 2957, - [2958] = 2422, - [2959] = 342, - [2960] = 349, - [2961] = 2961, - [2962] = 2962, - [2963] = 2963, + [2886] = 2886, + [2887] = 2830, + [2888] = 2795, + [2889] = 2885, + [2890] = 2886, + [2891] = 2891, + [2892] = 2601, + [2893] = 2893, + [2894] = 2894, + [2895] = 2882, + [2896] = 2853, + [2897] = 2875, + [2898] = 2898, + [2899] = 2858, + [2900] = 2832, + [2901] = 2901, + [2902] = 2902, + [2903] = 746, + [2904] = 2819, + [2905] = 741, + [2906] = 2816, + [2907] = 2812, + [2908] = 2849, + [2909] = 2851, + [2910] = 2845, + [2911] = 2878, + [2912] = 2877, + [2913] = 2872, + [2914] = 2902, + [2915] = 1219, + [2916] = 2891, + [2917] = 2866, + [2918] = 2893, + [2919] = 2810, + [2920] = 2817, + [2921] = 2894, + [2922] = 2859, + [2923] = 2680, + [2924] = 2898, + [2925] = 2829, + [2926] = 2843, + [2927] = 1202, + [2928] = 2601, + [2929] = 2844, + [2930] = 2680, + [2931] = 328, + [2932] = 326, + [2933] = 362, + [2934] = 2934, + [2935] = 2857, + [2936] = 2934, + [2937] = 2862, + [2938] = 2865, + [2939] = 2939, + [2940] = 2572, + [2941] = 2795, + [2942] = 382, + [2943] = 2788, + [2944] = 2788, + [2945] = 2788, + [2946] = 2939, + [2947] = 2795, + [2948] = 2939, + [2949] = 2731, + [2950] = 2680, + [2951] = 2951, + [2952] = 327, + [2953] = 2795, + [2954] = 330, + [2955] = 326, + [2956] = 2601, + [2957] = 2951, + [2958] = 328, + [2959] = 2569, + [2960] = 327, + [2961] = 2951, + [2962] = 2731, + [2963] = 2731, [2964] = 2964, [2965] = 2965, - [2966] = 330, - [2967] = 2967, - [2968] = 350, - [2969] = 2969, - [2970] = 331, - [2971] = 2971, - [2972] = 2477, - [2973] = 677, - [2974] = 676, - [2975] = 2975, - [2976] = 2976, - [2977] = 2478, - [2978] = 2454, + [2966] = 327, + [2967] = 327, + [2968] = 326, + [2969] = 328, + [2970] = 2970, + [2971] = 2469, + [2972] = 2972, + [2973] = 2973, + [2974] = 2462, + [2975] = 606, + [2976] = 608, + [2977] = 2475, + [2978] = 2978, [2979] = 2979, [2980] = 2980, - [2981] = 2437, - [2982] = 2982, + [2981] = 2464, + [2982] = 2466, [2983] = 2983, [2984] = 2984, [2985] = 2985, [2986] = 2986, - [2987] = 2987, + [2987] = 327, [2988] = 2988, - [2989] = 370, - [2990] = 2990, - [2991] = 2991, - [2992] = 661, - [2993] = 2993, - [2994] = 2994, - [2995] = 659, - [2996] = 2996, + [2989] = 2989, + [2990] = 347, + [2991] = 346, + [2992] = 345, + [2993] = 335, + [2994] = 334, + [2995] = 343, + [2996] = 348, [2997] = 2997, - [2998] = 331, - [2999] = 2999, - [3000] = 2425, - [3001] = 3001, + [2998] = 2998, + [2999] = 351, + [3000] = 3000, + [3001] = 2462, [3002] = 3002, - [3003] = 3003, + [3003] = 337, [3004] = 3004, - [3005] = 3005, - [3006] = 3006, - [3007] = 3007, - [3008] = 3008, - [3009] = 3009, - [3010] = 2434, - [3011] = 332, + [3005] = 354, + [3006] = 353, + [3007] = 349, + [3008] = 341, + [3009] = 350, + [3010] = 339, + [3011] = 3011, [3012] = 3012, - [3013] = 3013, - [3014] = 730, - [3015] = 333, - [3016] = 2422, - [3017] = 728, - [3018] = 2478, - [3019] = 330, - [3020] = 2476, + [3013] = 2460, + [3014] = 338, + [3015] = 3015, + [3016] = 333, + [3017] = 342, + [3018] = 3000, + [3019] = 3019, + [3020] = 3020, [3021] = 3021, - [3022] = 728, - [3023] = 2477, - [3024] = 730, - [3025] = 677, - [3026] = 2476, - [3027] = 3027, - [3028] = 2877, - [3029] = 2427, - [3030] = 2454, - [3031] = 3031, - [3032] = 3032, - [3033] = 331, + [3022] = 3022, + [3023] = 355, + [3024] = 3024, + [3025] = 3025, + [3026] = 2795, + [3027] = 2788, + [3028] = 2731, + [3029] = 3000, + [3030] = 2466, + [3031] = 2460, + [3032] = 2469, + [3033] = 758, [3034] = 3034, [3035] = 3035, - [3036] = 3036, - [3037] = 3037, + [3036] = 326, + [3037] = 328, [3038] = 3038, - [3039] = 332, - [3040] = 3040, + [3039] = 3039, + [3040] = 761, [3041] = 3041, [3042] = 3042, - [3043] = 3043, - [3044] = 3044, - [3045] = 3045, + [3043] = 2498, + [3044] = 2500, + [3045] = 746, [3046] = 3046, [3047] = 3047, [3048] = 3048, - [3049] = 3049, - [3050] = 3050, + [3049] = 606, + [3050] = 608, [3051] = 3051, - [3052] = 332, - [3053] = 333, + [3052] = 741, + [3053] = 3053, [3054] = 3054, [3055] = 3055, - [3056] = 676, + [3056] = 3056, [3057] = 3057, [3058] = 3058, [3059] = 3059, @@ -5566,1531 +5631,1675 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3063] = 3063, [3064] = 3064, [3065] = 3065, - [3066] = 3066, - [3067] = 2433, + [3066] = 2502, + [3067] = 2503, [3068] = 3068, - [3069] = 353, - [3070] = 349, - [3071] = 2625, - [3072] = 345, - [3073] = 350, - [3074] = 676, - [3075] = 354, - [3076] = 353, - [3077] = 2547, - [3078] = 2621, - [3079] = 342, - [3080] = 356, - [3081] = 339, - [3082] = 336, - [3083] = 351, - [3084] = 955, - [3085] = 349, - [3086] = 355, - [3087] = 339, - [3088] = 352, - [3089] = 370, - [3090] = 2512, - [3091] = 357, - [3092] = 2477, - [3093] = 343, - [3094] = 728, - [3095] = 730, - [3096] = 2476, - [3097] = 352, - [3098] = 354, - [3099] = 357, - [3100] = 677, - [3101] = 940, - [3102] = 355, - [3103] = 342, - [3104] = 340, - [3105] = 336, - [3106] = 347, - [3107] = 370, - [3108] = 3108, - [3109] = 356, - [3110] = 337, - [3111] = 346, - [3112] = 346, - [3113] = 337, - [3114] = 849, - [3115] = 2621, - [3116] = 385, - [3117] = 344, - [3118] = 340, - [3119] = 333, - [3120] = 347, - [3121] = 2478, - [3122] = 2454, - [3123] = 350, - [3124] = 331, - [3125] = 351, - [3126] = 345, - [3127] = 2625, - [3128] = 344, - [3129] = 343, - [3130] = 332, - [3131] = 342, - [3132] = 357, - [3133] = 2547, - [3134] = 340, - [3135] = 337, - [3136] = 349, - [3137] = 2725, - [3138] = 346, - [3139] = 336, - [3140] = 343, - [3141] = 347, - [3142] = 2512, - [3143] = 385, - [3144] = 385, - [3145] = 2625, - [3146] = 955, - [3147] = 370, - [3148] = 940, - [3149] = 353, - [3150] = 354, - [3151] = 351, - [3152] = 344, - [3153] = 345, - [3154] = 352, - [3155] = 2740, - [3156] = 350, - [3157] = 2621, - [3158] = 339, - [3159] = 319, - [3160] = 320, - [3161] = 2696, - [3162] = 355, - [3163] = 356, - [3164] = 2696, - [3165] = 1228, - [3166] = 1180, - [3167] = 385, - [3168] = 1002, - [3169] = 2779, - [3170] = 2769, - [3171] = 1003, - [3172] = 2811, - [3173] = 2725, - [3174] = 2803, - [3175] = 2740, - [3176] = 969, - [3177] = 2845, - [3178] = 2786, - [3179] = 2839, - [3180] = 2831, - [3181] = 2843, - [3182] = 2777, - [3183] = 2779, - [3184] = 2831, - [3185] = 2835, - [3186] = 2773, - [3187] = 2784, - [3188] = 2764, - [3189] = 2861, - [3190] = 2792, - [3191] = 2771, - [3192] = 2786, - [3193] = 2766, - [3194] = 2772, - [3195] = 2774, - [3196] = 2778, - [3197] = 2781, - [3198] = 2775, - [3199] = 2768, - [3200] = 2776, - [3201] = 2780, - [3202] = 3202, - [3203] = 2826, - [3204] = 3204, - [3205] = 2785, - [3206] = 2845, - [3207] = 2788, - [3208] = 2810, - [3209] = 2767, - [3210] = 2811, - [3211] = 2787, - [3212] = 2843, - [3213] = 2798, - [3214] = 2800, - [3215] = 1180, - [3216] = 2765, - [3217] = 1228, - [3218] = 2814, - [3219] = 2813, - [3220] = 2839, - [3221] = 2803, - [3222] = 2834, - [3223] = 2840, - [3224] = 2777, - [3225] = 2832, - [3226] = 2812, - [3227] = 2769, - [3228] = 2823, - [3229] = 2833, - [3230] = 2822, - [3231] = 319, - [3232] = 319, - [3233] = 3233, - [3234] = 3233, - [3235] = 3235, - [3236] = 320, - [3237] = 3233, - [3238] = 3235, - [3239] = 3235, - [3240] = 3233, - [3241] = 320, - [3242] = 3235, - [3243] = 3243, - [3244] = 3244, - [3245] = 3243, - [3246] = 3244, - [3247] = 3244, - [3248] = 3243, - [3249] = 3244, - [3250] = 3244, - [3251] = 3243, - [3252] = 3243, - [3253] = 3243, - [3254] = 3244, - [3255] = 3243, - [3256] = 3244, - [3257] = 3244, - [3258] = 3244, - [3259] = 3243, - [3260] = 3243, - [3261] = 3244, - [3262] = 3243, - [3263] = 3243, - [3264] = 3244, - [3265] = 3243, - [3266] = 3244, - [3267] = 3243, - [3268] = 3243, - [3269] = 3243, - [3270] = 3244, - [3271] = 3271, - [3272] = 3244, - [3273] = 3243, - [3274] = 3244, - [3275] = 3244, - [3276] = 3243, - [3277] = 3244, - [3278] = 3243, - [3279] = 3244, - [3280] = 3244, - [3281] = 3244, - [3282] = 3243, - [3283] = 3243, - [3284] = 3243, - [3285] = 3243, - [3286] = 3243, - [3287] = 3244, - [3288] = 3244, - [3289] = 3244, - [3290] = 3244, - [3291] = 3244, - [3292] = 3243, - [3293] = 3244, - [3294] = 3243, - [3295] = 3243, - [3296] = 3244, - [3297] = 3244, - [3298] = 3243, - [3299] = 3244, - [3300] = 3244, - [3301] = 330, - [3302] = 3244, - [3303] = 3243, - [3304] = 3243, - [3305] = 3243, - [3306] = 3243, - [3307] = 3243, - [3308] = 3244, - [3309] = 3243, - [3310] = 3244, - [3311] = 3244, - [3312] = 3243, - [3313] = 3244, - [3314] = 3244, - [3315] = 3244, - [3316] = 3243, - [3317] = 3243, - [3318] = 3243, - [3319] = 3244, - [3320] = 3244, - [3321] = 3244, - [3322] = 3243, - [3323] = 3243, - [3324] = 3243, - [3325] = 3244, - [3326] = 3243, - [3327] = 3244, - [3328] = 3244, - [3329] = 3243, - [3330] = 3244, - [3331] = 3244, - [3332] = 3243, - [3333] = 3243, - [3334] = 3243, - [3335] = 3335, - [3336] = 3336, + [3069] = 3069, + [3070] = 3070, + [3071] = 3071, + [3072] = 3072, + [3073] = 3073, + [3074] = 3074, + [3075] = 3075, + [3076] = 2464, + [3077] = 3077, + [3078] = 3078, + [3079] = 3079, + [3080] = 2901, + [3081] = 3081, + [3082] = 3082, + [3083] = 3083, + [3084] = 3084, + [3085] = 3085, + [3086] = 3086, + [3087] = 3087, + [3088] = 2462, + [3089] = 2498, + [3090] = 3090, + [3091] = 758, + [3092] = 3092, + [3093] = 3093, + [3094] = 761, + [3095] = 3095, + [3096] = 746, + [3097] = 3097, + [3098] = 3098, + [3099] = 3099, + [3100] = 3100, + [3101] = 3101, + [3102] = 330, + [3103] = 3103, + [3104] = 3104, + [3105] = 3105, + [3106] = 326, + [3107] = 2500, + [3108] = 328, + [3109] = 2466, + [3110] = 741, + [3111] = 3111, + [3112] = 3112, + [3113] = 330, + [3114] = 3114, + [3115] = 328, + [3116] = 3116, + [3117] = 327, + [3118] = 326, + [3119] = 2502, + [3120] = 3120, + [3121] = 2503, + [3122] = 3122, + [3123] = 3123, + [3124] = 3124, + [3125] = 2475, + [3126] = 3126, + [3127] = 3127, + [3128] = 362, + [3129] = 3129, + [3130] = 3130, + [3131] = 326, + [3132] = 353, + [3133] = 362, + [3134] = 348, + [3135] = 758, + [3136] = 353, + [3137] = 761, + [3138] = 354, + [3139] = 347, + [3140] = 350, + [3141] = 746, + [3142] = 741, + [3143] = 341, + [3144] = 334, + [3145] = 345, + [3146] = 382, + [3147] = 825, + [3148] = 351, + [3149] = 335, + [3150] = 346, + [3151] = 2627, + [3152] = 349, + [3153] = 330, + [3154] = 335, + [3155] = 2680, + [3156] = 2500, + [3157] = 350, + [3158] = 347, + [3159] = 346, + [3160] = 328, + [3161] = 351, + [3162] = 2601, + [3163] = 2503, + [3164] = 345, + [3165] = 362, + [3166] = 2502, + [3167] = 334, + [3168] = 2631, + [3169] = 956, + [3170] = 337, + [3171] = 355, + [3172] = 348, + [3173] = 338, + [3174] = 333, + [3175] = 337, + [3176] = 333, + [3177] = 342, + [3178] = 2498, + [3179] = 343, + [3180] = 342, + [3181] = 339, + [3182] = 354, + [3183] = 338, + [3184] = 355, + [3185] = 339, + [3186] = 343, + [3187] = 349, + [3188] = 341, + [3189] = 978, + [3190] = 2680, + [3191] = 2601, + [3192] = 3192, + [3193] = 382, + [3194] = 349, + [3195] = 3195, + [3196] = 956, + [3197] = 346, + [3198] = 348, + [3199] = 317, + [3200] = 354, + [3201] = 350, + [3202] = 343, + [3203] = 978, + [3204] = 2788, + [3205] = 3192, + [3206] = 345, + [3207] = 3195, + [3208] = 341, + [3209] = 2631, + [3210] = 2680, + [3211] = 333, + [3212] = 335, + [3213] = 3195, + [3214] = 339, + [3215] = 334, + [3216] = 362, + [3217] = 353, + [3218] = 338, + [3219] = 3192, + [3220] = 2601, + [3221] = 3195, + [3222] = 351, + [3223] = 355, + [3224] = 3192, + [3225] = 2795, + [3226] = 318, + [3227] = 2731, + [3228] = 342, + [3229] = 382, + [3230] = 337, + [3231] = 347, + [3232] = 2627, + [3233] = 1031, + [3234] = 2862, + [3235] = 2883, + [3236] = 382, + [3237] = 2885, + [3238] = 2886, + [3239] = 2891, + [3240] = 2893, + [3241] = 2894, + [3242] = 2882, + [3243] = 2875, + [3244] = 2858, + [3245] = 2832, + [3246] = 2819, + [3247] = 1202, + [3248] = 2812, + [3249] = 2840, + [3250] = 1219, + [3251] = 1039, + [3252] = 2851, + [3253] = 1005, + [3254] = 2731, + [3255] = 2834, + [3256] = 2795, + [3257] = 2788, + [3258] = 2845, + [3259] = 2811, + [3260] = 2819, + [3261] = 2822, + [3262] = 2812, + [3263] = 2894, + [3264] = 2877, + [3265] = 3265, + [3266] = 2815, + [3267] = 2832, + [3268] = 2844, + [3269] = 2843, + [3270] = 2893, + [3271] = 2813, + [3272] = 2834, + [3273] = 2858, + [3274] = 2898, + [3275] = 2829, + [3276] = 2818, + [3277] = 327, + [3278] = 2882, + [3279] = 2891, + [3280] = 2842, + [3281] = 2849, + [3282] = 2862, + [3283] = 2875, + [3284] = 2865, + [3285] = 2817, + [3286] = 2934, + [3287] = 2863, + [3288] = 2823, + [3289] = 2821, + [3290] = 2811, + [3291] = 2816, + [3292] = 2833, + [3293] = 2878, + [3294] = 2846, + [3295] = 2851, + [3296] = 2820, + [3297] = 2886, + [3298] = 3298, + [3299] = 2827, + [3300] = 2840, + [3301] = 2814, + [3302] = 1219, + [3303] = 2830, + [3304] = 2824, + [3305] = 2872, + [3306] = 2810, + [3307] = 2883, + [3308] = 2845, + [3309] = 1202, + [3310] = 2853, + [3311] = 2857, + [3312] = 2859, + [3313] = 2825, + [3314] = 2866, + [3315] = 2885, + [3316] = 2902, + [3317] = 3317, + [3318] = 317, + [3319] = 3317, + [3320] = 3317, + [3321] = 3321, + [3322] = 3321, + [3323] = 3317, + [3324] = 317, + [3325] = 758, + [3326] = 761, + [3327] = 746, + [3328] = 318, + [3329] = 330, + [3330] = 318, + [3331] = 741, + [3332] = 3321, + [3333] = 3333, + [3334] = 328, + [3335] = 326, + [3336] = 3321, [3337] = 3337, - [3338] = 3336, + [3338] = 3337, [3339] = 3337, - [3340] = 3336, - [3341] = 3335, - [3342] = 3337, - [3343] = 3336, - [3344] = 3335, - [3345] = 3336, - [3346] = 3335, - [3347] = 3336, - [3348] = 3336, + [3340] = 3337, + [3341] = 337, + [3342] = 3342, + [3343] = 3342, + [3344] = 345, + [3345] = 346, + [3346] = 3337, + [3347] = 339, + [3348] = 3342, [3349] = 3337, - [3350] = 3336, + [3350] = 3342, [3351] = 3337, [3352] = 3337, - [3353] = 3336, - [3354] = 3337, - [3355] = 3336, - [3356] = 3336, + [3353] = 3342, + [3354] = 3342, + [3355] = 3342, + [3356] = 3342, [3357] = 3337, - [3358] = 3335, - [3359] = 3335, - [3360] = 3335, - [3361] = 3335, - [3362] = 3337, - [3363] = 3336, - [3364] = 3336, - [3365] = 3337, - [3366] = 3335, - [3367] = 3335, - [3368] = 3336, - [3369] = 3335, + [3358] = 3358, + [3359] = 338, + [3360] = 3337, + [3361] = 3342, + [3362] = 3362, + [3363] = 347, + [3364] = 3337, + [3365] = 3342, + [3366] = 3342, + [3367] = 3337, + [3368] = 3342, + [3369] = 3342, [3370] = 3337, - [3371] = 3337, - [3372] = 3336, - [3373] = 3337, - [3374] = 3336, - [3375] = 3335, + [3371] = 3342, + [3372] = 3337, + [3373] = 3342, + [3374] = 3342, + [3375] = 3337, [3376] = 3337, - [3377] = 3337, - [3378] = 3335, - [3379] = 3336, - [3380] = 3336, - [3381] = 3337, - [3382] = 3335, - [3383] = 3336, - [3384] = 730, - [3385] = 3335, - [3386] = 3335, - [3387] = 3337, - [3388] = 728, + [3377] = 956, + [3378] = 3337, + [3379] = 353, + [3380] = 3337, + [3381] = 3342, + [3382] = 3342, + [3383] = 3342, + [3384] = 342, + [3385] = 3342, + [3386] = 3337, + [3387] = 3342, + [3388] = 333, [3389] = 3337, - [3390] = 3336, + [3390] = 3342, [3391] = 3337, - [3392] = 3337, - [3393] = 3335, - [3394] = 3336, - [3395] = 3335, - [3396] = 3336, - [3397] = 677, - [3398] = 3336, - [3399] = 3337, - [3400] = 3336, - [3401] = 676, - [3402] = 3335, - [3403] = 3337, - [3404] = 3337, + [3392] = 3342, + [3393] = 3342, + [3394] = 355, + [3395] = 3337, + [3396] = 3337, + [3397] = 3337, + [3398] = 3337, + [3399] = 3342, + [3400] = 3337, + [3401] = 3342, + [3402] = 3337, + [3403] = 3342, + [3404] = 341, [3405] = 3337, - [3406] = 3336, - [3407] = 3336, - [3408] = 3335, - [3409] = 3337, - [3410] = 3335, - [3411] = 3337, - [3412] = 3335, - [3413] = 3336, - [3414] = 3337, - [3415] = 333, - [3416] = 3335, - [3417] = 3336, - [3418] = 3335, - [3419] = 3337, - [3420] = 332, - [3421] = 3337, - [3422] = 331, - [3423] = 3335, - [3424] = 3336, - [3425] = 3337, - [3426] = 3337, - [3427] = 3336, + [3406] = 3342, + [3407] = 978, + [3408] = 3337, + [3409] = 3342, + [3410] = 3337, + [3411] = 3342, + [3412] = 3342, + [3413] = 3337, + [3414] = 334, + [3415] = 3342, + [3416] = 3337, + [3417] = 350, + [3418] = 3337, + [3419] = 343, + [3420] = 3337, + [3421] = 3342, + [3422] = 335, + [3423] = 3342, + [3424] = 3337, + [3425] = 3342, + [3426] = 3342, + [3427] = 3337, [3428] = 3337, - [3429] = 3335, - [3430] = 3336, - [3431] = 3335, - [3432] = 3335, - [3433] = 3335, - [3434] = 3336, - [3435] = 3336, - [3436] = 3337, - [3437] = 3336, - [3438] = 3337, - [3439] = 3336, - [3440] = 3337, - [3441] = 3335, + [3429] = 3337, + [3430] = 3342, + [3431] = 3337, + [3432] = 3342, + [3433] = 348, + [3434] = 3342, + [3435] = 3337, + [3436] = 2601, + [3437] = 3337, + [3438] = 3342, + [3439] = 3342, + [3440] = 351, + [3441] = 3337, [3442] = 3337, - [3443] = 3337, - [3444] = 3335, - [3445] = 3336, - [3446] = 3335, - [3447] = 3335, - [3448] = 3335, - [3449] = 3336, - [3450] = 3337, - [3451] = 3336, - [3452] = 3336, - [3453] = 3337, - [3454] = 3336, - [3455] = 3335, - [3456] = 3336, - [3457] = 3335, - [3458] = 3335, - [3459] = 3337, - [3460] = 3337, - [3461] = 3337, - [3462] = 3336, - [3463] = 3335, - [3464] = 3337, - [3465] = 3335, - [3466] = 3335, - [3467] = 3336, - [3468] = 3336, - [3469] = 3335, - [3470] = 3337, - [3471] = 3337, - [3472] = 3336, - [3473] = 342, - [3474] = 3474, - [3475] = 3475, - [3476] = 2621, - [3477] = 347, - [3478] = 352, - [3479] = 350, - [3480] = 370, - [3481] = 3475, - [3482] = 346, - [3483] = 3483, - [3484] = 3484, - [3485] = 940, - [3486] = 337, - [3487] = 340, - [3488] = 955, - [3489] = 343, - [3490] = 355, - [3491] = 356, - [3492] = 3484, - [3493] = 336, - [3494] = 353, - [3495] = 354, - [3496] = 3484, - [3497] = 357, - [3498] = 351, - [3499] = 344, - [3500] = 349, - [3501] = 3475, - [3502] = 345, - [3503] = 3475, - [3504] = 339, - [3505] = 3484, - [3506] = 3506, - [3507] = 3507, - [3508] = 3506, - [3509] = 3509, - [3510] = 3506, - [3511] = 3511, - [3512] = 3506, - [3513] = 3513, - [3514] = 3511, - [3515] = 3511, - [3516] = 3506, - [3517] = 3511, - [3518] = 3511, - [3519] = 3506, - [3520] = 385, - [3521] = 3521, - [3522] = 3506, - [3523] = 3511, - [3524] = 3506, - [3525] = 3506, - [3526] = 3511, - [3527] = 337, - [3528] = 3528, - [3529] = 347, - [3530] = 1180, - [3531] = 351, - [3532] = 345, - [3533] = 3533, - [3534] = 1228, - [3535] = 344, - [3536] = 343, - [3537] = 346, - [3538] = 3538, - [3539] = 3539, - [3540] = 340, - [3541] = 349, - [3542] = 3542, - [3543] = 3543, - [3544] = 330, - [3545] = 3545, - [3546] = 3546, - [3547] = 3546, - [3548] = 3546, - [3549] = 3549, - [3550] = 3546, - [3551] = 3546, - [3552] = 3546, - [3553] = 3546, - [3554] = 3546, - [3555] = 3549, - [3556] = 3546, - [3557] = 3546, - [3558] = 3546, - [3559] = 3546, - [3560] = 3560, - [3561] = 3546, - [3562] = 3560, - [3563] = 3546, - [3564] = 3560, - [3565] = 3546, - [3566] = 3546, - [3567] = 3546, - [3568] = 3546, - [3569] = 3549, - [3570] = 332, - [3571] = 331, - [3572] = 3546, - [3573] = 333, - [3574] = 3574, - [3575] = 350, - [3576] = 356, - [3577] = 343, - [3578] = 3578, - [3579] = 3579, - [3580] = 3574, - [3581] = 3574, - [3582] = 3578, - [3583] = 340, - [3584] = 337, - [3585] = 3579, - [3586] = 344, - [3587] = 3574, - [3588] = 3578, - [3589] = 3579, - [3590] = 345, - [3591] = 345, - [3592] = 340, - [3593] = 3574, - [3594] = 3578, - [3595] = 3579, - [3596] = 370, - [3597] = 337, - [3598] = 3578, - [3599] = 3599, - [3600] = 3574, - [3601] = 346, - [3602] = 346, - [3603] = 3574, - [3604] = 347, - [3605] = 347, - [3606] = 355, - [3607] = 3599, - [3608] = 353, - [3609] = 3579, - [3610] = 354, - [3611] = 342, - [3612] = 349, - [3613] = 344, - [3614] = 357, - [3615] = 343, - [3616] = 3599, - [3617] = 3579, - [3618] = 336, - [3619] = 3579, - [3620] = 3578, - [3621] = 3574, - [3622] = 3578, - [3623] = 3578, - [3624] = 351, - [3625] = 339, - [3626] = 3579, - [3627] = 352, - [3628] = 3628, - [3629] = 3629, - [3630] = 3630, + [3443] = 3342, + [3444] = 3342, + [3445] = 3337, + [3446] = 3337, + [3447] = 3342, + [3448] = 3337, + [3449] = 3342, + [3450] = 3342, + [3451] = 3337, + [3452] = 349, + [3453] = 3342, + [3454] = 3337, + [3455] = 3337, + [3456] = 362, + [3457] = 3342, + [3458] = 3337, + [3459] = 354, + [3460] = 3342, + [3461] = 3342, + [3462] = 3462, + [3463] = 3463, + [3464] = 3464, + [3465] = 3464, + [3466] = 3462, + [3467] = 3463, + [3468] = 3463, + [3469] = 3464, + [3470] = 3464, + [3471] = 3463, + [3472] = 3464, + [3473] = 3462, + [3474] = 3463, + [3475] = 3464, + [3476] = 3462, + [3477] = 382, + [3478] = 3463, + [3479] = 3463, + [3480] = 3462, + [3481] = 3462, + [3482] = 3463, + [3483] = 3464, + [3484] = 3463, + [3485] = 3462, + [3486] = 3463, + [3487] = 3462, + [3488] = 3464, + [3489] = 3463, + [3490] = 3464, + [3491] = 3464, + [3492] = 3464, + [3493] = 3463, + [3494] = 3463, + [3495] = 3462, + [3496] = 3463, + [3497] = 3463, + [3498] = 3462, + [3499] = 3462, + [3500] = 3462, + [3501] = 3462, + [3502] = 3463, + [3503] = 3463, + [3504] = 3463, + [3505] = 3464, + [3506] = 3462, + [3507] = 3462, + [3508] = 3464, + [3509] = 3464, + [3510] = 3464, + [3511] = 3463, + [3512] = 3462, + [3513] = 3464, + [3514] = 3462, + [3515] = 3462, + [3516] = 3464, + [3517] = 3462, + [3518] = 3464, + [3519] = 3462, + [3520] = 3463, + [3521] = 3463, + [3522] = 3462, + [3523] = 3464, + [3524] = 3462, + [3525] = 3464, + [3526] = 3463, + [3527] = 3462, + [3528] = 3464, + [3529] = 3462, + [3530] = 3462, + [3531] = 3464, + [3532] = 3464, + [3533] = 3463, + [3534] = 3462, + [3535] = 3462, + [3536] = 3462, + [3537] = 3463, + [3538] = 3462, + [3539] = 3464, + [3540] = 3463, + [3541] = 3464, + [3542] = 3464, + [3543] = 3464, + [3544] = 3464, + [3545] = 3462, + [3546] = 3462, + [3547] = 3463, + [3548] = 3463, + [3549] = 3462, + [3550] = 3462, + [3551] = 3462, + [3552] = 3464, + [3553] = 3463, + [3554] = 3463, + [3555] = 3462, + [3556] = 3464, + [3557] = 3464, + [3558] = 3462, + [3559] = 3464, + [3560] = 3463, + [3561] = 3464, + [3562] = 3463, + [3563] = 3464, + [3564] = 3463, + [3565] = 3464, + [3566] = 3463, + [3567] = 3463, + [3568] = 3462, + [3569] = 3462, + [3570] = 3462, + [3571] = 3463, + [3572] = 3464, + [3573] = 3464, + [3574] = 3464, + [3575] = 3463, + [3576] = 3464, + [3577] = 3464, + [3578] = 3464, + [3579] = 3462, + [3580] = 3464, + [3581] = 3463, + [3582] = 3463, + [3583] = 3462, + [3584] = 3462, + [3585] = 3462, + [3586] = 3464, + [3587] = 3464, + [3588] = 3463, + [3589] = 3462, + [3590] = 3462, + [3591] = 3462, + [3592] = 3462, + [3593] = 3464, + [3594] = 3462, + [3595] = 3464, + [3596] = 3464, + [3597] = 3464, + [3598] = 3463, + [3599] = 3464, + [3600] = 3464, + [3601] = 3463, + [3602] = 3462, + [3603] = 3462, + [3604] = 1202, + [3605] = 1219, + [3606] = 3606, + [3607] = 3607, + [3608] = 3608, + [3609] = 3609, + [3610] = 3609, + [3611] = 3609, + [3612] = 3612, + [3613] = 3609, + [3614] = 3609, + [3615] = 3608, + [3616] = 3609, + [3617] = 3617, + [3618] = 3609, + [3619] = 3608, + [3620] = 3609, + [3621] = 3608, + [3622] = 3608, + [3623] = 3608, + [3624] = 3609, + [3625] = 3625, + [3626] = 3608, + [3627] = 3627, + [3628] = 345, + [3629] = 346, + [3630] = 334, [3631] = 3631, - [3632] = 330, - [3633] = 3633, - [3634] = 3634, - [3635] = 3635, - [3636] = 3636, + [3632] = 349, + [3633] = 347, + [3634] = 335, + [3635] = 354, + [3636] = 348, [3637] = 3637, - [3638] = 330, - [3639] = 3630, - [3640] = 3640, + [3638] = 343, + [3639] = 3639, + [3640] = 327, [3641] = 3641, [3642] = 3642, - [3643] = 3637, + [3643] = 3643, [3644] = 3644, - [3645] = 3637, - [3646] = 3646, + [3645] = 3645, + [3646] = 3645, [3647] = 3647, - [3648] = 3648, - [3649] = 3649, - [3650] = 3630, - [3651] = 385, - [3652] = 3652, - [3653] = 3653, - [3654] = 3654, - [3655] = 3655, - [3656] = 3656, - [3657] = 3657, - [3658] = 3658, - [3659] = 3659, - [3660] = 3660, - [3661] = 3661, - [3662] = 3662, - [3663] = 3661, - [3664] = 3664, - [3665] = 3665, - [3666] = 3666, - [3667] = 3654, - [3668] = 3668, - [3669] = 333, - [3670] = 332, - [3671] = 3671, - [3672] = 3672, - [3673] = 331, - [3674] = 3671, - [3675] = 1585, - [3676] = 1586, - [3677] = 3659, + [3648] = 3647, + [3649] = 3647, + [3650] = 3647, + [3651] = 3647, + [3652] = 3644, + [3653] = 3644, + [3654] = 3647, + [3655] = 3647, + [3656] = 3647, + [3657] = 3647, + [3658] = 3647, + [3659] = 3645, + [3660] = 328, + [3661] = 3647, + [3662] = 326, + [3663] = 3647, + [3664] = 3647, + [3665] = 3647, + [3666] = 3647, + [3667] = 3647, + [3668] = 330, + [3669] = 3647, + [3670] = 3647, + [3671] = 3647, + [3672] = 341, + [3673] = 345, + [3674] = 333, + [3675] = 362, + [3676] = 354, + [3677] = 3677, [3678] = 3678, - [3679] = 1604, - [3680] = 1596, + [3679] = 3678, + [3680] = 3677, [3681] = 3681, - [3682] = 3662, - [3683] = 3683, - [3684] = 3659, - [3685] = 3657, - [3686] = 3668, - [3687] = 3687, - [3688] = 331, - [3689] = 3660, - [3690] = 3690, - [3691] = 3691, - [3692] = 3658, - [3693] = 332, - [3694] = 3661, - [3695] = 333, - [3696] = 3696, - [3697] = 3697, - [3698] = 3654, - [3699] = 3668, - [3700] = 3671, - [3701] = 3701, - [3702] = 3702, - [3703] = 3703, - [3704] = 3658, - [3705] = 3654, - [3706] = 3661, - [3707] = 3660, - [3708] = 3657, - [3709] = 3709, - [3710] = 3662, - [3711] = 3659, - [3712] = 3712, - [3713] = 3713, - [3714] = 3662, - [3715] = 3715, - [3716] = 3716, - [3717] = 3717, - [3718] = 3657, - [3719] = 3660, - [3720] = 3720, - [3721] = 3721, - [3722] = 3722, - [3723] = 3723, - [3724] = 3724, - [3725] = 3725, + [3682] = 355, + [3683] = 348, + [3684] = 3677, + [3685] = 335, + [3686] = 343, + [3687] = 347, + [3688] = 347, + [3689] = 350, + [3690] = 3681, + [3691] = 3678, + [3692] = 3681, + [3693] = 334, + [3694] = 3694, + [3695] = 3677, + [3696] = 3678, + [3697] = 346, + [3698] = 3677, + [3699] = 335, + [3700] = 351, + [3701] = 3678, + [3702] = 3678, + [3703] = 334, + [3704] = 3694, + [3705] = 3694, + [3706] = 3681, + [3707] = 339, + [3708] = 345, + [3709] = 353, + [3710] = 342, + [3711] = 3681, + [3712] = 3681, + [3713] = 338, + [3714] = 3677, + [3715] = 3677, + [3716] = 346, + [3717] = 3678, + [3718] = 3678, + [3719] = 3677, + [3720] = 343, + [3721] = 3681, + [3722] = 349, + [3723] = 3681, + [3724] = 348, + [3725] = 337, [3726] = 3726, [3727] = 3727, [3728] = 3728, [3729] = 3729, [3730] = 3730, - [3731] = 3731, + [3731] = 1045, [3732] = 3732, - [3733] = 337, - [3734] = 346, + [3733] = 3733, + [3734] = 3734, [3735] = 3735, - [3736] = 347, - [3737] = 356, - [3738] = 1713, - [3739] = 355, - [3740] = 1709, - [3741] = 1652, - [3742] = 337, - [3743] = 370, - [3744] = 1698, + [3736] = 3735, + [3737] = 3735, + [3738] = 3738, + [3739] = 3739, + [3740] = 3740, + [3741] = 327, + [3742] = 3727, + [3743] = 3743, + [3744] = 327, [3745] = 3727, [3746] = 3746, - [3747] = 351, + [3747] = 3747, [3748] = 3748, - [3749] = 349, - [3750] = 340, - [3751] = 346, - [3752] = 343, - [3753] = 339, - [3754] = 357, - [3755] = 347, - [3756] = 354, + [3749] = 3749, + [3750] = 3750, + [3751] = 3751, + [3752] = 382, + [3753] = 3753, + [3754] = 326, + [3755] = 3755, + [3756] = 3756, [3757] = 3757, - [3758] = 353, - [3759] = 336, - [3760] = 353, - [3761] = 336, - [3762] = 354, - [3763] = 357, - [3764] = 339, - [3765] = 349, + [3758] = 3758, + [3759] = 3759, + [3760] = 3760, + [3761] = 3761, + [3762] = 3762, + [3763] = 3763, + [3764] = 3753, + [3765] = 3765, [3766] = 3766, - [3767] = 350, - [3768] = 344, - [3769] = 351, + [3767] = 3767, + [3768] = 3768, + [3769] = 3769, [3770] = 3770, - [3771] = 355, + [3771] = 3771, [3772] = 3772, - [3773] = 340, + [3773] = 3773, [3774] = 3774, - [3775] = 345, - [3776] = 356, - [3777] = 352, - [3778] = 370, - [3779] = 352, - [3780] = 3727, - [3781] = 347, - [3782] = 346, - [3783] = 343, - [3784] = 337, - [3785] = 350, - [3786] = 342, - [3787] = 344, - [3788] = 345, - [3789] = 342, - [3790] = 3790, - [3791] = 3791, - [3792] = 3791, + [3775] = 3775, + [3776] = 3776, + [3777] = 3777, + [3778] = 3778, + [3779] = 3779, + [3780] = 3780, + [3781] = 3781, + [3782] = 3782, + [3783] = 3783, + [3784] = 3784, + [3785] = 3783, + [3786] = 3767, + [3787] = 3762, + [3788] = 3761, + [3789] = 3760, + [3790] = 3763, + [3791] = 3765, + [3792] = 3792, [3793] = 3793, [3794] = 3794, - [3795] = 3791, - [3796] = 3796, + [3795] = 3766, + [3796] = 3774, [3797] = 3797, - [3798] = 3791, - [3799] = 3799, - [3800] = 3797, - [3801] = 3801, - [3802] = 3802, - [3803] = 3791, + [3798] = 3798, + [3799] = 3783, + [3800] = 3800, + [3801] = 3767, + [3802] = 3762, + [3803] = 3761, [3804] = 3804, - [3805] = 3791, - [3806] = 3701, - [3807] = 3807, - [3808] = 3791, - [3809] = 3797, - [3810] = 3791, - [3811] = 3811, - [3812] = 3812, - [3813] = 3791, - [3814] = 3797, + [3805] = 3760, + [3806] = 3763, + [3807] = 3753, + [3808] = 3765, + [3809] = 3766, + [3810] = 3774, + [3811] = 330, + [3812] = 1583, + [3813] = 1582, + [3814] = 3775, [3815] = 3815, - [3816] = 3816, - [3817] = 3817, - [3818] = 3791, - [3819] = 3791, - [3820] = 3791, - [3821] = 3797, - [3822] = 3822, - [3823] = 3823, - [3824] = 3824, - [3825] = 3791, - [3826] = 3797, - [3827] = 3827, - [3828] = 3797, - [3829] = 3791, - [3830] = 3797, - [3831] = 3831, - [3832] = 3832, - [3833] = 3833, - [3834] = 3834, - [3835] = 3797, - [3836] = 3791, - [3837] = 3791, - [3838] = 385, - [3839] = 3839, - [3840] = 3797, - [3841] = 3791, - [3842] = 3811, - [3843] = 3843, + [3816] = 328, + [3817] = 1563, + [3818] = 3784, + [3819] = 3777, + [3820] = 1560, + [3821] = 3765, + [3822] = 3762, + [3823] = 326, + [3824] = 3767, + [3825] = 3775, + [3826] = 330, + [3827] = 3753, + [3828] = 3784, + [3829] = 3774, + [3830] = 3777, + [3831] = 3783, + [3832] = 3763, + [3833] = 3760, + [3834] = 3761, + [3835] = 3835, + [3836] = 328, + [3837] = 3766, + [3838] = 3838, + [3839] = 349, + [3840] = 348, + [3841] = 3841, + [3842] = 3842, + [3843] = 350, [3844] = 3844, - [3845] = 3791, - [3846] = 3791, - [3847] = 3847, - [3848] = 3791, - [3849] = 3849, - [3850] = 3797, - [3851] = 3851, - [3852] = 3791, - [3853] = 3853, - [3854] = 3791, - [3855] = 3797, - [3856] = 3856, - [3857] = 3797, - [3858] = 3791, - [3859] = 3791, - [3860] = 3791, - [3861] = 3861, - [3862] = 3791, - [3863] = 3797, - [3864] = 3864, - [3865] = 3791, - [3866] = 3791, + [3845] = 351, + [3846] = 3846, + [3847] = 362, + [3848] = 350, + [3849] = 351, + [3850] = 337, + [3851] = 353, + [3852] = 341, + [3853] = 354, + [3854] = 349, + [3855] = 347, + [3856] = 346, + [3857] = 3857, + [3858] = 345, + [3859] = 3859, + [3860] = 339, + [3861] = 338, + [3862] = 353, + [3863] = 342, + [3864] = 333, + [3865] = 335, + [3866] = 3866, [3867] = 3867, - [3868] = 3791, - [3869] = 3869, - [3870] = 3797, - [3871] = 3797, - [3872] = 3797, - [3873] = 3791, - [3874] = 3791, - [3875] = 3791, - [3876] = 3797, - [3877] = 3797, - [3878] = 1585, - [3879] = 1586, - [3880] = 3811, - [3881] = 3797, - [3882] = 3882, - [3883] = 3883, - [3884] = 3791, - [3885] = 3885, - [3886] = 3791, - [3887] = 3791, - [3888] = 3888, - [3889] = 3791, - [3890] = 3847, - [3891] = 3891, + [3868] = 3868, + [3869] = 355, + [3870] = 3870, + [3871] = 334, + [3872] = 3872, + [3873] = 3873, + [3874] = 3874, + [3875] = 3874, + [3876] = 3876, + [3877] = 3877, + [3878] = 362, + [3879] = 3879, + [3880] = 3880, + [3881] = 347, + [3882] = 346, + [3883] = 345, + [3884] = 343, + [3885] = 348, + [3886] = 354, + [3887] = 339, + [3888] = 341, + [3889] = 3889, + [3890] = 1761, + [3891] = 347, [3892] = 3892, - [3893] = 3797, - [3894] = 3797, + [3893] = 334, + [3894] = 333, [3895] = 3895, - [3896] = 3896, - [3897] = 3897, - [3898] = 3898, - [3899] = 3899, - [3900] = 3900, - [3901] = 3791, - [3902] = 3791, - [3903] = 3903, - [3904] = 1604, + [3896] = 342, + [3897] = 1722, + [3898] = 337, + [3899] = 3874, + [3900] = 1741, + [3901] = 345, + [3902] = 3902, + [3903] = 1763, + [3904] = 338, [3905] = 3905, - [3906] = 1596, - [3907] = 3791, - [3908] = 3908, - [3909] = 3847, + [3906] = 346, + [3907] = 335, + [3908] = 343, + [3909] = 355, [3910] = 3910, - [3911] = 3911, - [3912] = 3791, + [3911] = 337, + [3912] = 3912, [3913] = 3913, - [3914] = 3914, - [3915] = 3791, - [3916] = 385, - [3917] = 3791, - [3918] = 3791, + [3914] = 3913, + [3915] = 3915, + [3916] = 3916, + [3917] = 3916, + [3918] = 3913, [3919] = 3919, [3920] = 3920, [3921] = 3921, - [3922] = 3797, - [3923] = 3701, + [3922] = 3922, + [3923] = 3916, [3924] = 3924, - [3925] = 3925, - [3926] = 3925, - [3927] = 3925, - [3928] = 3925, - [3929] = 3925, - [3930] = 3925, - [3931] = 3925, - [3932] = 1652, + [3925] = 3913, + [3926] = 3926, + [3927] = 3927, + [3928] = 3916, + [3929] = 3929, + [3930] = 3916, + [3931] = 3913, + [3932] = 3916, [3933] = 3933, - [3934] = 3925, - [3935] = 3925, - [3936] = 3772, - [3937] = 3937, - [3938] = 3925, - [3939] = 3933, - [3940] = 3925, - [3941] = 3925, - [3942] = 1698, - [3943] = 3933, - [3944] = 3925, - [3945] = 340, - [3946] = 3925, - [3947] = 3933, - [3948] = 3925, - [3949] = 3933, - [3950] = 3933, - [3951] = 3735, - [3952] = 3952, - [3953] = 3953, - [3954] = 3925, - [3955] = 3925, - [3956] = 3956, - [3957] = 3925, - [3958] = 3925, - [3959] = 3933, - [3960] = 3925, - [3961] = 3937, - [3962] = 3925, - [3963] = 3933, - [3964] = 3933, - [3965] = 3925, - [3966] = 3933, - [3967] = 1709, - [3968] = 1713, - [3969] = 3925, - [3970] = 3925, - [3971] = 3933, - [3972] = 3933, - [3973] = 3925, - [3974] = 3933, - [3975] = 3975, - [3976] = 3976, - [3977] = 3925, - [3978] = 343, - [3979] = 3925, - [3980] = 3772, - [3981] = 3925, - [3982] = 3746, - [3983] = 3937, - [3984] = 3925, - [3985] = 3933, - [3986] = 3925, - [3987] = 3925, - [3988] = 3956, - [3989] = 3933, - [3990] = 3956, - [3991] = 3925, - [3992] = 3925, - [3993] = 3933, - [3994] = 3746, - [3995] = 3933, - [3996] = 3925, - [3997] = 3997, - [3998] = 3933, - [3999] = 3925, - [4000] = 3975, - [4001] = 3933, - [4002] = 3925, - [4003] = 1428, - [4004] = 3925, - [4005] = 3925, - [4006] = 349, - [4007] = 3933, - [4008] = 351, - [4009] = 3925, - [4010] = 3925, - [4011] = 3735, - [4012] = 3933, - [4013] = 3925, - [4014] = 3925, - [4015] = 3975, - [4016] = 3933, - [4017] = 3925, - [4018] = 4018, - [4019] = 3925, - [4020] = 3925, - [4021] = 3925, - [4022] = 3933, - [4023] = 3925, - [4024] = 355, - [4025] = 356, - [4026] = 4026, - [4027] = 4027, - [4028] = 4028, - [4029] = 4026, - [4030] = 4030, - [4031] = 4028, - [4032] = 4026, - [4033] = 4028, - [4034] = 4030, + [3934] = 3934, + [3935] = 3935, + [3936] = 3936, + [3937] = 3916, + [3938] = 3938, + [3939] = 3939, + [3940] = 3940, + [3941] = 3941, + [3942] = 3942, + [3943] = 3943, + [3944] = 3913, + [3945] = 3913, + [3946] = 335, + [3947] = 334, + [3948] = 3916, + [3949] = 3916, + [3950] = 3916, + [3951] = 3916, + [3952] = 3913, + [3953] = 353, + [3954] = 3916, + [3955] = 3916, + [3956] = 3916, + [3957] = 3913, + [3958] = 3916, + [3959] = 3916, + [3960] = 3960, + [3961] = 3961, + [3962] = 3962, + [3963] = 3916, + [3964] = 3913, + [3965] = 382, + [3966] = 3916, + [3967] = 3916, + [3968] = 3968, + [3969] = 3969, + [3970] = 3970, + [3971] = 3916, + [3972] = 3972, + [3973] = 3913, + [3974] = 1583, + [3975] = 1582, + [3976] = 3926, + [3977] = 3913, + [3978] = 3916, + [3979] = 3916, + [3980] = 3916, + [3981] = 3916, + [3982] = 3982, + [3983] = 3983, + [3984] = 3984, + [3985] = 3985, + [3986] = 3986, + [3987] = 3916, + [3988] = 3913, + [3989] = 3916, + [3990] = 3990, + [3991] = 3991, + [3992] = 3916, + [3993] = 3926, + [3994] = 3916, + [3995] = 3995, + [3996] = 3913, + [3997] = 3913, + [3998] = 3916, + [3999] = 3913, + [4000] = 3916, + [4001] = 3916, + [4002] = 3913, + [4003] = 3916, + [4004] = 4004, + [4005] = 4005, + [4006] = 4006, + [4007] = 382, + [4008] = 3916, + [4009] = 4009, + [4010] = 3916, + [4011] = 3916, + [4012] = 3913, + [4013] = 3916, + [4014] = 4014, + [4015] = 4015, + [4016] = 1563, + [4017] = 4017, + [4018] = 1560, + [4019] = 3913, + [4020] = 3933, + [4021] = 3913, + [4022] = 4022, + [4023] = 4023, + [4024] = 341, + [4025] = 4025, + [4026] = 3916, + [4027] = 3772, + [4028] = 3916, + [4029] = 3772, + [4030] = 3933, + [4031] = 4031, + [4032] = 4032, + [4033] = 3916, + [4034] = 3916, [4035] = 4035, - [4036] = 4026, + [4036] = 3913, [4037] = 4037, [4038] = 4038, [4039] = 4039, [4040] = 4040, - [4041] = 4026, + [4041] = 1322, [4042] = 4042, - [4043] = 4026, - [4044] = 4037, - [4045] = 4045, - [4046] = 4026, - [4047] = 4047, - [4048] = 4040, - [4049] = 4040, - [4050] = 4026, - [4051] = 4030, - [4052] = 4039, - [4053] = 4053, - [4054] = 4038, - [4055] = 4028, - [4056] = 4047, - [4057] = 4047, - [4058] = 4030, - [4059] = 4026, - [4060] = 4026, - [4061] = 4061, - [4062] = 4045, - [4063] = 4063, - [4064] = 4064, - [4065] = 4047, - [4066] = 4047, - [4067] = 4042, - [4068] = 4026, - [4069] = 4042, - [4070] = 4040, - [4071] = 4042, - [4072] = 4072, - [4073] = 4042, - [4074] = 4039, - [4075] = 4028, - [4076] = 4039, - [4077] = 4026, - [4078] = 4039, - [4079] = 4079, - [4080] = 4080, - [4081] = 4027, - [4082] = 4040, - [4083] = 4047, - [4084] = 4026, - [4085] = 4028, - [4086] = 4026, - [4087] = 4030, - [4088] = 4030, - [4089] = 4030, - [4090] = 4063, - [4091] = 4091, - [4092] = 4040, - [4093] = 4040, - [4094] = 4026, - [4095] = 4039, - [4096] = 4064, - [4097] = 4039, - [4098] = 4039, - [4099] = 4099, - [4100] = 4028, - [4101] = 4028, - [4102] = 4026, - [4103] = 4042, - [4104] = 4040, - [4105] = 4030, - [4106] = 4028, - [4107] = 4042, - [4108] = 4030, - [4109] = 4040, - [4110] = 4026, - [4111] = 4039, - [4112] = 4072, - [4113] = 4047, - [4114] = 4114, - [4115] = 4115, - [4116] = 4028, - [4117] = 4099, - [4118] = 4026, - [4119] = 4042, - [4120] = 4042, - [4121] = 4028, - [4122] = 4027, - [4123] = 4039, - [4124] = 4026, - [4125] = 4079, - [4126] = 4047, - [4127] = 4047, - [4128] = 4040, - [4129] = 4091, - [4130] = 4026, - [4131] = 4131, - [4132] = 4132, - [4133] = 4064, - [4134] = 4026, - [4135] = 4030, - [4136] = 4026, - [4137] = 4047, - [4138] = 4063, - [4139] = 4139, - [4140] = 4047, - [4141] = 4030, - [4142] = 4026, - [4143] = 4040, - [4144] = 4039, - [4145] = 4039, - [4146] = 4028, - [4147] = 4042, - [4148] = 4026, - [4149] = 1003, - [4150] = 4047, - [4151] = 4053, - [4152] = 4028, - [4153] = 4047, - [4154] = 4061, - [4155] = 4079, + [4043] = 3916, + [4044] = 3916, + [4045] = 3916, + [4046] = 4046, + [4047] = 3913, + [4048] = 3913, + [4049] = 4049, + [4050] = 4050, + [4051] = 4051, + [4052] = 4050, + [4053] = 4050, + [4054] = 3876, + [4055] = 4050, + [4056] = 4050, + [4057] = 4050, + [4058] = 4051, + [4059] = 3876, + [4060] = 4060, + [4061] = 4051, + [4062] = 3873, + [4063] = 3873, + [4064] = 4050, + [4065] = 4050, + [4066] = 4066, + [4067] = 4050, + [4068] = 4060, + [4069] = 354, + [4070] = 1763, + [4071] = 1761, + [4072] = 4050, + [4073] = 4051, + [4074] = 4050, + [4075] = 4051, + [4076] = 4051, + [4077] = 4051, + [4078] = 4050, + [4079] = 4050, + [4080] = 4050, + [4081] = 334, + [4082] = 4050, + [4083] = 4050, + [4084] = 4050, + [4085] = 4050, + [4086] = 4050, + [4087] = 4050, + [4088] = 4051, + [4089] = 4050, + [4090] = 4090, + [4091] = 4051, + [4092] = 4051, + [4093] = 4093, + [4094] = 4050, + [4095] = 4050, + [4096] = 4050, + [4097] = 4051, + [4098] = 4050, + [4099] = 1741, + [4100] = 1722, + [4101] = 4101, + [4102] = 4050, + [4103] = 4103, + [4104] = 4050, + [4105] = 4050, + [4106] = 4051, + [4107] = 1453, + [4108] = 4051, + [4109] = 4050, + [4110] = 4050, + [4111] = 4051, + [4112] = 4050, + [4113] = 350, + [4114] = 3892, + [4115] = 4050, + [4116] = 4050, + [4117] = 4051, + [4118] = 4050, + [4119] = 351, + [4120] = 3892, + [4121] = 4050, + [4122] = 4101, + [4123] = 4051, + [4124] = 4050, + [4125] = 4050, + [4126] = 4050, + [4127] = 4050, + [4128] = 4050, + [4129] = 337, + [4130] = 4130, + [4131] = 4050, + [4132] = 4050, + [4133] = 4051, + [4134] = 4134, + [4135] = 4051, + [4136] = 4050, + [4137] = 4101, + [4138] = 4138, + [4139] = 353, + [4140] = 4060, + [4141] = 4051, + [4142] = 4050, + [4143] = 4050, + [4144] = 349, + [4145] = 341, + [4146] = 4050, + [4147] = 4051, + [4148] = 4051, + [4149] = 335, + [4150] = 4050, + [4151] = 4103, + [4152] = 4051, + [4153] = 4103, + [4154] = 1468, + [4155] = 4051, [4156] = 4156, - [4157] = 4042, - [4158] = 4047, - [4159] = 4115, - [4160] = 4026, - [4161] = 4114, + [4157] = 4157, + [4158] = 4158, + [4159] = 4159, + [4160] = 4160, + [4161] = 4160, [4162] = 4162, - [4163] = 4042, - [4164] = 4028, - [4165] = 4039, - [4166] = 4026, - [4167] = 4040, - [4168] = 4168, + [4163] = 4163, + [4164] = 4164, + [4165] = 4165, + [4166] = 4160, + [4167] = 4167, + [4168] = 4162, [4169] = 4169, - [4170] = 4170, - [4171] = 4171, - [4172] = 4026, - [4173] = 4173, - [4174] = 4174, - [4175] = 4040, + [4170] = 4160, + [4171] = 4165, + [4172] = 4159, + [4173] = 4160, + [4174] = 4163, + [4175] = 4162, [4176] = 4176, [4177] = 4177, - [4178] = 4026, - [4179] = 4179, - [4180] = 4180, - [4181] = 4040, - [4182] = 4182, - [4183] = 4030, - [4184] = 4026, - [4185] = 4185, - [4186] = 4186, - [4187] = 4187, - [4188] = 4188, - [4189] = 4189, - [4190] = 4026, - [4191] = 4191, - [4192] = 4192, - [4193] = 4193, - [4194] = 4194, - [4195] = 4195, - [4196] = 4026, - [4197] = 4197, - [4198] = 4198, - [4199] = 4199, - [4200] = 4039, - [4201] = 4201, - [4202] = 4026, - [4203] = 4099, - [4204] = 4030, - [4205] = 4205, - [4206] = 4040, - [4207] = 4207, - [4208] = 4026, - [4209] = 4209, - [4210] = 4210, - [4211] = 4211, - [4212] = 4028, - [4213] = 4042, - [4214] = 4026, - [4215] = 4042, - [4216] = 4030, - [4217] = 4131, - [4218] = 4047, - [4219] = 4040, - [4220] = 4026, - [4221] = 4132, - [4222] = 4042, - [4223] = 4053, - [4224] = 1002, - [4225] = 4028, - [4226] = 4026, - [4227] = 4039, - [4228] = 4139, - [4229] = 4039, - [4230] = 4028, - [4231] = 4042, - [4232] = 4026, - [4233] = 4042, - [4234] = 4028, - [4235] = 4039, - [4236] = 4047, - [4237] = 4040, - [4238] = 4026, - [4239] = 4040, - [4240] = 4030, - [4241] = 4030, - [4242] = 4242, - [4243] = 4243, - [4244] = 4047, - [4245] = 4115, - [4246] = 4114, - [4247] = 4247, - [4248] = 4030, - [4249] = 4026, - [4250] = 4250, - [4251] = 4030, - [4252] = 4039, - [4253] = 4040, - [4254] = 4047, - [4255] = 4255, - [4256] = 4028, - [4257] = 4042, - [4258] = 4047, - [4259] = 4042, - [4260] = 4047, - [4261] = 4030, - [4262] = 4262, - [4263] = 4028, - [4264] = 4039, - [4265] = 4039, - [4266] = 4040, - [4267] = 4267, - [4268] = 4040, + [4178] = 4178, + [4179] = 4160, + [4180] = 4164, + [4181] = 4181, + [4182] = 4167, + [4183] = 4164, + [4184] = 4184, + [4185] = 4163, + [4186] = 4165, + [4187] = 4162, + [4188] = 4160, + [4189] = 4159, + [4190] = 4159, + [4191] = 4162, + [4192] = 4160, + [4193] = 4163, + [4194] = 4165, + [4195] = 4184, + [4196] = 4196, + [4197] = 4160, + [4198] = 4164, + [4199] = 4184, + [4200] = 4164, + [4201] = 4165, + [4202] = 4162, + [4203] = 4159, + [4204] = 4204, + [4205] = 4163, + [4206] = 4160, + [4207] = 4163, + [4208] = 4164, + [4209] = 4184, + [4210] = 4165, + [4211] = 4162, + [4212] = 4212, + [4213] = 4159, + [4214] = 4196, + [4215] = 4160, + [4216] = 4162, + [4217] = 4204, + [4218] = 4165, + [4219] = 4219, + [4220] = 4184, + [4221] = 4159, + [4222] = 4164, + [4223] = 4163, + [4224] = 4160, + [4225] = 4225, + [4226] = 4163, + [4227] = 4227, + [4228] = 4225, + [4229] = 4229, + [4230] = 4163, + [4231] = 4231, + [4232] = 4164, + [4233] = 4160, + [4234] = 4160, + [4235] = 4159, + [4236] = 4236, + [4237] = 4162, + [4238] = 4184, + [4239] = 4165, + [4240] = 4162, + [4241] = 4160, + [4242] = 4159, + [4243] = 4163, + [4244] = 4164, + [4245] = 4165, + [4246] = 4246, + [4247] = 4184, + [4248] = 4184, + [4249] = 4160, + [4250] = 4165, + [4251] = 4184, + [4252] = 4159, + [4253] = 4163, + [4254] = 4164, + [4255] = 4184, + [4256] = 4165, + [4257] = 4160, + [4258] = 4162, + [4259] = 4159, + [4260] = 4164, + [4261] = 4261, + [4262] = 4162, + [4263] = 4164, + [4264] = 4184, + [4265] = 4160, + [4266] = 4196, + [4267] = 4165, + [4268] = 4162, [4269] = 4269, - [4270] = 4270, - [4271] = 4271, - [4272] = 4114, - [4273] = 4273, - [4274] = 4274, - [4275] = 4061, - [4276] = 4030, - [4277] = 4277, - [4278] = 4278, - [4279] = 4115, - [4280] = 4028, - [4281] = 4042, - [4282] = 4282, - [4283] = 4038, - [4284] = 4284, - [4285] = 4262, - [4286] = 4039, - [4287] = 4037, - [4288] = 4045, - [4289] = 4047, - [4290] = 4047, - [4291] = 4063, - [4292] = 4064, - [4293] = 4047, - [4294] = 4039, - [4295] = 4072, - [4296] = 4042, - [4297] = 4297, + [4270] = 4163, + [4271] = 4160, + [4272] = 4159, + [4273] = 4204, + [4274] = 4159, + [4275] = 4162, + [4276] = 4165, + [4277] = 4160, + [4278] = 4167, + [4279] = 4184, + [4280] = 4225, + [4281] = 4163, + [4282] = 4229, + [4283] = 4160, + [4284] = 4231, + [4285] = 4164, + [4286] = 4184, + [4287] = 4287, + [4288] = 4288, + [4289] = 4160, + [4290] = 4290, + [4291] = 4165, + [4292] = 4160, + [4293] = 4164, + [4294] = 4229, + [4295] = 4160, + [4296] = 4231, + [4297] = 4162, [4298] = 4298, - [4299] = 4299, - [4300] = 4300, - [4301] = 4301, - [4302] = 4302, - [4303] = 4303, - [4304] = 4304, - [4305] = 4305, - [4306] = 4306, - [4307] = 4307, - [4308] = 4308, - [4309] = 4042, - [4310] = 4028, - [4311] = 4039, + [4299] = 4163, + [4300] = 4159, + [4301] = 4160, + [4302] = 4164, + [4303] = 4165, + [4304] = 4184, + [4305] = 4159, + [4306] = 4162, + [4307] = 4160, + [4308] = 4164, + [4309] = 4309, + [4310] = 4310, + [4311] = 4311, [4312] = 4312, - [4313] = 4028, - [4314] = 4040, - [4315] = 4030, - [4316] = 4091, - [4317] = 4042, - [4318] = 4047, - [4319] = 4039, - [4320] = 4028, - [4321] = 4030, - [4322] = 4242, - [4323] = 4040, - [4324] = 4030, - [4325] = 4040, - [4326] = 4131, - [4327] = 4039, - [4328] = 4132, - [4329] = 4047, - [4330] = 4243, - [4331] = 4139, - [4332] = 4028, - [4333] = 4042, - [4334] = 4047, - [4335] = 4115, - [4336] = 4114, - [4337] = 4042, - [4338] = 352, - [4339] = 4028, - [4340] = 4039, - [4341] = 4030, - [4342] = 4039, - [4343] = 4047, - [4344] = 4040, - [4345] = 4030, - [4346] = 4030, - [4347] = 4042, - [4348] = 4028, - [4349] = 4039, - [4350] = 4040, - [4351] = 4030, - [4352] = 4030, - [4353] = 4040, - [4354] = 4040, - [4355] = 4040, - [4356] = 4030, - [4357] = 4028, - [4358] = 4039, - [4359] = 4042, - [4360] = 4028, - [4361] = 4042, - [4362] = 4282, - [4363] = 4255, - [4364] = 4039, - [4365] = 4269, - [4366] = 4247, - [4367] = 4047, - [4368] = 4028, - [4369] = 4273, - [4370] = 4042, - [4371] = 4026, - [4372] = 4047, - [4373] = 4277, - [4374] = 4250, - [4375] = 4047, - [4376] = 4030, - [4377] = 4042, - [4378] = 4040, - [4379] = 4039, - [4380] = 4262, - [4381] = 4028, - [4382] = 4028, - [4383] = 4042, - [4384] = 4099, - [4385] = 4039, - [4386] = 342, - [4387] = 4047, - [4388] = 4047, - [4389] = 4040, - [4390] = 4030, - [4391] = 4047, - [4392] = 4277, - [4393] = 4030, - [4394] = 4255, - [4395] = 4042, - [4396] = 4028, - [4397] = 4039, - [4398] = 4040, - [4399] = 350, - [4400] = 4079, - [4401] = 4030, - [4402] = 4040, - [4403] = 4039, - [4404] = 4028, - [4405] = 4047, - [4406] = 4242, - [4407] = 4042, - [4408] = 4028, - [4409] = 4243, - [4410] = 4247, - [4411] = 4042, - [4412] = 4026, - [4413] = 4255, - [4414] = 4028, - [4415] = 4042, - [4416] = 4030, - [4417] = 4040, - [4418] = 4039, - [4419] = 4030, - [4420] = 4030, - [4421] = 4040, - [4422] = 4039, - [4423] = 4040, - [4424] = 4028, - [4425] = 4040, - [4426] = 4028, - [4427] = 4250, - [4428] = 4042, - [4429] = 4030, - [4430] = 4040, - [4431] = 4282, - [4432] = 4039, - [4433] = 4273, - [4434] = 4047, - [4435] = 4030, - [4436] = 4277, - [4437] = 4273, - [4438] = 4042, - [4439] = 4028, - [4440] = 4028, - [4441] = 4039, - [4442] = 4039, - [4443] = 4262, - [4444] = 4028, - [4445] = 4040, - [4446] = 4040, - [4447] = 4028, - [4448] = 4039, - [4449] = 4042, - [4450] = 4040, - [4451] = 4030, - [4452] = 337, - [4453] = 346, - [4454] = 347, - [4455] = 4030, - [4456] = 4028, - [4457] = 4047, - [4458] = 4039, - [4459] = 4030, - [4460] = 4040, - [4461] = 4273, - [4462] = 4030, - [4463] = 4040, - [4464] = 4039, - [4465] = 4047, - [4466] = 4039, - [4467] = 4028, - [4468] = 4468, - [4469] = 4039, - [4470] = 4042, - [4471] = 4028, - [4472] = 4039, - [4473] = 4028, - [4474] = 4040, - [4475] = 4030, - [4476] = 4042, - [4477] = 4030, - [4478] = 4040, - [4479] = 4030, - [4480] = 4040, - [4481] = 4028, - [4482] = 4039, - [4483] = 4040, - [4484] = 4273, - [4485] = 4273, - [4486] = 4273, - [4487] = 4273, - [4488] = 4273, - [4489] = 4273, - [4490] = 4273, - [4491] = 4273, - [4492] = 4273, - [4493] = 4273, - [4494] = 4273, - [4495] = 4273, - [4496] = 4273, - [4497] = 4273, - [4498] = 4273, - [4499] = 4273, - [4500] = 4273, - [4501] = 4273, - [4502] = 4273, - [4503] = 4273, - [4504] = 4273, - [4505] = 4273, - [4506] = 4273, - [4507] = 4273, - [4508] = 4273, - [4509] = 4273, - [4510] = 4273, - [4511] = 4273, - [4512] = 4273, - [4513] = 4273, - [4514] = 4273, - [4515] = 4273, - [4516] = 4273, - [4517] = 4273, - [4518] = 4273, - [4519] = 4273, - [4520] = 4520, - [4521] = 4047, - [4522] = 4030, - [4523] = 4047, - [4524] = 4524, - [4525] = 4047, - [4526] = 4042, - [4527] = 4028, - [4528] = 4520, - [4529] = 4028, - [4530] = 4039, - [4531] = 4030, - [4532] = 4040, - [4533] = 4030, - [4534] = 4520, - [4535] = 4040, - [4536] = 4039, - [4537] = 4039, - [4538] = 4520, - [4539] = 4039, - [4540] = 4047, - [4541] = 4040, - [4542] = 4520, - [4543] = 4520, - [4544] = 4520, - [4545] = 4520, - [4546] = 4520, - [4547] = 4520, - [4548] = 4520, - [4549] = 4520, - [4550] = 4520, - [4551] = 4520, - [4552] = 4520, - [4553] = 4520, - [4554] = 4520, - [4555] = 4520, - [4556] = 4520, - [4557] = 4520, - [4558] = 4520, - [4559] = 4520, - [4560] = 4520, - [4561] = 4520, - [4562] = 4520, - [4563] = 4520, - [4564] = 4520, - [4565] = 4520, - [4566] = 4520, - [4567] = 4520, - [4568] = 4520, - [4569] = 4520, - [4570] = 4520, - [4571] = 4520, - [4572] = 4520, - [4573] = 4520, - [4574] = 4520, - [4575] = 4520, - [4576] = 4520, - [4577] = 4520, - [4578] = 4282, - [4579] = 4255, - [4580] = 4282, - [4581] = 4282, - [4582] = 4255, - [4583] = 4269, - [4584] = 4282, - [4585] = 4255, - [4586] = 4030, - [4587] = 4282, - [4588] = 4255, - [4589] = 4520, - [4590] = 4028, + [4313] = 4160, + [4314] = 4314, + [4315] = 4315, + [4316] = 4184, + [4317] = 4317, + [4318] = 4318, + [4319] = 4160, + [4320] = 4320, + [4321] = 4321, + [4322] = 4322, + [4323] = 4323, + [4324] = 4324, + [4325] = 4160, + [4326] = 4326, + [4327] = 4327, + [4328] = 4328, + [4329] = 4329, + [4330] = 4330, + [4331] = 4160, + [4332] = 4332, + [4333] = 4333, + [4334] = 4334, + [4335] = 4335, + [4336] = 4336, + [4337] = 4160, + [4338] = 4338, + [4339] = 4339, + [4340] = 4340, + [4341] = 4165, + [4342] = 4342, + [4343] = 4160, + [4344] = 4344, + [4345] = 4184, + [4346] = 4346, + [4347] = 4163, + [4348] = 4348, + [4349] = 4160, + [4350] = 4350, + [4351] = 4351, + [4352] = 4352, + [4353] = 4353, + [4354] = 4298, + [4355] = 4160, + [4356] = 4163, + [4357] = 4159, + [4358] = 4162, + [4359] = 4359, + [4360] = 4165, + [4361] = 4160, + [4362] = 4159, + [4363] = 4163, + [4364] = 4364, + [4365] = 4184, + [4366] = 4164, + [4367] = 4160, + [4368] = 4164, + [4369] = 4184, + [4370] = 4163, + [4371] = 4371, + [4372] = 4159, + [4373] = 4160, + [4374] = 4162, + [4375] = 4165, + [4376] = 4165, + [4377] = 4184, + [4378] = 4162, + [4379] = 4160, + [4380] = 4164, + [4381] = 4381, + [4382] = 4382, + [4383] = 4159, + [4384] = 4163, + [4385] = 4160, + [4386] = 4163, + [4387] = 4164, + [4388] = 4164, + [4389] = 4381, + [4390] = 4382, + [4391] = 4184, + [4392] = 4165, + [4393] = 4159, + [4394] = 4162, + [4395] = 4165, + [4396] = 4184, + [4397] = 4162, + [4398] = 4159, + [4399] = 4163, + [4400] = 4164, + [4401] = 4184, + [4402] = 4163, + [4403] = 4162, + [4404] = 4159, + [4405] = 4163, + [4406] = 4406, + [4407] = 4212, + [4408] = 4164, + [4409] = 4184, + [4410] = 4165, + [4411] = 4411, + [4412] = 4162, + [4413] = 4413, + [4414] = 4414, + [4415] = 4415, + [4416] = 4219, + [4417] = 4417, + [4418] = 4418, + [4419] = 4419, + [4420] = 4159, + [4421] = 4421, + [4422] = 4163, + [4423] = 4164, + [4424] = 4381, + [4425] = 4382, + [4426] = 4164, + [4427] = 4184, + [4428] = 4428, + [4429] = 4406, + [4430] = 4165, + [4431] = 4162, + [4432] = 4159, + [4433] = 4162, + [4434] = 4165, + [4435] = 4184, + [4436] = 4196, + [4437] = 4159, + [4438] = 4156, + [4439] = 4324, + [4440] = 4163, + [4441] = 4441, + [4442] = 4442, + [4443] = 4443, + [4444] = 4444, + [4445] = 4184, + [4446] = 4446, + [4447] = 4447, + [4448] = 4448, + [4449] = 4449, + [4450] = 4450, + [4451] = 4451, + [4452] = 4452, + [4453] = 4204, + [4454] = 4167, + [4455] = 4225, + [4456] = 4164, + [4457] = 4184, + [4458] = 4229, + [4459] = 4169, + [4460] = 4158, + [4461] = 4177, + [4462] = 4231, + [4463] = 4165, + [4464] = 4162, + [4465] = 4212, + [4466] = 4287, + [4467] = 4219, + [4468] = 4287, + [4469] = 4246, + [4470] = 4261, + [4471] = 4269, + [4472] = 4288, + [4473] = 4159, + [4474] = 4288, + [4475] = 4290, + [4476] = 4165, + [4477] = 4160, + [4478] = 4359, + [4479] = 4184, + [4480] = 4364, + [4481] = 4164, + [4482] = 4371, + [4483] = 1039, + [4484] = 4184, + [4485] = 1031, + [4486] = 4165, + [4487] = 4162, + [4488] = 4164, + [4489] = 4381, + [4490] = 4382, + [4491] = 4159, + [4492] = 4163, + [4493] = 4164, + [4494] = 4344, + [4495] = 4184, + [4496] = 4165, + [4497] = 4184, + [4498] = 4162, + [4499] = 4184, + [4500] = 4159, + [4501] = 4163, + [4502] = 4159, + [4503] = 4162, + [4504] = 4184, + [4505] = 4163, + [4506] = 4344, + [4507] = 4298, + [4508] = 4184, + [4509] = 4413, + [4510] = 4290, + [4511] = 4165, + [4512] = 4184, + [4513] = 4417, + [4514] = 4514, + [4515] = 4160, + [4516] = 4164, + [4517] = 4421, + [4518] = 4184, + [4519] = 4159, + [4520] = 4165, + [4521] = 4162, + [4522] = 4156, + [4523] = 4324, + [4524] = 4406, + [4525] = 4159, + [4526] = 4159, + [4527] = 4162, + [4528] = 4163, + [4529] = 4169, + [4530] = 4158, + [4531] = 4177, + [4532] = 4165, + [4533] = 4184, + [4534] = 4164, + [4535] = 4212, + [4536] = 4421, + [4537] = 4219, + [4538] = 4298, + [4539] = 4163, + [4540] = 4159, + [4541] = 4162, + [4542] = 4165, + [4543] = 4184, + [4544] = 4159, + [4545] = 4184, + [4546] = 4246, + [4547] = 4261, + [4548] = 4162, + [4549] = 4269, + [4550] = 4165, + [4551] = 4165, + [4552] = 4184, + [4553] = 4162, + [4554] = 4359, + [4555] = 4364, + [4556] = 4371, + [4557] = 4159, + [4558] = 4163, + [4559] = 4164, + [4560] = 4381, + [4561] = 4164, + [4562] = 4382, + [4563] = 4159, + [4564] = 4162, + [4565] = 4165, + [4566] = 4184, + [4567] = 4163, + [4568] = 4163, + [4569] = 4159, + [4570] = 4162, + [4571] = 4514, + [4572] = 4165, + [4573] = 4184, + [4574] = 4184, + [4575] = 4165, + [4576] = 4162, + [4577] = 4417, + [4578] = 4159, + [4579] = 4162, + [4580] = 4421, + [4581] = 4417, + [4582] = 4159, + [4583] = 4165, + [4584] = 4184, + [4585] = 4514, + [4586] = 4163, + [4587] = 4406, + [4588] = 4164, + [4589] = 4184, + [4590] = 4159, + [4591] = 4162, + [4592] = 4165, + [4593] = 4165, + [4594] = 4184, + [4595] = 4162, + [4596] = 4159, + [4597] = 4163, + [4598] = 4159, + [4599] = 4162, + [4600] = 4164, + [4601] = 4165, + [4602] = 4184, + [4603] = 4184, + [4604] = 4165, + [4605] = 4417, + [4606] = 4162, + [4607] = 4165, + [4608] = 4159, + [4609] = 4162, + [4610] = 4163, + [4611] = 4165, + [4612] = 4612, + [4613] = 4184, + [4614] = 4164, + [4615] = 4184, + [4616] = 4165, + [4617] = 4159, + [4618] = 4162, + [4619] = 4162, + [4620] = 4165, + [4621] = 4184, + [4622] = 4159, + [4623] = 4163, + [4624] = 4164, + [4625] = 4164, + [4626] = 4163, + [4627] = 4159, + [4628] = 4417, + [4629] = 4417, + [4630] = 4417, + [4631] = 4417, + [4632] = 4417, + [4633] = 4417, + [4634] = 4417, + [4635] = 4417, + [4636] = 4417, + [4637] = 4417, + [4638] = 4417, + [4639] = 4417, + [4640] = 4417, + [4641] = 4417, + [4642] = 4417, + [4643] = 4417, + [4644] = 4417, + [4645] = 4417, + [4646] = 4417, + [4647] = 4417, + [4648] = 4417, + [4649] = 4417, + [4650] = 4417, + [4651] = 4417, + [4652] = 4417, + [4653] = 4417, + [4654] = 4417, + [4655] = 4417, + [4656] = 4417, + [4657] = 4417, + [4658] = 4417, + [4659] = 4417, + [4660] = 4417, + [4661] = 4417, + [4662] = 4417, + [4663] = 4417, + [4664] = 4664, + [4665] = 4162, + [4666] = 4165, + [4667] = 4184, + [4668] = 4668, + [4669] = 4164, + [4670] = 4163, + [4671] = 4159, + [4672] = 4664, + [4673] = 4162, + [4674] = 4165, + [4675] = 4184, + [4676] = 4164, + [4677] = 4163, + [4678] = 4664, + [4679] = 4159, + [4680] = 4162, + [4681] = 4165, + [4682] = 4664, + [4683] = 4184, + [4684] = 4164, + [4685] = 4163, + [4686] = 4664, + [4687] = 4664, + [4688] = 4664, + [4689] = 4664, + [4690] = 4664, + [4691] = 4664, + [4692] = 4664, + [4693] = 4664, + [4694] = 4664, + [4695] = 4664, + [4696] = 4664, + [4697] = 4664, + [4698] = 4664, + [4699] = 4664, + [4700] = 4664, + [4701] = 4664, + [4702] = 4664, + [4703] = 4664, + [4704] = 4664, + [4705] = 4664, + [4706] = 4664, + [4707] = 4664, + [4708] = 4664, + [4709] = 4664, + [4710] = 4664, + [4711] = 4664, + [4712] = 4664, + [4713] = 4664, + [4714] = 4664, + [4715] = 4664, + [4716] = 4664, + [4717] = 4664, + [4718] = 4664, + [4719] = 4664, + [4720] = 4664, + [4721] = 4664, + [4722] = 4344, + [4723] = 4298, + [4724] = 4344, + [4725] = 4344, + [4726] = 4298, + [4727] = 4413, + [4728] = 4344, + [4729] = 4298, + [4730] = 4159, + [4731] = 4344, + [4732] = 4298, + [4733] = 4664, + [4734] = 4162, }; static inline bool sym_word_character_set_1(int32_t c) { @@ -7191,45 +7400,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); switch (state) { case 0: - if (eof) ADVANCE(438); - if (lookahead == '!') ADVANCE(684); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(689); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(507); - if (lookahead == '&') ADVANCE(619); + if (eof) ADVANCE(437); + if (lookahead == '!') ADVANCE(681); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(686); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(506); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(688); - if (lookahead == '+') ADVANCE(633); - if (lookahead == ',') ADVANCE(448); - if (lookahead == '-') ADVANCE(631); - if (lookahead == '.') ADVANCE(795); - if (lookahead == '/') ADVANCE(503); - if (lookahead == '0') ADVANCE(790); - if (lookahead == ':') ADVANCE(628); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(691); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(701); - if (lookahead == '@') ADVANCE(686); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(332); - if (lookahead == ']') ADVANCE(556); - if (lookahead == '^') ADVANCE(621); - if (lookahead == '_') ADVANCE(792); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == 'i') ADVANCE(801); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '}') ADVANCE(642); - if (lookahead == '~') ADVANCE(635); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(685); + if (lookahead == '+') ADVANCE(631); + if (lookahead == ',') ADVANCE(447); + if (lookahead == '-') ADVANCE(629); + if (lookahead == '.') ADVANCE(797); + if (lookahead == '/') ADVANCE(502); + if (lookahead == '0') ADVANCE(792); + if (lookahead == ':') ADVANCE(626); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(688); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(698); + if (lookahead == '@') ADVANCE(683); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == ']') ADVANCE(554); + if (lookahead == '^') ADVANCE(619); + if (lookahead == '_') ADVANCE(794); + if (lookahead == '`') ADVANCE(719); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == 'i') ADVANCE(803); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '|') ADVANCE(537); + if (lookahead == '}') ADVANCE(640); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(433) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 1: if (lookahead == '\n') SKIP(183) @@ -7244,39 +7453,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\n') SKIP(5) END_STATE(); case 5: - if (lookahead == '\n') ADVANCE(567); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(565); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(335); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(537); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(5) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 6: if (lookahead == '\n') SKIP(198) @@ -7297,63 +7506,63 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\n') SKIP(188) END_STATE(); case 12: - if (lookahead == '\n') ADVANCE(568); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(566); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(290); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(291); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 13: - if (lookahead == '\n') ADVANCE(746); + if (lookahead == '\n') ADVANCE(748); END_STATE(); case 14: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(788); END_STATE(); case 15: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(788); if (lookahead == '\r') ADVANCE(14); END_STATE(); case 16: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(788); if (lookahead == '\r') ADVANCE(14); if (lookahead != 0 && - (lookahead < '\t' || '\f' < lookahead)) ADVANCE(804); + (lookahead < '\t' || '\f' < lookahead)) ADVANCE(806); END_STATE(); case 17: - if (lookahead == '\n') SKIP(110) + if (lookahead == '\n') SKIP(108) END_STATE(); case 18: - if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\n') ADVANCE(769); END_STATE(); case 19: if (lookahead == '\n') SKIP(203) @@ -7374,28 +7583,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\n') SKIP(159) END_STATE(); case 25: - if (lookahead == '\n') SKIP(162) + if (lookahead == '\n') ADVANCE(752); END_STATE(); case 26: - if (lookahead == '\n') ADVANCE(750); + if (lookahead == '\n') SKIP(162) END_STATE(); case 27: - if (lookahead == '\n') ADVANCE(752); + if (lookahead == '\n') SKIP(164) END_STATE(); case 28: - if (lookahead == '\n') SKIP(164) + if (lookahead == '\n') ADVANCE(754); END_STATE(); case 29: - if (lookahead == '\n') ADVANCE(754); + if (lookahead == '\n') ADVANCE(756); END_STATE(); case 30: - if (lookahead == '\n') ADVANCE(756); + if (lookahead == '\n') ADVANCE(758); END_STATE(); case 31: - if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\n') ADVANCE(762); END_STATE(); case 32: - if (lookahead == '\n') ADVANCE(762); + if (lookahead == '\n') ADVANCE(765); END_STATE(); case 33: if (lookahead == '\n') SKIP(235) @@ -7410,37 +7619,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\n') SKIP(166) END_STATE(); case 37: - if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\n') ADVANCE(766); END_STATE(); case 38: if (lookahead == '\n') SKIP(168) END_STATE(); case 39: - if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\n') ADVANCE(771); END_STATE(); case 40: - if (lookahead == '\n') ADVANCE(765); + if (lookahead == '\n') SKIP(171) END_STATE(); case 41: - if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\n') ADVANCE(775); END_STATE(); case 42: - if (lookahead == '\n') SKIP(171) + if (lookahead == '\n') ADVANCE(767); END_STATE(); case 43: - if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\n') ADVANCE(772); END_STATE(); case 44: - if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\n') ADVANCE(779); END_STATE(); case 45: - if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\n') ADVANCE(773); END_STATE(); case 46: - if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\n') ADVANCE(778); END_STATE(); case 47: - if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\n') ADVANCE(781); END_STATE(); case 48: if (lookahead == '\n') SKIP(234) @@ -7449,406 +7658,407 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\n') SKIP(202) END_STATE(); case 50: - if (lookahead == '\n') SKIP(242) + if (lookahead == '\n') SKIP(214) END_STATE(); case 51: - if (lookahead == '\n') SKIP(215) + if (lookahead == '\n') SKIP(242) END_STATE(); case 52: - if (lookahead == '\n') SKIP(213) + if (lookahead == '\n') SKIP(212) END_STATE(); case 53: - if (lookahead == '\n') SKIP(216) + if (lookahead == '\n') SKIP(218) END_STATE(); case 54: - if (lookahead == '\n') SKIP(218) + if (lookahead == '\n') SKIP(215) END_STATE(); case 55: if (lookahead == '\n') SKIP(180) END_STATE(); case 56: - if (lookahead == '\n') SKIP(212) + if (lookahead == '\n') SKIP(240) END_STATE(); case 57: - if (lookahead == '\n') SKIP(240) + if (lookahead == '\n') ADVANCE(770); END_STATE(); case 58: - if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\n') SKIP(217) END_STATE(); case 59: - if (lookahead == '\n') ADVANCE(747); + if (lookahead == '\n') ADVANCE(749); END_STATE(); case 60: - if (lookahead == '\n') ADVANCE(749); + if (lookahead == '\n') SKIP(245) END_STATE(); case 61: - if (lookahead == '\n') SKIP(217) + if (lookahead == '\n') ADVANCE(751); END_STATE(); case 62: - if (lookahead == '\n') SKIP(245) + if (lookahead == '\n') ADVANCE(753); END_STATE(); case 63: - if (lookahead == '\n') ADVANCE(751); + if (lookahead == '\n') ADVANCE(757); END_STATE(); case 64: - if (lookahead == '\n') ADVANCE(755); + if (lookahead == '\n') SKIP(65) END_STATE(); case 65: - if (lookahead == '\n') SKIP(181) - END_STATE(); - case 66: - if (lookahead == '\n') SKIP(67) - END_STATE(); - case 67: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(500); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ';') ADVANCE(444); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(452); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '\\') SKIP(370) - if (lookahead == '^') ADVANCE(282); - if (lookahead == '|') ADVANCE(279); + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(499); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ';') ADVANCE(443); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(451); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '\\') SKIP(369) + if (lookahead == '^') ADVANCE(281); + if (lookahead == '|') ADVANCE(278); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(67) + lookahead == ' ') SKIP(65) END_STATE(); - case 68: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(649); - if (lookahead == '&') ADVANCE(617); - if (lookahead == '(') ADVANCE(527); - if (lookahead == '+') ADVANCE(274); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(276); - if (lookahead == '0') ADVANCE(672); - if (lookahead == ';') ADVANCE(444); + case 66: + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(647); + if (lookahead == '&') ADVANCE(615); + if (lookahead == '(') ADVANCE(526); + if (lookahead == '+') ADVANCE(273); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(275); + if (lookahead == '0') ADVANCE(669); + if (lookahead == ';') ADVANCE(443); if (lookahead == '\\') SKIP(377) - if (lookahead == '`') ADVANCE(721); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(68) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + lookahead == ' ') SKIP(66) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(531); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(530); END_STATE(); - case 69: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); + case 67: + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '#') ADVANCE(725); if (lookahead == '$') ADVANCE(271); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '0') ADVANCE(673); - if (lookahead == '\\') SKIP(390) - if (lookahead == '}') ADVANCE(682); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(277); + if (lookahead == '0') ADVANCE(670); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '\\') SKIP(387) + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(69) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); + lookahead == ' ') SKIP(67) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(672); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 70: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(283); - if (lookahead == '<') ADVANCE(515); - if (lookahead == '>') ADVANCE(524); + case 68: + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(618); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(386) - if (lookahead == '`') ADVANCE(285); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(379) + if (lookahead == '`') ADVANCE(284); + if (lookahead == 'e') ADVANCE(288); if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(70) + lookahead == ' ') SKIP(68) END_STATE(); - case 71: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(620); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + case 69: + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(262); + if (lookahead == '<') ADVANCE(514); + if (lookahead == '>') ADVANCE(523); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(379) - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'e') ADVANCE(289); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(384) + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(71) + lookahead == ' ') SKIP(69) END_STATE(); - case 72: - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(617); - if (lookahead == ';') ADVANCE(446); + case 70: + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(615); + if (lookahead == ';') ADVANCE(445); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(391) - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'i') ADVANCE(288); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(389) + if (lookahead == '`') ADVANCE(284); + if (lookahead == 'i') ADVANCE(287); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(72) + lookahead == ' ') SKIP(70) + END_STATE(); + case 71: + if (lookahead == '\n') SKIP(181) + END_STATE(); + case 72: + if (lookahead == '\n') SKIP(256) END_STATE(); case 73: - if (lookahead == '\n') SKIP(255) + if (lookahead == '\n') SKIP(250) END_STATE(); case 74: - if (lookahead == '\n') SKIP(250) + if (lookahead == '\n') ADVANCE(768); END_STATE(); case 75: - if (lookahead == '\n') ADVANCE(766); + if (lookahead == '\n') SKIP(220) END_STATE(); case 76: - if (lookahead == '\n') SKIP(220) + if (lookahead == '\n') SKIP(221) END_STATE(); case 77: - if (lookahead == '\n') SKIP(221) + if (lookahead == '\n') SKIP(246) END_STATE(); case 78: - if (lookahead == '\n') ADVANCE(757); + if (lookahead == '\n') ADVANCE(759); END_STATE(); case 79: - if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\n') ADVANCE(782); END_STATE(); case 80: - if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\n') ADVANCE(774); END_STATE(); case 81: - if (lookahead == '\n') SKIP(246) + if (lookahead == '\n') ADVANCE(783); END_STATE(); case 82: - if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\n') SKIP(251) END_STATE(); case 83: - if (lookahead == '\n') SKIP(251) + if (lookahead == '\n') SKIP(66) END_STATE(); case 84: - if (lookahead == '\n') SKIP(68) + if (lookahead == '\n') SKIP(232) END_STATE(); case 85: - if (lookahead == '\n') SKIP(232) + if (lookahead == '\n') SKIP(68) END_STATE(); case 86: - if (lookahead == '\n') SKIP(71) + if (lookahead == '\n') SKIP(230) END_STATE(); case 87: - if (lookahead == '\n') SKIP(230) + if (lookahead == '\n') SKIP(247) END_STATE(); case 88: - if (lookahead == '\n') SKIP(247) + if (lookahead == '\n') SKIP(259) END_STATE(); case 89: - if (lookahead == '\n') ADVANCE(759); + if (lookahead == '\n') SKIP(253) END_STATE(); case 90: - if (lookahead == '\n') SKIP(257) + if (lookahead == '\n') SKIP(258) END_STATE(); case 91: - if (lookahead == '\n') SKIP(258) + if (lookahead == '\n') SKIP(69) END_STATE(); case 92: - if (lookahead == '\n') SKIP(248) + if (lookahead == '\n') ADVANCE(763); END_STATE(); case 93: - if (lookahead == '\n') ADVANCE(761); + if (lookahead == '\n') SKIP(231) END_STATE(); case 94: - if (lookahead == '\n') SKIP(231) + if (lookahead == '\n') ADVANCE(784); END_STATE(); case 95: - if (lookahead == '\n') ADVANCE(782); + if (lookahead == '\n') ADVANCE(785); END_STATE(); case 96: - if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\n') SKIP(252) END_STATE(); case 97: - if (lookahead == '\n') SKIP(70) + if (lookahead == '\n') SKIP(67) END_STATE(); case 98: - if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\n') ADVANCE(786); END_STATE(); case 99: - if (lookahead == '\n') SKIP(256) + if (lookahead == '\n') ADVANCE(787); END_STATE(); case 100: - if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\n') SKIP(257) END_STATE(); case 101: - if (lookahead == '\n') SKIP(252) + if (lookahead == '\n') SKIP(70) END_STATE(); case 102: - if (lookahead == '\n') SKIP(69) + if (lookahead == '\n') SKIP(248) END_STATE(); case 103: - if (lookahead == '\n') SKIP(72) + if (lookahead == '\n') SKIP(249) END_STATE(); case 104: if (lookahead == '\n') SKIP(260) END_STATE(); case 105: - if (lookahead == '\n') SKIP(249) - END_STATE(); - case 106: - if (lookahead == '\n') SKIP(259) - END_STATE(); - case 107: if (lookahead == '\n') SKIP(139) END_STATE(); - case 108: + case 106: if (lookahead == '\n') SKIP(189) END_STATE(); - case 109: + case 107: if (lookahead == '\n') SKIP(187) END_STATE(); - case 110: - if (lookahead == '\n') ADVANCE(570); - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + case 108: + if (lookahead == '\n') ADVANCE(568); + if (lookahead == '!') ADVANCE(799); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(342); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(110) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(108) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); + END_STATE(); + case 109: + if (lookahead == '\n') ADVANCE(750); + END_STATE(); + case 110: + if (lookahead == '\n') SKIP(141) END_STATE(); case 111: - if (lookahead == '\n') ADVANCE(748); + if (lookahead == '\n') SKIP(204) END_STATE(); case 112: - if (lookahead == '\n') SKIP(141) + if (lookahead == '\n') SKIP(173) END_STATE(); case 113: - if (lookahead == '\n') SKIP(204) + if (lookahead == '\n') SKIP(170) END_STATE(); case 114: - if (lookahead == '\n') SKIP(173) + if (lookahead == '\n') SKIP(175) END_STATE(); case 115: - if (lookahead == '\n') SKIP(170) + if (lookahead == '\n') SKIP(172) END_STATE(); case 116: - if (lookahead == '\n') SKIP(175) + if (lookahead == '\n') SKIP(177) END_STATE(); case 117: - if (lookahead == '\n') SKIP(172) + if (lookahead == '\n') SKIP(174) END_STATE(); case 118: - if (lookahead == '\n') SKIP(177) + if (lookahead == '\n') ADVANCE(760); END_STATE(); case 119: - if (lookahead == '\n') ADVANCE(758); + if (lookahead == '\n') ADVANCE(764); END_STATE(); case 120: - if (lookahead == '\n') SKIP(174) + if (lookahead == '\n') SKIP(244) END_STATE(); case 121: - if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\n') SKIP(237) END_STATE(); case 122: - if (lookahead == '\n') SKIP(244) + if (lookahead == '\n') SKIP(176) END_STATE(); case 123: - if (lookahead == '\n') SKIP(237) + if (lookahead == '\n') SKIP(178) END_STATE(); case 124: - if (lookahead == '\n') SKIP(176) + if (lookahead == '\n') SKIP(179) END_STATE(); case 125: - if (lookahead == '\n') SKIP(178) + if (lookahead == '\n') ADVANCE(776); END_STATE(); case 126: - if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\n') ADVANCE(780); END_STATE(); case 127: - if (lookahead == '\n') SKIP(179) + if (lookahead == '\n') SKIP(238) END_STATE(); case 128: - if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\n') SKIP(219) END_STATE(); case 129: - if (lookahead == '\n') SKIP(238) + if (lookahead == '\n') SKIP(241) END_STATE(); case 130: - if (lookahead == '\n') SKIP(241) + if (lookahead == '\n') ADVANCE(755); END_STATE(); case 131: - if (lookahead == '\n') ADVANCE(753); + if (lookahead == '\n') SKIP(182) END_STATE(); case 132: - if (lookahead == '\n') SKIP(182) + if (lookahead == '\n') ADVANCE(761); END_STATE(); case 133: if (lookahead == '\n') SKIP(190) END_STATE(); case 134: - if (lookahead == '\n') ADVANCE(571); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(308); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'e') ADVANCE(743); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(569); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(796); + if (lookahead == 'e') ADVANCE(745); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(134) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 135: if (lookahead == '\n') SKIP(144) END_STATE(); case 136: - if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\n') ADVANCE(777); END_STATE(); case 137: if (lookahead == '\n') SKIP(236) @@ -7857,4042 +8067,4054 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\n') SKIP(147) END_STATE(); case 139: - if (lookahead == '\n') ADVANCE(572); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(570); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(395); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(393); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(537); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 140: - if (lookahead == '\n') ADVANCE(573); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(571); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') ADVANCE(325); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 141: - if (lookahead == '\n') ADVANCE(574); - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(572); + if (lookahead == '!') ADVANCE(799); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(398); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(396); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(141) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 142: - if (lookahead == '\n') ADVANCE(575); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(309); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(573); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(142) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 143: - if (lookahead == '\n') ADVANCE(576); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(574); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(292); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(737); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(293); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(739); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 144: - if (lookahead == '\n') ADVANCE(577); - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(575); + if (lookahead == '!') ADVANCE(799); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(415); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(414); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(144) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 145: - if (lookahead == '\n') ADVANCE(578); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(310); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(576); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(145) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 146: - if (lookahead == '\n') ADVANCE(579); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(577); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(293); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(294); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 147: - if (lookahead == '\n') ADVANCE(580); - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(578); + if (lookahead == '!') ADVANCE(799); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(417); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(416); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(147) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 148: - if (lookahead == '\n') ADVANCE(581); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '\n') ADVANCE(579); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(330); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(148) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 149: - if (lookahead == '\n') ADVANCE(582); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(580); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(294); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(737); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(295); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(739); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 150: - if (lookahead == '\n') ADVANCE(583); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(581); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(345); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(732); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(734); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(150) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 151: - if (lookahead == '\n') ADVANCE(584); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(311); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(582); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(151) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 152: - if (lookahead == '\n') ADVANCE(585); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(583); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(295); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(296); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 153: - if (lookahead == '\n') ADVANCE(586); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(584); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(346); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(153) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 154: - if (lookahead == '\n') ADVANCE(587); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); if (lookahead == '&') ADVANCE(262); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(313); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(154) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 155: - if (lookahead == '\n') ADVANCE(588); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') ADVANCE(326); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 156: - if (lookahead == '\n') ADVANCE(589); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(587); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(347); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(348); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 157: - if (lookahead == '\n') ADVANCE(590); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(283); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(515); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(317); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '\n') ADVANCE(588); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(262); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(514); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(290); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(157) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 158: - if (lookahead == '\n') ADVANCE(591); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(589); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(296); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(297); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 159: - if (lookahead == '\n') ADVANCE(592); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(590); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(348); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(349); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(159) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 160: - if (lookahead == '\n') ADVANCE(593); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(617); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '\n') ADVANCE(591); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(615); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(318); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'i') ADVANCE(742); + if (lookahead == '_') ADVANCE(796); + if (lookahead == 'i') ADVANCE(744); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(160) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 161: - if (lookahead == '\n') ADVANCE(594); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(297); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (lookahead != 0 && + lookahead != ')') ADVANCE(806); END_STATE(); case 162: - if (lookahead == '\n') ADVANCE(595); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(593); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(162) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 163: - if (lookahead == '\n') ADVANCE(596); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(594); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(327); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(298); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 164: - if (lookahead == '\n') ADVANCE(597); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(595); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(351); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(164) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 165: - if (lookahead == '\n') ADVANCE(598); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '\n') ADVANCE(596); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(298); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(299); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 166: - if (lookahead == '\n') ADVANCE(599); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(597); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(354); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(355); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(166) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 167: - if (lookahead == '\n') ADVANCE(600); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '\n') ADVANCE(598); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(300); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 168: - if (lookahead == '\n') ADVANCE(601); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(599); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(355); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(356); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 169: - if (lookahead == '\n') ADVANCE(602); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(617); + if (lookahead == '\n') ADVANCE(600); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(615); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 170: - if (lookahead == '\n') ADVANCE(603); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(601); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(401); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); - if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(399); + if (lookahead == '`') ADVANCE(719); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == '|') ADVANCE(538); + if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(170) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 171: - if (lookahead == '\n') ADVANCE(604); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(602); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(357); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(171) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 172: - if (lookahead == '\n') ADVANCE(605); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(603); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(403); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(401); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(172) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 173: - if (lookahead == '\n') ADVANCE(606); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(604); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(400); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(732); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(398); + if (lookahead == '`') ADVANCE(719); + if (lookahead == 'e') ADVANCE(734); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(173) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 174: - if (lookahead == '\n') ADVANCE(607); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(605); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(405); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(403); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(174) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 175: - if (lookahead == '\n') ADVANCE(608); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(606); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(402); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(400); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(175) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 176: - if (lookahead == '\n') ADVANCE(609); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(607); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(408); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(406); + if (lookahead == '`') ADVANCE(719); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(176) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 177: - if (lookahead == '\n') ADVANCE(610); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(608); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(402); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(177) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 178: - if (lookahead == '\n') ADVANCE(611); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(609); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(409); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(407); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(178) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 179: - if (lookahead == '\n') ADVANCE(612); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(610); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(408); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(179) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 180: - if (lookahead == '\n') ADVANCE(613); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(617); + if (lookahead == '\n') ADVANCE(611); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(615); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(364); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(365); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(804); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 181: - if (lookahead == '\n') ADVANCE(614); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(617); + if (lookahead == '\n') ADVANCE(612); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(615); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(369); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(370); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 182: - if (lookahead == '\n') ADVANCE(615); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(617); + if (lookahead == '\n') ADVANCE(613); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(615); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(413); - if (lookahead == '`') ADVANCE(722); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(412); + if (lookahead == '`') ADVANCE(719); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(182) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 183: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(507); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(506); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(497); - if (lookahead == '+') ADVANCE(633); - if (lookahead == ',') ADVANCE(448); - if (lookahead == '-') ADVANCE(631); - if (lookahead == '/') ADVANCE(503); - if (lookahead == '0') ADVANCE(790); - if (lookahead == ':') ADVANCE(630); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(454); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(332); - if (lookahead == ']') ADVANCE(556); - if (lookahead == '^') ADVANCE(621); - if (lookahead == '_') ADVANCE(792); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == 'i') ADVANCE(801); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '}') ADVANCE(682); - if (lookahead == '~') ADVANCE(635); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(496); + if (lookahead == '+') ADVANCE(631); + if (lookahead == ',') ADVANCE(447); + if (lookahead == '-') ADVANCE(629); + if (lookahead == '/') ADVANCE(502); + if (lookahead == '0') ADVANCE(792); + if (lookahead == ':') ADVANCE(628); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(453); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == ']') ADVANCE(554); + if (lookahead == '^') ADVANCE(619); + if (lookahead == '_') ADVANCE(794); + if (lookahead == '`') ADVANCE(719); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == 'i') ADVANCE(803); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '|') ADVANCE(537); + if (lookahead == '}') ADVANCE(679); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(183) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 184: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(291); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(292); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(184) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(739); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 185: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(337); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(537); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(185) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 186: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(618); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(616); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(520); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(525); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(519); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(524); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(340); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(186) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 187: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(618); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(616); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(520); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(525); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(519); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(524); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(397); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(395); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(187) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 188: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(618); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(616); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ':') ADVANCE(630); - if (lookahead == '<') ADVANCE(520); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(525); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ':') ADVANCE(628); + if (lookahead == '<') ADVANCE(519); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(524); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(341); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(188) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 189: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(618); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(616); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(520); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(525); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(519); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(524); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(396); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(394); + if (lookahead == ']') ADVANCE(649); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 190: - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(618); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(616); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(520); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(525); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(519); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(524); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(414); - if (lookahead == ']') ADVANCE(652); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(413); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(190) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 191: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(191) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 192: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(299); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(300); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(192) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 193: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(302); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(193) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 194: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(304); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(194) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 195: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(315); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(195) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != '&' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 196: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); if (lookahead == ';') ADVANCE(263); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(333); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(334); if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '|') ADVANCE(536); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(196) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 197: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(273); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(334); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(335); if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(197) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 198: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(336); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '}') ADVANCE(651); - if (lookahead == '~') ADVANCE(635); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '}') ADVANCE(648); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(198) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 199: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(344); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(345); if (lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(199) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 200: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); if (lookahead == ';') ADVANCE(263); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(338); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(339); if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '{') ADVANCE(546); + lookahead == '}') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == '{') ADVANCE(544); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(200) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 201: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(339); - if (lookahead == ']') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '}') ADVANCE(547); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == ']') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '}') ADVANCE(545); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(201) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 202: - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '0') ADVANCE(664); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(358); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(359); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(202) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 203: - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '!') ADVANCE(799); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(343); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(344); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(203) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 204: - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '!') ADVANCE(799); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(399); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(397); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(204) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 205: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(301); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(205) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 206: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(328); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(206) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 207: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(273); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(331); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(207) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 208: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(305); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(208) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 209: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(303); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(209) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 210: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(329); - if (lookahead == ']') ADVANCE(284); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == ']') ADVANCE(283); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(210) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 211: - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(306); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(211) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 212: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(649); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '[') ADVANCE(553); - if (lookahead == '\\') SKIP(365) - if (lookahead == ']') ADVANCE(284); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(289); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '(') ADVANCE(267); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '[') ADVANCE(551); + if (lookahead == '\\') SKIP(362) + if (lookahead == ']') ADVANCE(283); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(212) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 213: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '(') ADVANCE(267); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(289); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '.') ADVANCE(276); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); + if (lookahead == ';') ADVANCE(263); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(361) - if (lookahead == ']') ADVANCE(652); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(360) + if (lookahead == ']') ADVANCE(649); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(284); + if (lookahead == 'e') ADVANCE(288); + if (lookahead == 'i') ADVANCE(287); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(213) - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'z')) ADVANCE(745); + lookahead == ' ') SKIP(214) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(637); END_STATE(); case 214: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '.') ADVANCE(277); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ':') ADVANCE(627); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(289); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); if (lookahead == ';') ADVANCE(263); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') SKIP(360) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'e') ADVANCE(289); - if (lookahead == 'i') ADVANCE(288); - if (lookahead == '|') ADVANCE(541); + if (lookahead == ']') ADVANCE(649); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(284); + if (lookahead == 'e') ADVANCE(288); + if (lookahead == 'i') ADVANCE(287); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(215) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + lookahead == ' ') SKIP(214) END_STATE(); case 215: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ':') ADVANCE(627); - if (lookahead == ';') ADVANCE(263); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(289); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(360) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'e') ADVANCE(289); - if (lookahead == 'i') ADVANCE(288); - if (lookahead == '|') ADVANCE(541); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(364) + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(215) END_STATE(); case 216: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(362) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(647); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '[') ADVANCE(551); + if (lookahead == '\\') SKIP(367) + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(539); + if (lookahead == '}') ADVANCE(640); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(216) + lookahead == ' ') SKIP(217) END_STATE(); case 217: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '[') ADVANCE(553); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(647); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '[') ADVANCE(551); if (lookahead == '\\') SKIP(367) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(217) END_STATE(); case 218: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); if (lookahead == '[' || + lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') SKIP(363) - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218) END_STATE(); case 219: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(261); - if (lookahead == '(') ADVANCE(527); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(500); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '<') ADVANCE(521); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); if (lookahead == '=') ADVANCE(452); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') SKIP(373) - if (lookahead == '^') ADVANCE(282); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(279); - if (lookahead == '}') ADVANCE(642); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(410) + if (lookahead == '^') ADVANCE(621); + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(220) + lookahead == ' ') SKIP(219) END_STATE(); case 220: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '%') ADVANCE(509); if (lookahead == '&') ADVANCE(261); - if (lookahead == '(') ADVANCE(527); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(500); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(452); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '[') ADVANCE(554); + if (lookahead == '(') ADVANCE(526); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '*') ADVANCE(499); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(451); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '[') ADVANCE(552); if (lookahead == '\\') SKIP(373) - if (lookahead == '^') ADVANCE(282); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(279); + if (lookahead == '^') ADVANCE(281); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '|') ADVANCE(278); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(220) END_STATE(); case 221: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); + if (lookahead == '!') ADVANCE(279); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '%') ADVANCE(509); if (lookahead == '&') ADVANCE(261); - if (lookahead == ')') ADVANCE(273); - if (lookahead == '*') ADVANCE(500); - if (lookahead == '+') ADVANCE(491); - if (lookahead == ',') ADVANCE(447); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(452); - if (lookahead == '>') ADVANCE(526); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(499); + if (lookahead == '+') ADVANCE(490); + if (lookahead == ',') ADVANCE(446); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(451); + if (lookahead == '>') ADVANCE(525); if (lookahead == '\\') SKIP(374) - if (lookahead == '^') ADVANCE(282); - if (lookahead == '|') ADVANCE(279); + if (lookahead == '^') ADVANCE(281); + if (lookahead == '|') ADVANCE(278); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(221) END_STATE(); case 222: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); if (lookahead == '&') ADVANCE(262); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(314); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(222) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 223: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); if (lookahead == '&') ADVANCE(262); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(316); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(223) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 224: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(319); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(537); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(536); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(224) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 225: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '/') ADVANCE(502); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '/') ADVANCE(501); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(320); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(225) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 226: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(322); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); + lookahead == ' ') ADVANCE(655); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); case 227: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(321); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(227) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 228: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(323); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); + lookahead == ' ') ADVANCE(656); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); if (lookahead != 0 && lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); case 229: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(324); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(229) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 230: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(648); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(646); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') SKIP(380) - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(230) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 231: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(648); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(646); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') SKIP(385) - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(231) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 232: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(649); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(647); if (lookahead == '&') ADVANCE(262); - if (lookahead == '(') ADVANCE(527); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '0') ADVANCE(673); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + if (lookahead == '(') ADVANCE(526); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '0') ADVANCE(670); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') SKIP(378) - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); - if (lookahead == '~') ADVANCE(635); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(232) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(672); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 233: - if (lookahead == '!') ADVANCE(683); - if (lookahead == '#') ADVANCE(689); - if (lookahead == '$') ADVANCE(648); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '=') ADVANCE(690); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(680); + if (lookahead == '#') ADVANCE(686); + if (lookahead == '$') ADVANCE(646); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '=') ADVANCE(687); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') SKIP(380) - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(230) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 234: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(357); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(358); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(536); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(234) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 235: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(351); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(352); if (lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(235) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 236: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(416); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(415); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(536); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(236) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 237: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(407); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(405); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(237) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 238: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(411); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(409); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(238) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 239: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(353); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(354); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(239) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 240: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') ADVANCE(366); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(240) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 241: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(412); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(411); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(241) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 242: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(359); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(361); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(242) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 243: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(352); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(353); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(243) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 244: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(406); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(404); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(244) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(806); END_STATE(); case 245: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') ADVANCE(368); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(804); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(245) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 246: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || - lookahead == '{') ADVANCE(651); + lookahead == '{') ADVANCE(648); if (lookahead == '\\') ADVANCE(375); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(246) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 247: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(649); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(647); if (lookahead == '&') ADVANCE(262); - if (lookahead == '(') ADVANCE(527); - if (lookahead == ')') ADVANCE(273); - if (lookahead == '+') ADVANCE(275); - if (lookahead == '-') ADVANCE(276); - if (lookahead == '0') ADVANCE(672); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '=') ADVANCE(450); - if (lookahead == '>') ADVANCE(524); + if (lookahead == '(') ADVANCE(526); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '+') ADVANCE(274); + if (lookahead == '-') ADVANCE(275); + if (lookahead == '0') ADVANCE(669); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '=') ADVANCE(449); + if (lookahead == '>') ADVANCE(523); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') SKIP(381) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(247) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(531); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(530); END_STATE(); case 248: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(646); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(527); - if (lookahead == '\\') ADVANCE(384); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '\\') SKIP(390) if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(705); - if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '{' && - lookahead != '|') ADVANCE(804); END_STATE(); case 249: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '\\') SKIP(393) + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '/') ADVANCE(501); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(648); + if (lookahead == '\\') SKIP(391) + if (lookahead == '`') ADVANCE(284); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') SKIP(249) END_STATE(); case 250: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(731); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '(') ADVANCE(527); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') ADVANCE(372); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(250) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 251: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(731); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') ADVANCE(376); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(251) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(806); END_STATE(); case 252: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(650); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(726); + if (lookahead == '$') ADVANCE(647); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '\\') ADVANCE(389); + if (lookahead == '\\') ADVANCE(728); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(252) + if (lookahead == '&' || + lookahead == ';' || + lookahead == '<' || + lookahead == '>' || + ('[' <= lookahead && lookahead <= ']') || + lookahead == '|') ADVANCE(726); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + lookahead != '(' && + lookahead != ')' && + (lookahead < '{' || '}' < lookahead)) ADVANCE(807); END_STATE(); case 253: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(655); - if (lookahead == '$') ADVANCE(647); - if (lookahead == '(') ADVANCE(661); - if (lookahead == '\\') ADVANCE(387); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(726); + if (lookahead == '$') ADVANCE(644); + if (lookahead == '\'') ADVANCE(264); + if (lookahead == '(') ADVANCE(526); + if (lookahead == '\\') ADVANCE(727); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(701); + if (lookahead == '&' || + lookahead == ';' || + lookahead == '<' || + lookahead == '>' || + ('[' <= lookahead && lookahead <= ']') || + lookahead == '|') ADVANCE(726); + if (lookahead != 0 && + lookahead != ')' && + lookahead != '{') ADVANCE(807); END_STATE(); case 254: - if (lookahead == '#') ADVANCE(680); - if (lookahead == '%') ADVANCE(508); - if (lookahead == '*') ADVANCE(687); - if (lookahead == '+') ADVANCE(697); - if (lookahead == ',') ADVANCE(449); - if (lookahead == '-') ADVANCE(694); - if (lookahead == '/') ADVANCE(504); - if (lookahead == ':') ADVANCE(629); - if (lookahead == '=') ADVANCE(690); - if (lookahead == '?') ADVANCE(700); - if (lookahead == '@') ADVANCE(685); - if (lookahead == '[') ADVANCE(553); - if (lookahead == '\\') SKIP(371) - if (lookahead == '^') ADVANCE(624); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(652); + if (lookahead == '$') ADVANCE(645); + if (lookahead == '(') ADVANCE(658); + if (lookahead == '\\') ADVANCE(386); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(255) + lookahead == ' ') ADVANCE(657); + if (lookahead != 0) ADVANCE(659); END_STATE(); case 255: - if (lookahead == '#') ADVANCE(680); - if (lookahead == '%') ADVANCE(508); - if (lookahead == ',') ADVANCE(449); - if (lookahead == '/') ADVANCE(504); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '%') ADVANCE(507); + if (lookahead == '*') ADVANCE(684); + if (lookahead == '+') ADVANCE(694); + if (lookahead == ',') ADVANCE(448); + if (lookahead == '-') ADVANCE(691); + if (lookahead == '/') ADVANCE(503); if (lookahead == ':') ADVANCE(627); - if (lookahead == '[') ADVANCE(553); + if (lookahead == '=') ADVANCE(687); + if (lookahead == '?') ADVANCE(697); + if (lookahead == '@') ADVANCE(682); + if (lookahead == '[') ADVANCE(551); if (lookahead == '\\') SKIP(371) - if (lookahead == '^') ADVANCE(624); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '^') ADVANCE(622); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(255) + lookahead == ' ') SKIP(256) END_STATE(); case 256: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(283); - if (lookahead == ';') ADVANCE(444); - if (lookahead == '<') ADVANCE(515); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '\\') ADVANCE(388); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '%') ADVANCE(507); + if (lookahead == ',') ADVANCE(448); + if (lookahead == '/') ADVANCE(503); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '[') ADVANCE(551); + if (lookahead == '\\') SKIP(371) + if (lookahead == '^') ADVANCE(622); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(256) - if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - lookahead != '|') ADVANCE(804); END_STATE(); case 257: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(382); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(282); + if (lookahead == ';') ADVANCE(443); + if (lookahead == '<') ADVANCE(514); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '\\') ADVANCE(388); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(257) if (lookahead != 0 && (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && - lookahead != ';') ADVANCE(804); + (lookahead < '[' || ']' < lookahead) && + lookahead != '`' && + lookahead != '|') ADVANCE(806); END_STATE(); case 258: - if (lookahead == '#') ADVANCE(728); + if (lookahead == '#') ADVANCE(725); if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') SKIP(383) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(258) END_STATE(); case 259: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '+') ADVANCE(281); - if (lookahead == '=') ADVANCE(450); - if (lookahead == '[') ADVANCE(553); - if (lookahead == '\\') SKIP(394) + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(262); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(382); + if (lookahead == '`') ADVANCE(284); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(259) + if (lookahead != 0 && + (lookahead < '"' || '$' < lookahead) && + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';') ADVANCE(806); END_STATE(); case 260: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '/') ADVANCE(502); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{') ADVANCE(651); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '+') ADVANCE(280); + if (lookahead == '=') ADVANCE(449); + if (lookahead == '[') ADVANCE(551); if (lookahead == '\\') SKIP(392) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '}') ADVANCE(682); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(260) END_STATE(); case 261: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); + if (lookahead == '&') ADVANCE(482); + if (lookahead == '=') ADVANCE(472); END_STATE(); case 262: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '>') ADVANCE(561); + if (lookahead == '&') ADVANCE(482); + if (lookahead == '>') ADVANCE(559); END_STATE(); case 263: - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); + if (lookahead == '&') ADVANCE(542); + if (lookahead == ';') ADVANCE(541); END_STATE(); case 264: - if (lookahead == '\'') ADVANCE(664); + if (lookahead == '\'') ADVANCE(661); if (lookahead != 0) ADVANCE(264); END_STATE(); case 265: - if (lookahead == '\'') ADVANCE(665); + if (lookahead == '\'') ADVANCE(662); if (lookahead == '\\') ADVANCE(266); if (lookahead != 0) ADVANCE(265); END_STATE(); case 266: - if (lookahead == '\'') ADVANCE(666); + if (lookahead == '\'') ADVANCE(663); if (lookahead == '\\') ADVANCE(266); if (lookahead != 0) ADVANCE(265); END_STATE(); case 267: - if (lookahead == '(') ADVANCE(442); + if (lookahead == '(') ADVANCE(441); END_STATE(); case 268: - if (lookahead == '(') ADVANCE(724); + if (lookahead == '(') ADVANCE(721); END_STATE(); case 269: - if (lookahead == '(') ADVANCE(725); + if (lookahead == '(') ADVANCE(722); END_STATE(); case 270: - if (lookahead == '(') ADVANCE(638); + if (lookahead == '(') ADVANCE(636); END_STATE(); case 271: if (lookahead == '(') ADVANCE(270); + if (lookahead == '{') ADVANCE(678); END_STATE(); case 272: - if (lookahead == '(') ADVANCE(270); - if (lookahead == '{') ADVANCE(681); + if (lookahead == ')') ADVANCE(442); END_STATE(); case 273: - if (lookahead == ')') ADVANCE(443); + if (lookahead == '+') ADVANCE(454); END_STATE(); case 274: - if (lookahead == '+') ADVANCE(455); + if (lookahead == '+') ADVANCE(454); + if (lookahead == '=') ADVANCE(458); END_STATE(); case 275: - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + if (lookahead == '-') ADVANCE(456); + if (lookahead == '0') ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); END_STATE(); case 276: - if (lookahead == '-') ADVANCE(457); - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '.') ADVANCE(638); END_STATE(); case 277: - if (lookahead == '.') ADVANCE(640); + if (lookahead == '0') ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); END_STATE(); case 278: - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '=') ADVANCE(475); + if (lookahead == '|') ADVANCE(483); END_STATE(); case 279: - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '=') ADVANCE(478); END_STATE(); case 280: - if (lookahead == '=') ADVANCE(479); + if (lookahead == '=') ADVANCE(458); END_STATE(); case 281: - if (lookahead == '=') ADVANCE(459); + if (lookahead == '=') ADVANCE(473); END_STATE(); case 282: - if (lookahead == '=') ADVANCE(474); + if (lookahead == '>') ADVANCE(559); END_STATE(); case 283: - if (lookahead == '>') ADVANCE(561); + if (lookahead == ']') ADVANCE(556); END_STATE(); case 284: - if (lookahead == ']') ADVANCE(558); + if (lookahead == '`') ADVANCE(641); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(284); END_STATE(); case 285: - if (lookahead == '`') ADVANCE(643); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + if (lookahead == 'a') ADVANCE(286); END_STATE(); case 286: - if (lookahead == 'a') ADVANCE(287); + if (lookahead == 'c') ADVANCE(531); END_STATE(); case 287: - if (lookahead == 'c') ADVANCE(532); + if (lookahead == 'n') ADVANCE(438); END_STATE(); case 288: - if (lookahead == 'n') ADVANCE(439); + if (lookahead == 's') ADVANCE(285); END_STATE(); case 289: - if (lookahead == 's') ADVANCE(286); + if (lookahead == '{') ADVANCE(678); END_STATE(); case 290: + if (lookahead == '|') ADVANCE(483); + END_STATE(); + case 291: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(12) - if (lookahead == '\n') ADVANCE(746); + if (lookahead == '\n') ADVANCE(748); if (lookahead == '\r') ADVANCE(13); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 291: + case 292: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(184) - if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\n') ADVANCE(769); if (lookahead == '\r') ADVANCE(18); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 292: + case 293: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(143) - if (lookahead == '\n') ADVANCE(750); - if (lookahead == '\r') ADVANCE(26); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(752); + if (lookahead == '\r') ADVANCE(25); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 293: + case 294: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(146) - if (lookahead == '\n') ADVANCE(752); - if (lookahead == '\r') ADVANCE(27); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(754); + if (lookahead == '\r') ADVANCE(28); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 294: + case 295: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(149) - if (lookahead == '\n') ADVANCE(754); + if (lookahead == '\n') ADVANCE(756); if (lookahead == '\r') ADVANCE(29); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 295: + case 296: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(152) - if (lookahead == '\n') ADVANCE(756); + if (lookahead == '\n') ADVANCE(758); if (lookahead == '\r') ADVANCE(30); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 296: + case 297: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(158) - if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\n') ADVANCE(762); if (lookahead == '\r') ADVANCE(31); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 297: + case 298: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(161) - if (lookahead == '\n') ADVANCE(762); + lookahead == ' ') SKIP(163) + if (lookahead == '\n') ADVANCE(765); if (lookahead == '\r') ADVANCE(32); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 298: + case 299: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(165) - if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\n') ADVANCE(766); if (lookahead == '\r') ADVANCE(37); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 299: + case 300: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(192) - if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\n') ADVANCE(771); if (lookahead == '\r') ADVANCE(39); - if (lookahead != 0) ADVANCE(804); - END_STATE(); - case 300: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(167) - if (lookahead == '\n') ADVANCE(765); - if (lookahead == '\r') ADVANCE(40); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 301: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(205) - if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\n') ADVANCE(775); if (lookahead == '\r') ADVANCE(41); END_STATE(); case 302: + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(167) + if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\r') ADVANCE(42); + if (lookahead != 0) ADVANCE(806); + END_STATE(); + case 303: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(193) - if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\n') ADVANCE(772); if (lookahead == '\r') ADVANCE(43); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 303: + case 304: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(209) - if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\n') ADVANCE(779); if (lookahead == '\r') ADVANCE(44); END_STATE(); - case 304: + case 305: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(194) - if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\n') ADVANCE(773); if (lookahead == '\r') ADVANCE(45); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 305: + case 306: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(208) - if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\n') ADVANCE(778); if (lookahead == '\r') ADVANCE(46); END_STATE(); - case 306: + case 307: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(211) - if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\n') ADVANCE(781); if (lookahead == '\r') ADVANCE(47); END_STATE(); - case 307: + case 308: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(191) - if (lookahead == '\n') ADVANCE(768); - if (lookahead == '\r') ADVANCE(58); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\r') ADVANCE(57); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 308: + case 309: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(134) - if (lookahead == '\n') ADVANCE(747); + if (lookahead == '\n') ADVANCE(749); if (lookahead == '\r') ADVANCE(59); END_STATE(); - case 309: + case 310: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(142) - if (lookahead == '\n') ADVANCE(749); - if (lookahead == '\r') ADVANCE(60); + if (lookahead == '\n') ADVANCE(751); + if (lookahead == '\r') ADVANCE(61); END_STATE(); - case 310: + case 311: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(145) - if (lookahead == '\n') ADVANCE(751); - if (lookahead == '\r') ADVANCE(63); + if (lookahead == '\n') ADVANCE(753); + if (lookahead == '\r') ADVANCE(62); END_STATE(); - case 311: + case 312: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(151) - if (lookahead == '\n') ADVANCE(755); - if (lookahead == '\r') ADVANCE(64); + if (lookahead == '\n') ADVANCE(757); + if (lookahead == '\r') ADVANCE(63); END_STATE(); - case 312: + case 313: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(169) - if (lookahead == '\n') ADVANCE(766); - if (lookahead == '\r') ADVANCE(75); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\r') ADVANCE(74); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 313: + case 314: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(154) - if (lookahead == '\n') ADVANCE(757); + if (lookahead == '\n') ADVANCE(759); if (lookahead == '\r') ADVANCE(78); END_STATE(); - case 314: + case 315: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(222) - if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\n') ADVANCE(782); if (lookahead == '\r') ADVANCE(79); END_STATE(); - case 315: + case 316: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(195) - if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\n') ADVANCE(774); if (lookahead == '\r') ADVANCE(80); - if (lookahead != 0) ADVANCE(804); - END_STATE(); - case 316: - if (lookahead == '\t' || - lookahead == 11 || - lookahead == '\f' || - lookahead == ' ') SKIP(223) - if (lookahead == '\n') ADVANCE(781); - if (lookahead == '\r') ADVANCE(82); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 317: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(157) - if (lookahead == '\n') ADVANCE(759); - if (lookahead == '\r') ADVANCE(89); + lookahead == ' ') SKIP(223) + if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\r') ADVANCE(81); END_STATE(); case 318: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(160) - if (lookahead == '\n') ADVANCE(761); - if (lookahead == '\r') ADVANCE(93); + if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\r') ADVANCE(92); END_STATE(); case 319: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(224) - if (lookahead == '\n') ADVANCE(782); - if (lookahead == '\r') ADVANCE(95); + if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\r') ADVANCE(94); END_STATE(); case 320: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(225) - if (lookahead == '\n') ADVANCE(783); - if (lookahead == '\r') ADVANCE(96); + if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\r') ADVANCE(95); END_STATE(); case 321: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(227) - if (lookahead == '\n') ADVANCE(784); - if (lookahead == '\r') ADVANCE(98); + lookahead == ' ') ADVANCE(655); + if (lookahead == '\n') ADVANCE(655); + if (lookahead == '\r') ADVANCE(653); + if (lookahead != 0) ADVANCE(659); END_STATE(); case 322: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') ADVANCE(658); - if (lookahead == '\n') ADVANCE(658); - if (lookahead == '\r') ADVANCE(656); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(227) + if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\r') ADVANCE(98); END_STATE(); case 323: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') ADVANCE(659); - if (lookahead == '\n') ADVANCE(659); - if (lookahead == '\r') ADVANCE(657); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(656); + if (lookahead == '\n') ADVANCE(656); + if (lookahead == '\r') ADVANCE(654); + if (lookahead != 0) ADVANCE(659); END_STATE(); case 324: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(229) - if (lookahead == '\n') ADVANCE(785); - if (lookahead == '\r') ADVANCE(100); + if (lookahead == '\n') ADVANCE(787); + if (lookahead == '\r') ADVANCE(99); END_STATE(); case 325: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(140) - if (lookahead == '\n') ADVANCE(748); - if (lookahead == '\r') ADVANCE(111); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(750); + if (lookahead == '\r') ADVANCE(109); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 326: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(155) - if (lookahead == '\n') ADVANCE(758); - if (lookahead == '\r') ADVANCE(119); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\r') ADVANCE(118); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 327: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(163) - if (lookahead == '\n') ADVANCE(763); - if (lookahead == '\r') ADVANCE(121); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(161) + if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\r') ADVANCE(119); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 328: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(206) - if (lookahead == '\n') ADVANCE(774); - if (lookahead == '\r') ADVANCE(126); + if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\r') ADVANCE(125); END_STATE(); case 329: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(210) - if (lookahead == '\n') ADVANCE(778); - if (lookahead == '\r') ADVANCE(128); + if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\r') ADVANCE(126); END_STATE(); case 330: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(148) - if (lookahead == '\n') ADVANCE(753); - if (lookahead == '\r') ADVANCE(131); + if (lookahead == '\n') ADVANCE(755); + if (lookahead == '\r') ADVANCE(130); END_STATE(); case 331: + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(157) + if (lookahead == '\n') ADVANCE(761); + if (lookahead == '\r') ADVANCE(132); + END_STATE(); + case 332: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || lookahead == ' ') SKIP(207) - if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\n') ADVANCE(777); if (lookahead == '\r') ADVANCE(136); END_STATE(); - case 332: + case 333: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(183) if (lookahead == '\r') SKIP(1) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 333: + case 334: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(196) if (lookahead == '\r') SKIP(2) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 334: + case 335: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(197) if (lookahead == '\r') SKIP(3) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 335: + case 336: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(5) if (lookahead == '\r') SKIP(4) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 336: + case 337: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(198) if (lookahead == '\r') SKIP(6) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 337: + case 338: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(185) if (lookahead == '\r') SKIP(7) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 338: + case 339: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(200) if (lookahead == '\r') SKIP(8) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 339: + case 340: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(201) if (lookahead == '\r') SKIP(9) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 340: + case 341: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(186) if (lookahead == '\r') SKIP(10) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 341: + case 342: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(188) if (lookahead == '\r') SKIP(11) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 342: + case 343: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(110) + lookahead == ' ') SKIP(108) if (lookahead == '\r') SKIP(17) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 343: + case 344: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(203) if (lookahead == '\r') SKIP(19) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 344: + case 345: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(199) if (lookahead == '\r') SKIP(20) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 345: + case 346: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(150) if (lookahead == '\r') SKIP(21) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 346: + case 347: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(153) if (lookahead == '\r') SKIP(22) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 347: + case 348: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(156) if (lookahead == '\r') SKIP(23) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 348: + case 349: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(159) if (lookahead == '\r') SKIP(24) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 349: + case 350: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(162) - if (lookahead == '\r') SKIP(25) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(26) + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 350: + case 351: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(164) - if (lookahead == '\r') SKIP(28) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(27) + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 351: + case 352: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(235) if (lookahead == '\r') SKIP(33) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 352: + case 353: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(243) if (lookahead == '\r') SKIP(34) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 353: + case 354: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(239) if (lookahead == '\r') SKIP(35) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 354: + case 355: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(166) if (lookahead == '\r') SKIP(36) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 355: + case 356: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(168) if (lookahead == '\r') SKIP(38) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 356: + case 357: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(171) - if (lookahead == '\r') SKIP(42) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(40) + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 357: + case 358: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(234) if (lookahead == '\r') SKIP(48) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 358: + case 359: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(202) if (lookahead == '\r') SKIP(49) - if (lookahead != 0) ADVANCE(804); - END_STATE(); - case 359: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(242) - if (lookahead == '\r') SKIP(50) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 360: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(215) - if (lookahead == '\r') SKIP(51) + lookahead == ' ') SKIP(214) + if (lookahead == '\r') SKIP(50) END_STATE(); case 361: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(213) - if (lookahead == '\r') SKIP(52) + lookahead == ' ') SKIP(242) + if (lookahead == '\r') SKIP(51) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 362: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(216) - if (lookahead == '\r') SKIP(53) + lookahead == ' ') SKIP(212) + if (lookahead == '\r') SKIP(52) END_STATE(); case 363: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(218) - if (lookahead == '\r') SKIP(54) + if (lookahead == '\r') SKIP(53) END_STATE(); case 364: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(180) - if (lookahead == '\r') SKIP(55) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(215) + if (lookahead == '\r') SKIP(54) END_STATE(); case 365: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(212) - if (lookahead == '\r') SKIP(56) + lookahead == ' ') SKIP(180) + if (lookahead == '\r') SKIP(55) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 366: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(240) - if (lookahead == '\r') SKIP(57) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(56) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 367: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(217) - if (lookahead == '\r') SKIP(61) + if (lookahead == '\r') SKIP(58) END_STATE(); case 368: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(245) - if (lookahead == '\r') SKIP(62) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(60) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 369: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(181) - if (lookahead == '\r') SKIP(65) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(65) + if (lookahead == '\r') SKIP(64) END_STATE(); case 370: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(67) - if (lookahead == '\r') SKIP(66) + lookahead == ' ') SKIP(181) + if (lookahead == '\r') SKIP(71) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 371: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(255) - if (lookahead == '\r') SKIP(73) + lookahead == ' ') SKIP(256) + if (lookahead == '\r') SKIP(72) END_STATE(); case 372: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(250) - if (lookahead == '\r') SKIP(74) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(73) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 373: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(220) - if (lookahead == '\r') SKIP(76) + if (lookahead == '\r') SKIP(75) END_STATE(); case 374: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(221) - if (lookahead == '\r') SKIP(77) + if (lookahead == '\r') SKIP(76) END_STATE(); case 375: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(246) - if (lookahead == '\r') SKIP(81) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(77) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 376: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(251) - if (lookahead == '\r') SKIP(83) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(82) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 377: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(68) - if (lookahead == '\r') SKIP(84) + lookahead == ' ') SKIP(66) + if (lookahead == '\r') SKIP(83) END_STATE(); case 378: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(232) - if (lookahead == '\r') SKIP(85) + if (lookahead == '\r') SKIP(84) END_STATE(); case 379: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(71) - if (lookahead == '\r') SKIP(86) + lookahead == ' ') SKIP(68) + if (lookahead == '\r') SKIP(85) END_STATE(); case 380: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(230) - if (lookahead == '\r') SKIP(87) + if (lookahead == '\r') SKIP(86) END_STATE(); case 381: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(247) - if (lookahead == '\r') SKIP(88) + if (lookahead == '\r') SKIP(87) END_STATE(); case 382: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(257) - if (lookahead == '\r') SKIP(90) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(259) + if (lookahead == '\r') SKIP(88) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 383: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(258) - if (lookahead == '\r') SKIP(91) + if (lookahead == '\r') SKIP(90) END_STATE(); case 384: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(248) - if (lookahead == '\r') SKIP(92) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(69) + if (lookahead == '\r') SKIP(91) END_STATE(); case 385: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(231) - if (lookahead == '\r') SKIP(94) + if (lookahead == '\r') SKIP(93) END_STATE(); case 386: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(70) - if (lookahead == '\r') SKIP(97) + lookahead == ' ') ADVANCE(657); + if (lookahead == '\r') ADVANCE(651); + if (lookahead != 0) ADVANCE(659); END_STATE(); case 387: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') ADVANCE(660); - if (lookahead == '\r') ADVANCE(654); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(67) + if (lookahead == '\r') SKIP(97) END_STATE(); case 388: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(256) - if (lookahead == '\r') SKIP(99) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(257) + if (lookahead == '\r') SKIP(100) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 389: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(252) + lookahead == ' ') SKIP(70) if (lookahead == '\r') SKIP(101) - if (lookahead != 0) ADVANCE(804); END_STATE(); case 390: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(69) + lookahead == ' ') SKIP(248) if (lookahead == '\r') SKIP(102) END_STATE(); case 391: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(72) + lookahead == ' ') SKIP(249) if (lookahead == '\r') SKIP(103) END_STATE(); case 392: @@ -11902,843 +12124,831 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 393: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(249) + lookahead == ' ') SKIP(139) if (lookahead == '\r') SKIP(105) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 394: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(259) + lookahead == ' ') SKIP(189) if (lookahead == '\r') SKIP(106) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 395: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(139) + lookahead == ' ') SKIP(187) if (lookahead == '\r') SKIP(107) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 396: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(189) - if (lookahead == '\r') SKIP(108) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(141) + if (lookahead == '\r') SKIP(110) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 397: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(187) - if (lookahead == '\r') SKIP(109) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(204) + if (lookahead == '\r') SKIP(111) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 398: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(141) + lookahead == ' ') SKIP(173) if (lookahead == '\r') SKIP(112) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 399: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(204) + lookahead == ' ') SKIP(170) if (lookahead == '\r') SKIP(113) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 400: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(173) + lookahead == ' ') SKIP(175) if (lookahead == '\r') SKIP(114) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 401: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(170) + lookahead == ' ') SKIP(172) if (lookahead == '\r') SKIP(115) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 402: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(175) + lookahead == ' ') SKIP(177) if (lookahead == '\r') SKIP(116) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 403: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(172) + lookahead == ' ') SKIP(174) if (lookahead == '\r') SKIP(117) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 404: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(177) - if (lookahead == '\r') SKIP(118) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(244) + if (lookahead == '\r') SKIP(120) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 405: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(174) - if (lookahead == '\r') SKIP(120) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(237) + if (lookahead == '\r') SKIP(121) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 406: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(244) + lookahead == ' ') SKIP(176) if (lookahead == '\r') SKIP(122) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 407: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(237) + lookahead == ' ') SKIP(178) if (lookahead == '\r') SKIP(123) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 408: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(176) + lookahead == ' ') SKIP(179) if (lookahead == '\r') SKIP(124) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 409: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(178) - if (lookahead == '\r') SKIP(125) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(238) + if (lookahead == '\r') SKIP(127) + if (lookahead != 0) ADVANCE(806); END_STATE(); case 410: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(179) - if (lookahead == '\r') SKIP(127) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(219) + if (lookahead == '\r') SKIP(128) END_STATE(); case 411: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(238) + lookahead == ' ') SKIP(241) if (lookahead == '\r') SKIP(129) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 412: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(241) - if (lookahead == '\r') SKIP(130) - if (lookahead != 0) ADVANCE(804); - END_STATE(); - case 413: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(182) - if (lookahead == '\r') SKIP(132) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(131) + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 414: + case 413: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(190) if (lookahead == '\r') SKIP(133) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 415: + case 414: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(144) if (lookahead == '\r') SKIP(135) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 416: + case 415: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(236) if (lookahead == '\r') SKIP(137) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); - case 417: + case 416: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(147) if (lookahead == '\r') SKIP(138) - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); + END_STATE(); + case 417: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); END_STATE(); case 418: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(806); END_STATE(); case 419: if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(804); + lookahead != '\r') ADVANCE(659); + if (lookahead == '\r') ADVANCE(660); END_STATE(); case 420: - if (lookahead != 0 && - lookahead != '\r') ADVANCE(662); - if (lookahead == '\r') ADVANCE(663); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(618); + if (lookahead == ')') ADVANCE(528); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') SKIP(435) + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(420) END_STATE(); case 421: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(272); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '0') ADVANCE(673); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(567); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '&') ADVANCE(618); + if (lookahead == ')') ADVANCE(528); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(648); if (lookahead == '\\') SKIP(436) - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(421) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(745); END_STATE(); case 422: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(569); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(620); - if (lookahead == ')') ADVANCE(529); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(437) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(422) + if (eof) ADVANCE(437); + if (lookahead == '\n') SKIP(420) END_STATE(); case 423: - if (eof) ADVANCE(438); + if (eof) ADVANCE(437); if (lookahead == '\n') SKIP(421) END_STATE(); case 424: - if (eof) ADVANCE(438); - if (lookahead == '\n') SKIP(422) + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(579); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(424) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 425: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(581); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '\'') ADVANCE(264); + if (lookahead == '(') ADVANCE(267); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(330); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(425) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (lookahead != 0 && + lookahead != ')') ADVANCE(806); END_STATE(); case 426: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(588); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(326); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(426) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(806); END_STATE(); case 427: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(595); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(593); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(427) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 428: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(596); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(595); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(327); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(351); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(428) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 429: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(597); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(602); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(357); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(429) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 430: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(604); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(605); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(403); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(430) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 431: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(607); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '\n') ADVANCE(608); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '(') ADVANCE(267); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(665); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(405); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(402); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(431) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(667); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 432: - if (eof) ADVANCE(438); + if (eof) ADVANCE(437); if (lookahead == '\n') ADVANCE(610); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(668); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(648); + if (lookahead == '\\') ADVANCE(408); + if (lookahead == '`') ADVANCE(719); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(432) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 433: - if (eof) ADVANCE(438); - if (lookahead == '\n') ADVANCE(612); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (eof) ADVANCE(437); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(506); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); + if (lookahead == '(') ADVANCE(527); if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(496); + if (lookahead == '+') ADVANCE(631); + if (lookahead == ',') ADVANCE(447); + if (lookahead == '-') ADVANCE(629); + if (lookahead == '/') ADVANCE(502); + if (lookahead == '0') ADVANCE(792); + if (lookahead == ':') ADVANCE(628); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(453); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == ']') ADVANCE(554); + if (lookahead == '^') ADVANCE(619); + if (lookahead == '_') ADVANCE(794); + if (lookahead == '`') ADVANCE(719); + if (lookahead == 'e') ADVANCE(804); + if (lookahead == 'i') ADVANCE(803); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '|') ADVANCE(537); + if (lookahead == '}') ADVANCE(679); + if (lookahead == '~') ADVANCE(633); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(433) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 434: - if (eof) ADVANCE(438); + if (eof) ADVANCE(437); if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(507); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(725); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(497); - if (lookahead == '+') ADVANCE(633); - if (lookahead == ',') ADVANCE(448); - if (lookahead == '-') ADVANCE(631); - if (lookahead == '/') ADVANCE(503); - if (lookahead == '0') ADVANCE(790); - if (lookahead == ':') ADVANCE(630); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(454); + if (lookahead == '(') ADVANCE(527); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '-') ADVANCE(798); + if (lookahead == '0') ADVANCE(664); + if (lookahead == ';') ADVANCE(263); + if (lookahead == '<') ADVANCE(515); if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(332); - if (lookahead == ']') ADVANCE(556); - if (lookahead == '^') ADVANCE(621); - if (lookahead == '_') ADVANCE(792); - if (lookahead == '`') ADVANCE(722); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == 'i') ADVANCE(801); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '}') ADVANCE(682); - if (lookahead == '~') ADVANCE(635); + if (lookahead == '[') ADVANCE(552); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == ']' || + lookahead == '}') ADVANCE(648); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '{') ADVANCE(544); + if (lookahead == '|') ADVANCE(536); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (lookahead != 0) ADVANCE(806); END_STATE(); case 435: - if (eof) ADVANCE(438); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(263); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[') ADVANCE(554); - if (lookahead == '\\') ADVANCE(333); - if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(537); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(435) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (eof) ADVANCE(437); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(420) + if (lookahead == '\r') SKIP(422) END_STATE(); case 436: - if (eof) ADVANCE(438); + if (eof) ADVANCE(437); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(421) if (lookahead == '\r') SKIP(423) END_STATE(); case 437: - if (eof) ADVANCE(438); - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(422) - if (lookahead == '\r') SKIP(424) + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 438: - ACCEPT_TOKEN(ts_builtin_sym_end); + ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 439: ACCEPT_TOKEN(anon_sym_in); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 440: - ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); - END_STATE(); - case 441: ACCEPT_TOKEN(anon_sym_in); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 442: + case 441: ACCEPT_TOKEN(anon_sym_LPAREN_LPAREN); END_STATE(); - case 443: + case 442: ACCEPT_TOKEN(anon_sym_RPAREN_RPAREN); END_STATE(); + case 443: + ACCEPT_TOKEN(anon_sym_SEMI); + END_STATE(); case 444: ACCEPT_TOKEN(anon_sym_SEMI); + if (lookahead == '&') ADVANCE(542); + if (lookahead == ';') ADVANCE(541); END_STATE(); case 445: ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); + if (lookahead == ';') ADVANCE(540); END_STATE(); case 446: - ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == ';') ADVANCE(542); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 447: ACCEPT_TOKEN(anon_sym_COMMA); + if (lookahead == ',') ADVANCE(713); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 448: ACCEPT_TOKEN(anon_sym_COMMA); - if (lookahead == ',') ADVANCE(716); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == ',') ADVANCE(712); END_STATE(); case 449: - ACCEPT_TOKEN(anon_sym_COMMA); - if (lookahead == ',') ADVANCE(715); + ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 450: ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(477); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == '~') ADVANCE(558); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 451: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(478); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == '~') ADVANCE(560); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(476); END_STATE(); case 452: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(477); + if (lookahead == '=') ADVANCE(476); + if (lookahead == '~') ADVANCE(557); END_STATE(); case 453: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(477); - if (lookahead == '~') ADVANCE(559); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 454: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 455: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 456: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); case 457: ACCEPT_TOKEN(anon_sym_DASH_DASH); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 458: - ACCEPT_TOKEN(anon_sym_DASH_DASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 459: ACCEPT_TOKEN(anon_sym_PLUS_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 460: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 461: ACCEPT_TOKEN(anon_sym_DASH_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 462: - ACCEPT_TOKEN(anon_sym_DASH_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 463: ACCEPT_TOKEN(anon_sym_STAR_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 464: - ACCEPT_TOKEN(anon_sym_STAR_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 465: ACCEPT_TOKEN(anon_sym_SLASH_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 466: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 467: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 468: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 469: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 470: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 471: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 472: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 473: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 474: ACCEPT_TOKEN(anon_sym_CARET_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 475: - ACCEPT_TOKEN(anon_sym_CARET_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 476: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 477: ACCEPT_TOKEN(anon_sym_EQ_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 478: - ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 479: ACCEPT_TOKEN(anon_sym_BANG_EQ); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 480: - ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 481: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 482: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 483: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 484: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '-') ADVANCE(564); + if (lookahead == '<') ADVANCE(614); END_STATE(); case 485: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '<') ADVANCE(616); + if (lookahead == '-') ADVANCE(564); + if (lookahead == '<') ADVANCE(614); + if (lookahead == '=') ADVANCE(470); END_STATE(); case 486: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '<') ADVANCE(616); - if (lookahead == '=') ADVANCE(471); + if (lookahead == '=') ADVANCE(470); END_STATE(); case 487: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(471); + ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 488: ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(471); END_STATE(); case 489: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(472); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(455); + if (lookahead == '=') ADVANCE(459); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 490: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(456); - if (lookahead == '=') ADVANCE(460); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '+') ADVANCE(454); + if (lookahead == '=') ADVANCE(458); END_STATE(); case 491: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 492: ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(457); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '=') ADVANCE(461); + if (lookahead == '\\') ADVANCE(418); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 493: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(458); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '=') ADVANCE(462); - if (lookahead == '\\') ADVANCE(419); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '-') ADVANCE(456); + if (lookahead == '=') ADVANCE(460); END_STATE(); case 494: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(457); - if (lookahead == '=') ADVANCE(461); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '\\') ADVANCE(418); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 495: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '\\') ADVANCE(419); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 496: ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(511); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 497: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(512); - if (lookahead == '=') ADVANCE(464); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 498: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(514); - if (lookahead == '=') ADVANCE(464); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '=') ADVANCE(462); END_STATE(); case 499: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(511); - if (lookahead == '=') ADVANCE(463); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '=') ADVANCE(462); END_STATE(); case 500: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(513); - if (lookahead == '=') ADVANCE(463); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 501: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); - END_STATE(); - case 502: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); - case 503: + case 502: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '#') ADVANCE(712); - if (lookahead == '%') ADVANCE(714); - if (lookahead == '/') ADVANCE(710); - if (lookahead == '=') ADVANCE(466); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '#') ADVANCE(709); + if (lookahead == '%') ADVANCE(711); + if (lookahead == '/') ADVANCE(707); + if (lookahead == '=') ADVANCE(465); + if (lookahead == '\\') ADVANCE(418); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && @@ -12746,481 +12956,487 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ';' || '>' < lookahead) && (lookahead < '[' || ']' < lookahead) && lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); + END_STATE(); + case 503: + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '#') ADVANCE(708); + if (lookahead == '%') ADVANCE(710); + if (lookahead == '/') ADVANCE(706); END_STATE(); case 504: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '#') ADVANCE(711); - if (lookahead == '%') ADVANCE(713); - if (lookahead == '/') ADVANCE(709); + if (lookahead == '=') ADVANCE(465); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 505: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '=') ADVANCE(466); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(464); END_STATE(); case 506: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '=') ADVANCE(465); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '%') ADVANCE(704); + if (lookahead == '=') ADVANCE(467); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_3(lookahead)) ADVANCE(806); END_STATE(); case 507: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '%') ADVANCE(707); - if (lookahead == '=') ADVANCE(468); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_3(lookahead)) ADVANCE(804); + if (lookahead == '%') ADVANCE(703); END_STATE(); case 508: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '%') ADVANCE(706); + if (lookahead == '=') ADVANCE(467); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 509: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(468); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(466); END_STATE(); case 510: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(467); + ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 511: ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(469); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 512: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(470); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(468); END_STATE(); case 513: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(469); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 514: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '&') ADVANCE(561); END_STATE(); case 515: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); + if (lookahead == '&') ADVANCE(561); + if (lookahead == '(') ADVANCE(721); END_STATE(); case 516: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); + if (lookahead == '&') ADVANCE(561); + if (lookahead == '(') ADVANCE(721); + if (lookahead == '<') ADVANCE(485); + if (lookahead == '=') ADVANCE(480); END_STATE(); case 517: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(486); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '&') ADVANCE(561); + if (lookahead == '(') ADVANCE(721); + if (lookahead == '<') ADVANCE(484); END_STATE(); case 518: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(485); + if (lookahead == '&') ADVANCE(561); + if (lookahead == '<') ADVANCE(484); END_STATE(); case 519: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '<') ADVANCE(485); + if (lookahead == '(') ADVANCE(721); + if (lookahead == '<') ADVANCE(486); + if (lookahead == '=') ADVANCE(480); END_STATE(); case 520: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(487); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '<') ADVANCE(486); + if (lookahead == '=') ADVANCE(480); END_STATE(); case 521: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(487); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '&') ADVANCE(562); + if (lookahead == '(') ADVANCE(722); if (lookahead == '=') ADVANCE(481); + if (lookahead == '>') ADVANCE(488); + if (lookahead == '|') ADVANCE(563); END_STATE(); case 522: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); - if (lookahead == '|') ADVANCE(565); + if (lookahead == '&') ADVANCE(562); + if (lookahead == '(') ADVANCE(722); + if (lookahead == '>') ADVANCE(487); + if (lookahead == '|') ADVANCE(563); END_STATE(); case 523: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '>') ADVANCE(488); - if (lookahead == '|') ADVANCE(565); + if (lookahead == '&') ADVANCE(562); + if (lookahead == '>') ADVANCE(487); + if (lookahead == '|') ADVANCE(563); END_STATE(); case 524: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); + if (lookahead == '(') ADVANCE(722); + if (lookahead == '=') ADVANCE(481); if (lookahead == '>') ADVANCE(488); - if (lookahead == '|') ADVANCE(565); END_STATE(); case 525: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); + if (lookahead == '=') ADVANCE(481); + if (lookahead == '>') ADVANCE(488); END_STATE(); case 526: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 527: ACCEPT_TOKEN(anon_sym_LPAREN); + if (lookahead == '(') ADVANCE(441); END_STATE(); case 528: - ACCEPT_TOKEN(anon_sym_LPAREN); - if (lookahead == '(') ADVANCE(442); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 529: ACCEPT_TOKEN(anon_sym_RPAREN); + if (lookahead == ')') ADVANCE(442); END_STATE(); case 530: - ACCEPT_TOKEN(anon_sym_RPAREN); - if (lookahead == ')') ADVANCE(443); - END_STATE(); - case 531: ACCEPT_TOKEN(aux_sym__c_word_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(531); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(530); END_STATE(); - case 532: + case 531: ACCEPT_TOKEN(anon_sym_esac); END_STATE(); - case 533: + case 532: ACCEPT_TOKEN(anon_sym_esac); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(418); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 534: + case 533: ACCEPT_TOKEN(anon_sym_esac); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 535: + case 534: ACCEPT_TOKEN(anon_sym_esac); if (lookahead == '\\') ADVANCE(16); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 536: + case 535: ACCEPT_TOKEN(anon_sym_esac); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); + END_STATE(); + case 536: + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 537: ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '&') ADVANCE(546); + if (lookahead == '=') ADVANCE(475); + if (lookahead == '|') ADVANCE(483); END_STATE(); case 538: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); + if (lookahead == '&') ADVANCE(546); + if (lookahead == '|') ADVANCE(483); END_STATE(); case 539: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '=') ADVANCE(475); + if (lookahead == '|') ADVANCE(483); END_STATE(); case 540: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - if (lookahead == '|') ADVANCE(484); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); case 541: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); + if (lookahead == '&') ADVANCE(543); END_STATE(); case 542: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI); + ACCEPT_TOKEN(anon_sym_SEMI_AMP); END_STATE(); case 543: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI); - if (lookahead == '&') ADVANCE(545); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); END_STATE(); case 544: - ACCEPT_TOKEN(anon_sym_SEMI_AMP); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 545: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 546: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_PIPE_AMP); END_STATE(); case 547: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 548: - ACCEPT_TOKEN(anon_sym_PIPE_AMP); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(479); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 549: ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(478); END_STATE(); case 550: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(480); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 551: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(479); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 552: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == '[') ADVANCE(555); END_STATE(); case 553: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 554: - ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') ADVANCE(557); + ACCEPT_TOKEN(anon_sym_RBRACK); + if (lookahead == ']') ADVANCE(556); END_STATE(); case 555: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); case 556: - ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == ']') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 557: - ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); case 558: - ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 559: - ACCEPT_TOKEN(anon_sym_EQ_TILDE); + ACCEPT_TOKEN(anon_sym_AMP_GT); + if (lookahead == '>') ADVANCE(560); END_STATE(); case 560: - ACCEPT_TOKEN(anon_sym_EQ_TILDE); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_AMP_GT_GT); END_STATE(); case 561: - ACCEPT_TOKEN(anon_sym_AMP_GT); - if (lookahead == '>') ADVANCE(562); + ACCEPT_TOKEN(anon_sym_LT_AMP); END_STATE(); case 562: - ACCEPT_TOKEN(anon_sym_AMP_GT_GT); + ACCEPT_TOKEN(anon_sym_GT_AMP); END_STATE(); case 563: - ACCEPT_TOKEN(anon_sym_LT_AMP); + ACCEPT_TOKEN(anon_sym_GT_PIPE); END_STATE(); case 564: - ACCEPT_TOKEN(anon_sym_GT_AMP); + ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); case 565: - ACCEPT_TOKEN(anon_sym_GT_PIPE); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(565); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '~') ADVANCE(633); END_STATE(); case 566: - ACCEPT_TOKEN(anon_sym_LT_LT_DASH); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(566); + if (lookahead == '\\') ADVANCE(291); END_STATE(); case 567: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(567); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '\\') ADVANCE(335); - if (lookahead == '~') ADVANCE(635); END_STATE(); case 568: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(568); - if (lookahead == '\\') ADVANCE(290); + if (lookahead == '\\') ADVANCE(343); END_STATE(); case 569: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(569); + if (lookahead == '\\') ADVANCE(309); END_STATE(); case 570: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(570); - if (lookahead == '\\') ADVANCE(342); + if (lookahead == '+') ADVANCE(632); + if (lookahead == '-') ADVANCE(630); + if (lookahead == '\\') ADVANCE(393); + if (lookahead == '~') ADVANCE(633); END_STATE(); case 571: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(571); - if (lookahead == '\\') ADVANCE(308); + if (lookahead == '\\') ADVANCE(325); END_STATE(); case 572: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(572); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '\\') ADVANCE(395); - if (lookahead == '~') ADVANCE(635); + if (lookahead == '\\') ADVANCE(396); END_STATE(); case 573: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(573); - if (lookahead == '\\') ADVANCE(325); + if (lookahead == '\\') ADVANCE(310); END_STATE(); case 574: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(574); - if (lookahead == '\\') ADVANCE(398); + if (lookahead == '\\') ADVANCE(293); END_STATE(); case 575: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(575); - if (lookahead == '\\') ADVANCE(309); + if (lookahead == '\\') ADVANCE(414); END_STATE(); case 576: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(576); - if (lookahead == '\\') ADVANCE(292); + if (lookahead == '\\') ADVANCE(311); END_STATE(); case 577: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(577); - if (lookahead == '\\') ADVANCE(415); + if (lookahead == '\\') ADVANCE(294); END_STATE(); case 578: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(578); - if (lookahead == '\\') ADVANCE(310); + if (lookahead == '\\') ADVANCE(416); END_STATE(); case 579: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(579); - if (lookahead == '\\') ADVANCE(293); + if (lookahead == '\\') ADVANCE(330); END_STATE(); case 580: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(580); - if (lookahead == '\\') ADVANCE(417); + if (lookahead == '\\') ADVANCE(295); END_STATE(); case 581: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(581); - if (lookahead == '\\') ADVANCE(330); + if (lookahead == '\\') ADVANCE(346); END_STATE(); case 582: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(582); - if (lookahead == '\\') ADVANCE(294); + if (lookahead == '\\') ADVANCE(312); END_STATE(); case 583: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(583); - if (lookahead == '\\') ADVANCE(345); + if (lookahead == '\\') ADVANCE(296); END_STATE(); case 584: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(584); - if (lookahead == '\\') ADVANCE(311); + if (lookahead == '\\') ADVANCE(347); END_STATE(); case 585: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(585); - if (lookahead == '\\') ADVANCE(295); + if (lookahead == '\\') ADVANCE(314); END_STATE(); case 586: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(586); - if (lookahead == '\\') ADVANCE(346); + if (lookahead == '\\') ADVANCE(326); END_STATE(); case 587: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(587); - if (lookahead == '\\') ADVANCE(313); + if (lookahead == '\\') ADVANCE(348); END_STATE(); case 588: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(588); - if (lookahead == '\\') ADVANCE(326); + if (lookahead == '\\') ADVANCE(331); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(589); - if (lookahead == '\\') ADVANCE(347); + if (lookahead == '\\') ADVANCE(297); END_STATE(); case 590: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(590); - if (lookahead == '\\') ADVANCE(317); + if (lookahead == '\\') ADVANCE(349); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(591); - if (lookahead == '\\') ADVANCE(296); + if (lookahead == '\\') ADVANCE(318); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(592); - if (lookahead == '\\') ADVANCE(348); + if (lookahead == '\\') ADVANCE(327); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(593); - if (lookahead == '\\') ADVANCE(318); + if (lookahead == '\\') ADVANCE(350); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(594); - if (lookahead == '\\') ADVANCE(297); + if (lookahead == '\\') ADVANCE(298); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(595); - if (lookahead == '\\') ADVANCE(349); + if (lookahead == '\\') ADVANCE(351); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(596); - if (lookahead == '\\') ADVANCE(327); + if (lookahead == '\\') ADVANCE(299); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(597); - if (lookahead == '\\') ADVANCE(350); + if (lookahead == '\\') ADVANCE(355); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(598); - if (lookahead == '\\') ADVANCE(298); + if (lookahead == '\\') ADVANCE(302); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(599); - if (lookahead == '\\') ADVANCE(354); + if (lookahead == '\\') ADVANCE(356); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(600); - if (lookahead == '\\') ADVANCE(300); + if (lookahead == '\\') ADVANCE(313); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(601); - if (lookahead == '\\') ADVANCE(355); + if (lookahead == '\\') ADVANCE(399); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(602); - if (lookahead == '\\') ADVANCE(312); + if (lookahead == '\\') ADVANCE(357); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); @@ -13230,7 +13446,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 604: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(604); - if (lookahead == '\\') ADVANCE(356); + if (lookahead == '\\') ADVANCE(398); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); @@ -13245,7 +13461,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 607: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(607); - if (lookahead == '\\') ADVANCE(405); + if (lookahead == '\\') ADVANCE(406); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); @@ -13255,2058 +13471,2104 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 609: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(609); - if (lookahead == '\\') ADVANCE(408); + if (lookahead == '\\') ADVANCE(407); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(610); - if (lookahead == '\\') ADVANCE(404); + if (lookahead == '\\') ADVANCE(408); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(611); - if (lookahead == '\\') ADVANCE(409); + if (lookahead == '\\') ADVANCE(365); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(612); - if (lookahead == '\\') ADVANCE(410); + if (lookahead == '\\') ADVANCE(370); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(613); - if (lookahead == '\\') ADVANCE(364); + if (lookahead == '\\') ADVANCE(412); END_STATE(); case 614: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(614); - if (lookahead == '\\') ADVANCE(369); + ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); case 615: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(615); - if (lookahead == '\\') ADVANCE(413); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 616: - ACCEPT_TOKEN(anon_sym_LT_LT_LT); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(482); + if (lookahead == '=') ADVANCE(472); END_STATE(); case 617: ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(482); + if (lookahead == '=') ADVANCE(472); + if (lookahead == '>') ADVANCE(559); END_STATE(); case 618: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); + if (lookahead == '&') ADVANCE(482); + if (lookahead == '>') ADVANCE(559); END_STATE(); case 619: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); - if (lookahead == '>') ADVANCE(561); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(474); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == '^') ADVANCE(715); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 620: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(483); - if (lookahead == '>') ADVANCE(561); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(474); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 621: ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(475); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == '^') ADVANCE(718); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(473); END_STATE(); case 622: ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(475); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '^') ADVANCE(714); END_STATE(); case 623: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(474); + ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 624: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '^') ADVANCE(717); + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 626: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(696); + if (lookahead == '-') ADVANCE(693); + if (lookahead == '=') ADVANCE(690); + if (lookahead == '?') ADVANCE(700); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 627: ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(695); + if (lookahead == '-') ADVANCE(692); + if (lookahead == '=') ADVANCE(689); + if (lookahead == '?') ADVANCE(699); END_STATE(); case 628: ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '+') ADVANCE(699); - if (lookahead == '-') ADVANCE(696); - if (lookahead == '=') ADVANCE(693); - if (lookahead == '?') ADVANCE(703); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 629: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '+') ADVANCE(698); - if (lookahead == '-') ADVANCE(695); - if (lookahead == '=') ADVANCE(692); - if (lookahead == '?') ADVANCE(702); + ACCEPT_TOKEN(anon_sym_DASH2); END_STATE(); case 630: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_DASH2); + if (lookahead == '-') ADVANCE(635); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_DASH2); + ACCEPT_TOKEN(anon_sym_PLUS2); END_STATE(); case 632: - ACCEPT_TOKEN(anon_sym_DASH2); - if (lookahead == '-') ADVANCE(637); + ACCEPT_TOKEN(anon_sym_PLUS2); + if (lookahead == '+') ADVANCE(634); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_PLUS2); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 634: - ACCEPT_TOKEN(anon_sym_PLUS2); - if (lookahead == '+') ADVANCE(636); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_DASH_DASH2); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); + ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_DASH_DASH2); + ACCEPT_TOKEN(aux_sym_brace_expression_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(637); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); + ACCEPT_TOKEN(anon_sym_DOT_DOT); END_STATE(); case 639: - ACCEPT_TOKEN(aux_sym_brace_expression_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + ACCEPT_TOKEN(anon_sym_DOT_DOT); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_RBRACE2); END_STATE(); case 641: - ACCEPT_TOKEN(anon_sym_DOT_DOT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(aux_sym_concatenation_token1); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_RBRACE2); + ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); case 643: - ACCEPT_TOKEN(aux_sym_concatenation_token1); + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(265); + if (lookahead == '(') ADVANCE(717); + if (lookahead == '`') ADVANCE(720); + if (lookahead == '{') ADVANCE(678); END_STATE(); case 644: ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(265); + if (lookahead == '(') ADVANCE(716); + if (lookahead == '`') ADVANCE(720); + if (lookahead == '{') ADVANCE(678); END_STATE(); case 645: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '\'') ADVANCE(265); - if (lookahead == '(') ADVANCE(720); - if (lookahead == '`') ADVANCE(723); - if (lookahead == '{') ADVANCE(681); + if (lookahead == '(') ADVANCE(717); + if (lookahead == '`') ADVANCE(720); + if (lookahead == '{') ADVANCE(678); END_STATE(); case 646: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '\'') ADVANCE(265); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); - if (lookahead == '{') ADVANCE(681); + if (lookahead == '(') ADVANCE(716); + if (lookahead == '`') ADVANCE(720); END_STATE(); case 647: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(720); - if (lookahead == '`') ADVANCE(723); - if (lookahead == '{') ADVANCE(681); + if (lookahead == '(') ADVANCE(716); + if (lookahead == '`') ADVANCE(720); + if (lookahead == '{') ADVANCE(678); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); - END_STATE(); - case 649: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); - if (lookahead == '{') ADVANCE(681); - END_STATE(); - case 650: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '{') ADVANCE(681); - END_STATE(); - case 651: ACCEPT_TOKEN(sym__special_character); END_STATE(); - case 652: + case 649: ACCEPT_TOKEN(sym__special_character); - if (lookahead == ']') ADVANCE(558); + if (lookahead == ']') ADVANCE(556); END_STATE(); - case 653: + case 650: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 654: + case 651: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(660); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(657); + if (lookahead == '\\') ADVANCE(419); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 655: + case 652: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\\') ADVANCE(726); + if (lookahead == '\n') ADVANCE(659); + if (lookahead == '\\') ADVANCE(723); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(655); + lookahead != '`') ADVANCE(652); END_STATE(); - case 656: + case 653: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(658); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(655); + if (lookahead == '\\') ADVANCE(419); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 657: + case 654: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(659); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(656); + if (lookahead == '\\') ADVANCE(419); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 658: + case 655: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(322); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); + lookahead == ' ') ADVANCE(655); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 659: + case 656: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(323); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); + lookahead == ' ') ADVANCE(656); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); if (lookahead != 0 && lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 660: + case 657: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(655); - if (lookahead == '$') ADVANCE(647); - if (lookahead == '(') ADVANCE(661); - if (lookahead == '\\') ADVANCE(387); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(652); + if (lookahead == '$') ADVANCE(645); + if (lookahead == '(') ADVANCE(658); + if (lookahead == '\\') ADVANCE(386); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(657); + if (lookahead != 0) ADVANCE(659); END_STATE(); - case 661: + case 658: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '(') ADVANCE(442); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '(') ADVANCE(441); + if (lookahead == '\\') ADVANCE(419); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 662: + case 659: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\\') ADVANCE(419); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(659); END_STATE(); - case 663: + case 660: ACCEPT_TOKEN(sym__string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '\\' && - lookahead != '`') ADVANCE(662); - if (lookahead == '\\') ADVANCE(420); + lookahead != '`') ADVANCE(659); + if (lookahead == '\\') ADVANCE(419); END_STATE(); - case 664: + case 661: ACCEPT_TOKEN(sym_raw_string); END_STATE(); - case 665: + case 662: ACCEPT_TOKEN(sym_ansi_c_string); END_STATE(); - case 666: + case 663: ACCEPT_TOKEN(sym_ansi_c_string); - if (lookahead == '\'') ADVANCE(665); + if (lookahead == '\'') ADVANCE(662); if (lookahead == '\\') ADVANCE(266); if (lookahead != 0) ADVANCE(265); END_STATE(); - case 667: + case 664: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'x') ADVANCE(803); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (!sym_word_character_set_5(lookahead)) ADVANCE(804); + if (lookahead == '#') ADVANCE(675); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'x') ADVANCE(805); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (!sym_word_character_set_5(lookahead)) ADVANCE(806); END_STATE(); - case 668: + case 665: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'x') ADVANCE(733); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '#') ADVANCE(675); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'x') ADVANCE(735); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_6(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_6(lookahead)) ADVANCE(806); END_STATE(); - case 669: + case 666: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (!sym_word_character_set_5(lookahead)) ADVANCE(804); + if (lookahead == '#') ADVANCE(675); + if (lookahead == '\\') ADVANCE(418); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (!sym_word_character_set_5(lookahead)) ADVANCE(806); END_STATE(); - case 670: + case 667: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '#') ADVANCE(675); + if (lookahead == '\\') ADVANCE(418); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_6(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_6(lookahead)) ADVANCE(806); END_STATE(); - case 671: + case 668: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(675); if (lookahead == '\\') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_6(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_6(lookahead)) ADVANCE(806); END_STATE(); - case 672: + case 669: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (lookahead == 'x') ADVANCE(418); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '#') ADVANCE(676); + if (lookahead == 'x') ADVANCE(417); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); END_STATE(); - case 673: + case 670: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (lookahead == 'x') ADVANCE(744); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (lookahead == '#') ADVANCE(676); + if (lookahead == 'x') ADVANCE(746); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(672); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 674: + case 671: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '#') ADVANCE(676); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); END_STATE(); - case 675: + case 672: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (lookahead == '#') ADVANCE(676); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(672); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 676: + case 673: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(418); if (('0' <= lookahead && lookahead <= '9') || ('@' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(676); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(673); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 677: + case 674: ACCEPT_TOKEN(aux_sym_number_token1); if (('0' <= lookahead && lookahead <= '9') || ('@' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(677); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(674); END_STATE(); - case 678: + case 675: ACCEPT_TOKEN(aux_sym_number_token2); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(418); if (('0' <= lookahead && lookahead <= '9') || ('@' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(676); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(673); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 679: + case 676: ACCEPT_TOKEN(aux_sym_number_token2); if (('0' <= lookahead && lookahead <= '9') || ('@' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(677); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(674); END_STATE(); - case 680: + case 677: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); - case 681: + case 678: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); - case 682: + case 679: ACCEPT_TOKEN(anon_sym_RBRACE3); END_STATE(); - case 683: + case 680: ACCEPT_TOKEN(anon_sym_BANG2); END_STATE(); - case 684: + case 681: ACCEPT_TOKEN(anon_sym_BANG2); - if (lookahead == '=') ADVANCE(480); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(479); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); - case 685: + case 682: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 686: + case 683: ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 687: + case 684: ACCEPT_TOKEN(anon_sym_STAR2); END_STATE(); - case 688: + case 685: ACCEPT_TOKEN(anon_sym_STAR2); - if (lookahead == '*') ADVANCE(512); - if (lookahead == '=') ADVANCE(464); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '*') ADVANCE(511); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); - case 689: + case 686: ACCEPT_TOKEN(anon_sym_POUND2); END_STATE(); - case 690: + case 687: ACCEPT_TOKEN(anon_sym_EQ2); END_STATE(); - case 691: + case 688: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 692: + case 689: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); - case 693: + case 690: ACCEPT_TOKEN(anon_sym_COLON_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 694: + case 691: ACCEPT_TOKEN(anon_sym_DASH3); END_STATE(); - case 695: + case 692: ACCEPT_TOKEN(anon_sym_COLON_DASH); END_STATE(); - case 696: + case 693: ACCEPT_TOKEN(anon_sym_COLON_DASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 697: + case 694: ACCEPT_TOKEN(anon_sym_PLUS3); END_STATE(); - case 698: + case 695: ACCEPT_TOKEN(anon_sym_COLON_PLUS); END_STATE(); - case 699: + case 696: ACCEPT_TOKEN(anon_sym_COLON_PLUS); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 700: + case 697: ACCEPT_TOKEN(anon_sym_QMARK2); END_STATE(); - case 701: + case 698: ACCEPT_TOKEN(anon_sym_QMARK2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 702: + case 699: ACCEPT_TOKEN(anon_sym_COLON_QMARK); END_STATE(); - case 703: + case 700: ACCEPT_TOKEN(anon_sym_COLON_QMARK); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 704: + case 701: ACCEPT_TOKEN(aux_sym__expansion_expression_token1); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9') || + if (lookahead == '\\') ADVANCE(727); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(701); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(704); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(702); END_STATE(); - case 705: + case 702: ACCEPT_TOKEN(aux_sym__expansion_expression_token1); - if (lookahead == '\\') ADVANCE(384); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(705); - if (('0' <= lookahead && lookahead <= '9') || + if (lookahead == '\\') ADVANCE(730); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(704); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(702); + if (!sym_word_character_set_4(lookahead)) ADVANCE(807); END_STATE(); - case 706: + case 703: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); END_STATE(); - case 707: + case 704: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 708: + case 705: ACCEPT_TOKEN(aux_sym__expansion_regex_token1); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') ADVANCE(705); END_STATE(); - case 709: + case 706: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 710: + case 707: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 711: + case 708: ACCEPT_TOKEN(anon_sym_SLASH_POUND); END_STATE(); - case 712: + case 709: ACCEPT_TOKEN(anon_sym_SLASH_POUND); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 713: + case 710: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); END_STATE(); - case 714: + case 711: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 715: + case 712: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); END_STATE(); - case 716: + case 713: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 717: + case 714: ACCEPT_TOKEN(anon_sym_CARET_CARET); END_STATE(); - case 718: + case 715: ACCEPT_TOKEN(anon_sym_CARET_CARET); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 719: + case 716: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); - case 720: + case 717: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); - if (lookahead == '(') ADVANCE(638); + if (lookahead == '(') ADVANCE(636); END_STATE(); - case 721: + case 718: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 722: + case 719: ACCEPT_TOKEN(anon_sym_BQUOTE); - if (lookahead == '`') ADVANCE(643); + if (lookahead == '`') ADVANCE(641); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + lookahead == ' ') ADVANCE(284); END_STATE(); - case 723: + case 720: ACCEPT_TOKEN(anon_sym_DOLLAR_BQUOTE); END_STATE(); - case 724: + case 721: ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); - case 725: + case 722: ACCEPT_TOKEN(anon_sym_GT_LPAREN); END_STATE(); - case 726: + case 723: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\r') ADVANCE(655); - if (lookahead != 0) ADVANCE(655); + if (lookahead == '\n') ADVANCE(659); + if (lookahead == '\r') ADVANCE(652); + if (lookahead != 0) ADVANCE(652); END_STATE(); - case 727: + case 724: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(729); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(731); if (lookahead == '\t' || - (11 <= lookahead && lookahead <= '\r')) ADVANCE(728); + (11 <= lookahead && lookahead <= '\r')) ADVANCE(725); END_STATE(); - case 728: + case 725: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(728); + lookahead != '\n') ADVANCE(725); + END_STATE(); + case 726: + ACCEPT_TOKEN(sym__expansion_word); + if (lookahead == '\\') ADVANCE(729); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != ' ' && + lookahead != '"' && + lookahead != '$' && + (lookahead < '\'' || ')' < lookahead) && + lookahead != '{' && + lookahead != '}') ADVANCE(726); + END_STATE(); + case 727: + ACCEPT_TOKEN(sym__expansion_word); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(253) + if (lookahead == '\r') SKIP(89) + if (lookahead == '\\') ADVANCE(807); + if (lookahead == '"' || + lookahead == '$' || + ('\'' <= lookahead && lookahead <= ')') || + lookahead == '{' || + lookahead == '}') ADVANCE(807); + if (lookahead != 0) ADVANCE(807); + END_STATE(); + case 728: + ACCEPT_TOKEN(sym__expansion_word); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(252) + if (lookahead == '\r') SKIP(96) + if (lookahead == '\\') ADVANCE(807); + if (lookahead == '"' || + lookahead == '$' || + ('\'' <= lookahead && lookahead <= ')') || + lookahead == '{' || + lookahead == '}') ADVANCE(807); + if (lookahead != 0) ADVANCE(807); END_STATE(); case 729: - ACCEPT_TOKEN(sym__comment_word); - if (lookahead == '\\') ADVANCE(727); - if (!sym_word_character_set_1(lookahead)) ADVANCE(729); + ACCEPT_TOKEN(sym__expansion_word); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != '\\') ADVANCE(726); + if (lookahead == '\\') ADVANCE(729); END_STATE(); case 730: + ACCEPT_TOKEN(sym__expansion_word); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + lookahead != '\\') ADVANCE(807); + if (lookahead == '\\') ADVANCE(807); + END_STATE(); + case 731: + ACCEPT_TOKEN(sym__comment_word); + if (lookahead == '\\') ADVANCE(724); + if (!sym_word_character_set_1(lookahead)) ADVANCE(731); + END_STATE(); + case 732: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'a') ADVANCE(731); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'a') ADVANCE(733); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 731: + case 733: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'c') ADVANCE(533); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'c') ADVANCE(532); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 732: + case 734: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 's') ADVANCE(730); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 's') ADVANCE(732); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 733: + case 735: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '\\') ADVANCE(418); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 734: + case 736: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(418); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(736); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 735: + case 737: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'a') ADVANCE(736); + if (lookahead == 'a') ADVANCE(738); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 736: + case 738: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'c') ADVANCE(535); + if (lookahead == 'c') ADVANCE(534); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 737: + case 739: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 's') ADVANCE(735); + if (lookahead == 's') ADVANCE(737); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 738: + case 740: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 739: + case 741: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 740: + case 742: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'a') ADVANCE(741); + if (lookahead == 'a') ADVANCE(743); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 741: + case 743: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'c') ADVANCE(536); + if (lookahead == 'c') ADVANCE(535); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 742: + case 744: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'n') ADVANCE(441); + if (lookahead == 'n') ADVANCE(440); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 743: + case 745: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 's') ADVANCE(740); + if (lookahead == 's') ADVANCE(742); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 744: + case 746: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(672); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 745: + case 747: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 746: + case 748: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(568); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(566); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(290); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(291); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 747: + case 749: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(571); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(308); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'e') ADVANCE(743); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(569); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(796); + if (lookahead == 'e') ADVANCE(745); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(134) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 748: + case 750: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(573); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '\n') ADVANCE(571); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '\\') ADVANCE(325); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 749: + case 751: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(575); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(309); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(573); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(142) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 750: + case 752: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(576); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(574); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(292); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(737); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(293); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(739); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 751: + case 753: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(578); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(310); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(576); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(145) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 752: + case 754: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(579); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(577); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(293); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(294); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 753: + case 755: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(581); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '\n') ADVANCE(579); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(330); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(148) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 754: + case 756: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(582); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(580); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(294); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(737); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(295); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == 'e') ADVANCE(739); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 755: + case 757: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(584); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(311); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(582); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(618); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(151) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 756: + case 758: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(585); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(583); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(295); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(296); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 757: + case 759: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(587); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); if (lookahead == '&') ADVANCE(262); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(313); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(154) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 758: + case 760: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(588); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); if (lookahead == '\\') ADVANCE(326); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 759: + case 761: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(590); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(283); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(515); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(317); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '\n') ADVANCE(588); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(262); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(514); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(290); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(157) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 760: + case 762: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(591); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(589); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(296); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(444); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(297); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 761: + case 763: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(593); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(617); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '\n') ADVANCE(591); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '&') ADVANCE(615); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(318); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'i') ADVANCE(742); + if (lookahead == '_') ADVANCE(796); + if (lookahead == 'i') ADVANCE(744); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(160) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 762: + case 764: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(594); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(297); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && + lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 763: + case 765: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(596); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); + if (lookahead == '\n') ADVANCE(594); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(618); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(327); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(298); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && - lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 764: + case 766: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(598); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '\n') ADVANCE(596); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(298); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(299); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 765: + case 767: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(600); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '\n') ADVANCE(598); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(300); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 766: + case 768: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '\n') ADVANCE(602); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(617); + if (lookahead == '\n') ADVANCE(600); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(615); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == ';') ADVANCE(445); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 767: + case 769: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); + if (lookahead == '!') ADVANCE(548); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '%') ADVANCE(508); + if (lookahead == '&') ADVANCE(617); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(291); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '+') ADVANCE(489); + if (lookahead == '-') ADVANCE(492); + if (lookahead == '/') ADVANCE(504); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(516); + if (lookahead == '=') ADVANCE(450); + if (lookahead == '>') ADVANCE(521); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(292); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(620); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(537); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(184) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && - (lookahead < ';' || '}' < lookahead)) ADVANCE(804); + (lookahead < ';' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 768: + case 770: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(283); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); + if (lookahead == '&') ADVANCE(282); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(516); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(515); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(191) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 769: + case 771: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(299); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '=') ADVANCE(800); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(300); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(192) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 770: + case 772: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(302); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(193) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '[' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 771: + case 773: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '&') ADVANCE(262); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(304); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); + if (lookahead == '<') ADVANCE(517); + if (lookahead == '>') ADVANCE(522); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(194) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 772: + case 774: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); + if (lookahead == '!') ADVANCE(550); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(643); if (lookahead == '\'') ADVANCE(264); if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '-') ADVANCE(494); + if (lookahead == '0') ADVANCE(791); if (lookahead == '<') ADVANCE(268); if (lookahead == '>') ADVANCE(269); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); - if (lookahead == '\\') ADVANCE(315); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '?') ADVANCE(624); + if (lookahead == '@') ADVANCE(790); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '_') ADVANCE(795); + if (lookahead == '`') ADVANCE(718); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(195) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); if (lookahead != 0 && lookahead != '&' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(806); END_STATE(); - case 773: + case 775: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(529); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(301); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(205) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 774: + case 776: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(328); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(206) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 775: + case 777: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(273); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(331); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == ')') ADVANCE(272); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(207) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 776: + case 778: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(305); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == ':') ADVANCE(625); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(208) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 777: + case 779: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(303); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(209) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 778: + case 780: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(329); - if (lookahead == ']') ADVANCE(284); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == ']') ADVANCE(283); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(210) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 779: + case 781: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(551); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(306); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(549); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '%') ADVANCE(509); + if (lookahead == '&') ADVANCE(616); + if (lookahead == '*') ADVANCE(498); + if (lookahead == '+') ADVANCE(490); + if (lookahead == '-') ADVANCE(493); + if (lookahead == '/') ADVANCE(505); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(520); + if (lookahead == '=') ADVANCE(452); + if (lookahead == '>') ADVANCE(525); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '^') ADVANCE(621); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(539); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(211) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 780: + case 782: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); if (lookahead == '&') ADVANCE(262); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(314); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(222) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 781: + case 783: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); if (lookahead == '&') ADVANCE(262); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(316); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '<') ADVANCE(518); + if (lookahead == '>') ADVANCE(523); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == ']') ADVANCE(553); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(538); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(223) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 782: + case 784: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == ')') ADVANCE(528); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(319); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(537); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '|') ADVANCE(536); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(224) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 783: + case 785: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '/') ADVANCE(502); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '/') ADVANCE(501); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(320); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '_') ADVANCE(796); + if (lookahead == '}') ADVANCE(679); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(225) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 784: + case 786: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(321); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '"') ADVANCE(650); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(227) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 785: + case 787: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); + if (lookahead == '!') ADVANCE(547); + if (lookahead == '#') ADVANCE(677); + if (lookahead == '$') ADVANCE(642); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '-') ADVANCE(491); + if (lookahead == '0') ADVANCE(793); + if (lookahead == '?') ADVANCE(623); + if (lookahead == '@') ADVANCE(789); if (lookahead == '\\') ADVANCE(324); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '_') ADVANCE(796); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(229) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 786: + case 788: ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); if (lookahead == '\\') ADVANCE(15); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(786); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(788); END_STATE(); - case 787: + case 789: ACCEPT_TOKEN(anon_sym_AT2); END_STATE(); - case 788: + case 790: ACCEPT_TOKEN(anon_sym_AT2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 789: + case 791: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(675); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'x') ADVANCE(738); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (lookahead == 'x') ADVANCE(740); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(668); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_6(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_6(lookahead)) ADVANCE(806); END_STATE(); - case 790: + case 792: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 791: + case 793: ACCEPT_TOKEN(anon_sym_0); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); - case 792: + case 794: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); - case 793: + case 795: ACCEPT_TOKEN(anon_sym__); if (lookahead == '\\') ADVANCE(16); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (!sym_word_character_set_4(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(741); + if (!sym_word_character_set_4(lookahead)) ADVANCE(806); END_STATE(); - case 794: + case 796: ACCEPT_TOKEN(anon_sym__); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); - END_STATE(); - case 795: - ACCEPT_TOKEN(sym_word); - if (lookahead == '.') ADVANCE(641); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); - END_STATE(); - case 796: - ACCEPT_TOKEN(sym_word); - if (lookahead == '0') ADVANCE(667); - if (lookahead == '\\') ADVANCE(419); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(747); END_STATE(); case 797: ACCEPT_TOKEN(sym_word); - if (lookahead == '=') ADVANCE(480); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '.') ADVANCE(639); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 798: ACCEPT_TOKEN(sym_word); - if (lookahead == '=') ADVANCE(478); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == '~') ADVANCE(560); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '0') ADVANCE(664); + if (lookahead == '\\') ADVANCE(418); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 799: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'a') ADVANCE(800); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(479); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 800: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'c') ADVANCE(534); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(477); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == '~') ADVANCE(558); + if (!sym_word_character_set_2(lookahead)) ADVANCE(806); END_STATE(); case 801: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'n') ADVANCE(440); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'a') ADVANCE(802); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 802: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 's') ADVANCE(799); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'c') ADVANCE(533); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 803: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 'n') ADVANCE(439); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); END_STATE(); case 804: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == 's') ADVANCE(801); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); + END_STATE(); + case 805: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') ADVANCE(418); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); + END_STATE(); + case 806: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') ADVANCE(418); + if (!sym_word_character_set_1(lookahead)) ADVANCE(806); + END_STATE(); + case 807: + ACCEPT_TOKEN(sym_word); + if (lookahead == '\\') ADVANCE(730); + if (!sym_word_character_set_1(lookahead)) ADVANCE(807); END_STATE(); default: return false; @@ -15661,7 +15923,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 435, .external_lex_state = 2}, + [1] = {.lex_state = 434, .external_lex_state = 2}, [2] = {.lex_state = 197, .external_lex_state = 2}, [3] = {.lex_state = 197, .external_lex_state = 2}, [4] = {.lex_state = 197, .external_lex_state = 2}, @@ -15669,390 +15931,390 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6] = {.lex_state = 197, .external_lex_state = 2}, [7] = {.lex_state = 197, .external_lex_state = 2}, [8] = {.lex_state = 197, .external_lex_state = 2}, - [9] = {.lex_state = 5, .external_lex_state = 3}, - [10] = {.lex_state = 197, .external_lex_state = 2}, - [11] = {.lex_state = 5, .external_lex_state = 3}, - [12] = {.lex_state = 197, .external_lex_state = 2}, + [9] = {.lex_state = 197, .external_lex_state = 2}, + [10] = {.lex_state = 5, .external_lex_state = 3}, + [11] = {.lex_state = 197, .external_lex_state = 2}, + [12] = {.lex_state = 5, .external_lex_state = 3}, [13] = {.lex_state = 198, .external_lex_state = 4}, [14] = {.lex_state = 198, .external_lex_state = 4}, [15] = {.lex_state = 139, .external_lex_state = 3}, [16] = {.lex_state = 198, .external_lex_state = 4}, [17] = {.lex_state = 185, .external_lex_state = 5}, - [18] = {.lex_state = 435, .external_lex_state = 2}, - [19] = {.lex_state = 435, .external_lex_state = 2}, - [20] = {.lex_state = 435, .external_lex_state = 2}, - [21] = {.lex_state = 435, .external_lex_state = 2}, - [22] = {.lex_state = 435, .external_lex_state = 2}, - [23] = {.lex_state = 435, .external_lex_state = 2}, + [18] = {.lex_state = 434, .external_lex_state = 2}, + [19] = {.lex_state = 434, .external_lex_state = 2}, + [20] = {.lex_state = 434, .external_lex_state = 2}, + [21] = {.lex_state = 434, .external_lex_state = 2}, + [22] = {.lex_state = 434, .external_lex_state = 2}, + [23] = {.lex_state = 434, .external_lex_state = 2}, [24] = {.lex_state = 200, .external_lex_state = 2}, [25] = {.lex_state = 200, .external_lex_state = 2}, [26] = {.lex_state = 200, .external_lex_state = 2}, [27] = {.lex_state = 200, .external_lex_state = 2}, [28] = {.lex_state = 200, .external_lex_state = 2}, - [29] = {.lex_state = 200, .external_lex_state = 2}, + [29] = {.lex_state = 434, .external_lex_state = 2}, [30] = {.lex_state = 200, .external_lex_state = 2}, - [31] = {.lex_state = 435, .external_lex_state = 2}, + [31] = {.lex_state = 200, .external_lex_state = 2}, [32] = {.lex_state = 200, .external_lex_state = 2}, [33] = {.lex_state = 200, .external_lex_state = 2}, [34] = {.lex_state = 200, .external_lex_state = 2}, [35] = {.lex_state = 200, .external_lex_state = 2}, [36] = {.lex_state = 200, .external_lex_state = 2}, - [37] = {.lex_state = 435, .external_lex_state = 2}, - [38] = {.lex_state = 435, .external_lex_state = 2}, - [39] = {.lex_state = 435, .external_lex_state = 2}, - [40] = {.lex_state = 435, .external_lex_state = 2}, - [41] = {.lex_state = 435, .external_lex_state = 2}, - [42] = {.lex_state = 435, .external_lex_state = 2}, - [43] = {.lex_state = 435, .external_lex_state = 2}, - [44] = {.lex_state = 435, .external_lex_state = 2}, - [45] = {.lex_state = 435, .external_lex_state = 2}, - [46] = {.lex_state = 435, .external_lex_state = 2}, - [47] = {.lex_state = 435, .external_lex_state = 2}, - [48] = {.lex_state = 435, .external_lex_state = 2}, - [49] = {.lex_state = 435, .external_lex_state = 2}, - [50] = {.lex_state = 435, .external_lex_state = 2}, - [51] = {.lex_state = 435, .external_lex_state = 2}, - [52] = {.lex_state = 435, .external_lex_state = 2}, - [53] = {.lex_state = 435, .external_lex_state = 2}, - [54] = {.lex_state = 435, .external_lex_state = 2}, - [55] = {.lex_state = 435, .external_lex_state = 2}, - [56] = {.lex_state = 435, .external_lex_state = 2}, - [57] = {.lex_state = 435, .external_lex_state = 2}, - [58] = {.lex_state = 435, .external_lex_state = 2}, - [59] = {.lex_state = 435, .external_lex_state = 2}, - [60] = {.lex_state = 435, .external_lex_state = 2}, - [61] = {.lex_state = 435, .external_lex_state = 2}, - [62] = {.lex_state = 435, .external_lex_state = 2}, - [63] = {.lex_state = 435, .external_lex_state = 2}, - [64] = {.lex_state = 435, .external_lex_state = 2}, - [65] = {.lex_state = 435, .external_lex_state = 2}, - [66] = {.lex_state = 201, .external_lex_state = 2}, - [67] = {.lex_state = 435, .external_lex_state = 2}, - [68] = {.lex_state = 435, .external_lex_state = 2}, - [69] = {.lex_state = 435, .external_lex_state = 2}, - [70] = {.lex_state = 435, .external_lex_state = 2}, - [71] = {.lex_state = 435, .external_lex_state = 2}, - [72] = {.lex_state = 435, .external_lex_state = 2}, - [73] = {.lex_state = 435, .external_lex_state = 2}, - [74] = {.lex_state = 435, .external_lex_state = 2}, - [75] = {.lex_state = 435, .external_lex_state = 2}, - [76] = {.lex_state = 435, .external_lex_state = 2}, - [77] = {.lex_state = 435, .external_lex_state = 2}, - [78] = {.lex_state = 435, .external_lex_state = 2}, - [79] = {.lex_state = 435, .external_lex_state = 2}, - [80] = {.lex_state = 435, .external_lex_state = 2}, - [81] = {.lex_state = 435, .external_lex_state = 2}, - [82] = {.lex_state = 201, .external_lex_state = 2}, - [83] = {.lex_state = 435, .external_lex_state = 2}, - [84] = {.lex_state = 435, .external_lex_state = 2}, - [85] = {.lex_state = 435, .external_lex_state = 2}, - [86] = {.lex_state = 435, .external_lex_state = 2}, - [87] = {.lex_state = 435, .external_lex_state = 2}, - [88] = {.lex_state = 435, .external_lex_state = 2}, - [89] = {.lex_state = 435, .external_lex_state = 2}, - [90] = {.lex_state = 435, .external_lex_state = 2}, - [91] = {.lex_state = 435, .external_lex_state = 2}, - [92] = {.lex_state = 435, .external_lex_state = 2}, - [93] = {.lex_state = 435, .external_lex_state = 2}, - [94] = {.lex_state = 435, .external_lex_state = 2}, - [95] = {.lex_state = 435, .external_lex_state = 2}, - [96] = {.lex_state = 435, .external_lex_state = 2}, - [97] = {.lex_state = 435, .external_lex_state = 2}, - [98] = {.lex_state = 435, .external_lex_state = 2}, - [99] = {.lex_state = 435, .external_lex_state = 2}, - [100] = {.lex_state = 435, .external_lex_state = 2}, - [101] = {.lex_state = 435, .external_lex_state = 2}, - [102] = {.lex_state = 435, .external_lex_state = 2}, - [103] = {.lex_state = 435, .external_lex_state = 2}, - [104] = {.lex_state = 435, .external_lex_state = 2}, - [105] = {.lex_state = 435, .external_lex_state = 2}, - [106] = {.lex_state = 435, .external_lex_state = 2}, - [107] = {.lex_state = 435, .external_lex_state = 2}, - [108] = {.lex_state = 435, .external_lex_state = 2}, - [109] = {.lex_state = 435, .external_lex_state = 2}, - [110] = {.lex_state = 435, .external_lex_state = 2}, - [111] = {.lex_state = 435, .external_lex_state = 2}, - [112] = {.lex_state = 435, .external_lex_state = 2}, - [113] = {.lex_state = 435, .external_lex_state = 2}, - [114] = {.lex_state = 435, .external_lex_state = 2}, - [115] = {.lex_state = 435, .external_lex_state = 2}, - [116] = {.lex_state = 435, .external_lex_state = 2}, - [117] = {.lex_state = 435, .external_lex_state = 2}, - [118] = {.lex_state = 435, .external_lex_state = 2}, - [119] = {.lex_state = 435, .external_lex_state = 2}, - [120] = {.lex_state = 435, .external_lex_state = 2}, - [121] = {.lex_state = 435, .external_lex_state = 2}, - [122] = {.lex_state = 435, .external_lex_state = 2}, - [123] = {.lex_state = 435, .external_lex_state = 2}, - [124] = {.lex_state = 435, .external_lex_state = 2}, - [125] = {.lex_state = 435, .external_lex_state = 2}, - [126] = {.lex_state = 435, .external_lex_state = 2}, - [127] = {.lex_state = 435, .external_lex_state = 2}, - [128] = {.lex_state = 435, .external_lex_state = 2}, - [129] = {.lex_state = 435, .external_lex_state = 2}, - [130] = {.lex_state = 435, .external_lex_state = 2}, - [131] = {.lex_state = 435, .external_lex_state = 2}, - [132] = {.lex_state = 435, .external_lex_state = 2}, - [133] = {.lex_state = 435, .external_lex_state = 2}, - [134] = {.lex_state = 435, .external_lex_state = 2}, - [135] = {.lex_state = 435, .external_lex_state = 2}, - [136] = {.lex_state = 435, .external_lex_state = 2}, - [137] = {.lex_state = 435, .external_lex_state = 2}, - [138] = {.lex_state = 435, .external_lex_state = 2}, - [139] = {.lex_state = 435, .external_lex_state = 2}, - [140] = {.lex_state = 435, .external_lex_state = 2}, - [141] = {.lex_state = 435, .external_lex_state = 2}, - [142] = {.lex_state = 435, .external_lex_state = 2}, - [143] = {.lex_state = 435, .external_lex_state = 2}, - [144] = {.lex_state = 435, .external_lex_state = 2}, - [145] = {.lex_state = 435, .external_lex_state = 2}, - [146] = {.lex_state = 435, .external_lex_state = 2}, - [147] = {.lex_state = 435, .external_lex_state = 2}, - [148] = {.lex_state = 435, .external_lex_state = 2}, - [149] = {.lex_state = 435, .external_lex_state = 2}, - [150] = {.lex_state = 201, .external_lex_state = 2}, - [151] = {.lex_state = 435, .external_lex_state = 2}, - [152] = {.lex_state = 435, .external_lex_state = 2}, - [153] = {.lex_state = 435, .external_lex_state = 2}, - [154] = {.lex_state = 435, .external_lex_state = 2}, - [155] = {.lex_state = 435, .external_lex_state = 2}, - [156] = {.lex_state = 435, .external_lex_state = 2}, - [157] = {.lex_state = 435, .external_lex_state = 2}, - [158] = {.lex_state = 435, .external_lex_state = 2}, - [159] = {.lex_state = 435, .external_lex_state = 2}, - [160] = {.lex_state = 435, .external_lex_state = 2}, - [161] = {.lex_state = 435, .external_lex_state = 2}, - [162] = {.lex_state = 435, .external_lex_state = 2}, - [163] = {.lex_state = 435, .external_lex_state = 2}, - [164] = {.lex_state = 201, .external_lex_state = 2}, - [165] = {.lex_state = 435, .external_lex_state = 2}, - [166] = {.lex_state = 435, .external_lex_state = 2}, - [167] = {.lex_state = 435, .external_lex_state = 2}, - [168] = {.lex_state = 435, .external_lex_state = 2}, - [169] = {.lex_state = 435, .external_lex_state = 2}, - [170] = {.lex_state = 435, .external_lex_state = 2}, - [171] = {.lex_state = 435, .external_lex_state = 2}, - [172] = {.lex_state = 435, .external_lex_state = 2}, - [173] = {.lex_state = 435, .external_lex_state = 2}, - [174] = {.lex_state = 435, .external_lex_state = 2}, - [175] = {.lex_state = 435, .external_lex_state = 2}, - [176] = {.lex_state = 435, .external_lex_state = 2}, - [177] = {.lex_state = 435, .external_lex_state = 2}, - [178] = {.lex_state = 435, .external_lex_state = 2}, - [179] = {.lex_state = 435, .external_lex_state = 2}, - [180] = {.lex_state = 435, .external_lex_state = 2}, - [181] = {.lex_state = 435, .external_lex_state = 2}, - [182] = {.lex_state = 435, .external_lex_state = 2}, - [183] = {.lex_state = 435, .external_lex_state = 2}, - [184] = {.lex_state = 435, .external_lex_state = 2}, - [185] = {.lex_state = 435, .external_lex_state = 2}, - [186] = {.lex_state = 435, .external_lex_state = 2}, - [187] = {.lex_state = 435, .external_lex_state = 2}, - [188] = {.lex_state = 435, .external_lex_state = 2}, - [189] = {.lex_state = 435, .external_lex_state = 2}, - [190] = {.lex_state = 435, .external_lex_state = 2}, - [191] = {.lex_state = 435, .external_lex_state = 2}, - [192] = {.lex_state = 435, .external_lex_state = 2}, - [193] = {.lex_state = 435, .external_lex_state = 2}, - [194] = {.lex_state = 435, .external_lex_state = 2}, - [195] = {.lex_state = 435, .external_lex_state = 2}, - [196] = {.lex_state = 435, .external_lex_state = 2}, - [197] = {.lex_state = 435, .external_lex_state = 2}, - [198] = {.lex_state = 435, .external_lex_state = 2}, - [199] = {.lex_state = 435, .external_lex_state = 2}, - [200] = {.lex_state = 435, .external_lex_state = 2}, - [201] = {.lex_state = 201, .external_lex_state = 2}, - [202] = {.lex_state = 435, .external_lex_state = 2}, - [203] = {.lex_state = 435, .external_lex_state = 2}, - [204] = {.lex_state = 435, .external_lex_state = 2}, - [205] = {.lex_state = 435, .external_lex_state = 2}, - [206] = {.lex_state = 435, .external_lex_state = 2}, - [207] = {.lex_state = 435, .external_lex_state = 2}, - [208] = {.lex_state = 435, .external_lex_state = 2}, - [209] = {.lex_state = 435, .external_lex_state = 2}, - [210] = {.lex_state = 435, .external_lex_state = 2}, - [211] = {.lex_state = 435, .external_lex_state = 2}, - [212] = {.lex_state = 435, .external_lex_state = 2}, + [37] = {.lex_state = 434, .external_lex_state = 2}, + [38] = {.lex_state = 434, .external_lex_state = 2}, + [39] = {.lex_state = 434, .external_lex_state = 2}, + [40] = {.lex_state = 434, .external_lex_state = 2}, + [41] = {.lex_state = 434, .external_lex_state = 2}, + [42] = {.lex_state = 434, .external_lex_state = 2}, + [43] = {.lex_state = 434, .external_lex_state = 2}, + [44] = {.lex_state = 434, .external_lex_state = 2}, + [45] = {.lex_state = 434, .external_lex_state = 2}, + [46] = {.lex_state = 434, .external_lex_state = 2}, + [47] = {.lex_state = 434, .external_lex_state = 2}, + [48] = {.lex_state = 434, .external_lex_state = 2}, + [49] = {.lex_state = 434, .external_lex_state = 2}, + [50] = {.lex_state = 434, .external_lex_state = 2}, + [51] = {.lex_state = 434, .external_lex_state = 2}, + [52] = {.lex_state = 434, .external_lex_state = 2}, + [53] = {.lex_state = 434, .external_lex_state = 2}, + [54] = {.lex_state = 434, .external_lex_state = 2}, + [55] = {.lex_state = 434, .external_lex_state = 2}, + [56] = {.lex_state = 434, .external_lex_state = 2}, + [57] = {.lex_state = 434, .external_lex_state = 2}, + [58] = {.lex_state = 434, .external_lex_state = 2}, + [59] = {.lex_state = 434, .external_lex_state = 2}, + [60] = {.lex_state = 434, .external_lex_state = 2}, + [61] = {.lex_state = 434, .external_lex_state = 2}, + [62] = {.lex_state = 434, .external_lex_state = 2}, + [63] = {.lex_state = 434, .external_lex_state = 2}, + [64] = {.lex_state = 434, .external_lex_state = 2}, + [65] = {.lex_state = 434, .external_lex_state = 2}, + [66] = {.lex_state = 434, .external_lex_state = 2}, + [67] = {.lex_state = 434, .external_lex_state = 2}, + [68] = {.lex_state = 434, .external_lex_state = 2}, + [69] = {.lex_state = 434, .external_lex_state = 2}, + [70] = {.lex_state = 434, .external_lex_state = 2}, + [71] = {.lex_state = 434, .external_lex_state = 2}, + [72] = {.lex_state = 434, .external_lex_state = 2}, + [73] = {.lex_state = 434, .external_lex_state = 2}, + [74] = {.lex_state = 434, .external_lex_state = 2}, + [75] = {.lex_state = 434, .external_lex_state = 2}, + [76] = {.lex_state = 434, .external_lex_state = 2}, + [77] = {.lex_state = 434, .external_lex_state = 2}, + [78] = {.lex_state = 434, .external_lex_state = 2}, + [79] = {.lex_state = 434, .external_lex_state = 2}, + [80] = {.lex_state = 434, .external_lex_state = 2}, + [81] = {.lex_state = 201, .external_lex_state = 2}, + [82] = {.lex_state = 434, .external_lex_state = 2}, + [83] = {.lex_state = 434, .external_lex_state = 2}, + [84] = {.lex_state = 434, .external_lex_state = 2}, + [85] = {.lex_state = 434, .external_lex_state = 2}, + [86] = {.lex_state = 434, .external_lex_state = 2}, + [87] = {.lex_state = 434, .external_lex_state = 2}, + [88] = {.lex_state = 434, .external_lex_state = 2}, + [89] = {.lex_state = 434, .external_lex_state = 2}, + [90] = {.lex_state = 434, .external_lex_state = 2}, + [91] = {.lex_state = 434, .external_lex_state = 2}, + [92] = {.lex_state = 434, .external_lex_state = 2}, + [93] = {.lex_state = 434, .external_lex_state = 2}, + [94] = {.lex_state = 434, .external_lex_state = 2}, + [95] = {.lex_state = 434, .external_lex_state = 2}, + [96] = {.lex_state = 434, .external_lex_state = 2}, + [97] = {.lex_state = 434, .external_lex_state = 2}, + [98] = {.lex_state = 434, .external_lex_state = 2}, + [99] = {.lex_state = 434, .external_lex_state = 2}, + [100] = {.lex_state = 434, .external_lex_state = 2}, + [101] = {.lex_state = 434, .external_lex_state = 2}, + [102] = {.lex_state = 434, .external_lex_state = 2}, + [103] = {.lex_state = 434, .external_lex_state = 2}, + [104] = {.lex_state = 434, .external_lex_state = 2}, + [105] = {.lex_state = 434, .external_lex_state = 2}, + [106] = {.lex_state = 434, .external_lex_state = 2}, + [107] = {.lex_state = 434, .external_lex_state = 2}, + [108] = {.lex_state = 434, .external_lex_state = 2}, + [109] = {.lex_state = 434, .external_lex_state = 2}, + [110] = {.lex_state = 434, .external_lex_state = 2}, + [111] = {.lex_state = 434, .external_lex_state = 2}, + [112] = {.lex_state = 434, .external_lex_state = 2}, + [113] = {.lex_state = 434, .external_lex_state = 2}, + [114] = {.lex_state = 434, .external_lex_state = 2}, + [115] = {.lex_state = 434, .external_lex_state = 2}, + [116] = {.lex_state = 434, .external_lex_state = 2}, + [117] = {.lex_state = 434, .external_lex_state = 2}, + [118] = {.lex_state = 434, .external_lex_state = 2}, + [119] = {.lex_state = 434, .external_lex_state = 2}, + [120] = {.lex_state = 434, .external_lex_state = 2}, + [121] = {.lex_state = 434, .external_lex_state = 2}, + [122] = {.lex_state = 434, .external_lex_state = 2}, + [123] = {.lex_state = 434, .external_lex_state = 2}, + [124] = {.lex_state = 434, .external_lex_state = 2}, + [125] = {.lex_state = 201, .external_lex_state = 2}, + [126] = {.lex_state = 434, .external_lex_state = 2}, + [127] = {.lex_state = 434, .external_lex_state = 2}, + [128] = {.lex_state = 434, .external_lex_state = 2}, + [129] = {.lex_state = 434, .external_lex_state = 2}, + [130] = {.lex_state = 434, .external_lex_state = 2}, + [131] = {.lex_state = 434, .external_lex_state = 2}, + [132] = {.lex_state = 434, .external_lex_state = 2}, + [133] = {.lex_state = 434, .external_lex_state = 2}, + [134] = {.lex_state = 434, .external_lex_state = 2}, + [135] = {.lex_state = 434, .external_lex_state = 2}, + [136] = {.lex_state = 434, .external_lex_state = 2}, + [137] = {.lex_state = 201, .external_lex_state = 2}, + [138] = {.lex_state = 434, .external_lex_state = 2}, + [139] = {.lex_state = 434, .external_lex_state = 2}, + [140] = {.lex_state = 434, .external_lex_state = 2}, + [141] = {.lex_state = 434, .external_lex_state = 2}, + [142] = {.lex_state = 434, .external_lex_state = 2}, + [143] = {.lex_state = 434, .external_lex_state = 2}, + [144] = {.lex_state = 434, .external_lex_state = 2}, + [145] = {.lex_state = 434, .external_lex_state = 2}, + [146] = {.lex_state = 434, .external_lex_state = 2}, + [147] = {.lex_state = 434, .external_lex_state = 2}, + [148] = {.lex_state = 434, .external_lex_state = 2}, + [149] = {.lex_state = 434, .external_lex_state = 2}, + [150] = {.lex_state = 434, .external_lex_state = 2}, + [151] = {.lex_state = 434, .external_lex_state = 2}, + [152] = {.lex_state = 434, .external_lex_state = 2}, + [153] = {.lex_state = 434, .external_lex_state = 2}, + [154] = {.lex_state = 201, .external_lex_state = 2}, + [155] = {.lex_state = 434, .external_lex_state = 2}, + [156] = {.lex_state = 434, .external_lex_state = 2}, + [157] = {.lex_state = 434, .external_lex_state = 2}, + [158] = {.lex_state = 434, .external_lex_state = 2}, + [159] = {.lex_state = 201, .external_lex_state = 2}, + [160] = {.lex_state = 434, .external_lex_state = 2}, + [161] = {.lex_state = 434, .external_lex_state = 2}, + [162] = {.lex_state = 434, .external_lex_state = 2}, + [163] = {.lex_state = 434, .external_lex_state = 2}, + [164] = {.lex_state = 434, .external_lex_state = 2}, + [165] = {.lex_state = 434, .external_lex_state = 2}, + [166] = {.lex_state = 434, .external_lex_state = 2}, + [167] = {.lex_state = 434, .external_lex_state = 2}, + [168] = {.lex_state = 434, .external_lex_state = 2}, + [169] = {.lex_state = 434, .external_lex_state = 2}, + [170] = {.lex_state = 434, .external_lex_state = 2}, + [171] = {.lex_state = 434, .external_lex_state = 2}, + [172] = {.lex_state = 434, .external_lex_state = 2}, + [173] = {.lex_state = 434, .external_lex_state = 2}, + [174] = {.lex_state = 434, .external_lex_state = 2}, + [175] = {.lex_state = 434, .external_lex_state = 2}, + [176] = {.lex_state = 434, .external_lex_state = 2}, + [177] = {.lex_state = 434, .external_lex_state = 2}, + [178] = {.lex_state = 434, .external_lex_state = 2}, + [179] = {.lex_state = 434, .external_lex_state = 2}, + [180] = {.lex_state = 434, .external_lex_state = 2}, + [181] = {.lex_state = 434, .external_lex_state = 2}, + [182] = {.lex_state = 434, .external_lex_state = 2}, + [183] = {.lex_state = 434, .external_lex_state = 2}, + [184] = {.lex_state = 434, .external_lex_state = 2}, + [185] = {.lex_state = 434, .external_lex_state = 2}, + [186] = {.lex_state = 434, .external_lex_state = 2}, + [187] = {.lex_state = 434, .external_lex_state = 2}, + [188] = {.lex_state = 434, .external_lex_state = 2}, + [189] = {.lex_state = 434, .external_lex_state = 2}, + [190] = {.lex_state = 434, .external_lex_state = 2}, + [191] = {.lex_state = 434, .external_lex_state = 2}, + [192] = {.lex_state = 434, .external_lex_state = 2}, + [193] = {.lex_state = 434, .external_lex_state = 2}, + [194] = {.lex_state = 434, .external_lex_state = 2}, + [195] = {.lex_state = 434, .external_lex_state = 2}, + [196] = {.lex_state = 434, .external_lex_state = 2}, + [197] = {.lex_state = 434, .external_lex_state = 2}, + [198] = {.lex_state = 434, .external_lex_state = 2}, + [199] = {.lex_state = 434, .external_lex_state = 2}, + [200] = {.lex_state = 434, .external_lex_state = 2}, + [201] = {.lex_state = 434, .external_lex_state = 2}, + [202] = {.lex_state = 434, .external_lex_state = 2}, + [203] = {.lex_state = 434, .external_lex_state = 2}, + [204] = {.lex_state = 434, .external_lex_state = 2}, + [205] = {.lex_state = 434, .external_lex_state = 2}, + [206] = {.lex_state = 434, .external_lex_state = 2}, + [207] = {.lex_state = 434, .external_lex_state = 2}, + [208] = {.lex_state = 434, .external_lex_state = 2}, + [209] = {.lex_state = 434, .external_lex_state = 2}, + [210] = {.lex_state = 434, .external_lex_state = 2}, + [211] = {.lex_state = 434, .external_lex_state = 2}, + [212] = {.lex_state = 434, .external_lex_state = 2}, [213] = {.lex_state = 201, .external_lex_state = 2}, - [214] = {.lex_state = 435, .external_lex_state = 2}, - [215] = {.lex_state = 435, .external_lex_state = 2}, - [216] = {.lex_state = 435, .external_lex_state = 2}, - [217] = {.lex_state = 435, .external_lex_state = 2}, - [218] = {.lex_state = 435, .external_lex_state = 2}, - [219] = {.lex_state = 435, .external_lex_state = 2}, - [220] = {.lex_state = 435, .external_lex_state = 2}, - [221] = {.lex_state = 435, .external_lex_state = 2}, - [222] = {.lex_state = 435, .external_lex_state = 2}, - [223] = {.lex_state = 435, .external_lex_state = 2}, - [224] = {.lex_state = 435, .external_lex_state = 2}, - [225] = {.lex_state = 435, .external_lex_state = 2}, - [226] = {.lex_state = 435, .external_lex_state = 2}, - [227] = {.lex_state = 435, .external_lex_state = 2}, - [228] = {.lex_state = 435, .external_lex_state = 2}, - [229] = {.lex_state = 435, .external_lex_state = 2}, - [230] = {.lex_state = 435, .external_lex_state = 2}, - [231] = {.lex_state = 435, .external_lex_state = 2}, - [232] = {.lex_state = 435, .external_lex_state = 2}, - [233] = {.lex_state = 435, .external_lex_state = 2}, - [234] = {.lex_state = 435, .external_lex_state = 2}, - [235] = {.lex_state = 435, .external_lex_state = 2}, - [236] = {.lex_state = 435, .external_lex_state = 2}, - [237] = {.lex_state = 435, .external_lex_state = 2}, - [238] = {.lex_state = 201, .external_lex_state = 2}, - [239] = {.lex_state = 435, .external_lex_state = 2}, - [240] = {.lex_state = 435, .external_lex_state = 2}, - [241] = {.lex_state = 435, .external_lex_state = 2}, - [242] = {.lex_state = 435, .external_lex_state = 2}, - [243] = {.lex_state = 435, .external_lex_state = 2}, - [244] = {.lex_state = 435, .external_lex_state = 2}, - [245] = {.lex_state = 435, .external_lex_state = 2}, - [246] = {.lex_state = 435, .external_lex_state = 2}, - [247] = {.lex_state = 435, .external_lex_state = 2}, - [248] = {.lex_state = 435, .external_lex_state = 2}, - [249] = {.lex_state = 435, .external_lex_state = 2}, - [250] = {.lex_state = 435, .external_lex_state = 2}, - [251] = {.lex_state = 435, .external_lex_state = 2}, - [252] = {.lex_state = 435, .external_lex_state = 2}, - [253] = {.lex_state = 435, .external_lex_state = 2}, - [254] = {.lex_state = 435, .external_lex_state = 2}, - [255] = {.lex_state = 435, .external_lex_state = 2}, - [256] = {.lex_state = 435, .external_lex_state = 2}, - [257] = {.lex_state = 435, .external_lex_state = 2}, - [258] = {.lex_state = 435, .external_lex_state = 2}, - [259] = {.lex_state = 435, .external_lex_state = 2}, - [260] = {.lex_state = 435, .external_lex_state = 2}, - [261] = {.lex_state = 435, .external_lex_state = 2}, - [262] = {.lex_state = 435, .external_lex_state = 2}, - [263] = {.lex_state = 435, .external_lex_state = 2}, - [264] = {.lex_state = 435, .external_lex_state = 2}, - [265] = {.lex_state = 435, .external_lex_state = 2}, - [266] = {.lex_state = 435, .external_lex_state = 2}, - [267] = {.lex_state = 435, .external_lex_state = 2}, - [268] = {.lex_state = 435, .external_lex_state = 2}, - [269] = {.lex_state = 435, .external_lex_state = 2}, - [270] = {.lex_state = 435, .external_lex_state = 2}, - [271] = {.lex_state = 435, .external_lex_state = 2}, - [272] = {.lex_state = 435, .external_lex_state = 2}, - [273] = {.lex_state = 435, .external_lex_state = 2}, - [274] = {.lex_state = 435, .external_lex_state = 2}, - [275] = {.lex_state = 435, .external_lex_state = 2}, - [276] = {.lex_state = 435, .external_lex_state = 2}, - [277] = {.lex_state = 435, .external_lex_state = 2}, - [278] = {.lex_state = 435, .external_lex_state = 2}, - [279] = {.lex_state = 435, .external_lex_state = 2}, - [280] = {.lex_state = 435, .external_lex_state = 2}, - [281] = {.lex_state = 435, .external_lex_state = 2}, - [282] = {.lex_state = 435, .external_lex_state = 2}, - [283] = {.lex_state = 435, .external_lex_state = 2}, - [284] = {.lex_state = 435, .external_lex_state = 2}, - [285] = {.lex_state = 435, .external_lex_state = 2}, - [286] = {.lex_state = 435, .external_lex_state = 2}, - [287] = {.lex_state = 435, .external_lex_state = 2}, - [288] = {.lex_state = 435, .external_lex_state = 2}, - [289] = {.lex_state = 435, .external_lex_state = 2}, - [290] = {.lex_state = 435, .external_lex_state = 2}, - [291] = {.lex_state = 435, .external_lex_state = 2}, + [214] = {.lex_state = 434, .external_lex_state = 2}, + [215] = {.lex_state = 434, .external_lex_state = 2}, + [216] = {.lex_state = 434, .external_lex_state = 2}, + [217] = {.lex_state = 434, .external_lex_state = 2}, + [218] = {.lex_state = 434, .external_lex_state = 2}, + [219] = {.lex_state = 434, .external_lex_state = 2}, + [220] = {.lex_state = 434, .external_lex_state = 2}, + [221] = {.lex_state = 434, .external_lex_state = 2}, + [222] = {.lex_state = 434, .external_lex_state = 2}, + [223] = {.lex_state = 434, .external_lex_state = 2}, + [224] = {.lex_state = 434, .external_lex_state = 2}, + [225] = {.lex_state = 434, .external_lex_state = 2}, + [226] = {.lex_state = 434, .external_lex_state = 2}, + [227] = {.lex_state = 434, .external_lex_state = 2}, + [228] = {.lex_state = 434, .external_lex_state = 2}, + [229] = {.lex_state = 434, .external_lex_state = 2}, + [230] = {.lex_state = 434, .external_lex_state = 2}, + [231] = {.lex_state = 434, .external_lex_state = 2}, + [232] = {.lex_state = 434, .external_lex_state = 2}, + [233] = {.lex_state = 434, .external_lex_state = 2}, + [234] = {.lex_state = 434, .external_lex_state = 2}, + [235] = {.lex_state = 434, .external_lex_state = 2}, + [236] = {.lex_state = 434, .external_lex_state = 2}, + [237] = {.lex_state = 434, .external_lex_state = 2}, + [238] = {.lex_state = 434, .external_lex_state = 2}, + [239] = {.lex_state = 434, .external_lex_state = 2}, + [240] = {.lex_state = 434, .external_lex_state = 2}, + [241] = {.lex_state = 434, .external_lex_state = 2}, + [242] = {.lex_state = 201, .external_lex_state = 2}, + [243] = {.lex_state = 434, .external_lex_state = 2}, + [244] = {.lex_state = 434, .external_lex_state = 2}, + [245] = {.lex_state = 434, .external_lex_state = 2}, + [246] = {.lex_state = 434, .external_lex_state = 2}, + [247] = {.lex_state = 434, .external_lex_state = 2}, + [248] = {.lex_state = 434, .external_lex_state = 2}, + [249] = {.lex_state = 434, .external_lex_state = 2}, + [250] = {.lex_state = 434, .external_lex_state = 2}, + [251] = {.lex_state = 434, .external_lex_state = 2}, + [252] = {.lex_state = 434, .external_lex_state = 2}, + [253] = {.lex_state = 434, .external_lex_state = 2}, + [254] = {.lex_state = 434, .external_lex_state = 2}, + [255] = {.lex_state = 434, .external_lex_state = 2}, + [256] = {.lex_state = 434, .external_lex_state = 2}, + [257] = {.lex_state = 434, .external_lex_state = 2}, + [258] = {.lex_state = 434, .external_lex_state = 2}, + [259] = {.lex_state = 434, .external_lex_state = 2}, + [260] = {.lex_state = 434, .external_lex_state = 2}, + [261] = {.lex_state = 434, .external_lex_state = 2}, + [262] = {.lex_state = 434, .external_lex_state = 2}, + [263] = {.lex_state = 434, .external_lex_state = 2}, + [264] = {.lex_state = 434, .external_lex_state = 2}, + [265] = {.lex_state = 434, .external_lex_state = 2}, + [266] = {.lex_state = 434, .external_lex_state = 2}, + [267] = {.lex_state = 434, .external_lex_state = 2}, + [268] = {.lex_state = 434, .external_lex_state = 2}, + [269] = {.lex_state = 434, .external_lex_state = 2}, + [270] = {.lex_state = 434, .external_lex_state = 2}, + [271] = {.lex_state = 434, .external_lex_state = 2}, + [272] = {.lex_state = 434, .external_lex_state = 2}, + [273] = {.lex_state = 434, .external_lex_state = 2}, + [274] = {.lex_state = 434, .external_lex_state = 2}, + [275] = {.lex_state = 434, .external_lex_state = 2}, + [276] = {.lex_state = 434, .external_lex_state = 2}, + [277] = {.lex_state = 434, .external_lex_state = 2}, + [278] = {.lex_state = 434, .external_lex_state = 2}, + [279] = {.lex_state = 434, .external_lex_state = 2}, + [280] = {.lex_state = 434, .external_lex_state = 2}, + [281] = {.lex_state = 434, .external_lex_state = 2}, + [282] = {.lex_state = 434, .external_lex_state = 2}, + [283] = {.lex_state = 434, .external_lex_state = 2}, + [284] = {.lex_state = 434, .external_lex_state = 2}, + [285] = {.lex_state = 434, .external_lex_state = 2}, + [286] = {.lex_state = 434, .external_lex_state = 2}, + [287] = {.lex_state = 434, .external_lex_state = 2}, + [288] = {.lex_state = 434, .external_lex_state = 2}, + [289] = {.lex_state = 434, .external_lex_state = 2}, + [290] = {.lex_state = 434, .external_lex_state = 2}, + [291] = {.lex_state = 434, .external_lex_state = 2}, [292] = {.lex_state = 186, .external_lex_state = 6}, - [293] = {.lex_state = 435, .external_lex_state = 2}, - [294] = {.lex_state = 435, .external_lex_state = 2}, - [295] = {.lex_state = 435, .external_lex_state = 2}, - [296] = {.lex_state = 435, .external_lex_state = 2}, - [297] = {.lex_state = 435, .external_lex_state = 2}, - [298] = {.lex_state = 435, .external_lex_state = 2}, - [299] = {.lex_state = 435, .external_lex_state = 2}, - [300] = {.lex_state = 435, .external_lex_state = 2}, - [301] = {.lex_state = 435, .external_lex_state = 2}, - [302] = {.lex_state = 435, .external_lex_state = 2}, - [303] = {.lex_state = 435, .external_lex_state = 2}, - [304] = {.lex_state = 435, .external_lex_state = 2}, - [305] = {.lex_state = 435, .external_lex_state = 2}, - [306] = {.lex_state = 435, .external_lex_state = 2}, - [307] = {.lex_state = 187, .external_lex_state = 6}, - [308] = {.lex_state = 189, .external_lex_state = 7}, - [309] = {.lex_state = 188, .external_lex_state = 6}, - [310] = {.lex_state = 189, .external_lex_state = 7}, - [311] = {.lex_state = 189, .external_lex_state = 7}, - [312] = {.lex_state = 189, .external_lex_state = 7}, - [313] = {.lex_state = 189, .external_lex_state = 7}, - [314] = {.lex_state = 186, .external_lex_state = 6}, - [315] = {.lex_state = 189, .external_lex_state = 7}, - [316] = {.lex_state = 190, .external_lex_state = 6}, - [317] = {.lex_state = 189, .external_lex_state = 7}, - [318] = {.lex_state = 186, .external_lex_state = 6}, - [319] = {.lex_state = 12, .external_lex_state = 8}, - [320] = {.lex_state = 12, .external_lex_state = 8}, - [321] = {.lex_state = 140, .external_lex_state = 8}, - [322] = {.lex_state = 140, .external_lex_state = 8}, - [323] = {.lex_state = 110, .external_lex_state = 3}, - [324] = {.lex_state = 110, .external_lex_state = 3}, - [325] = {.lex_state = 184, .external_lex_state = 9}, - [326] = {.lex_state = 184, .external_lex_state = 9}, - [327] = {.lex_state = 110, .external_lex_state = 3}, - [328] = {.lex_state = 110, .external_lex_state = 3}, - [329] = {.lex_state = 141, .external_lex_state = 3}, - [330] = {.lex_state = 110, .external_lex_state = 3}, - [331] = {.lex_state = 110, .external_lex_state = 3}, - [332] = {.lex_state = 110, .external_lex_state = 3}, - [333] = {.lex_state = 110, .external_lex_state = 3}, - [334] = {.lex_state = 141, .external_lex_state = 3}, - [335] = {.lex_state = 141, .external_lex_state = 3}, - [336] = {.lex_state = 110, .external_lex_state = 3}, - [337] = {.lex_state = 110, .external_lex_state = 3}, - [338] = {.lex_state = 141, .external_lex_state = 3}, - [339] = {.lex_state = 110, .external_lex_state = 3}, - [340] = {.lex_state = 110, .external_lex_state = 3}, - [341] = {.lex_state = 141, .external_lex_state = 3}, - [342] = {.lex_state = 110, .external_lex_state = 3}, - [343] = {.lex_state = 110, .external_lex_state = 3}, - [344] = {.lex_state = 110, .external_lex_state = 3}, - [345] = {.lex_state = 110, .external_lex_state = 3}, - [346] = {.lex_state = 110, .external_lex_state = 3}, - [347] = {.lex_state = 110, .external_lex_state = 3}, - [348] = {.lex_state = 141, .external_lex_state = 3}, - [349] = {.lex_state = 110, .external_lex_state = 3}, - [350] = {.lex_state = 110, .external_lex_state = 3}, - [351] = {.lex_state = 110, .external_lex_state = 3}, - [352] = {.lex_state = 110, .external_lex_state = 3}, - [353] = {.lex_state = 110, .external_lex_state = 3}, - [354] = {.lex_state = 110, .external_lex_state = 3}, - [355] = {.lex_state = 110, .external_lex_state = 3}, - [356] = {.lex_state = 110, .external_lex_state = 3}, - [357] = {.lex_state = 110, .external_lex_state = 3}, + [293] = {.lex_state = 434, .external_lex_state = 2}, + [294] = {.lex_state = 434, .external_lex_state = 2}, + [295] = {.lex_state = 434, .external_lex_state = 2}, + [296] = {.lex_state = 434, .external_lex_state = 2}, + [297] = {.lex_state = 434, .external_lex_state = 2}, + [298] = {.lex_state = 434, .external_lex_state = 2}, + [299] = {.lex_state = 434, .external_lex_state = 2}, + [300] = {.lex_state = 434, .external_lex_state = 2}, + [301] = {.lex_state = 434, .external_lex_state = 2}, + [302] = {.lex_state = 434, .external_lex_state = 2}, + [303] = {.lex_state = 434, .external_lex_state = 2}, + [304] = {.lex_state = 434, .external_lex_state = 2}, + [305] = {.lex_state = 189, .external_lex_state = 6}, + [306] = {.lex_state = 190, .external_lex_state = 7}, + [307] = {.lex_state = 190, .external_lex_state = 7}, + [308] = {.lex_state = 186, .external_lex_state = 6}, + [309] = {.lex_state = 187, .external_lex_state = 6}, + [310] = {.lex_state = 190, .external_lex_state = 7}, + [311] = {.lex_state = 190, .external_lex_state = 7}, + [312] = {.lex_state = 188, .external_lex_state = 6}, + [313] = {.lex_state = 190, .external_lex_state = 7}, + [314] = {.lex_state = 190, .external_lex_state = 7}, + [315] = {.lex_state = 190, .external_lex_state = 7}, + [316] = {.lex_state = 186, .external_lex_state = 6}, + [317] = {.lex_state = 12, .external_lex_state = 8}, + [318] = {.lex_state = 12, .external_lex_state = 8}, + [319] = {.lex_state = 140, .external_lex_state = 8}, + [320] = {.lex_state = 140, .external_lex_state = 8}, + [321] = {.lex_state = 108, .external_lex_state = 3}, + [322] = {.lex_state = 184, .external_lex_state = 9}, + [323] = {.lex_state = 184, .external_lex_state = 9}, + [324] = {.lex_state = 108, .external_lex_state = 3}, + [325] = {.lex_state = 108, .external_lex_state = 3}, + [326] = {.lex_state = 108, .external_lex_state = 3}, + [327] = {.lex_state = 108, .external_lex_state = 3}, + [328] = {.lex_state = 108, .external_lex_state = 3}, + [329] = {.lex_state = 108, .external_lex_state = 3}, + [330] = {.lex_state = 108, .external_lex_state = 3}, + [331] = {.lex_state = 141, .external_lex_state = 3}, + [332] = {.lex_state = 141, .external_lex_state = 3}, + [333] = {.lex_state = 108, .external_lex_state = 3}, + [334] = {.lex_state = 108, .external_lex_state = 3}, + [335] = {.lex_state = 108, .external_lex_state = 3}, + [336] = {.lex_state = 141, .external_lex_state = 3}, + [337] = {.lex_state = 108, .external_lex_state = 3}, + [338] = {.lex_state = 108, .external_lex_state = 3}, + [339] = {.lex_state = 108, .external_lex_state = 3}, + [340] = {.lex_state = 141, .external_lex_state = 3}, + [341] = {.lex_state = 108, .external_lex_state = 3}, + [342] = {.lex_state = 108, .external_lex_state = 3}, + [343] = {.lex_state = 108, .external_lex_state = 3}, + [344] = {.lex_state = 141, .external_lex_state = 3}, + [345] = {.lex_state = 108, .external_lex_state = 3}, + [346] = {.lex_state = 108, .external_lex_state = 3}, + [347] = {.lex_state = 108, .external_lex_state = 3}, + [348] = {.lex_state = 108, .external_lex_state = 3}, + [349] = {.lex_state = 108, .external_lex_state = 3}, + [350] = {.lex_state = 108, .external_lex_state = 3}, + [351] = {.lex_state = 108, .external_lex_state = 3}, + [352] = {.lex_state = 141, .external_lex_state = 3}, + [353] = {.lex_state = 108, .external_lex_state = 3}, + [354] = {.lex_state = 108, .external_lex_state = 3}, + [355] = {.lex_state = 108, .external_lex_state = 3}, + [356] = {.lex_state = 141, .external_lex_state = 3}, + [357] = {.lex_state = 141, .external_lex_state = 3}, [358] = {.lex_state = 141, .external_lex_state = 3}, [359] = {.lex_state = 141, .external_lex_state = 3}, [360] = {.lex_state = 141, .external_lex_state = 3}, - [361] = {.lex_state = 141, .external_lex_state = 3}, - [362] = {.lex_state = 141, .external_lex_state = 3}, + [361] = {.lex_state = 144, .external_lex_state = 8}, + [362] = {.lex_state = 144, .external_lex_state = 8}, [363] = {.lex_state = 141, .external_lex_state = 3}, - [364] = {.lex_state = 144, .external_lex_state = 8}, + [364] = {.lex_state = 141, .external_lex_state = 3}, [365] = {.lex_state = 141, .external_lex_state = 3}, [366] = {.lex_state = 141, .external_lex_state = 3}, [367] = {.lex_state = 141, .external_lex_state = 3}, [368] = {.lex_state = 141, .external_lex_state = 3}, [369] = {.lex_state = 141, .external_lex_state = 3}, - [370] = {.lex_state = 144, .external_lex_state = 8}, - [371] = {.lex_state = 144, .external_lex_state = 8}, + [370] = {.lex_state = 141, .external_lex_state = 3}, + [371] = {.lex_state = 141, .external_lex_state = 3}, [372] = {.lex_state = 141, .external_lex_state = 3}, - [373] = {.lex_state = 141, .external_lex_state = 3}, + [373] = {.lex_state = 144, .external_lex_state = 8}, [374] = {.lex_state = 141, .external_lex_state = 3}, [375] = {.lex_state = 141, .external_lex_state = 3}, [376] = {.lex_state = 141, .external_lex_state = 3}, [377] = {.lex_state = 141, .external_lex_state = 3}, - [378] = {.lex_state = 141, .external_lex_state = 3}, - [379] = {.lex_state = 141, .external_lex_state = 3}, + [378] = {.lex_state = 203, .external_lex_state = 5}, + [379] = {.lex_state = 144, .external_lex_state = 8}, [380] = {.lex_state = 147, .external_lex_state = 8}, - [381] = {.lex_state = 203, .external_lex_state = 5}, - [382] = {.lex_state = 147, .external_lex_state = 8}, + [381] = {.lex_state = 147, .external_lex_state = 8}, + [382] = {.lex_state = 144, .external_lex_state = 8}, [383] = {.lex_state = 144, .external_lex_state = 8}, - [384] = {.lex_state = 144, .external_lex_state = 8}, - [385] = {.lex_state = 144, .external_lex_state = 8}, + [384] = {.lex_state = 203, .external_lex_state = 5}, + [385] = {.lex_state = 147, .external_lex_state = 8}, [386] = {.lex_state = 203, .external_lex_state = 5}, - [387] = {.lex_state = 147, .external_lex_state = 8}, - [388] = {.lex_state = 203, .external_lex_state = 5}, + [387] = {.lex_state = 203, .external_lex_state = 5}, + [388] = {.lex_state = 147, .external_lex_state = 8}, [389] = {.lex_state = 203, .external_lex_state = 5}, [390] = {.lex_state = 203, .external_lex_state = 5}, [391] = {.lex_state = 203, .external_lex_state = 5}, - [392] = {.lex_state = 147, .external_lex_state = 8}, + [392] = {.lex_state = 203, .external_lex_state = 5}, [393] = {.lex_state = 203, .external_lex_state = 5}, [394] = {.lex_state = 203, .external_lex_state = 5}, [395] = {.lex_state = 203, .external_lex_state = 5}, @@ -16070,4187 +16332,4331 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [407] = {.lex_state = 203, .external_lex_state = 5}, [408] = {.lex_state = 203, .external_lex_state = 5}, [409] = {.lex_state = 203, .external_lex_state = 5}, - [410] = {.lex_state = 203, .external_lex_state = 5}, - [411] = {.lex_state = 203, .external_lex_state = 5}, + [410] = {.lex_state = 204, .external_lex_state = 9}, + [411] = {.lex_state = 204, .external_lex_state = 9}, [412] = {.lex_state = 204, .external_lex_state = 9}, [413] = {.lex_state = 204, .external_lex_state = 9}, - [414] = {.lex_state = 204, .external_lex_state = 9}, - [415] = {.lex_state = 204, .external_lex_state = 9}, + [414] = {.lex_state = 199, .external_lex_state = 2}, + [415] = {.lex_state = 199, .external_lex_state = 2}, [416] = {.lex_state = 199, .external_lex_state = 2}, [417] = {.lex_state = 199, .external_lex_state = 2}, - [418] = {.lex_state = 199, .external_lex_state = 2}, - [419] = {.lex_state = 199, .external_lex_state = 2}, + [418] = {.lex_state = 150, .external_lex_state = 10}, + [419] = {.lex_state = 150, .external_lex_state = 10}, [420] = {.lex_state = 150, .external_lex_state = 10}, - [421] = {.lex_state = 150, .external_lex_state = 10}, - [422] = {.lex_state = 150, .external_lex_state = 10}, + [421] = {.lex_state = 153, .external_lex_state = 8}, + [422] = {.lex_state = 153, .external_lex_state = 8}, [423] = {.lex_state = 153, .external_lex_state = 8}, - [424] = {.lex_state = 156, .external_lex_state = 10}, - [425] = {.lex_state = 153, .external_lex_state = 8}, - [426] = {.lex_state = 156, .external_lex_state = 10}, - [427] = {.lex_state = 153, .external_lex_state = 8}, + [424] = {.lex_state = 153, .external_lex_state = 8}, + [425] = {.lex_state = 156, .external_lex_state = 10}, + [426] = {.lex_state = 153, .external_lex_state = 8}, + [427] = {.lex_state = 156, .external_lex_state = 10}, [428] = {.lex_state = 156, .external_lex_state = 10}, - [429] = {.lex_state = 153, .external_lex_state = 8}, - [430] = {.lex_state = 153, .external_lex_state = 8}, + [429] = {.lex_state = 159, .external_lex_state = 8}, + [430] = {.lex_state = 143, .external_lex_state = 8}, [431] = {.lex_state = 159, .external_lex_state = 8}, [432] = {.lex_state = 159, .external_lex_state = 8}, [433] = {.lex_state = 427, .external_lex_state = 10}, - [434] = {.lex_state = 159, .external_lex_state = 8}, - [435] = {.lex_state = 427, .external_lex_state = 10}, + [434] = {.lex_state = 427, .external_lex_state = 10}, + [435] = {.lex_state = 159, .external_lex_state = 8}, [436] = {.lex_state = 427, .external_lex_state = 10}, [437] = {.lex_state = 143, .external_lex_state = 8}, [438] = {.lex_state = 427, .external_lex_state = 10}, [439] = {.lex_state = 427, .external_lex_state = 10}, - [440] = {.lex_state = 143, .external_lex_state = 8}, + [440] = {.lex_state = 427, .external_lex_state = 10}, [441] = {.lex_state = 159, .external_lex_state = 8}, [442] = {.lex_state = 427, .external_lex_state = 10}, - [443] = {.lex_state = 159, .external_lex_state = 8}, - [444] = {.lex_state = 150, .external_lex_state = 11}, + [443] = {.lex_state = 428, .external_lex_state = 8}, + [444] = {.lex_state = 427, .external_lex_state = 10}, [445] = {.lex_state = 150, .external_lex_state = 11}, - [446] = {.lex_state = 146, .external_lex_state = 8}, - [447] = {.lex_state = 429, .external_lex_state = 8}, - [448] = {.lex_state = 429, .external_lex_state = 8}, - [449] = {.lex_state = 146, .external_lex_state = 8}, - [450] = {.lex_state = 427, .external_lex_state = 10}, - [451] = {.lex_state = 429, .external_lex_state = 8}, - [452] = {.lex_state = 429, .external_lex_state = 8}, - [453] = {.lex_state = 150, .external_lex_state = 11}, - [454] = {.lex_state = 429, .external_lex_state = 8}, - [455] = {.lex_state = 429, .external_lex_state = 8}, - [456] = {.lex_state = 429, .external_lex_state = 8}, - [457] = {.lex_state = 429, .external_lex_state = 8}, + [446] = {.lex_state = 428, .external_lex_state = 8}, + [447] = {.lex_state = 427, .external_lex_state = 10}, + [448] = {.lex_state = 428, .external_lex_state = 8}, + [449] = {.lex_state = 150, .external_lex_state = 11}, + [450] = {.lex_state = 428, .external_lex_state = 8}, + [451] = {.lex_state = 428, .external_lex_state = 8}, + [452] = {.lex_state = 428, .external_lex_state = 8}, + [453] = {.lex_state = 428, .external_lex_state = 8}, + [454] = {.lex_state = 428, .external_lex_state = 8}, + [455] = {.lex_state = 150, .external_lex_state = 11}, + [456] = {.lex_state = 146, .external_lex_state = 8}, + [457] = {.lex_state = 428, .external_lex_state = 8}, [458] = {.lex_state = 427, .external_lex_state = 10}, - [459] = {.lex_state = 427, .external_lex_state = 10}, - [460] = {.lex_state = 427, .external_lex_state = 10}, - [461] = {.lex_state = 429, .external_lex_state = 8}, - [462] = {.lex_state = 429, .external_lex_state = 8}, - [463] = {.lex_state = 427, .external_lex_state = 10}, - [464] = {.lex_state = 429, .external_lex_state = 8}, - [465] = {.lex_state = 429, .external_lex_state = 8}, - [466] = {.lex_state = 149, .external_lex_state = 10}, - [467] = {.lex_state = 429, .external_lex_state = 8}, + [459] = {.lex_state = 428, .external_lex_state = 8}, + [460] = {.lex_state = 146, .external_lex_state = 8}, + [461] = {.lex_state = 427, .external_lex_state = 10}, + [462] = {.lex_state = 149, .external_lex_state = 10}, + [463] = {.lex_state = 428, .external_lex_state = 8}, + [464] = {.lex_state = 428, .external_lex_state = 8}, + [465] = {.lex_state = 149, .external_lex_state = 10}, + [466] = {.lex_state = 428, .external_lex_state = 8}, + [467] = {.lex_state = 156, .external_lex_state = 11}, [468] = {.lex_state = 152, .external_lex_state = 8}, - [469] = {.lex_state = 149, .external_lex_state = 10}, - [470] = {.lex_state = 149, .external_lex_state = 10}, - [471] = {.lex_state = 156, .external_lex_state = 11}, - [472] = {.lex_state = 149, .external_lex_state = 10}, - [473] = {.lex_state = 429, .external_lex_state = 8}, - [474] = {.lex_state = 156, .external_lex_state = 11}, - [475] = {.lex_state = 152, .external_lex_state = 8}, - [476] = {.lex_state = 426, .external_lex_state = 8}, - [477] = {.lex_state = 429, .external_lex_state = 8}, - [478] = {.lex_state = 156, .external_lex_state = 11}, - [479] = {.lex_state = 429, .external_lex_state = 8}, - [480] = {.lex_state = 429, .external_lex_state = 8}, - [481] = {.lex_state = 429, .external_lex_state = 8}, - [482] = {.lex_state = 429, .external_lex_state = 8}, - [483] = {.lex_state = 426, .external_lex_state = 8}, - [484] = {.lex_state = 435, .external_lex_state = 2}, + [469] = {.lex_state = 425, .external_lex_state = 8}, + [470] = {.lex_state = 152, .external_lex_state = 8}, + [471] = {.lex_state = 428, .external_lex_state = 8}, + [472] = {.lex_state = 428, .external_lex_state = 8}, + [473] = {.lex_state = 425, .external_lex_state = 8}, + [474] = {.lex_state = 149, .external_lex_state = 10}, + [475] = {.lex_state = 156, .external_lex_state = 11}, + [476] = {.lex_state = 428, .external_lex_state = 8}, + [477] = {.lex_state = 428, .external_lex_state = 8}, + [478] = {.lex_state = 149, .external_lex_state = 10}, + [479] = {.lex_state = 428, .external_lex_state = 8}, + [480] = {.lex_state = 428, .external_lex_state = 8}, + [481] = {.lex_state = 156, .external_lex_state = 11}, + [482] = {.lex_state = 427, .external_lex_state = 11}, + [483] = {.lex_state = 158, .external_lex_state = 10}, + [484] = {.lex_state = 158, .external_lex_state = 10}, [485] = {.lex_state = 158, .external_lex_state = 10}, - [486] = {.lex_state = 158, .external_lex_state = 10}, - [487] = {.lex_state = 158, .external_lex_state = 10}, + [486] = {.lex_state = 149, .external_lex_state = 11}, + [487] = {.lex_state = 425, .external_lex_state = 8}, [488] = {.lex_state = 427, .external_lex_state = 11}, [489] = {.lex_state = 158, .external_lex_state = 10}, - [490] = {.lex_state = 427, .external_lex_state = 11}, - [491] = {.lex_state = 427, .external_lex_state = 11}, + [490] = {.lex_state = 149, .external_lex_state = 11}, + [491] = {.lex_state = 425, .external_lex_state = 8}, [492] = {.lex_state = 427, .external_lex_state = 11}, - [493] = {.lex_state = 426, .external_lex_state = 8}, - [494] = {.lex_state = 149, .external_lex_state = 11}, - [495] = {.lex_state = 149, .external_lex_state = 11}, + [493] = {.lex_state = 434, .external_lex_state = 2}, + [494] = {.lex_state = 427, .external_lex_state = 11}, + [495] = {.lex_state = 427, .external_lex_state = 11}, [496] = {.lex_state = 427, .external_lex_state = 11}, - [497] = {.lex_state = 426, .external_lex_state = 8}, - [498] = {.lex_state = 427, .external_lex_state = 11}, - [499] = {.lex_state = 161, .external_lex_state = 10}, - [500] = {.lex_state = 161, .external_lex_state = 10}, + [497] = {.lex_state = 426, .external_lex_state = 10}, + [498] = {.lex_state = 200, .external_lex_state = 2}, + [499] = {.lex_state = 427, .external_lex_state = 11}, + [500] = {.lex_state = 163, .external_lex_state = 10}, [501] = {.lex_state = 427, .external_lex_state = 11}, - [502] = {.lex_state = 161, .external_lex_state = 10}, - [503] = {.lex_state = 200, .external_lex_state = 2}, - [504] = {.lex_state = 161, .external_lex_state = 10}, - [505] = {.lex_state = 156, .external_lex_state = 10}, - [506] = {.lex_state = 428, .external_lex_state = 10}, - [507] = {.lex_state = 158, .external_lex_state = 11}, - [508] = {.lex_state = 428, .external_lex_state = 10}, + [502] = {.lex_state = 200, .external_lex_state = 2}, + [503] = {.lex_state = 427, .external_lex_state = 11}, + [504] = {.lex_state = 158, .external_lex_state = 11}, + [505] = {.lex_state = 163, .external_lex_state = 10}, + [506] = {.lex_state = 427, .external_lex_state = 11}, + [507] = {.lex_state = 163, .external_lex_state = 10}, + [508] = {.lex_state = 163, .external_lex_state = 10}, [509] = {.lex_state = 156, .external_lex_state = 10}, - [510] = {.lex_state = 158, .external_lex_state = 11}, - [511] = {.lex_state = 427, .external_lex_state = 11}, - [512] = {.lex_state = 435, .external_lex_state = 2}, - [513] = {.lex_state = 427, .external_lex_state = 11}, - [514] = {.lex_state = 200, .external_lex_state = 2}, - [515] = {.lex_state = 428, .external_lex_state = 10}, - [516] = {.lex_state = 427, .external_lex_state = 11}, - [517] = {.lex_state = 428, .external_lex_state = 10}, - [518] = {.lex_state = 427, .external_lex_state = 11}, - [519] = {.lex_state = 156, .external_lex_state = 10}, - [520] = {.lex_state = 435, .external_lex_state = 2}, + [510] = {.lex_state = 427, .external_lex_state = 11}, + [511] = {.lex_state = 158, .external_lex_state = 11}, + [512] = {.lex_state = 156, .external_lex_state = 10}, + [513] = {.lex_state = 156, .external_lex_state = 10}, + [514] = {.lex_state = 426, .external_lex_state = 10}, + [515] = {.lex_state = 426, .external_lex_state = 10}, + [516] = {.lex_state = 434, .external_lex_state = 2}, + [517] = {.lex_state = 426, .external_lex_state = 10}, + [518] = {.lex_state = 434, .external_lex_state = 2}, + [519] = {.lex_state = 426, .external_lex_state = 10}, + [520] = {.lex_state = 426, .external_lex_state = 10}, [521] = {.lex_state = 235, .external_lex_state = 2}, - [522] = {.lex_state = 235, .external_lex_state = 2}, - [523] = {.lex_state = 161, .external_lex_state = 11}, - [524] = {.lex_state = 428, .external_lex_state = 11}, - [525] = {.lex_state = 428, .external_lex_state = 10}, - [526] = {.lex_state = 428, .external_lex_state = 10}, - [527] = {.lex_state = 243, .external_lex_state = 12}, - [528] = {.lex_state = 428, .external_lex_state = 10}, + [522] = {.lex_state = 159, .external_lex_state = 8}, + [523] = {.lex_state = 159, .external_lex_state = 8}, + [524] = {.lex_state = 159, .external_lex_state = 8}, + [525] = {.lex_state = 235, .external_lex_state = 2}, + [526] = {.lex_state = 243, .external_lex_state = 12}, + [527] = {.lex_state = 426, .external_lex_state = 10}, + [528] = {.lex_state = 235, .external_lex_state = 2}, [529] = {.lex_state = 243, .external_lex_state = 12}, - [530] = {.lex_state = 159, .external_lex_state = 8}, - [531] = {.lex_state = 159, .external_lex_state = 8}, - [532] = {.lex_state = 159, .external_lex_state = 8}, - [533] = {.lex_state = 235, .external_lex_state = 2}, - [534] = {.lex_state = 159, .external_lex_state = 8}, - [535] = {.lex_state = 235, .external_lex_state = 2}, - [536] = {.lex_state = 235, .external_lex_state = 2}, - [537] = {.lex_state = 428, .external_lex_state = 11}, - [538] = {.lex_state = 243, .external_lex_state = 12}, - [539] = {.lex_state = 161, .external_lex_state = 11}, - [540] = {.lex_state = 159, .external_lex_state = 8}, + [530] = {.lex_state = 235, .external_lex_state = 2}, + [531] = {.lex_state = 426, .external_lex_state = 11}, + [532] = {.lex_state = 426, .external_lex_state = 11}, + [533] = {.lex_state = 163, .external_lex_state = 11}, + [534] = {.lex_state = 235, .external_lex_state = 2}, + [535] = {.lex_state = 159, .external_lex_state = 8}, + [536] = {.lex_state = 426, .external_lex_state = 10}, + [537] = {.lex_state = 243, .external_lex_state = 12}, + [538] = {.lex_state = 235, .external_lex_state = 2}, + [539] = {.lex_state = 159, .external_lex_state = 8}, + [540] = {.lex_state = 163, .external_lex_state = 11}, [541] = {.lex_state = 235, .external_lex_state = 2}, - [542] = {.lex_state = 428, .external_lex_state = 10}, - [543] = {.lex_state = 235, .external_lex_state = 2}, - [544] = {.lex_state = 235, .external_lex_state = 2}, + [542] = {.lex_state = 235, .external_lex_state = 2}, + [543] = {.lex_state = 426, .external_lex_state = 11}, + [544] = {.lex_state = 426, .external_lex_state = 11}, [545] = {.lex_state = 239, .external_lex_state = 13}, [546] = {.lex_state = 239, .external_lex_state = 13}, [547] = {.lex_state = 166, .external_lex_state = 10}, - [548] = {.lex_state = 166, .external_lex_state = 10}, - [549] = {.lex_state = 239, .external_lex_state = 13}, - [550] = {.lex_state = 239, .external_lex_state = 13}, - [551] = {.lex_state = 428, .external_lex_state = 11}, - [552] = {.lex_state = 165, .external_lex_state = 8}, - [553] = {.lex_state = 428, .external_lex_state = 11}, - [554] = {.lex_state = 165, .external_lex_state = 8}, - [555] = {.lex_state = 166, .external_lex_state = 10}, - [556] = {.lex_state = 239, .external_lex_state = 13}, - [557] = {.lex_state = 166, .external_lex_state = 10}, - [558] = {.lex_state = 168, .external_lex_state = 10}, - [559] = {.lex_state = 168, .external_lex_state = 10}, - [560] = {.lex_state = 192, .external_lex_state = 13}, - [561] = {.lex_state = 192, .external_lex_state = 13}, - [562] = {.lex_state = 435, .external_lex_state = 2}, - [563] = {.lex_state = 156, .external_lex_state = 11}, - [564] = {.lex_state = 168, .external_lex_state = 10}, - [565] = {.lex_state = 156, .external_lex_state = 11}, + [548] = {.lex_state = 165, .external_lex_state = 8}, + [549] = {.lex_state = 166, .external_lex_state = 10}, + [550] = {.lex_state = 166, .external_lex_state = 10}, + [551] = {.lex_state = 165, .external_lex_state = 8}, + [552] = {.lex_state = 239, .external_lex_state = 13}, + [553] = {.lex_state = 239, .external_lex_state = 13}, + [554] = {.lex_state = 166, .external_lex_state = 10}, + [555] = {.lex_state = 239, .external_lex_state = 13}, + [556] = {.lex_state = 168, .external_lex_state = 10}, + [557] = {.lex_state = 168, .external_lex_state = 10}, + [558] = {.lex_state = 170, .external_lex_state = 3}, + [559] = {.lex_state = 156, .external_lex_state = 11}, + [560] = {.lex_state = 168, .external_lex_state = 10}, + [561] = {.lex_state = 434, .external_lex_state = 2}, + [562] = {.lex_state = 192, .external_lex_state = 13}, + [563] = {.lex_state = 434, .external_lex_state = 2}, + [564] = {.lex_state = 156, .external_lex_state = 11}, + [565] = {.lex_state = 192, .external_lex_state = 13}, [566] = {.lex_state = 201, .external_lex_state = 2}, - [567] = {.lex_state = 435, .external_lex_state = 2}, - [568] = {.lex_state = 170, .external_lex_state = 3}, - [569] = {.lex_state = 168, .external_lex_state = 10}, - [570] = {.lex_state = 435, .external_lex_state = 2}, - [571] = {.lex_state = 156, .external_lex_state = 11}, - [572] = {.lex_state = 167, .external_lex_state = 10}, - [573] = {.lex_state = 205, .external_lex_state = 14}, - [574] = {.lex_state = 170, .external_lex_state = 3}, - [575] = {.lex_state = 167, .external_lex_state = 10}, + [567] = {.lex_state = 168, .external_lex_state = 10}, + [568] = {.lex_state = 434, .external_lex_state = 2}, + [569] = {.lex_state = 156, .external_lex_state = 11}, + [570] = {.lex_state = 170, .external_lex_state = 3}, + [571] = {.lex_state = 429, .external_lex_state = 10}, + [572] = {.lex_state = 205, .external_lex_state = 14}, + [573] = {.lex_state = 170, .external_lex_state = 3}, + [574] = {.lex_state = 429, .external_lex_state = 10}, + [575] = {.lex_state = 434, .external_lex_state = 2}, [576] = {.lex_state = 170, .external_lex_state = 3}, - [577] = {.lex_state = 430, .external_lex_state = 10}, - [578] = {.lex_state = 430, .external_lex_state = 10}, - [579] = {.lex_state = 430, .external_lex_state = 10}, - [580] = {.lex_state = 193, .external_lex_state = 15}, - [581] = {.lex_state = 193, .external_lex_state = 15}, - [582] = {.lex_state = 435, .external_lex_state = 2}, - [583] = {.lex_state = 430, .external_lex_state = 10}, - [584] = {.lex_state = 243, .external_lex_state = 16}, - [585] = {.lex_state = 172, .external_lex_state = 3}, + [577] = {.lex_state = 429, .external_lex_state = 10}, + [578] = {.lex_state = 170, .external_lex_state = 3}, + [579] = {.lex_state = 172, .external_lex_state = 3}, + [580] = {.lex_state = 170, .external_lex_state = 3}, + [581] = {.lex_state = 167, .external_lex_state = 10}, + [582] = {.lex_state = 167, .external_lex_state = 10}, + [583] = {.lex_state = 429, .external_lex_state = 10}, + [584] = {.lex_state = 205, .external_lex_state = 14}, + [585] = {.lex_state = 170, .external_lex_state = 3}, [586] = {.lex_state = 170, .external_lex_state = 3}, - [587] = {.lex_state = 170, .external_lex_state = 3}, - [588] = {.lex_state = 170, .external_lex_state = 3}, - [589] = {.lex_state = 435, .external_lex_state = 2}, - [590] = {.lex_state = 205, .external_lex_state = 14}, - [591] = {.lex_state = 167, .external_lex_state = 10}, - [592] = {.lex_state = 430, .external_lex_state = 10}, - [593] = {.lex_state = 430, .external_lex_state = 10}, + [587] = {.lex_state = 167, .external_lex_state = 10}, + [588] = {.lex_state = 167, .external_lex_state = 10}, + [589] = {.lex_state = 429, .external_lex_state = 10}, + [590] = {.lex_state = 243, .external_lex_state = 15}, + [591] = {.lex_state = 193, .external_lex_state = 16}, + [592] = {.lex_state = 209, .external_lex_state = 17}, + [593] = {.lex_state = 193, .external_lex_state = 16}, [594] = {.lex_state = 209, .external_lex_state = 17}, [595] = {.lex_state = 170, .external_lex_state = 3}, - [596] = {.lex_state = 170, .external_lex_state = 3}, - [597] = {.lex_state = 435, .external_lex_state = 2}, - [598] = {.lex_state = 209, .external_lex_state = 17}, - [599] = {.lex_state = 170, .external_lex_state = 3}, - [600] = {.lex_state = 243, .external_lex_state = 16}, - [601] = {.lex_state = 430, .external_lex_state = 10}, - [602] = {.lex_state = 167, .external_lex_state = 10}, - [603] = {.lex_state = 430, .external_lex_state = 10}, - [604] = {.lex_state = 170, .external_lex_state = 3}, - [605] = {.lex_state = 170, .external_lex_state = 3}, - [606] = {.lex_state = 243, .external_lex_state = 16}, - [607] = {.lex_state = 430, .external_lex_state = 10}, - [608] = {.lex_state = 172, .external_lex_state = 3}, - [609] = {.lex_state = 172, .external_lex_state = 3}, - [610] = {.lex_state = 194, .external_lex_state = 12}, - [611] = {.lex_state = 206, .external_lex_state = 14}, - [612] = {.lex_state = 172, .external_lex_state = 3}, + [596] = {.lex_state = 243, .external_lex_state = 15}, + [597] = {.lex_state = 434, .external_lex_state = 2}, + [598] = {.lex_state = 243, .external_lex_state = 15}, + [599] = {.lex_state = 429, .external_lex_state = 10}, + [600] = {.lex_state = 429, .external_lex_state = 10}, + [601] = {.lex_state = 434, .external_lex_state = 2}, + [602] = {.lex_state = 170, .external_lex_state = 3}, + [603] = {.lex_state = 170, .external_lex_state = 3}, + [604] = {.lex_state = 429, .external_lex_state = 10}, + [605] = {.lex_state = 194, .external_lex_state = 12}, + [606] = {.lex_state = 173, .external_lex_state = 18}, + [607] = {.lex_state = 172, .external_lex_state = 3}, + [608] = {.lex_state = 173, .external_lex_state = 18}, + [609] = {.lex_state = 429, .external_lex_state = 10}, + [610] = {.lex_state = 173, .external_lex_state = 18}, + [611] = {.lex_state = 429, .external_lex_state = 10}, + [612] = {.lex_state = 170, .external_lex_state = 3}, [613] = {.lex_state = 172, .external_lex_state = 3}, - [614] = {.lex_state = 170, .external_lex_state = 3}, - [615] = {.lex_state = 170, .external_lex_state = 3}, - [616] = {.lex_state = 170, .external_lex_state = 3}, - [617] = {.lex_state = 170, .external_lex_state = 3}, - [618] = {.lex_state = 206, .external_lex_state = 14}, + [614] = {.lex_state = 173, .external_lex_state = 18}, + [615] = {.lex_state = 194, .external_lex_state = 12}, + [616] = {.lex_state = 209, .external_lex_state = 19}, + [617] = {.lex_state = 209, .external_lex_state = 19}, + [618] = {.lex_state = 170, .external_lex_state = 3}, [619] = {.lex_state = 170, .external_lex_state = 3}, [620] = {.lex_state = 170, .external_lex_state = 3}, [621] = {.lex_state = 172, .external_lex_state = 3}, - [622] = {.lex_state = 430, .external_lex_state = 10}, - [623] = {.lex_state = 170, .external_lex_state = 3}, - [624] = {.lex_state = 209, .external_lex_state = 18}, - [625] = {.lex_state = 209, .external_lex_state = 18}, - [626] = {.lex_state = 430, .external_lex_state = 10}, - [627] = {.lex_state = 430, .external_lex_state = 10}, - [628] = {.lex_state = 170, .external_lex_state = 3}, - [629] = {.lex_state = 170, .external_lex_state = 3}, - [630] = {.lex_state = 170, .external_lex_state = 3}, - [631] = {.lex_state = 430, .external_lex_state = 10}, - [632] = {.lex_state = 430, .external_lex_state = 10}, - [633] = {.lex_state = 170, .external_lex_state = 3}, - [634] = {.lex_state = 172, .external_lex_state = 3}, - [635] = {.lex_state = 172, .external_lex_state = 3}, - [636] = {.lex_state = 194, .external_lex_state = 12}, - [637] = {.lex_state = 170, .external_lex_state = 3}, - [638] = {.lex_state = 173, .external_lex_state = 19}, - [639] = {.lex_state = 430, .external_lex_state = 10}, - [640] = {.lex_state = 173, .external_lex_state = 19}, - [641] = {.lex_state = 194, .external_lex_state = 12}, - [642] = {.lex_state = 194, .external_lex_state = 12}, - [643] = {.lex_state = 431, .external_lex_state = 3}, + [622] = {.lex_state = 170, .external_lex_state = 3}, + [623] = {.lex_state = 173, .external_lex_state = 18}, + [624] = {.lex_state = 170, .external_lex_state = 3}, + [625] = {.lex_state = 170, .external_lex_state = 3}, + [626] = {.lex_state = 429, .external_lex_state = 10}, + [627] = {.lex_state = 194, .external_lex_state = 12}, + [628] = {.lex_state = 429, .external_lex_state = 10}, + [629] = {.lex_state = 172, .external_lex_state = 3}, + [630] = {.lex_state = 194, .external_lex_state = 12}, + [631] = {.lex_state = 170, .external_lex_state = 3}, + [632] = {.lex_state = 206, .external_lex_state = 14}, + [633] = {.lex_state = 206, .external_lex_state = 14}, + [634] = {.lex_state = 429, .external_lex_state = 10}, + [635] = {.lex_state = 429, .external_lex_state = 10}, + [636] = {.lex_state = 430, .external_lex_state = 3}, + [637] = {.lex_state = 207, .external_lex_state = 14}, + [638] = {.lex_state = 207, .external_lex_state = 14}, + [639] = {.lex_state = 167, .external_lex_state = 11}, + [640] = {.lex_state = 167, .external_lex_state = 11}, + [641] = {.lex_state = 429, .external_lex_state = 10}, + [642] = {.lex_state = 429, .external_lex_state = 10}, + [643] = {.lex_state = 210, .external_lex_state = 14}, [644] = {.lex_state = 170, .external_lex_state = 3}, - [645] = {.lex_state = 170, .external_lex_state = 3}, - [646] = {.lex_state = 431, .external_lex_state = 3}, + [645] = {.lex_state = 210, .external_lex_state = 14}, + [646] = {.lex_state = 172, .external_lex_state = 3}, [647] = {.lex_state = 172, .external_lex_state = 3}, - [648] = {.lex_state = 430, .external_lex_state = 10}, - [649] = {.lex_state = 170, .external_lex_state = 3}, - [650] = {.lex_state = 172, .external_lex_state = 3}, - [651] = {.lex_state = 210, .external_lex_state = 14}, - [652] = {.lex_state = 208, .external_lex_state = 14}, - [653] = {.lex_state = 167, .external_lex_state = 11}, - [654] = {.lex_state = 173, .external_lex_state = 19}, + [648] = {.lex_state = 170, .external_lex_state = 3}, + [649] = {.lex_state = 429, .external_lex_state = 10}, + [650] = {.lex_state = 429, .external_lex_state = 10}, + [651] = {.lex_state = 170, .external_lex_state = 3}, + [652] = {.lex_state = 170, .external_lex_state = 3}, + [653] = {.lex_state = 172, .external_lex_state = 3}, + [654] = {.lex_state = 170, .external_lex_state = 3}, [655] = {.lex_state = 170, .external_lex_state = 3}, [656] = {.lex_state = 170, .external_lex_state = 3}, - [657] = {.lex_state = 173, .external_lex_state = 19}, - [658] = {.lex_state = 208, .external_lex_state = 14}, - [659] = {.lex_state = 173, .external_lex_state = 19}, - [660] = {.lex_state = 173, .external_lex_state = 19}, - [661] = {.lex_state = 173, .external_lex_state = 19}, - [662] = {.lex_state = 170, .external_lex_state = 3}, - [663] = {.lex_state = 207, .external_lex_state = 14}, - [664] = {.lex_state = 173, .external_lex_state = 19}, - [665] = {.lex_state = 207, .external_lex_state = 14}, - [666] = {.lex_state = 167, .external_lex_state = 11}, - [667] = {.lex_state = 210, .external_lex_state = 14}, - [668] = {.lex_state = 430, .external_lex_state = 10}, - [669] = {.lex_state = 170, .external_lex_state = 3}, - [670] = {.lex_state = 172, .external_lex_state = 3}, - [671] = {.lex_state = 430, .external_lex_state = 10}, - [672] = {.lex_state = 173, .external_lex_state = 19}, - [673] = {.lex_state = 173, .external_lex_state = 19}, - [674] = {.lex_state = 173, .external_lex_state = 20}, - [675] = {.lex_state = 175, .external_lex_state = 19}, - [676] = {.lex_state = 176, .external_lex_state = 19}, - [677] = {.lex_state = 176, .external_lex_state = 19}, - [678] = {.lex_state = 194, .external_lex_state = 16}, + [657] = {.lex_state = 170, .external_lex_state = 3}, + [658] = {.lex_state = 170, .external_lex_state = 3}, + [659] = {.lex_state = 208, .external_lex_state = 14}, + [660] = {.lex_state = 208, .external_lex_state = 14}, + [661] = {.lex_state = 172, .external_lex_state = 3}, + [662] = {.lex_state = 430, .external_lex_state = 3}, + [663] = {.lex_state = 170, .external_lex_state = 3}, + [664] = {.lex_state = 170, .external_lex_state = 3}, + [665] = {.lex_state = 172, .external_lex_state = 3}, + [666] = {.lex_state = 173, .external_lex_state = 18}, + [667] = {.lex_state = 173, .external_lex_state = 18}, + [668] = {.lex_state = 173, .external_lex_state = 18}, + [669] = {.lex_state = 172, .external_lex_state = 3}, + [670] = {.lex_state = 175, .external_lex_state = 18}, + [671] = {.lex_state = 173, .external_lex_state = 18}, + [672] = {.lex_state = 172, .external_lex_state = 3}, + [673] = {.lex_state = 430, .external_lex_state = 3}, + [674] = {.lex_state = 430, .external_lex_state = 3}, + [675] = {.lex_state = 173, .external_lex_state = 20}, + [676] = {.lex_state = 172, .external_lex_state = 3}, + [677] = {.lex_state = 430, .external_lex_state = 3}, + [678] = {.lex_state = 173, .external_lex_state = 18}, [679] = {.lex_state = 172, .external_lex_state = 3}, - [680] = {.lex_state = 194, .external_lex_state = 16}, + [680] = {.lex_state = 211, .external_lex_state = 14}, [681] = {.lex_state = 173, .external_lex_state = 20}, - [682] = {.lex_state = 173, .external_lex_state = 20}, - [683] = {.lex_state = 175, .external_lex_state = 19}, - [684] = {.lex_state = 173, .external_lex_state = 20}, - [685] = {.lex_state = 173, .external_lex_state = 19}, - [686] = {.lex_state = 175, .external_lex_state = 19}, - [687] = {.lex_state = 173, .external_lex_state = 19}, - [688] = {.lex_state = 431, .external_lex_state = 3}, - [689] = {.lex_state = 175, .external_lex_state = 19}, - [690] = {.lex_state = 431, .external_lex_state = 3}, - [691] = {.lex_state = 172, .external_lex_state = 3}, - [692] = {.lex_state = 431, .external_lex_state = 3}, - [693] = {.lex_state = 431, .external_lex_state = 3}, - [694] = {.lex_state = 173, .external_lex_state = 19}, - [695] = {.lex_state = 173, .external_lex_state = 20}, - [696] = {.lex_state = 172, .external_lex_state = 3}, - [697] = {.lex_state = 153, .external_lex_state = 8}, - [698] = {.lex_state = 175, .external_lex_state = 19}, - [699] = {.lex_state = 173, .external_lex_state = 20}, - [700] = {.lex_state = 431, .external_lex_state = 3}, - [701] = {.lex_state = 431, .external_lex_state = 3}, - [702] = {.lex_state = 172, .external_lex_state = 3}, - [703] = {.lex_state = 172, .external_lex_state = 3}, - [704] = {.lex_state = 175, .external_lex_state = 19}, - [705] = {.lex_state = 173, .external_lex_state = 19}, - [706] = {.lex_state = 173, .external_lex_state = 19}, - [707] = {.lex_state = 153, .external_lex_state = 8}, - [708] = {.lex_state = 175, .external_lex_state = 19}, + [682] = {.lex_state = 430, .external_lex_state = 3}, + [683] = {.lex_state = 211, .external_lex_state = 14}, + [684] = {.lex_state = 194, .external_lex_state = 15}, + [685] = {.lex_state = 194, .external_lex_state = 15}, + [686] = {.lex_state = 430, .external_lex_state = 3}, + [687] = {.lex_state = 173, .external_lex_state = 20}, + [688] = {.lex_state = 175, .external_lex_state = 18}, + [689] = {.lex_state = 173, .external_lex_state = 18}, + [690] = {.lex_state = 173, .external_lex_state = 18}, + [691] = {.lex_state = 173, .external_lex_state = 18}, + [692] = {.lex_state = 173, .external_lex_state = 18}, + [693] = {.lex_state = 173, .external_lex_state = 18}, + [694] = {.lex_state = 430, .external_lex_state = 3}, + [695] = {.lex_state = 172, .external_lex_state = 3}, + [696] = {.lex_state = 173, .external_lex_state = 18}, + [697] = {.lex_state = 430, .external_lex_state = 3}, + [698] = {.lex_state = 172, .external_lex_state = 3}, + [699] = {.lex_state = 430, .external_lex_state = 3}, + [700] = {.lex_state = 430, .external_lex_state = 3}, + [701] = {.lex_state = 172, .external_lex_state = 3}, + [702] = {.lex_state = 430, .external_lex_state = 3}, + [703] = {.lex_state = 175, .external_lex_state = 18}, + [704] = {.lex_state = 175, .external_lex_state = 18}, + [705] = {.lex_state = 173, .external_lex_state = 18}, + [706] = {.lex_state = 430, .external_lex_state = 3}, + [707] = {.lex_state = 175, .external_lex_state = 18}, + [708] = {.lex_state = 173, .external_lex_state = 18}, [709] = {.lex_state = 172, .external_lex_state = 3}, - [710] = {.lex_state = 173, .external_lex_state = 19}, - [711] = {.lex_state = 431, .external_lex_state = 3}, + [710] = {.lex_state = 172, .external_lex_state = 3}, + [711] = {.lex_state = 175, .external_lex_state = 18}, [712] = {.lex_state = 172, .external_lex_state = 3}, - [713] = {.lex_state = 431, .external_lex_state = 3}, - [714] = {.lex_state = 176, .external_lex_state = 19}, - [715] = {.lex_state = 176, .external_lex_state = 19}, - [716] = {.lex_state = 172, .external_lex_state = 3}, - [717] = {.lex_state = 431, .external_lex_state = 3}, - [718] = {.lex_state = 431, .external_lex_state = 3}, - [719] = {.lex_state = 173, .external_lex_state = 19}, - [720] = {.lex_state = 431, .external_lex_state = 3}, - [721] = {.lex_state = 431, .external_lex_state = 3}, + [713] = {.lex_state = 173, .external_lex_state = 18}, + [714] = {.lex_state = 175, .external_lex_state = 18}, + [715] = {.lex_state = 173, .external_lex_state = 18}, + [716] = {.lex_state = 153, .external_lex_state = 8}, + [717] = {.lex_state = 172, .external_lex_state = 3}, + [718] = {.lex_state = 172, .external_lex_state = 3}, + [719] = {.lex_state = 172, .external_lex_state = 3}, + [720] = {.lex_state = 430, .external_lex_state = 3}, + [721] = {.lex_state = 176, .external_lex_state = 18}, [722] = {.lex_state = 172, .external_lex_state = 3}, [723] = {.lex_state = 172, .external_lex_state = 3}, - [724] = {.lex_state = 431, .external_lex_state = 3}, - [725] = {.lex_state = 173, .external_lex_state = 19}, - [726] = {.lex_state = 431, .external_lex_state = 3}, - [727] = {.lex_state = 173, .external_lex_state = 19}, - [728] = {.lex_state = 176, .external_lex_state = 19}, - [729] = {.lex_state = 172, .external_lex_state = 3}, - [730] = {.lex_state = 176, .external_lex_state = 19}, - [731] = {.lex_state = 175, .external_lex_state = 19}, - [732] = {.lex_state = 172, .external_lex_state = 3}, - [733] = {.lex_state = 173, .external_lex_state = 19}, - [734] = {.lex_state = 172, .external_lex_state = 3}, - [735] = {.lex_state = 176, .external_lex_state = 19}, - [736] = {.lex_state = 211, .external_lex_state = 14}, - [737] = {.lex_state = 211, .external_lex_state = 14}, - [738] = {.lex_state = 173, .external_lex_state = 19}, - [739] = {.lex_state = 431, .external_lex_state = 3}, - [740] = {.lex_state = 172, .external_lex_state = 3}, - [741] = {.lex_state = 173, .external_lex_state = 19}, - [742] = {.lex_state = 176, .external_lex_state = 19}, - [743] = {.lex_state = 431, .external_lex_state = 3}, - [744] = {.lex_state = 172, .external_lex_state = 3}, - [745] = {.lex_state = 173, .external_lex_state = 19}, - [746] = {.lex_state = 173, .external_lex_state = 19}, - [747] = {.lex_state = 431, .external_lex_state = 3}, - [748] = {.lex_state = 431, .external_lex_state = 3}, - [749] = {.lex_state = 172, .external_lex_state = 3}, - [750] = {.lex_state = 172, .external_lex_state = 3}, - [751] = {.lex_state = 173, .external_lex_state = 19}, - [752] = {.lex_state = 431, .external_lex_state = 3}, - [753] = {.lex_state = 431, .external_lex_state = 3}, - [754] = {.lex_state = 153, .external_lex_state = 8}, - [755] = {.lex_state = 173, .external_lex_state = 19}, - [756] = {.lex_state = 173, .external_lex_state = 19}, - [757] = {.lex_state = 153, .external_lex_state = 8}, - [758] = {.lex_state = 172, .external_lex_state = 3}, - [759] = {.lex_state = 431, .external_lex_state = 3}, - [760] = {.lex_state = 176, .external_lex_state = 19}, - [761] = {.lex_state = 431, .external_lex_state = 3}, - [762] = {.lex_state = 172, .external_lex_state = 3}, - [763] = {.lex_state = 176, .external_lex_state = 19}, - [764] = {.lex_state = 175, .external_lex_state = 19}, - [765] = {.lex_state = 175, .external_lex_state = 20}, - [766] = {.lex_state = 431, .external_lex_state = 3}, - [767] = {.lex_state = 431, .external_lex_state = 3}, - [768] = {.lex_state = 431, .external_lex_state = 3}, - [769] = {.lex_state = 431, .external_lex_state = 3}, - [770] = {.lex_state = 153, .external_lex_state = 8}, - [771] = {.lex_state = 432, .external_lex_state = 19}, - [772] = {.lex_state = 432, .external_lex_state = 19}, - [773] = {.lex_state = 432, .external_lex_state = 19}, - [774] = {.lex_state = 432, .external_lex_state = 19}, - [775] = {.lex_state = 176, .external_lex_state = 19}, - [776] = {.lex_state = 431, .external_lex_state = 3}, - [777] = {.lex_state = 176, .external_lex_state = 19}, - [778] = {.lex_state = 431, .external_lex_state = 3}, - [779] = {.lex_state = 431, .external_lex_state = 3}, - [780] = {.lex_state = 175, .external_lex_state = 19}, - [781] = {.lex_state = 432, .external_lex_state = 19}, - [782] = {.lex_state = 176, .external_lex_state = 19}, - [783] = {.lex_state = 432, .external_lex_state = 19}, - [784] = {.lex_state = 175, .external_lex_state = 19}, - [785] = {.lex_state = 431, .external_lex_state = 3}, - [786] = {.lex_state = 431, .external_lex_state = 3}, - [787] = {.lex_state = 432, .external_lex_state = 19}, - [788] = {.lex_state = 431, .external_lex_state = 3}, - [789] = {.lex_state = 178, .external_lex_state = 19}, - [790] = {.lex_state = 175, .external_lex_state = 19}, - [791] = {.lex_state = 431, .external_lex_state = 3}, - [792] = {.lex_state = 431, .external_lex_state = 3}, - [793] = {.lex_state = 432, .external_lex_state = 19}, - [794] = {.lex_state = 431, .external_lex_state = 3}, - [795] = {.lex_state = 175, .external_lex_state = 19}, - [796] = {.lex_state = 178, .external_lex_state = 19}, - [797] = {.lex_state = 173, .external_lex_state = 20}, - [798] = {.lex_state = 173, .external_lex_state = 20}, - [799] = {.lex_state = 173, .external_lex_state = 20}, - [800] = {.lex_state = 432, .external_lex_state = 19}, - [801] = {.lex_state = 176, .external_lex_state = 19}, - [802] = {.lex_state = 431, .external_lex_state = 3}, - [803] = {.lex_state = 432, .external_lex_state = 19}, - [804] = {.lex_state = 175, .external_lex_state = 19}, - [805] = {.lex_state = 431, .external_lex_state = 3}, - [806] = {.lex_state = 432, .external_lex_state = 19}, - [807] = {.lex_state = 431, .external_lex_state = 3}, + [724] = {.lex_state = 173, .external_lex_state = 18}, + [725] = {.lex_state = 430, .external_lex_state = 3}, + [726] = {.lex_state = 172, .external_lex_state = 3}, + [727] = {.lex_state = 430, .external_lex_state = 3}, + [728] = {.lex_state = 430, .external_lex_state = 3}, + [729] = {.lex_state = 173, .external_lex_state = 18}, + [730] = {.lex_state = 172, .external_lex_state = 3}, + [731] = {.lex_state = 430, .external_lex_state = 3}, + [732] = {.lex_state = 430, .external_lex_state = 3}, + [733] = {.lex_state = 153, .external_lex_state = 8}, + [734] = {.lex_state = 176, .external_lex_state = 18}, + [735] = {.lex_state = 176, .external_lex_state = 18}, + [736] = {.lex_state = 430, .external_lex_state = 3}, + [737] = {.lex_state = 430, .external_lex_state = 3}, + [738] = {.lex_state = 430, .external_lex_state = 3}, + [739] = {.lex_state = 172, .external_lex_state = 3}, + [740] = {.lex_state = 173, .external_lex_state = 20}, + [741] = {.lex_state = 176, .external_lex_state = 18}, + [742] = {.lex_state = 176, .external_lex_state = 18}, + [743] = {.lex_state = 172, .external_lex_state = 3}, + [744] = {.lex_state = 153, .external_lex_state = 8}, + [745] = {.lex_state = 430, .external_lex_state = 3}, + [746] = {.lex_state = 176, .external_lex_state = 18}, + [747] = {.lex_state = 173, .external_lex_state = 20}, + [748] = {.lex_state = 173, .external_lex_state = 20}, + [749] = {.lex_state = 173, .external_lex_state = 18}, + [750] = {.lex_state = 430, .external_lex_state = 3}, + [751] = {.lex_state = 176, .external_lex_state = 18}, + [752] = {.lex_state = 173, .external_lex_state = 18}, + [753] = {.lex_state = 173, .external_lex_state = 18}, + [754] = {.lex_state = 172, .external_lex_state = 3}, + [755] = {.lex_state = 175, .external_lex_state = 18}, + [756] = {.lex_state = 173, .external_lex_state = 18}, + [757] = {.lex_state = 173, .external_lex_state = 18}, + [758] = {.lex_state = 176, .external_lex_state = 18}, + [759] = {.lex_state = 176, .external_lex_state = 18}, + [760] = {.lex_state = 153, .external_lex_state = 8}, + [761] = {.lex_state = 176, .external_lex_state = 18}, + [762] = {.lex_state = 176, .external_lex_state = 18}, + [763] = {.lex_state = 431, .external_lex_state = 18}, + [764] = {.lex_state = 178, .external_lex_state = 18}, + [765] = {.lex_state = 153, .external_lex_state = 8}, + [766] = {.lex_state = 176, .external_lex_state = 18}, + [767] = {.lex_state = 178, .external_lex_state = 18}, + [768] = {.lex_state = 176, .external_lex_state = 18}, + [769] = {.lex_state = 430, .external_lex_state = 3}, + [770] = {.lex_state = 430, .external_lex_state = 3}, + [771] = {.lex_state = 173, .external_lex_state = 20}, + [772] = {.lex_state = 234, .external_lex_state = 2}, + [773] = {.lex_state = 430, .external_lex_state = 3}, + [774] = {.lex_state = 173, .external_lex_state = 20}, + [775] = {.lex_state = 430, .external_lex_state = 3}, + [776] = {.lex_state = 175, .external_lex_state = 18}, + [777] = {.lex_state = 175, .external_lex_state = 18}, + [778] = {.lex_state = 430, .external_lex_state = 3}, + [779] = {.lex_state = 202, .external_lex_state = 21}, + [780] = {.lex_state = 431, .external_lex_state = 18}, + [781] = {.lex_state = 431, .external_lex_state = 18}, + [782] = {.lex_state = 153, .external_lex_state = 8}, + [783] = {.lex_state = 175, .external_lex_state = 18}, + [784] = {.lex_state = 430, .external_lex_state = 3}, + [785] = {.lex_state = 430, .external_lex_state = 3}, + [786] = {.lex_state = 202, .external_lex_state = 21}, + [787] = {.lex_state = 430, .external_lex_state = 3}, + [788] = {.lex_state = 175, .external_lex_state = 18}, + [789] = {.lex_state = 430, .external_lex_state = 3}, + [790] = {.lex_state = 430, .external_lex_state = 3}, + [791] = {.lex_state = 430, .external_lex_state = 3}, + [792] = {.lex_state = 173, .external_lex_state = 20}, + [793] = {.lex_state = 431, .external_lex_state = 18}, + [794] = {.lex_state = 431, .external_lex_state = 18}, + [795] = {.lex_state = 430, .external_lex_state = 3}, + [796] = {.lex_state = 430, .external_lex_state = 3}, + [797] = {.lex_state = 150, .external_lex_state = 10}, + [798] = {.lex_state = 176, .external_lex_state = 18}, + [799] = {.lex_state = 176, .external_lex_state = 18}, + [800] = {.lex_state = 430, .external_lex_state = 3}, + [801] = {.lex_state = 176, .external_lex_state = 18}, + [802] = {.lex_state = 430, .external_lex_state = 3}, + [803] = {.lex_state = 430, .external_lex_state = 3}, + [804] = {.lex_state = 178, .external_lex_state = 18}, + [805] = {.lex_state = 430, .external_lex_state = 3}, + [806] = {.lex_state = 176, .external_lex_state = 18}, + [807] = {.lex_state = 173, .external_lex_state = 20}, [808] = {.lex_state = 234, .external_lex_state = 2}, - [809] = {.lex_state = 431, .external_lex_state = 3}, - [810] = {.lex_state = 159, .external_lex_state = 8}, - [811] = {.lex_state = 431, .external_lex_state = 3}, - [812] = {.lex_state = 176, .external_lex_state = 19}, - [813] = {.lex_state = 176, .external_lex_state = 19}, - [814] = {.lex_state = 234, .external_lex_state = 2}, - [815] = {.lex_state = 178, .external_lex_state = 19}, - [816] = {.lex_state = 431, .external_lex_state = 3}, - [817] = {.lex_state = 175, .external_lex_state = 19}, - [818] = {.lex_state = 431, .external_lex_state = 3}, - [819] = {.lex_state = 175, .external_lex_state = 19}, - [820] = {.lex_state = 431, .external_lex_state = 3}, - [821] = {.lex_state = 176, .external_lex_state = 19}, - [822] = {.lex_state = 431, .external_lex_state = 3}, - [823] = {.lex_state = 173, .external_lex_state = 20}, - [824] = {.lex_state = 159, .external_lex_state = 8}, - [825] = {.lex_state = 432, .external_lex_state = 19}, - [826] = {.lex_state = 173, .external_lex_state = 20}, - [827] = {.lex_state = 178, .external_lex_state = 19}, - [828] = {.lex_state = 175, .external_lex_state = 19}, - [829] = {.lex_state = 159, .external_lex_state = 8}, - [830] = {.lex_state = 153, .external_lex_state = 8}, - [831] = {.lex_state = 176, .external_lex_state = 19}, - [832] = {.lex_state = 173, .external_lex_state = 20}, - [833] = {.lex_state = 234, .external_lex_state = 2}, - [834] = {.lex_state = 173, .external_lex_state = 20}, - [835] = {.lex_state = 431, .external_lex_state = 3}, - [836] = {.lex_state = 431, .external_lex_state = 3}, - [837] = {.lex_state = 234, .external_lex_state = 2}, - [838] = {.lex_state = 176, .external_lex_state = 19}, - [839] = {.lex_state = 176, .external_lex_state = 19}, - [840] = {.lex_state = 176, .external_lex_state = 19}, - [841] = {.lex_state = 432, .external_lex_state = 19}, - [842] = {.lex_state = 431, .external_lex_state = 3}, - [843] = {.lex_state = 178, .external_lex_state = 19}, - [844] = {.lex_state = 175, .external_lex_state = 19}, - [845] = {.lex_state = 173, .external_lex_state = 20}, - [846] = {.lex_state = 173, .external_lex_state = 20}, - [847] = {.lex_state = 175, .external_lex_state = 20}, - [848] = {.lex_state = 431, .external_lex_state = 3}, - [849] = {.lex_state = 150, .external_lex_state = 10}, - [850] = {.lex_state = 175, .external_lex_state = 19}, - [851] = {.lex_state = 173, .external_lex_state = 20}, - [852] = {.lex_state = 150, .external_lex_state = 10}, - [853] = {.lex_state = 431, .external_lex_state = 3}, - [854] = {.lex_state = 173, .external_lex_state = 20}, - [855] = {.lex_state = 175, .external_lex_state = 19}, - [856] = {.lex_state = 175, .external_lex_state = 19}, - [857] = {.lex_state = 431, .external_lex_state = 3}, - [858] = {.lex_state = 173, .external_lex_state = 20}, - [859] = {.lex_state = 431, .external_lex_state = 3}, - [860] = {.lex_state = 178, .external_lex_state = 19}, - [861] = {.lex_state = 431, .external_lex_state = 3}, - [862] = {.lex_state = 175, .external_lex_state = 19}, - [863] = {.lex_state = 431, .external_lex_state = 3}, - [864] = {.lex_state = 431, .external_lex_state = 3}, - [865] = {.lex_state = 234, .external_lex_state = 2}, - [866] = {.lex_state = 431, .external_lex_state = 3}, - [867] = {.lex_state = 431, .external_lex_state = 3}, - [868] = {.lex_state = 173, .external_lex_state = 20}, - [869] = {.lex_state = 173, .external_lex_state = 20}, - [870] = {.lex_state = 431, .external_lex_state = 3}, - [871] = {.lex_state = 431, .external_lex_state = 3}, - [872] = {.lex_state = 431, .external_lex_state = 3}, - [873] = {.lex_state = 173, .external_lex_state = 20}, - [874] = {.lex_state = 431, .external_lex_state = 3}, - [875] = {.lex_state = 431, .external_lex_state = 3}, - [876] = {.lex_state = 153, .external_lex_state = 8}, - [877] = {.lex_state = 234, .external_lex_state = 2}, - [878] = {.lex_state = 173, .external_lex_state = 20}, - [879] = {.lex_state = 176, .external_lex_state = 19}, - [880] = {.lex_state = 175, .external_lex_state = 20}, - [881] = {.lex_state = 173, .external_lex_state = 20}, - [882] = {.lex_state = 432, .external_lex_state = 19}, - [883] = {.lex_state = 176, .external_lex_state = 19}, - [884] = {.lex_state = 176, .external_lex_state = 19}, - [885] = {.lex_state = 431, .external_lex_state = 3}, - [886] = {.lex_state = 432, .external_lex_state = 19}, - [887] = {.lex_state = 176, .external_lex_state = 19}, - [888] = {.lex_state = 175, .external_lex_state = 20}, - [889] = {.lex_state = 173, .external_lex_state = 20}, - [890] = {.lex_state = 175, .external_lex_state = 20}, - [891] = {.lex_state = 175, .external_lex_state = 19}, - [892] = {.lex_state = 431, .external_lex_state = 3}, - [893] = {.lex_state = 431, .external_lex_state = 3}, - [894] = {.lex_state = 176, .external_lex_state = 19}, - [895] = {.lex_state = 431, .external_lex_state = 3}, - [896] = {.lex_state = 431, .external_lex_state = 3}, - [897] = {.lex_state = 234, .external_lex_state = 2}, - [898] = {.lex_state = 173, .external_lex_state = 20}, - [899] = {.lex_state = 234, .external_lex_state = 2}, - [900] = {.lex_state = 175, .external_lex_state = 19}, - [901] = {.lex_state = 176, .external_lex_state = 19}, - [902] = {.lex_state = 175, .external_lex_state = 19}, - [903] = {.lex_state = 431, .external_lex_state = 3}, - [904] = {.lex_state = 431, .external_lex_state = 3}, - [905] = {.lex_state = 150, .external_lex_state = 10}, - [906] = {.lex_state = 175, .external_lex_state = 20}, - [907] = {.lex_state = 175, .external_lex_state = 19}, - [908] = {.lex_state = 159, .external_lex_state = 8}, - [909] = {.lex_state = 178, .external_lex_state = 19}, - [910] = {.lex_state = 153, .external_lex_state = 8}, - [911] = {.lex_state = 178, .external_lex_state = 19}, - [912] = {.lex_state = 175, .external_lex_state = 19}, - [913] = {.lex_state = 176, .external_lex_state = 19}, - [914] = {.lex_state = 178, .external_lex_state = 19}, - [915] = {.lex_state = 178, .external_lex_state = 19}, - [916] = {.lex_state = 176, .external_lex_state = 19}, - [917] = {.lex_state = 432, .external_lex_state = 19}, - [918] = {.lex_state = 431, .external_lex_state = 3}, - [919] = {.lex_state = 432, .external_lex_state = 20}, - [920] = {.lex_state = 433, .external_lex_state = 19}, - [921] = {.lex_state = 432, .external_lex_state = 19}, - [922] = {.lex_state = 432, .external_lex_state = 19}, - [923] = {.lex_state = 432, .external_lex_state = 19}, - [924] = {.lex_state = 432, .external_lex_state = 19}, - [925] = {.lex_state = 432, .external_lex_state = 19}, - [926] = {.lex_state = 432, .external_lex_state = 20}, - [927] = {.lex_state = 178, .external_lex_state = 19}, - [928] = {.lex_state = 433, .external_lex_state = 19}, - [929] = {.lex_state = 433, .external_lex_state = 19}, - [930] = {.lex_state = 429, .external_lex_state = 8}, - [931] = {.lex_state = 432, .external_lex_state = 19}, - [932] = {.lex_state = 432, .external_lex_state = 19}, - [933] = {.lex_state = 432, .external_lex_state = 20}, - [934] = {.lex_state = 432, .external_lex_state = 19}, - [935] = {.lex_state = 432, .external_lex_state = 19}, - [936] = {.lex_state = 178, .external_lex_state = 19}, - [937] = {.lex_state = 432, .external_lex_state = 20}, - [938] = {.lex_state = 432, .external_lex_state = 19}, - [939] = {.lex_state = 432, .external_lex_state = 20}, - [940] = {.lex_state = 166, .external_lex_state = 10}, - [941] = {.lex_state = 432, .external_lex_state = 19}, - [942] = {.lex_state = 178, .external_lex_state = 19}, - [943] = {.lex_state = 432, .external_lex_state = 19}, - [944] = {.lex_state = 432, .external_lex_state = 19}, - [945] = {.lex_state = 178, .external_lex_state = 19}, - [946] = {.lex_state = 433, .external_lex_state = 19}, - [947] = {.lex_state = 432, .external_lex_state = 19}, - [948] = {.lex_state = 432, .external_lex_state = 19}, - [949] = {.lex_state = 432, .external_lex_state = 19}, - [950] = {.lex_state = 178, .external_lex_state = 19}, - [951] = {.lex_state = 432, .external_lex_state = 19}, - [952] = {.lex_state = 432, .external_lex_state = 19}, - [953] = {.lex_state = 433, .external_lex_state = 19}, - [954] = {.lex_state = 433, .external_lex_state = 19}, - [955] = {.lex_state = 166, .external_lex_state = 10}, - [956] = {.lex_state = 432, .external_lex_state = 19}, - [957] = {.lex_state = 432, .external_lex_state = 19}, - [958] = {.lex_state = 166, .external_lex_state = 10}, - [959] = {.lex_state = 168, .external_lex_state = 10}, - [960] = {.lex_state = 168, .external_lex_state = 10}, - [961] = {.lex_state = 202, .external_lex_state = 21}, - [962] = {.lex_state = 433, .external_lex_state = 19}, - [963] = {.lex_state = 432, .external_lex_state = 20}, - [964] = {.lex_state = 432, .external_lex_state = 20}, - [965] = {.lex_state = 429, .external_lex_state = 8}, - [966] = {.lex_state = 429, .external_lex_state = 8}, - [967] = {.lex_state = 433, .external_lex_state = 19}, - [968] = {.lex_state = 433, .external_lex_state = 19}, - [969] = {.lex_state = 150, .external_lex_state = 10}, - [970] = {.lex_state = 433, .external_lex_state = 19}, - [971] = {.lex_state = 433, .external_lex_state = 19}, - [972] = {.lex_state = 175, .external_lex_state = 20}, - [973] = {.lex_state = 175, .external_lex_state = 20}, - [974] = {.lex_state = 150, .external_lex_state = 10}, + [809] = {.lex_state = 430, .external_lex_state = 3}, + [810] = {.lex_state = 176, .external_lex_state = 18}, + [811] = {.lex_state = 234, .external_lex_state = 2}, + [812] = {.lex_state = 153, .external_lex_state = 8}, + [813] = {.lex_state = 176, .external_lex_state = 18}, + [814] = {.lex_state = 173, .external_lex_state = 20}, + [815] = {.lex_state = 175, .external_lex_state = 18}, + [816] = {.lex_state = 173, .external_lex_state = 20}, + [817] = {.lex_state = 173, .external_lex_state = 20}, + [818] = {.lex_state = 176, .external_lex_state = 18}, + [819] = {.lex_state = 430, .external_lex_state = 3}, + [820] = {.lex_state = 173, .external_lex_state = 20}, + [821] = {.lex_state = 173, .external_lex_state = 20}, + [822] = {.lex_state = 430, .external_lex_state = 3}, + [823] = {.lex_state = 176, .external_lex_state = 18}, + [824] = {.lex_state = 430, .external_lex_state = 3}, + [825] = {.lex_state = 150, .external_lex_state = 10}, + [826] = {.lex_state = 234, .external_lex_state = 2}, + [827] = {.lex_state = 430, .external_lex_state = 3}, + [828] = {.lex_state = 431, .external_lex_state = 18}, + [829] = {.lex_state = 431, .external_lex_state = 18}, + [830] = {.lex_state = 178, .external_lex_state = 18}, + [831] = {.lex_state = 178, .external_lex_state = 18}, + [832] = {.lex_state = 431, .external_lex_state = 18}, + [833] = {.lex_state = 178, .external_lex_state = 18}, + [834] = {.lex_state = 178, .external_lex_state = 18}, + [835] = {.lex_state = 430, .external_lex_state = 3}, + [836] = {.lex_state = 202, .external_lex_state = 21}, + [837] = {.lex_state = 173, .external_lex_state = 20}, + [838] = {.lex_state = 430, .external_lex_state = 3}, + [839] = {.lex_state = 431, .external_lex_state = 18}, + [840] = {.lex_state = 175, .external_lex_state = 20}, + [841] = {.lex_state = 234, .external_lex_state = 2}, + [842] = {.lex_state = 159, .external_lex_state = 8}, + [843] = {.lex_state = 176, .external_lex_state = 18}, + [844] = {.lex_state = 430, .external_lex_state = 3}, + [845] = {.lex_state = 176, .external_lex_state = 18}, + [846] = {.lex_state = 430, .external_lex_state = 3}, + [847] = {.lex_state = 431, .external_lex_state = 18}, + [848] = {.lex_state = 430, .external_lex_state = 3}, + [849] = {.lex_state = 178, .external_lex_state = 18}, + [850] = {.lex_state = 176, .external_lex_state = 18}, + [851] = {.lex_state = 431, .external_lex_state = 18}, + [852] = {.lex_state = 176, .external_lex_state = 18}, + [853] = {.lex_state = 178, .external_lex_state = 18}, + [854] = {.lex_state = 175, .external_lex_state = 20}, + [855] = {.lex_state = 153, .external_lex_state = 8}, + [856] = {.lex_state = 150, .external_lex_state = 10}, + [857] = {.lex_state = 430, .external_lex_state = 3}, + [858] = {.lex_state = 202, .external_lex_state = 21}, + [859] = {.lex_state = 430, .external_lex_state = 3}, + [860] = {.lex_state = 430, .external_lex_state = 3}, + [861] = {.lex_state = 431, .external_lex_state = 18}, + [862] = {.lex_state = 430, .external_lex_state = 3}, + [863] = {.lex_state = 430, .external_lex_state = 3}, + [864] = {.lex_state = 175, .external_lex_state = 18}, + [865] = {.lex_state = 430, .external_lex_state = 3}, + [866] = {.lex_state = 202, .external_lex_state = 21}, + [867] = {.lex_state = 175, .external_lex_state = 18}, + [868] = {.lex_state = 430, .external_lex_state = 3}, + [869] = {.lex_state = 175, .external_lex_state = 20}, + [870] = {.lex_state = 173, .external_lex_state = 20}, + [871] = {.lex_state = 175, .external_lex_state = 20}, + [872] = {.lex_state = 430, .external_lex_state = 3}, + [873] = {.lex_state = 430, .external_lex_state = 3}, + [874] = {.lex_state = 175, .external_lex_state = 20}, + [875] = {.lex_state = 430, .external_lex_state = 3}, + [876] = {.lex_state = 430, .external_lex_state = 3}, + [877] = {.lex_state = 175, .external_lex_state = 18}, + [878] = {.lex_state = 178, .external_lex_state = 18}, + [879] = {.lex_state = 430, .external_lex_state = 3}, + [880] = {.lex_state = 159, .external_lex_state = 8}, + [881] = {.lex_state = 159, .external_lex_state = 8}, + [882] = {.lex_state = 430, .external_lex_state = 3}, + [883] = {.lex_state = 173, .external_lex_state = 20}, + [884] = {.lex_state = 175, .external_lex_state = 18}, + [885] = {.lex_state = 431, .external_lex_state = 18}, + [886] = {.lex_state = 202, .external_lex_state = 21}, + [887] = {.lex_state = 430, .external_lex_state = 3}, + [888] = {.lex_state = 173, .external_lex_state = 20}, + [889] = {.lex_state = 431, .external_lex_state = 18}, + [890] = {.lex_state = 173, .external_lex_state = 20}, + [891] = {.lex_state = 430, .external_lex_state = 3}, + [892] = {.lex_state = 430, .external_lex_state = 3}, + [893] = {.lex_state = 431, .external_lex_state = 18}, + [894] = {.lex_state = 176, .external_lex_state = 18}, + [895] = {.lex_state = 431, .external_lex_state = 18}, + [896] = {.lex_state = 234, .external_lex_state = 2}, + [897] = {.lex_state = 430, .external_lex_state = 3}, + [898] = {.lex_state = 430, .external_lex_state = 3}, + [899] = {.lex_state = 159, .external_lex_state = 8}, + [900] = {.lex_state = 175, .external_lex_state = 18}, + [901] = {.lex_state = 176, .external_lex_state = 18}, + [902] = {.lex_state = 175, .external_lex_state = 18}, + [903] = {.lex_state = 175, .external_lex_state = 18}, + [904] = {.lex_state = 175, .external_lex_state = 20}, + [905] = {.lex_state = 173, .external_lex_state = 20}, + [906] = {.lex_state = 175, .external_lex_state = 18}, + [907] = {.lex_state = 175, .external_lex_state = 18}, + [908] = {.lex_state = 173, .external_lex_state = 20}, + [909] = {.lex_state = 175, .external_lex_state = 18}, + [910] = {.lex_state = 430, .external_lex_state = 3}, + [911] = {.lex_state = 234, .external_lex_state = 2}, + [912] = {.lex_state = 202, .external_lex_state = 21}, + [913] = {.lex_state = 430, .external_lex_state = 3}, + [914] = {.lex_state = 202, .external_lex_state = 21}, + [915] = {.lex_state = 175, .external_lex_state = 18}, + [916] = {.lex_state = 173, .external_lex_state = 20}, + [917] = {.lex_state = 176, .external_lex_state = 18}, + [918] = {.lex_state = 234, .external_lex_state = 2}, + [919] = {.lex_state = 175, .external_lex_state = 18}, + [920] = {.lex_state = 175, .external_lex_state = 18}, + [921] = {.lex_state = 173, .external_lex_state = 20}, + [922] = {.lex_state = 175, .external_lex_state = 18}, + [923] = {.lex_state = 176, .external_lex_state = 18}, + [924] = {.lex_state = 173, .external_lex_state = 20}, + [925] = {.lex_state = 202, .external_lex_state = 22}, + [926] = {.lex_state = 431, .external_lex_state = 18}, + [927] = {.lex_state = 431, .external_lex_state = 18}, + [928] = {.lex_state = 175, .external_lex_state = 20}, + [929] = {.lex_state = 175, .external_lex_state = 20}, + [930] = {.lex_state = 202, .external_lex_state = 22}, + [931] = {.lex_state = 168, .external_lex_state = 10}, + [932] = {.lex_state = 178, .external_lex_state = 18}, + [933] = {.lex_state = 178, .external_lex_state = 18}, + [934] = {.lex_state = 432, .external_lex_state = 18}, + [935] = {.lex_state = 432, .external_lex_state = 18}, + [936] = {.lex_state = 175, .external_lex_state = 20}, + [937] = {.lex_state = 175, .external_lex_state = 20}, + [938] = {.lex_state = 178, .external_lex_state = 18}, + [939] = {.lex_state = 428, .external_lex_state = 8}, + [940] = {.lex_state = 432, .external_lex_state = 18}, + [941] = {.lex_state = 432, .external_lex_state = 18}, + [942] = {.lex_state = 202, .external_lex_state = 22}, + [943] = {.lex_state = 428, .external_lex_state = 8}, + [944] = {.lex_state = 202, .external_lex_state = 22}, + [945] = {.lex_state = 428, .external_lex_state = 8}, + [946] = {.lex_state = 175, .external_lex_state = 20}, + [947] = {.lex_state = 432, .external_lex_state = 18}, + [948] = {.lex_state = 150, .external_lex_state = 11}, + [949] = {.lex_state = 168, .external_lex_state = 10}, + [950] = {.lex_state = 175, .external_lex_state = 20}, + [951] = {.lex_state = 432, .external_lex_state = 18}, + [952] = {.lex_state = 432, .external_lex_state = 18}, + [953] = {.lex_state = 432, .external_lex_state = 18}, + [954] = {.lex_state = 178, .external_lex_state = 18}, + [955] = {.lex_state = 159, .external_lex_state = 8}, + [956] = {.lex_state = 166, .external_lex_state = 10}, + [957] = {.lex_state = 175, .external_lex_state = 20}, + [958] = {.lex_state = 202, .external_lex_state = 22}, + [959] = {.lex_state = 432, .external_lex_state = 18}, + [960] = {.lex_state = 150, .external_lex_state = 11}, + [961] = {.lex_state = 432, .external_lex_state = 18}, + [962] = {.lex_state = 431, .external_lex_state = 20}, + [963] = {.lex_state = 431, .external_lex_state = 20}, + [964] = {.lex_state = 432, .external_lex_state = 18}, + [965] = {.lex_state = 175, .external_lex_state = 20}, + [966] = {.lex_state = 431, .external_lex_state = 18}, + [967] = {.lex_state = 202, .external_lex_state = 22}, + [968] = {.lex_state = 175, .external_lex_state = 20}, + [969] = {.lex_state = 156, .external_lex_state = 10}, + [970] = {.lex_state = 432, .external_lex_state = 18}, + [971] = {.lex_state = 432, .external_lex_state = 18}, + [972] = {.lex_state = 432, .external_lex_state = 18}, + [973] = {.lex_state = 431, .external_lex_state = 18}, + [974] = {.lex_state = 431, .external_lex_state = 18}, [975] = {.lex_state = 175, .external_lex_state = 20}, - [976] = {.lex_state = 159, .external_lex_state = 8}, - [977] = {.lex_state = 178, .external_lex_state = 19}, - [978] = {.lex_state = 202, .external_lex_state = 21}, - [979] = {.lex_state = 202, .external_lex_state = 21}, - [980] = {.lex_state = 175, .external_lex_state = 20}, - [981] = {.lex_state = 178, .external_lex_state = 19}, - [982] = {.lex_state = 175, .external_lex_state = 20}, - [983] = {.lex_state = 150, .external_lex_state = 11}, - [984] = {.lex_state = 429, .external_lex_state = 8}, - [985] = {.lex_state = 432, .external_lex_state = 19}, - [986] = {.lex_state = 166, .external_lex_state = 10}, - [987] = {.lex_state = 159, .external_lex_state = 8}, - [988] = {.lex_state = 178, .external_lex_state = 19}, - [989] = {.lex_state = 156, .external_lex_state = 10}, - [990] = {.lex_state = 175, .external_lex_state = 20}, - [991] = {.lex_state = 156, .external_lex_state = 10}, - [992] = {.lex_state = 168, .external_lex_state = 10}, - [993] = {.lex_state = 178, .external_lex_state = 19}, - [994] = {.lex_state = 175, .external_lex_state = 20}, - [995] = {.lex_state = 178, .external_lex_state = 19}, - [996] = {.lex_state = 159, .external_lex_state = 8}, - [997] = {.lex_state = 202, .external_lex_state = 21}, - [998] = {.lex_state = 432, .external_lex_state = 19}, - [999] = {.lex_state = 429, .external_lex_state = 8}, - [1000] = {.lex_state = 432, .external_lex_state = 19}, - [1001] = {.lex_state = 432, .external_lex_state = 19}, - [1002] = {.lex_state = 150, .external_lex_state = 10}, - [1003] = {.lex_state = 150, .external_lex_state = 10}, - [1004] = {.lex_state = 429, .external_lex_state = 8}, - [1005] = {.lex_state = 432, .external_lex_state = 19}, - [1006] = {.lex_state = 432, .external_lex_state = 20}, - [1007] = {.lex_state = 432, .external_lex_state = 20}, - [1008] = {.lex_state = 432, .external_lex_state = 19}, - [1009] = {.lex_state = 432, .external_lex_state = 20}, - [1010] = {.lex_state = 178, .external_lex_state = 19}, - [1011] = {.lex_state = 175, .external_lex_state = 20}, - [1012] = {.lex_state = 178, .external_lex_state = 19}, - [1013] = {.lex_state = 175, .external_lex_state = 20}, - [1014] = {.lex_state = 202, .external_lex_state = 21}, - [1015] = {.lex_state = 432, .external_lex_state = 19}, - [1016] = {.lex_state = 432, .external_lex_state = 20}, - [1017] = {.lex_state = 432, .external_lex_state = 19}, - [1018] = {.lex_state = 175, .external_lex_state = 20}, - [1019] = {.lex_state = 432, .external_lex_state = 19}, - [1020] = {.lex_state = 178, .external_lex_state = 19}, - [1021] = {.lex_state = 178, .external_lex_state = 19}, - [1022] = {.lex_state = 202, .external_lex_state = 21}, - [1023] = {.lex_state = 202, .external_lex_state = 21}, - [1024] = {.lex_state = 432, .external_lex_state = 19}, - [1025] = {.lex_state = 432, .external_lex_state = 19}, - [1026] = {.lex_state = 432, .external_lex_state = 19}, - [1027] = {.lex_state = 432, .external_lex_state = 19}, - [1028] = {.lex_state = 432, .external_lex_state = 19}, - [1029] = {.lex_state = 202, .external_lex_state = 21}, - [1030] = {.lex_state = 156, .external_lex_state = 10}, - [1031] = {.lex_state = 175, .external_lex_state = 20}, - [1032] = {.lex_state = 175, .external_lex_state = 20}, - [1033] = {.lex_state = 175, .external_lex_state = 20}, - [1034] = {.lex_state = 432, .external_lex_state = 19}, - [1035] = {.lex_state = 432, .external_lex_state = 19}, - [1036] = {.lex_state = 175, .external_lex_state = 20}, - [1037] = {.lex_state = 175, .external_lex_state = 20}, - [1038] = {.lex_state = 150, .external_lex_state = 11}, - [1039] = {.lex_state = 178, .external_lex_state = 19}, - [1040] = {.lex_state = 178, .external_lex_state = 19}, - [1041] = {.lex_state = 175, .external_lex_state = 20}, - [1042] = {.lex_state = 175, .external_lex_state = 20}, - [1043] = {.lex_state = 433, .external_lex_state = 19}, - [1044] = {.lex_state = 429, .external_lex_state = 8}, - [1045] = {.lex_state = 433, .external_lex_state = 19}, - [1046] = {.lex_state = 178, .external_lex_state = 19}, - [1047] = {.lex_state = 433, .external_lex_state = 19}, - [1048] = {.lex_state = 178, .external_lex_state = 19}, - [1049] = {.lex_state = 432, .external_lex_state = 19}, - [1050] = {.lex_state = 433, .external_lex_state = 19}, - [1051] = {.lex_state = 159, .external_lex_state = 8}, - [1052] = {.lex_state = 178, .external_lex_state = 19}, - [1053] = {.lex_state = 432, .external_lex_state = 19}, - [1054] = {.lex_state = 175, .external_lex_state = 20}, - [1055] = {.lex_state = 175, .external_lex_state = 20}, - [1056] = {.lex_state = 429, .external_lex_state = 8}, - [1057] = {.lex_state = 433, .external_lex_state = 19}, - [1058] = {.lex_state = 433, .external_lex_state = 19}, - [1059] = {.lex_state = 432, .external_lex_state = 19}, - [1060] = {.lex_state = 432, .external_lex_state = 20}, - [1061] = {.lex_state = 433, .external_lex_state = 19}, - [1062] = {.lex_state = 432, .external_lex_state = 19}, - [1063] = {.lex_state = 432, .external_lex_state = 19}, - [1064] = {.lex_state = 432, .external_lex_state = 19}, - [1065] = {.lex_state = 432, .external_lex_state = 19}, - [1066] = {.lex_state = 433, .external_lex_state = 19}, - [1067] = {.lex_state = 432, .external_lex_state = 19}, - [1068] = {.lex_state = 433, .external_lex_state = 19}, - [1069] = {.lex_state = 432, .external_lex_state = 19}, - [1070] = {.lex_state = 432, .external_lex_state = 20}, - [1071] = {.lex_state = 433, .external_lex_state = 19}, - [1072] = {.lex_state = 433, .external_lex_state = 19}, - [1073] = {.lex_state = 432, .external_lex_state = 20}, - [1074] = {.lex_state = 433, .external_lex_state = 19}, - [1075] = {.lex_state = 427, .external_lex_state = 10}, - [1076] = {.lex_state = 433, .external_lex_state = 19}, - [1077] = {.lex_state = 202, .external_lex_state = 22}, - [1078] = {.lex_state = 156, .external_lex_state = 10}, - [1079] = {.lex_state = 433, .external_lex_state = 19}, - [1080] = {.lex_state = 427, .external_lex_state = 10}, - [1081] = {.lex_state = 432, .external_lex_state = 20}, - [1082] = {.lex_state = 156, .external_lex_state = 11}, - [1083] = {.lex_state = 432, .external_lex_state = 20}, - [1084] = {.lex_state = 202, .external_lex_state = 22}, - [1085] = {.lex_state = 432, .external_lex_state = 20}, - [1086] = {.lex_state = 432, .external_lex_state = 20}, - [1087] = {.lex_state = 429, .external_lex_state = 8}, - [1088] = {.lex_state = 432, .external_lex_state = 20}, - [1089] = {.lex_state = 432, .external_lex_state = 20}, - [1090] = {.lex_state = 432, .external_lex_state = 20}, - [1091] = {.lex_state = 432, .external_lex_state = 20}, - [1092] = {.lex_state = 433, .external_lex_state = 19}, - [1093] = {.lex_state = 433, .external_lex_state = 19}, - [1094] = {.lex_state = 202, .external_lex_state = 22}, - [1095] = {.lex_state = 433, .external_lex_state = 19}, - [1096] = {.lex_state = 427, .external_lex_state = 10}, - [1097] = {.lex_state = 202, .external_lex_state = 22}, - [1098] = {.lex_state = 432, .external_lex_state = 20}, - [1099] = {.lex_state = 202, .external_lex_state = 22}, - [1100] = {.lex_state = 432, .external_lex_state = 20}, - [1101] = {.lex_state = 202, .external_lex_state = 22}, - [1102] = {.lex_state = 432, .external_lex_state = 20}, - [1103] = {.lex_state = 202, .external_lex_state = 22}, - [1104] = {.lex_state = 166, .external_lex_state = 10}, - [1105] = {.lex_state = 202, .external_lex_state = 22}, - [1106] = {.lex_state = 432, .external_lex_state = 20}, - [1107] = {.lex_state = 168, .external_lex_state = 10}, - [1108] = {.lex_state = 432, .external_lex_state = 20}, - [1109] = {.lex_state = 432, .external_lex_state = 20}, - [1110] = {.lex_state = 156, .external_lex_state = 10}, - [1111] = {.lex_state = 432, .external_lex_state = 20}, - [1112] = {.lex_state = 242, .external_lex_state = 12}, - [1113] = {.lex_state = 156, .external_lex_state = 10}, - [1114] = {.lex_state = 202, .external_lex_state = 22}, - [1115] = {.lex_state = 433, .external_lex_state = 19}, - [1116] = {.lex_state = 433, .external_lex_state = 19}, - [1117] = {.lex_state = 433, .external_lex_state = 19}, - [1118] = {.lex_state = 202, .external_lex_state = 22}, - [1119] = {.lex_state = 432, .external_lex_state = 20}, - [1120] = {.lex_state = 202, .external_lex_state = 22}, - [1121] = {.lex_state = 172, .external_lex_state = 3}, - [1122] = {.lex_state = 202, .external_lex_state = 22}, - [1123] = {.lex_state = 202, .external_lex_state = 22}, - [1124] = {.lex_state = 432, .external_lex_state = 20}, - [1125] = {.lex_state = 432, .external_lex_state = 20}, - [1126] = {.lex_state = 202, .external_lex_state = 22}, - [1127] = {.lex_state = 429, .external_lex_state = 8}, - [1128] = {.lex_state = 432, .external_lex_state = 20}, - [1129] = {.lex_state = 427, .external_lex_state = 10}, - [1130] = {.lex_state = 429, .external_lex_state = 8}, - [1131] = {.lex_state = 156, .external_lex_state = 11}, - [1132] = {.lex_state = 202, .external_lex_state = 22}, - [1133] = {.lex_state = 150, .external_lex_state = 11}, - [1134] = {.lex_state = 429, .external_lex_state = 8}, - [1135] = {.lex_state = 202, .external_lex_state = 22}, - [1136] = {.lex_state = 429, .external_lex_state = 8}, - [1137] = {.lex_state = 432, .external_lex_state = 20}, - [1138] = {.lex_state = 432, .external_lex_state = 20}, - [1139] = {.lex_state = 166, .external_lex_state = 10}, - [1140] = {.lex_state = 202, .external_lex_state = 22}, - [1141] = {.lex_state = 242, .external_lex_state = 12}, - [1142] = {.lex_state = 202, .external_lex_state = 22}, - [1143] = {.lex_state = 432, .external_lex_state = 20}, - [1144] = {.lex_state = 433, .external_lex_state = 19}, - [1145] = {.lex_state = 433, .external_lex_state = 19}, - [1146] = {.lex_state = 432, .external_lex_state = 20}, - [1147] = {.lex_state = 432, .external_lex_state = 20}, - [1148] = {.lex_state = 432, .external_lex_state = 20}, - [1149] = {.lex_state = 433, .external_lex_state = 19}, - [1150] = {.lex_state = 433, .external_lex_state = 19}, - [1151] = {.lex_state = 433, .external_lex_state = 19}, - [1152] = {.lex_state = 202, .external_lex_state = 22}, - [1153] = {.lex_state = 202, .external_lex_state = 22}, - [1154] = {.lex_state = 202, .external_lex_state = 22}, - [1155] = {.lex_state = 166, .external_lex_state = 10}, - [1156] = {.lex_state = 168, .external_lex_state = 10}, - [1157] = {.lex_state = 202, .external_lex_state = 22}, - [1158] = {.lex_state = 432, .external_lex_state = 20}, - [1159] = {.lex_state = 429, .external_lex_state = 8}, - [1160] = {.lex_state = 433, .external_lex_state = 19}, - [1161] = {.lex_state = 202, .external_lex_state = 22}, - [1162] = {.lex_state = 202, .external_lex_state = 22}, - [1163] = {.lex_state = 202, .external_lex_state = 22}, - [1164] = {.lex_state = 432, .external_lex_state = 20}, - [1165] = {.lex_state = 202, .external_lex_state = 22}, - [1166] = {.lex_state = 242, .external_lex_state = 12}, - [1167] = {.lex_state = 202, .external_lex_state = 22}, - [1168] = {.lex_state = 432, .external_lex_state = 20}, - [1169] = {.lex_state = 433, .external_lex_state = 19}, - [1170] = {.lex_state = 433, .external_lex_state = 19}, - [1171] = {.lex_state = 432, .external_lex_state = 20}, - [1172] = {.lex_state = 432, .external_lex_state = 20}, - [1173] = {.lex_state = 202, .external_lex_state = 22}, - [1174] = {.lex_state = 433, .external_lex_state = 19}, - [1175] = {.lex_state = 433, .external_lex_state = 19}, - [1176] = {.lex_state = 432, .external_lex_state = 20}, - [1177] = {.lex_state = 432, .external_lex_state = 20}, - [1178] = {.lex_state = 433, .external_lex_state = 19}, - [1179] = {.lex_state = 429, .external_lex_state = 8}, - [1180] = {.lex_state = 166, .external_lex_state = 10}, - [1181] = {.lex_state = 166, .external_lex_state = 10}, - [1182] = {.lex_state = 433, .external_lex_state = 19}, - [1183] = {.lex_state = 202, .external_lex_state = 22}, - [1184] = {.lex_state = 432, .external_lex_state = 20}, - [1185] = {.lex_state = 166, .external_lex_state = 10}, - [1186] = {.lex_state = 433, .external_lex_state = 19}, - [1187] = {.lex_state = 433, .external_lex_state = 19}, - [1188] = {.lex_state = 433, .external_lex_state = 19}, - [1189] = {.lex_state = 156, .external_lex_state = 10}, - [1190] = {.lex_state = 202, .external_lex_state = 22}, - [1191] = {.lex_state = 433, .external_lex_state = 19}, - [1192] = {.lex_state = 433, .external_lex_state = 19}, - [1193] = {.lex_state = 427, .external_lex_state = 10}, - [1194] = {.lex_state = 202, .external_lex_state = 22}, - [1195] = {.lex_state = 432, .external_lex_state = 20}, - [1196] = {.lex_state = 433, .external_lex_state = 19}, - [1197] = {.lex_state = 427, .external_lex_state = 10}, - [1198] = {.lex_state = 432, .external_lex_state = 20}, - [1199] = {.lex_state = 433, .external_lex_state = 19}, - [1200] = {.lex_state = 433, .external_lex_state = 19}, - [1201] = {.lex_state = 202, .external_lex_state = 22}, - [1202] = {.lex_state = 432, .external_lex_state = 20}, - [1203] = {.lex_state = 202, .external_lex_state = 22}, - [1204] = {.lex_state = 202, .external_lex_state = 22}, - [1205] = {.lex_state = 202, .external_lex_state = 22}, - [1206] = {.lex_state = 433, .external_lex_state = 19}, - [1207] = {.lex_state = 202, .external_lex_state = 22}, - [1208] = {.lex_state = 202, .external_lex_state = 22}, - [1209] = {.lex_state = 433, .external_lex_state = 19}, - [1210] = {.lex_state = 202, .external_lex_state = 22}, - [1211] = {.lex_state = 202, .external_lex_state = 22}, - [1212] = {.lex_state = 433, .external_lex_state = 19}, - [1213] = {.lex_state = 432, .external_lex_state = 20}, - [1214] = {.lex_state = 166, .external_lex_state = 10}, - [1215] = {.lex_state = 432, .external_lex_state = 20}, - [1216] = {.lex_state = 432, .external_lex_state = 20}, - [1217] = {.lex_state = 202, .external_lex_state = 22}, - [1218] = {.lex_state = 433, .external_lex_state = 19}, - [1219] = {.lex_state = 202, .external_lex_state = 22}, - [1220] = {.lex_state = 433, .external_lex_state = 19}, - [1221] = {.lex_state = 202, .external_lex_state = 22}, - [1222] = {.lex_state = 202, .external_lex_state = 22}, - [1223] = {.lex_state = 432, .external_lex_state = 20}, - [1224] = {.lex_state = 433, .external_lex_state = 19}, - [1225] = {.lex_state = 202, .external_lex_state = 22}, - [1226] = {.lex_state = 202, .external_lex_state = 22}, - [1227] = {.lex_state = 202, .external_lex_state = 22}, - [1228] = {.lex_state = 166, .external_lex_state = 10}, - [1229] = {.lex_state = 433, .external_lex_state = 19}, - [1230] = {.lex_state = 433, .external_lex_state = 19}, - [1231] = {.lex_state = 433, .external_lex_state = 19}, - [1232] = {.lex_state = 202, .external_lex_state = 22}, - [1233] = {.lex_state = 168, .external_lex_state = 10}, - [1234] = {.lex_state = 433, .external_lex_state = 19}, - [1235] = {.lex_state = 202, .external_lex_state = 22}, - [1236] = {.lex_state = 433, .external_lex_state = 19}, - [1237] = {.lex_state = 202, .external_lex_state = 22}, - [1238] = {.lex_state = 429, .external_lex_state = 8}, - [1239] = {.lex_state = 433, .external_lex_state = 19}, - [1240] = {.lex_state = 433, .external_lex_state = 19}, - [1241] = {.lex_state = 202, .external_lex_state = 22}, - [1242] = {.lex_state = 202, .external_lex_state = 22}, - [1243] = {.lex_state = 433, .external_lex_state = 19}, - [1244] = {.lex_state = 432, .external_lex_state = 20}, - [1245] = {.lex_state = 202, .external_lex_state = 22}, - [1246] = {.lex_state = 433, .external_lex_state = 19}, - [1247] = {.lex_state = 168, .external_lex_state = 10}, - [1248] = {.lex_state = 433, .external_lex_state = 19}, - [1249] = {.lex_state = 172, .external_lex_state = 3}, - [1250] = {.lex_state = 430, .external_lex_state = 10}, - [1251] = {.lex_state = 168, .external_lex_state = 10}, - [1252] = {.lex_state = 237, .external_lex_state = 23}, - [1253] = {.lex_state = 427, .external_lex_state = 11}, - [1254] = {.lex_state = 172, .external_lex_state = 3}, - [1255] = {.lex_state = 168, .external_lex_state = 10}, - [1256] = {.lex_state = 427, .external_lex_state = 10}, - [1257] = {.lex_state = 214, .external_lex_state = 24}, - [1258] = {.lex_state = 427, .external_lex_state = 10}, - [1259] = {.lex_state = 427, .external_lex_state = 11}, - [1260] = {.lex_state = 172, .external_lex_state = 3}, - [1261] = {.lex_state = 172, .external_lex_state = 3}, - [1262] = {.lex_state = 172, .external_lex_state = 3}, - [1263] = {.lex_state = 430, .external_lex_state = 10}, - [1264] = {.lex_state = 168, .external_lex_state = 10}, - [1265] = {.lex_state = 168, .external_lex_state = 10}, - [1266] = {.lex_state = 213, .external_lex_state = 24}, + [976] = {.lex_state = 202, .external_lex_state = 22}, + [977] = {.lex_state = 159, .external_lex_state = 8}, + [978] = {.lex_state = 166, .external_lex_state = 10}, + [979] = {.lex_state = 178, .external_lex_state = 18}, + [980] = {.lex_state = 166, .external_lex_state = 10}, + [981] = {.lex_state = 178, .external_lex_state = 18}, + [982] = {.lex_state = 431, .external_lex_state = 18}, + [983] = {.lex_state = 428, .external_lex_state = 8}, + [984] = {.lex_state = 175, .external_lex_state = 20}, + [985] = {.lex_state = 175, .external_lex_state = 20}, + [986] = {.lex_state = 178, .external_lex_state = 18}, + [987] = {.lex_state = 431, .external_lex_state = 18}, + [988] = {.lex_state = 432, .external_lex_state = 18}, + [989] = {.lex_state = 175, .external_lex_state = 20}, + [990] = {.lex_state = 428, .external_lex_state = 8}, + [991] = {.lex_state = 178, .external_lex_state = 18}, + [992] = {.lex_state = 156, .external_lex_state = 10}, + [993] = {.lex_state = 175, .external_lex_state = 20}, + [994] = {.lex_state = 431, .external_lex_state = 18}, + [995] = {.lex_state = 431, .external_lex_state = 18}, + [996] = {.lex_state = 428, .external_lex_state = 8}, + [997] = {.lex_state = 178, .external_lex_state = 18}, + [998] = {.lex_state = 432, .external_lex_state = 18}, + [999] = {.lex_state = 431, .external_lex_state = 18}, + [1000] = {.lex_state = 159, .external_lex_state = 8}, + [1001] = {.lex_state = 431, .external_lex_state = 18}, + [1002] = {.lex_state = 431, .external_lex_state = 18}, + [1003] = {.lex_state = 431, .external_lex_state = 18}, + [1004] = {.lex_state = 431, .external_lex_state = 18}, + [1005] = {.lex_state = 150, .external_lex_state = 10}, + [1006] = {.lex_state = 168, .external_lex_state = 10}, + [1007] = {.lex_state = 168, .external_lex_state = 10}, + [1008] = {.lex_state = 431, .external_lex_state = 20}, + [1009] = {.lex_state = 175, .external_lex_state = 20}, + [1010] = {.lex_state = 431, .external_lex_state = 18}, + [1011] = {.lex_state = 432, .external_lex_state = 18}, + [1012] = {.lex_state = 432, .external_lex_state = 18}, + [1013] = {.lex_state = 431, .external_lex_state = 18}, + [1014] = {.lex_state = 431, .external_lex_state = 20}, + [1015] = {.lex_state = 431, .external_lex_state = 18}, + [1016] = {.lex_state = 431, .external_lex_state = 18}, + [1017] = {.lex_state = 431, .external_lex_state = 18}, + [1018] = {.lex_state = 432, .external_lex_state = 18}, + [1019] = {.lex_state = 175, .external_lex_state = 20}, + [1020] = {.lex_state = 431, .external_lex_state = 18}, + [1021] = {.lex_state = 431, .external_lex_state = 20}, + [1022] = {.lex_state = 431, .external_lex_state = 18}, + [1023] = {.lex_state = 178, .external_lex_state = 18}, + [1024] = {.lex_state = 178, .external_lex_state = 18}, + [1025] = {.lex_state = 178, .external_lex_state = 18}, + [1026] = {.lex_state = 431, .external_lex_state = 18}, + [1027] = {.lex_state = 431, .external_lex_state = 18}, + [1028] = {.lex_state = 431, .external_lex_state = 18}, + [1029] = {.lex_state = 178, .external_lex_state = 18}, + [1030] = {.lex_state = 431, .external_lex_state = 18}, + [1031] = {.lex_state = 150, .external_lex_state = 10}, + [1032] = {.lex_state = 431, .external_lex_state = 18}, + [1033] = {.lex_state = 431, .external_lex_state = 18}, + [1034] = {.lex_state = 431, .external_lex_state = 18}, + [1035] = {.lex_state = 431, .external_lex_state = 18}, + [1036] = {.lex_state = 431, .external_lex_state = 20}, + [1037] = {.lex_state = 178, .external_lex_state = 18}, + [1038] = {.lex_state = 431, .external_lex_state = 18}, + [1039] = {.lex_state = 150, .external_lex_state = 10}, + [1040] = {.lex_state = 431, .external_lex_state = 18}, + [1041] = {.lex_state = 431, .external_lex_state = 18}, + [1042] = {.lex_state = 431, .external_lex_state = 20}, + [1043] = {.lex_state = 428, .external_lex_state = 8}, + [1044] = {.lex_state = 431, .external_lex_state = 20}, + [1045] = {.lex_state = 213, .external_lex_state = 14}, + [1046] = {.lex_state = 175, .external_lex_state = 20}, + [1047] = {.lex_state = 431, .external_lex_state = 18}, + [1048] = {.lex_state = 431, .external_lex_state = 18}, + [1049] = {.lex_state = 431, .external_lex_state = 20}, + [1050] = {.lex_state = 432, .external_lex_state = 18}, + [1051] = {.lex_state = 431, .external_lex_state = 18}, + [1052] = {.lex_state = 159, .external_lex_state = 8}, + [1053] = {.lex_state = 428, .external_lex_state = 8}, + [1054] = {.lex_state = 431, .external_lex_state = 18}, + [1055] = {.lex_state = 431, .external_lex_state = 20}, + [1056] = {.lex_state = 431, .external_lex_state = 18}, + [1057] = {.lex_state = 178, .external_lex_state = 18}, + [1058] = {.lex_state = 431, .external_lex_state = 18}, + [1059] = {.lex_state = 431, .external_lex_state = 18}, + [1060] = {.lex_state = 175, .external_lex_state = 20}, + [1061] = {.lex_state = 178, .external_lex_state = 18}, + [1062] = {.lex_state = 431, .external_lex_state = 20}, + [1063] = {.lex_state = 431, .external_lex_state = 18}, + [1064] = {.lex_state = 431, .external_lex_state = 20}, + [1065] = {.lex_state = 431, .external_lex_state = 18}, + [1066] = {.lex_state = 156, .external_lex_state = 10}, + [1067] = {.lex_state = 175, .external_lex_state = 20}, + [1068] = {.lex_state = 166, .external_lex_state = 10}, + [1069] = {.lex_state = 431, .external_lex_state = 18}, + [1070] = {.lex_state = 431, .external_lex_state = 18}, + [1071] = {.lex_state = 178, .external_lex_state = 18}, + [1072] = {.lex_state = 431, .external_lex_state = 18}, + [1073] = {.lex_state = 431, .external_lex_state = 18}, + [1074] = {.lex_state = 202, .external_lex_state = 22}, + [1075] = {.lex_state = 178, .external_lex_state = 18}, + [1076] = {.lex_state = 150, .external_lex_state = 10}, + [1077] = {.lex_state = 178, .external_lex_state = 18}, + [1078] = {.lex_state = 172, .external_lex_state = 3}, + [1079] = {.lex_state = 156, .external_lex_state = 10}, + [1080] = {.lex_state = 432, .external_lex_state = 18}, + [1081] = {.lex_state = 432, .external_lex_state = 18}, + [1082] = {.lex_state = 432, .external_lex_state = 18}, + [1083] = {.lex_state = 431, .external_lex_state = 20}, + [1084] = {.lex_state = 432, .external_lex_state = 18}, + [1085] = {.lex_state = 242, .external_lex_state = 12}, + [1086] = {.lex_state = 431, .external_lex_state = 20}, + [1087] = {.lex_state = 242, .external_lex_state = 12}, + [1088] = {.lex_state = 431, .external_lex_state = 20}, + [1089] = {.lex_state = 432, .external_lex_state = 18}, + [1090] = {.lex_state = 431, .external_lex_state = 20}, + [1091] = {.lex_state = 202, .external_lex_state = 23}, + [1092] = {.lex_state = 432, .external_lex_state = 18}, + [1093] = {.lex_state = 202, .external_lex_state = 23}, + [1094] = {.lex_state = 202, .external_lex_state = 23}, + [1095] = {.lex_state = 432, .external_lex_state = 18}, + [1096] = {.lex_state = 431, .external_lex_state = 20}, + [1097] = {.lex_state = 156, .external_lex_state = 10}, + [1098] = {.lex_state = 431, .external_lex_state = 20}, + [1099] = {.lex_state = 431, .external_lex_state = 20}, + [1100] = {.lex_state = 432, .external_lex_state = 18}, + [1101] = {.lex_state = 202, .external_lex_state = 23}, + [1102] = {.lex_state = 431, .external_lex_state = 20}, + [1103] = {.lex_state = 431, .external_lex_state = 20}, + [1104] = {.lex_state = 168, .external_lex_state = 10}, + [1105] = {.lex_state = 202, .external_lex_state = 23}, + [1106] = {.lex_state = 202, .external_lex_state = 23}, + [1107] = {.lex_state = 432, .external_lex_state = 18}, + [1108] = {.lex_state = 431, .external_lex_state = 20}, + [1109] = {.lex_state = 431, .external_lex_state = 20}, + [1110] = {.lex_state = 432, .external_lex_state = 18}, + [1111] = {.lex_state = 432, .external_lex_state = 18}, + [1112] = {.lex_state = 428, .external_lex_state = 8}, + [1113] = {.lex_state = 427, .external_lex_state = 10}, + [1114] = {.lex_state = 431, .external_lex_state = 20}, + [1115] = {.lex_state = 432, .external_lex_state = 18}, + [1116] = {.lex_state = 202, .external_lex_state = 23}, + [1117] = {.lex_state = 432, .external_lex_state = 18}, + [1118] = {.lex_state = 432, .external_lex_state = 18}, + [1119] = {.lex_state = 428, .external_lex_state = 8}, + [1120] = {.lex_state = 432, .external_lex_state = 18}, + [1121] = {.lex_state = 432, .external_lex_state = 18}, + [1122] = {.lex_state = 431, .external_lex_state = 20}, + [1123] = {.lex_state = 156, .external_lex_state = 10}, + [1124] = {.lex_state = 156, .external_lex_state = 11}, + [1125] = {.lex_state = 431, .external_lex_state = 20}, + [1126] = {.lex_state = 431, .external_lex_state = 20}, + [1127] = {.lex_state = 202, .external_lex_state = 23}, + [1128] = {.lex_state = 432, .external_lex_state = 18}, + [1129] = {.lex_state = 432, .external_lex_state = 18}, + [1130] = {.lex_state = 432, .external_lex_state = 18}, + [1131] = {.lex_state = 432, .external_lex_state = 18}, + [1132] = {.lex_state = 432, .external_lex_state = 18}, + [1133] = {.lex_state = 168, .external_lex_state = 10}, + [1134] = {.lex_state = 432, .external_lex_state = 18}, + [1135] = {.lex_state = 432, .external_lex_state = 18}, + [1136] = {.lex_state = 202, .external_lex_state = 23}, + [1137] = {.lex_state = 202, .external_lex_state = 23}, + [1138] = {.lex_state = 202, .external_lex_state = 23}, + [1139] = {.lex_state = 427, .external_lex_state = 10}, + [1140] = {.lex_state = 242, .external_lex_state = 12}, + [1141] = {.lex_state = 166, .external_lex_state = 10}, + [1142] = {.lex_state = 431, .external_lex_state = 20}, + [1143] = {.lex_state = 202, .external_lex_state = 23}, + [1144] = {.lex_state = 202, .external_lex_state = 23}, + [1145] = {.lex_state = 168, .external_lex_state = 10}, + [1146] = {.lex_state = 431, .external_lex_state = 20}, + [1147] = {.lex_state = 432, .external_lex_state = 18}, + [1148] = {.lex_state = 202, .external_lex_state = 23}, + [1149] = {.lex_state = 202, .external_lex_state = 23}, + [1150] = {.lex_state = 432, .external_lex_state = 18}, + [1151] = {.lex_state = 202, .external_lex_state = 23}, + [1152] = {.lex_state = 431, .external_lex_state = 20}, + [1153] = {.lex_state = 166, .external_lex_state = 10}, + [1154] = {.lex_state = 432, .external_lex_state = 18}, + [1155] = {.lex_state = 432, .external_lex_state = 18}, + [1156] = {.lex_state = 431, .external_lex_state = 20}, + [1157] = {.lex_state = 166, .external_lex_state = 10}, + [1158] = {.lex_state = 202, .external_lex_state = 23}, + [1159] = {.lex_state = 202, .external_lex_state = 23}, + [1160] = {.lex_state = 202, .external_lex_state = 23}, + [1161] = {.lex_state = 431, .external_lex_state = 20}, + [1162] = {.lex_state = 432, .external_lex_state = 18}, + [1163] = {.lex_state = 202, .external_lex_state = 23}, + [1164] = {.lex_state = 432, .external_lex_state = 18}, + [1165] = {.lex_state = 202, .external_lex_state = 23}, + [1166] = {.lex_state = 432, .external_lex_state = 18}, + [1167] = {.lex_state = 432, .external_lex_state = 18}, + [1168] = {.lex_state = 431, .external_lex_state = 20}, + [1169] = {.lex_state = 427, .external_lex_state = 10}, + [1170] = {.lex_state = 431, .external_lex_state = 20}, + [1171] = {.lex_state = 431, .external_lex_state = 20}, + [1172] = {.lex_state = 431, .external_lex_state = 20}, + [1173] = {.lex_state = 166, .external_lex_state = 10}, + [1174] = {.lex_state = 202, .external_lex_state = 23}, + [1175] = {.lex_state = 432, .external_lex_state = 18}, + [1176] = {.lex_state = 202, .external_lex_state = 23}, + [1177] = {.lex_state = 428, .external_lex_state = 8}, + [1178] = {.lex_state = 432, .external_lex_state = 18}, + [1179] = {.lex_state = 202, .external_lex_state = 23}, + [1180] = {.lex_state = 431, .external_lex_state = 20}, + [1181] = {.lex_state = 432, .external_lex_state = 18}, + [1182] = {.lex_state = 431, .external_lex_state = 20}, + [1183] = {.lex_state = 431, .external_lex_state = 20}, + [1184] = {.lex_state = 431, .external_lex_state = 20}, + [1185] = {.lex_state = 432, .external_lex_state = 18}, + [1186] = {.lex_state = 431, .external_lex_state = 20}, + [1187] = {.lex_state = 202, .external_lex_state = 23}, + [1188] = {.lex_state = 432, .external_lex_state = 18}, + [1189] = {.lex_state = 156, .external_lex_state = 11}, + [1190] = {.lex_state = 427, .external_lex_state = 10}, + [1191] = {.lex_state = 432, .external_lex_state = 18}, + [1192] = {.lex_state = 432, .external_lex_state = 18}, + [1193] = {.lex_state = 428, .external_lex_state = 8}, + [1194] = {.lex_state = 432, .external_lex_state = 18}, + [1195] = {.lex_state = 432, .external_lex_state = 18}, + [1196] = {.lex_state = 166, .external_lex_state = 10}, + [1197] = {.lex_state = 202, .external_lex_state = 23}, + [1198] = {.lex_state = 202, .external_lex_state = 23}, + [1199] = {.lex_state = 428, .external_lex_state = 8}, + [1200] = {.lex_state = 202, .external_lex_state = 23}, + [1201] = {.lex_state = 202, .external_lex_state = 23}, + [1202] = {.lex_state = 166, .external_lex_state = 10}, + [1203] = {.lex_state = 202, .external_lex_state = 23}, + [1204] = {.lex_state = 432, .external_lex_state = 18}, + [1205] = {.lex_state = 432, .external_lex_state = 18}, + [1206] = {.lex_state = 202, .external_lex_state = 23}, + [1207] = {.lex_state = 156, .external_lex_state = 10}, + [1208] = {.lex_state = 202, .external_lex_state = 23}, + [1209] = {.lex_state = 202, .external_lex_state = 23}, + [1210] = {.lex_state = 432, .external_lex_state = 18}, + [1211] = {.lex_state = 202, .external_lex_state = 23}, + [1212] = {.lex_state = 202, .external_lex_state = 23}, + [1213] = {.lex_state = 427, .external_lex_state = 10}, + [1214] = {.lex_state = 202, .external_lex_state = 23}, + [1215] = {.lex_state = 428, .external_lex_state = 8}, + [1216] = {.lex_state = 432, .external_lex_state = 18}, + [1217] = {.lex_state = 202, .external_lex_state = 23}, + [1218] = {.lex_state = 202, .external_lex_state = 23}, + [1219] = {.lex_state = 166, .external_lex_state = 10}, + [1220] = {.lex_state = 150, .external_lex_state = 11}, + [1221] = {.lex_state = 202, .external_lex_state = 23}, + [1222] = {.lex_state = 202, .external_lex_state = 23}, + [1223] = {.lex_state = 432, .external_lex_state = 18}, + [1224] = {.lex_state = 432, .external_lex_state = 18}, + [1225] = {.lex_state = 202, .external_lex_state = 23}, + [1226] = {.lex_state = 202, .external_lex_state = 23}, + [1227] = {.lex_state = 431, .external_lex_state = 20}, + [1228] = {.lex_state = 431, .external_lex_state = 20}, + [1229] = {.lex_state = 431, .external_lex_state = 20}, + [1230] = {.lex_state = 431, .external_lex_state = 20}, + [1231] = {.lex_state = 202, .external_lex_state = 23}, + [1232] = {.lex_state = 427, .external_lex_state = 10}, + [1233] = {.lex_state = 431, .external_lex_state = 20}, + [1234] = {.lex_state = 202, .external_lex_state = 23}, + [1235] = {.lex_state = 431, .external_lex_state = 20}, + [1236] = {.lex_state = 431, .external_lex_state = 20}, + [1237] = {.lex_state = 202, .external_lex_state = 23}, + [1238] = {.lex_state = 431, .external_lex_state = 20}, + [1239] = {.lex_state = 168, .external_lex_state = 10}, + [1240] = {.lex_state = 202, .external_lex_state = 23}, + [1241] = {.lex_state = 202, .external_lex_state = 23}, + [1242] = {.lex_state = 428, .external_lex_state = 8}, + [1243] = {.lex_state = 202, .external_lex_state = 23}, + [1244] = {.lex_state = 202, .external_lex_state = 23}, + [1245] = {.lex_state = 202, .external_lex_state = 23}, + [1246] = {.lex_state = 428, .external_lex_state = 8}, + [1247] = {.lex_state = 166, .external_lex_state = 10}, + [1248] = {.lex_state = 431, .external_lex_state = 20}, + [1249] = {.lex_state = 431, .external_lex_state = 20}, + [1250] = {.lex_state = 431, .external_lex_state = 20}, + [1251] = {.lex_state = 431, .external_lex_state = 20}, + [1252] = {.lex_state = 202, .external_lex_state = 23}, + [1253] = {.lex_state = 432, .external_lex_state = 18}, + [1254] = {.lex_state = 431, .external_lex_state = 20}, + [1255] = {.lex_state = 431, .external_lex_state = 20}, + [1256] = {.lex_state = 202, .external_lex_state = 23}, + [1257] = {.lex_state = 427, .external_lex_state = 11}, + [1258] = {.lex_state = 427, .external_lex_state = 11}, + [1259] = {.lex_state = 168, .external_lex_state = 10}, + [1260] = {.lex_state = 212, .external_lex_state = 24}, + [1261] = {.lex_state = 429, .external_lex_state = 10}, + [1262] = {.lex_state = 429, .external_lex_state = 10}, + [1263] = {.lex_state = 168, .external_lex_state = 10}, + [1264] = {.lex_state = 429, .external_lex_state = 10}, + [1265] = {.lex_state = 427, .external_lex_state = 10}, + [1266] = {.lex_state = 237, .external_lex_state = 25}, [1267] = {.lex_state = 427, .external_lex_state = 10}, - [1268] = {.lex_state = 168, .external_lex_state = 10}, - [1269] = {.lex_state = 427, .external_lex_state = 10}, - [1270] = {.lex_state = 430, .external_lex_state = 10}, - [1271] = {.lex_state = 427, .external_lex_state = 10}, - [1272] = {.lex_state = 427, .external_lex_state = 10}, - [1273] = {.lex_state = 168, .external_lex_state = 10}, - [1274] = {.lex_state = 427, .external_lex_state = 10}, - [1275] = {.lex_state = 168, .external_lex_state = 10}, - [1276] = {.lex_state = 156, .external_lex_state = 11}, - [1277] = {.lex_state = 172, .external_lex_state = 3}, + [1268] = {.lex_state = 172, .external_lex_state = 3}, + [1269] = {.lex_state = 168, .external_lex_state = 10}, + [1270] = {.lex_state = 172, .external_lex_state = 3}, + [1271] = {.lex_state = 172, .external_lex_state = 3}, + [1272] = {.lex_state = 429, .external_lex_state = 10}, + [1273] = {.lex_state = 172, .external_lex_state = 3}, + [1274] = {.lex_state = 172, .external_lex_state = 3}, + [1275] = {.lex_state = 427, .external_lex_state = 11}, + [1276] = {.lex_state = 168, .external_lex_state = 10}, + [1277] = {.lex_state = 429, .external_lex_state = 10}, [1278] = {.lex_state = 172, .external_lex_state = 3}, [1279] = {.lex_state = 427, .external_lex_state = 10}, - [1280] = {.lex_state = 430, .external_lex_state = 10}, - [1281] = {.lex_state = 168, .external_lex_state = 10}, - [1282] = {.lex_state = 172, .external_lex_state = 3}, - [1283] = {.lex_state = 172, .external_lex_state = 3}, - [1284] = {.lex_state = 427, .external_lex_state = 11}, - [1285] = {.lex_state = 427, .external_lex_state = 11}, - [1286] = {.lex_state = 430, .external_lex_state = 10}, - [1287] = {.lex_state = 430, .external_lex_state = 10}, - [1288] = {.lex_state = 430, .external_lex_state = 10}, - [1289] = {.lex_state = 430, .external_lex_state = 10}, - [1290] = {.lex_state = 430, .external_lex_state = 10}, - [1291] = {.lex_state = 430, .external_lex_state = 10}, - [1292] = {.lex_state = 430, .external_lex_state = 10}, - [1293] = {.lex_state = 430, .external_lex_state = 10}, - [1294] = {.lex_state = 237, .external_lex_state = 23}, - [1295] = {.lex_state = 430, .external_lex_state = 10}, - [1296] = {.lex_state = 213, .external_lex_state = 24}, - [1297] = {.lex_state = 430, .external_lex_state = 10}, - [1298] = {.lex_state = 430, .external_lex_state = 10}, - [1299] = {.lex_state = 430, .external_lex_state = 10}, - [1300] = {.lex_state = 430, .external_lex_state = 10}, - [1301] = {.lex_state = 427, .external_lex_state = 11}, - [1302] = {.lex_state = 430, .external_lex_state = 10}, - [1303] = {.lex_state = 214, .external_lex_state = 24}, - [1304] = {.lex_state = 213, .external_lex_state = 24}, - [1305] = {.lex_state = 214, .external_lex_state = 24}, - [1306] = {.lex_state = 237, .external_lex_state = 23}, - [1307] = {.lex_state = 213, .external_lex_state = 24}, - [1308] = {.lex_state = 430, .external_lex_state = 10}, + [1280] = {.lex_state = 168, .external_lex_state = 10}, + [1281] = {.lex_state = 427, .external_lex_state = 10}, + [1282] = {.lex_state = 427, .external_lex_state = 10}, + [1283] = {.lex_state = 168, .external_lex_state = 10}, + [1284] = {.lex_state = 156, .external_lex_state = 11}, + [1285] = {.lex_state = 172, .external_lex_state = 3}, + [1286] = {.lex_state = 218, .external_lex_state = 24}, + [1287] = {.lex_state = 429, .external_lex_state = 10}, + [1288] = {.lex_state = 427, .external_lex_state = 10}, + [1289] = {.lex_state = 427, .external_lex_state = 10}, + [1290] = {.lex_state = 429, .external_lex_state = 10}, + [1291] = {.lex_state = 168, .external_lex_state = 10}, + [1292] = {.lex_state = 168, .external_lex_state = 10}, + [1293] = {.lex_state = 427, .external_lex_state = 11}, + [1294] = {.lex_state = 215, .external_lex_state = 17}, + [1295] = {.lex_state = 429, .external_lex_state = 10}, + [1296] = {.lex_state = 172, .external_lex_state = 3}, + [1297] = {.lex_state = 172, .external_lex_state = 3}, + [1298] = {.lex_state = 427, .external_lex_state = 10}, + [1299] = {.lex_state = 429, .external_lex_state = 10}, + [1300] = {.lex_state = 213, .external_lex_state = 24}, + [1301] = {.lex_state = 215, .external_lex_state = 17}, + [1302] = {.lex_state = 429, .external_lex_state = 10}, + [1303] = {.lex_state = 429, .external_lex_state = 10}, + [1304] = {.lex_state = 429, .external_lex_state = 10}, + [1305] = {.lex_state = 218, .external_lex_state = 24}, + [1306] = {.lex_state = 213, .external_lex_state = 24}, + [1307] = {.lex_state = 429, .external_lex_state = 10}, + [1308] = {.lex_state = 213, .external_lex_state = 24}, [1309] = {.lex_state = 213, .external_lex_state = 24}, - [1310] = {.lex_state = 175, .external_lex_state = 19}, - [1311] = {.lex_state = 430, .external_lex_state = 10}, - [1312] = {.lex_state = 430, .external_lex_state = 10}, - [1313] = {.lex_state = 175, .external_lex_state = 19}, - [1314] = {.lex_state = 216, .external_lex_state = 24}, - [1315] = {.lex_state = 175, .external_lex_state = 19}, - [1316] = {.lex_state = 430, .external_lex_state = 10}, - [1317] = {.lex_state = 430, .external_lex_state = 10}, - [1318] = {.lex_state = 430, .external_lex_state = 10}, - [1319] = {.lex_state = 430, .external_lex_state = 10}, - [1320] = {.lex_state = 430, .external_lex_state = 10}, - [1321] = {.lex_state = 430, .external_lex_state = 10}, - [1322] = {.lex_state = 213, .external_lex_state = 24}, - [1323] = {.lex_state = 430, .external_lex_state = 10}, - [1324] = {.lex_state = 213, .external_lex_state = 24}, - [1325] = {.lex_state = 427, .external_lex_state = 11}, - [1326] = {.lex_state = 175, .external_lex_state = 19}, - [1327] = {.lex_state = 430, .external_lex_state = 10}, - [1328] = {.lex_state = 175, .external_lex_state = 19}, - [1329] = {.lex_state = 430, .external_lex_state = 10}, - [1330] = {.lex_state = 237, .external_lex_state = 23}, - [1331] = {.lex_state = 237, .external_lex_state = 23}, - [1332] = {.lex_state = 430, .external_lex_state = 10}, - [1333] = {.lex_state = 430, .external_lex_state = 10}, - [1334] = {.lex_state = 213, .external_lex_state = 24}, - [1335] = {.lex_state = 430, .external_lex_state = 10}, - [1336] = {.lex_state = 430, .external_lex_state = 10}, - [1337] = {.lex_state = 430, .external_lex_state = 10}, - [1338] = {.lex_state = 430, .external_lex_state = 10}, - [1339] = {.lex_state = 237, .external_lex_state = 23}, - [1340] = {.lex_state = 213, .external_lex_state = 24}, - [1341] = {.lex_state = 237, .external_lex_state = 23}, - [1342] = {.lex_state = 175, .external_lex_state = 19}, - [1343] = {.lex_state = 430, .external_lex_state = 10}, - [1344] = {.lex_state = 430, .external_lex_state = 10}, - [1345] = {.lex_state = 214, .external_lex_state = 24}, - [1346] = {.lex_state = 214, .external_lex_state = 24}, - [1347] = {.lex_state = 214, .external_lex_state = 24}, - [1348] = {.lex_state = 430, .external_lex_state = 10}, - [1349] = {.lex_state = 237, .external_lex_state = 23}, - [1350] = {.lex_state = 430, .external_lex_state = 10}, - [1351] = {.lex_state = 430, .external_lex_state = 10}, - [1352] = {.lex_state = 214, .external_lex_state = 24}, - [1353] = {.lex_state = 213, .external_lex_state = 24}, - [1354] = {.lex_state = 430, .external_lex_state = 10}, - [1355] = {.lex_state = 430, .external_lex_state = 10}, - [1356] = {.lex_state = 430, .external_lex_state = 10}, - [1357] = {.lex_state = 430, .external_lex_state = 10}, - [1358] = {.lex_state = 213, .external_lex_state = 24}, - [1359] = {.lex_state = 430, .external_lex_state = 10}, - [1360] = {.lex_state = 430, .external_lex_state = 10}, - [1361] = {.lex_state = 430, .external_lex_state = 10}, - [1362] = {.lex_state = 430, .external_lex_state = 10}, - [1363] = {.lex_state = 430, .external_lex_state = 10}, - [1364] = {.lex_state = 430, .external_lex_state = 10}, - [1365] = {.lex_state = 430, .external_lex_state = 10}, - [1366] = {.lex_state = 213, .external_lex_state = 24}, - [1367] = {.lex_state = 213, .external_lex_state = 24}, - [1368] = {.lex_state = 213, .external_lex_state = 24}, - [1369] = {.lex_state = 430, .external_lex_state = 10}, - [1370] = {.lex_state = 430, .external_lex_state = 10}, - [1371] = {.lex_state = 430, .external_lex_state = 10}, - [1372] = {.lex_state = 237, .external_lex_state = 23}, - [1373] = {.lex_state = 430, .external_lex_state = 10}, - [1374] = {.lex_state = 430, .external_lex_state = 10}, - [1375] = {.lex_state = 430, .external_lex_state = 10}, - [1376] = {.lex_state = 430, .external_lex_state = 10}, - [1377] = {.lex_state = 430, .external_lex_state = 10}, - [1378] = {.lex_state = 237, .external_lex_state = 23}, - [1379] = {.lex_state = 430, .external_lex_state = 10}, - [1380] = {.lex_state = 218, .external_lex_state = 17}, - [1381] = {.lex_state = 430, .external_lex_state = 10}, - [1382] = {.lex_state = 213, .external_lex_state = 24}, - [1383] = {.lex_state = 213, .external_lex_state = 24}, - [1384] = {.lex_state = 237, .external_lex_state = 23}, - [1385] = {.lex_state = 430, .external_lex_state = 10}, - [1386] = {.lex_state = 213, .external_lex_state = 24}, - [1387] = {.lex_state = 430, .external_lex_state = 10}, - [1388] = {.lex_state = 218, .external_lex_state = 17}, - [1389] = {.lex_state = 430, .external_lex_state = 10}, - [1390] = {.lex_state = 430, .external_lex_state = 10}, - [1391] = {.lex_state = 430, .external_lex_state = 10}, - [1392] = {.lex_state = 430, .external_lex_state = 10}, - [1393] = {.lex_state = 175, .external_lex_state = 19}, - [1394] = {.lex_state = 430, .external_lex_state = 10}, - [1395] = {.lex_state = 213, .external_lex_state = 24}, - [1396] = {.lex_state = 430, .external_lex_state = 10}, - [1397] = {.lex_state = 430, .external_lex_state = 10}, - [1398] = {.lex_state = 430, .external_lex_state = 10}, - [1399] = {.lex_state = 213, .external_lex_state = 24}, - [1400] = {.lex_state = 430, .external_lex_state = 10}, - [1401] = {.lex_state = 213, .external_lex_state = 24}, - [1402] = {.lex_state = 213, .external_lex_state = 24}, - [1403] = {.lex_state = 430, .external_lex_state = 10}, - [1404] = {.lex_state = 218, .external_lex_state = 17}, - [1405] = {.lex_state = 218, .external_lex_state = 17}, - [1406] = {.lex_state = 213, .external_lex_state = 24}, - [1407] = {.lex_state = 180, .external_lex_state = 25}, - [1408] = {.lex_state = 180, .external_lex_state = 25}, - [1409] = {.lex_state = 178, .external_lex_state = 19}, - [1410] = {.lex_state = 178, .external_lex_state = 19}, - [1411] = {.lex_state = 178, .external_lex_state = 19}, - [1412] = {.lex_state = 178, .external_lex_state = 19}, - [1413] = {.lex_state = 178, .external_lex_state = 19}, - [1414] = {.lex_state = 213, .external_lex_state = 24}, - [1415] = {.lex_state = 178, .external_lex_state = 19}, - [1416] = {.lex_state = 214, .external_lex_state = 24}, - [1417] = {.lex_state = 218, .external_lex_state = 17}, - [1418] = {.lex_state = 213, .external_lex_state = 24}, - [1419] = {.lex_state = 218, .external_lex_state = 17}, - [1420] = {.lex_state = 216, .external_lex_state = 14}, - [1421] = {.lex_state = 244, .external_lex_state = 26}, - [1422] = {.lex_state = 244, .external_lex_state = 26}, - [1423] = {.lex_state = 212, .external_lex_state = 14}, - [1424] = {.lex_state = 218, .external_lex_state = 17}, - [1425] = {.lex_state = 218, .external_lex_state = 17}, - [1426] = {.lex_state = 216, .external_lex_state = 14}, - [1427] = {.lex_state = 212, .external_lex_state = 14}, - [1428] = {.lex_state = 212, .external_lex_state = 14}, - [1429] = {.lex_state = 214, .external_lex_state = 14}, - [1430] = {.lex_state = 218, .external_lex_state = 17}, - [1431] = {.lex_state = 178, .external_lex_state = 19}, - [1432] = {.lex_state = 180, .external_lex_state = 25}, - [1433] = {.lex_state = 180, .external_lex_state = 25}, - [1434] = {.lex_state = 180, .external_lex_state = 25}, - [1435] = {.lex_state = 237, .external_lex_state = 23}, - [1436] = {.lex_state = 180, .external_lex_state = 25}, - [1437] = {.lex_state = 214, .external_lex_state = 24}, - [1438] = {.lex_state = 180, .external_lex_state = 25}, + [1310] = {.lex_state = 429, .external_lex_state = 10}, + [1311] = {.lex_state = 429, .external_lex_state = 10}, + [1312] = {.lex_state = 429, .external_lex_state = 10}, + [1313] = {.lex_state = 429, .external_lex_state = 10}, + [1314] = {.lex_state = 429, .external_lex_state = 10}, + [1315] = {.lex_state = 429, .external_lex_state = 10}, + [1316] = {.lex_state = 175, .external_lex_state = 18}, + [1317] = {.lex_state = 429, .external_lex_state = 10}, + [1318] = {.lex_state = 427, .external_lex_state = 11}, + [1319] = {.lex_state = 429, .external_lex_state = 10}, + [1320] = {.lex_state = 429, .external_lex_state = 10}, + [1321] = {.lex_state = 429, .external_lex_state = 10}, + [1322] = {.lex_state = 213, .external_lex_state = 26}, + [1323] = {.lex_state = 429, .external_lex_state = 10}, + [1324] = {.lex_state = 429, .external_lex_state = 10}, + [1325] = {.lex_state = 429, .external_lex_state = 10}, + [1326] = {.lex_state = 429, .external_lex_state = 10}, + [1327] = {.lex_state = 427, .external_lex_state = 11}, + [1328] = {.lex_state = 429, .external_lex_state = 10}, + [1329] = {.lex_state = 212, .external_lex_state = 24}, + [1330] = {.lex_state = 429, .external_lex_state = 10}, + [1331] = {.lex_state = 237, .external_lex_state = 25}, + [1332] = {.lex_state = 212, .external_lex_state = 24}, + [1333] = {.lex_state = 212, .external_lex_state = 24}, + [1334] = {.lex_state = 212, .external_lex_state = 24}, + [1335] = {.lex_state = 237, .external_lex_state = 25}, + [1336] = {.lex_state = 429, .external_lex_state = 10}, + [1337] = {.lex_state = 429, .external_lex_state = 10}, + [1338] = {.lex_state = 429, .external_lex_state = 10}, + [1339] = {.lex_state = 429, .external_lex_state = 10}, + [1340] = {.lex_state = 213, .external_lex_state = 26}, + [1341] = {.lex_state = 429, .external_lex_state = 10}, + [1342] = {.lex_state = 429, .external_lex_state = 10}, + [1343] = {.lex_state = 215, .external_lex_state = 17}, + [1344] = {.lex_state = 213, .external_lex_state = 26}, + [1345] = {.lex_state = 429, .external_lex_state = 10}, + [1346] = {.lex_state = 429, .external_lex_state = 10}, + [1347] = {.lex_state = 429, .external_lex_state = 10}, + [1348] = {.lex_state = 429, .external_lex_state = 10}, + [1349] = {.lex_state = 429, .external_lex_state = 10}, + [1350] = {.lex_state = 237, .external_lex_state = 25}, + [1351] = {.lex_state = 237, .external_lex_state = 25}, + [1352] = {.lex_state = 429, .external_lex_state = 10}, + [1353] = {.lex_state = 180, .external_lex_state = 27}, + [1354] = {.lex_state = 175, .external_lex_state = 18}, + [1355] = {.lex_state = 429, .external_lex_state = 10}, + [1356] = {.lex_state = 429, .external_lex_state = 10}, + [1357] = {.lex_state = 429, .external_lex_state = 10}, + [1358] = {.lex_state = 213, .external_lex_state = 26}, + [1359] = {.lex_state = 429, .external_lex_state = 10}, + [1360] = {.lex_state = 429, .external_lex_state = 10}, + [1361] = {.lex_state = 429, .external_lex_state = 10}, + [1362] = {.lex_state = 237, .external_lex_state = 25}, + [1363] = {.lex_state = 237, .external_lex_state = 25}, + [1364] = {.lex_state = 429, .external_lex_state = 10}, + [1365] = {.lex_state = 237, .external_lex_state = 25}, + [1366] = {.lex_state = 175, .external_lex_state = 18}, + [1367] = {.lex_state = 237, .external_lex_state = 25}, + [1368] = {.lex_state = 429, .external_lex_state = 10}, + [1369] = {.lex_state = 175, .external_lex_state = 18}, + [1370] = {.lex_state = 175, .external_lex_state = 18}, + [1371] = {.lex_state = 429, .external_lex_state = 10}, + [1372] = {.lex_state = 429, .external_lex_state = 10}, + [1373] = {.lex_state = 429, .external_lex_state = 10}, + [1374] = {.lex_state = 180, .external_lex_state = 27}, + [1375] = {.lex_state = 429, .external_lex_state = 10}, + [1376] = {.lex_state = 237, .external_lex_state = 25}, + [1377] = {.lex_state = 429, .external_lex_state = 10}, + [1378] = {.lex_state = 429, .external_lex_state = 10}, + [1379] = {.lex_state = 429, .external_lex_state = 10}, + [1380] = {.lex_state = 212, .external_lex_state = 24}, + [1381] = {.lex_state = 212, .external_lex_state = 24}, + [1382] = {.lex_state = 237, .external_lex_state = 25}, + [1383] = {.lex_state = 429, .external_lex_state = 10}, + [1384] = {.lex_state = 429, .external_lex_state = 10}, + [1385] = {.lex_state = 175, .external_lex_state = 18}, + [1386] = {.lex_state = 212, .external_lex_state = 24}, + [1387] = {.lex_state = 212, .external_lex_state = 24}, + [1388] = {.lex_state = 429, .external_lex_state = 10}, + [1389] = {.lex_state = 175, .external_lex_state = 18}, + [1390] = {.lex_state = 212, .external_lex_state = 24}, + [1391] = {.lex_state = 429, .external_lex_state = 10}, + [1392] = {.lex_state = 212, .external_lex_state = 24}, + [1393] = {.lex_state = 429, .external_lex_state = 10}, + [1394] = {.lex_state = 212, .external_lex_state = 24}, + [1395] = {.lex_state = 429, .external_lex_state = 10}, + [1396] = {.lex_state = 180, .external_lex_state = 27}, + [1397] = {.lex_state = 215, .external_lex_state = 19}, + [1398] = {.lex_state = 429, .external_lex_state = 10}, + [1399] = {.lex_state = 180, .external_lex_state = 27}, + [1400] = {.lex_state = 212, .external_lex_state = 24}, + [1401] = {.lex_state = 219, .external_lex_state = 24}, + [1402] = {.lex_state = 180, .external_lex_state = 27}, + [1403] = {.lex_state = 429, .external_lex_state = 10}, + [1404] = {.lex_state = 212, .external_lex_state = 24}, + [1405] = {.lex_state = 429, .external_lex_state = 10}, + [1406] = {.lex_state = 212, .external_lex_state = 24}, + [1407] = {.lex_state = 212, .external_lex_state = 24}, + [1408] = {.lex_state = 429, .external_lex_state = 10}, + [1409] = {.lex_state = 212, .external_lex_state = 24}, + [1410] = {.lex_state = 213, .external_lex_state = 26}, + [1411] = {.lex_state = 180, .external_lex_state = 27}, + [1412] = {.lex_state = 180, .external_lex_state = 27}, + [1413] = {.lex_state = 180, .external_lex_state = 27}, + [1414] = {.lex_state = 213, .external_lex_state = 26}, + [1415] = {.lex_state = 212, .external_lex_state = 24}, + [1416] = {.lex_state = 180, .external_lex_state = 27}, + [1417] = {.lex_state = 429, .external_lex_state = 10}, + [1418] = {.lex_state = 180, .external_lex_state = 27}, + [1419] = {.lex_state = 180, .external_lex_state = 27}, + [1420] = {.lex_state = 180, .external_lex_state = 27}, + [1421] = {.lex_state = 212, .external_lex_state = 14}, + [1422] = {.lex_state = 429, .external_lex_state = 10}, + [1423] = {.lex_state = 212, .external_lex_state = 24}, + [1424] = {.lex_state = 212, .external_lex_state = 24}, + [1425] = {.lex_state = 429, .external_lex_state = 10}, + [1426] = {.lex_state = 429, .external_lex_state = 10}, + [1427] = {.lex_state = 429, .external_lex_state = 10}, + [1428] = {.lex_state = 218, .external_lex_state = 24}, + [1429] = {.lex_state = 429, .external_lex_state = 10}, + [1430] = {.lex_state = 429, .external_lex_state = 10}, + [1431] = {.lex_state = 213, .external_lex_state = 24}, + [1432] = {.lex_state = 237, .external_lex_state = 25}, + [1433] = {.lex_state = 215, .external_lex_state = 17}, + [1434] = {.lex_state = 218, .external_lex_state = 14}, + [1435] = {.lex_state = 213, .external_lex_state = 24}, + [1436] = {.lex_state = 213, .external_lex_state = 24}, + [1437] = {.lex_state = 213, .external_lex_state = 24}, + [1438] = {.lex_state = 178, .external_lex_state = 18}, [1439] = {.lex_state = 213, .external_lex_state = 24}, - [1440] = {.lex_state = 218, .external_lex_state = 17}, - [1441] = {.lex_state = 218, .external_lex_state = 17}, - [1442] = {.lex_state = 180, .external_lex_state = 25}, - [1443] = {.lex_state = 214, .external_lex_state = 24}, - [1444] = {.lex_state = 214, .external_lex_state = 24}, - [1445] = {.lex_state = 214, .external_lex_state = 24}, - [1446] = {.lex_state = 214, .external_lex_state = 24}, - [1447] = {.lex_state = 180, .external_lex_state = 25}, - [1448] = {.lex_state = 180, .external_lex_state = 25}, - [1449] = {.lex_state = 214, .external_lex_state = 24}, - [1450] = {.lex_state = 214, .external_lex_state = 24}, - [1451] = {.lex_state = 237, .external_lex_state = 23}, - [1452] = {.lex_state = 214, .external_lex_state = 24}, - [1453] = {.lex_state = 237, .external_lex_state = 23}, - [1454] = {.lex_state = 218, .external_lex_state = 17}, - [1455] = {.lex_state = 237, .external_lex_state = 23}, - [1456] = {.lex_state = 237, .external_lex_state = 23}, - [1457] = {.lex_state = 237, .external_lex_state = 23}, - [1458] = {.lex_state = 214, .external_lex_state = 14}, - [1459] = {.lex_state = 214, .external_lex_state = 24}, - [1460] = {.lex_state = 218, .external_lex_state = 17}, - [1461] = {.lex_state = 214, .external_lex_state = 24}, - [1462] = {.lex_state = 175, .external_lex_state = 20}, - [1463] = {.lex_state = 178, .external_lex_state = 19}, - [1464] = {.lex_state = 237, .external_lex_state = 23}, - [1465] = {.lex_state = 178, .external_lex_state = 19}, - [1466] = {.lex_state = 237, .external_lex_state = 23}, - [1467] = {.lex_state = 237, .external_lex_state = 23}, - [1468] = {.lex_state = 214, .external_lex_state = 24}, - [1469] = {.lex_state = 214, .external_lex_state = 24}, - [1470] = {.lex_state = 237, .external_lex_state = 23}, - [1471] = {.lex_state = 237, .external_lex_state = 23}, - [1472] = {.lex_state = 175, .external_lex_state = 20}, - [1473] = {.lex_state = 218, .external_lex_state = 17}, - [1474] = {.lex_state = 175, .external_lex_state = 20}, - [1475] = {.lex_state = 180, .external_lex_state = 25}, - [1476] = {.lex_state = 212, .external_lex_state = 14}, - [1477] = {.lex_state = 237, .external_lex_state = 23}, - [1478] = {.lex_state = 237, .external_lex_state = 23}, - [1479] = {.lex_state = 214, .external_lex_state = 24}, - [1480] = {.lex_state = 214, .external_lex_state = 24}, - [1481] = {.lex_state = 214, .external_lex_state = 24}, - [1482] = {.lex_state = 214, .external_lex_state = 24}, - [1483] = {.lex_state = 214, .external_lex_state = 24}, - [1484] = {.lex_state = 237, .external_lex_state = 23}, - [1485] = {.lex_state = 244, .external_lex_state = 26}, - [1486] = {.lex_state = 237, .external_lex_state = 23}, - [1487] = {.lex_state = 240, .external_lex_state = 27}, - [1488] = {.lex_state = 237, .external_lex_state = 23}, - [1489] = {.lex_state = 240, .external_lex_state = 27}, - [1490] = {.lex_state = 218, .external_lex_state = 17}, - [1491] = {.lex_state = 244, .external_lex_state = 26}, - [1492] = {.lex_state = 244, .external_lex_state = 26}, - [1493] = {.lex_state = 213, .external_lex_state = 24}, - [1494] = {.lex_state = 214, .external_lex_state = 24}, - [1495] = {.lex_state = 214, .external_lex_state = 24}, - [1496] = {.lex_state = 237, .external_lex_state = 23}, - [1497] = {.lex_state = 237, .external_lex_state = 23}, - [1498] = {.lex_state = 218, .external_lex_state = 17}, - [1499] = {.lex_state = 214, .external_lex_state = 24}, - [1500] = {.lex_state = 430, .external_lex_state = 10}, - [1501] = {.lex_state = 237, .external_lex_state = 23}, - [1502] = {.lex_state = 214, .external_lex_state = 24}, - [1503] = {.lex_state = 240, .external_lex_state = 27}, - [1504] = {.lex_state = 240, .external_lex_state = 27}, - [1505] = {.lex_state = 214, .external_lex_state = 24}, - [1506] = {.lex_state = 430, .external_lex_state = 10}, - [1507] = {.lex_state = 214, .external_lex_state = 24}, - [1508] = {.lex_state = 213, .external_lex_state = 24}, - [1509] = {.lex_state = 180, .external_lex_state = 25}, - [1510] = {.lex_state = 240, .external_lex_state = 27}, - [1511] = {.lex_state = 214, .external_lex_state = 24}, - [1512] = {.lex_state = 240, .external_lex_state = 27}, - [1513] = {.lex_state = 240, .external_lex_state = 27}, - [1514] = {.lex_state = 191, .external_lex_state = 2}, - [1515] = {.lex_state = 218, .external_lex_state = 17}, - [1516] = {.lex_state = 191, .external_lex_state = 2}, - [1517] = {.lex_state = 240, .external_lex_state = 27}, - [1518] = {.lex_state = 214, .external_lex_state = 24}, - [1519] = {.lex_state = 218, .external_lex_state = 17}, - [1520] = {.lex_state = 212, .external_lex_state = 14}, - [1521] = {.lex_state = 218, .external_lex_state = 17}, - [1522] = {.lex_state = 175, .external_lex_state = 20}, - [1523] = {.lex_state = 175, .external_lex_state = 20}, - [1524] = {.lex_state = 218, .external_lex_state = 17}, - [1525] = {.lex_state = 244, .external_lex_state = 26}, - [1526] = {.lex_state = 244, .external_lex_state = 26}, - [1527] = {.lex_state = 244, .external_lex_state = 26}, - [1528] = {.lex_state = 218, .external_lex_state = 17}, - [1529] = {.lex_state = 244, .external_lex_state = 26}, - [1530] = {.lex_state = 238, .external_lex_state = 26}, - [1531] = {.lex_state = 218, .external_lex_state = 17}, - [1532] = {.lex_state = 218, .external_lex_state = 17}, - [1533] = {.lex_state = 218, .external_lex_state = 17}, - [1534] = {.lex_state = 240, .external_lex_state = 27}, - [1535] = {.lex_state = 244, .external_lex_state = 26}, - [1536] = {.lex_state = 244, .external_lex_state = 26}, - [1537] = {.lex_state = 244, .external_lex_state = 26}, - [1538] = {.lex_state = 218, .external_lex_state = 17}, - [1539] = {.lex_state = 218, .external_lex_state = 17}, - [1540] = {.lex_state = 218, .external_lex_state = 18}, - [1541] = {.lex_state = 214, .external_lex_state = 24}, - [1542] = {.lex_state = 218, .external_lex_state = 17}, - [1543] = {.lex_state = 244, .external_lex_state = 26}, - [1544] = {.lex_state = 240, .external_lex_state = 27}, - [1545] = {.lex_state = 212, .external_lex_state = 28}, - [1546] = {.lex_state = 240, .external_lex_state = 27}, - [1547] = {.lex_state = 239, .external_lex_state = 13}, - [1548] = {.lex_state = 218, .external_lex_state = 17}, - [1549] = {.lex_state = 240, .external_lex_state = 27}, - [1550] = {.lex_state = 218, .external_lex_state = 18}, - [1551] = {.lex_state = 244, .external_lex_state = 26}, - [1552] = {.lex_state = 218, .external_lex_state = 17}, - [1553] = {.lex_state = 240, .external_lex_state = 27}, - [1554] = {.lex_state = 240, .external_lex_state = 27}, - [1555] = {.lex_state = 218, .external_lex_state = 17}, - [1556] = {.lex_state = 240, .external_lex_state = 27}, - [1557] = {.lex_state = 218, .external_lex_state = 17}, + [1440] = {.lex_state = 237, .external_lex_state = 25}, + [1441] = {.lex_state = 213, .external_lex_state = 24}, + [1442] = {.lex_state = 213, .external_lex_state = 24}, + [1443] = {.lex_state = 213, .external_lex_state = 24}, + [1444] = {.lex_state = 237, .external_lex_state = 25}, + [1445] = {.lex_state = 213, .external_lex_state = 24}, + [1446] = {.lex_state = 213, .external_lex_state = 24}, + [1447] = {.lex_state = 175, .external_lex_state = 20}, + [1448] = {.lex_state = 213, .external_lex_state = 24}, + [1449] = {.lex_state = 213, .external_lex_state = 24}, + [1450] = {.lex_state = 213, .external_lex_state = 14}, + [1451] = {.lex_state = 178, .external_lex_state = 18}, + [1452] = {.lex_state = 213, .external_lex_state = 14}, + [1453] = {.lex_state = 213, .external_lex_state = 14}, + [1454] = {.lex_state = 178, .external_lex_state = 18}, + [1455] = {.lex_state = 213, .external_lex_state = 24}, + [1456] = {.lex_state = 213, .external_lex_state = 24}, + [1457] = {.lex_state = 219, .external_lex_state = 14}, + [1458] = {.lex_state = 213, .external_lex_state = 24}, + [1459] = {.lex_state = 237, .external_lex_state = 25}, + [1460] = {.lex_state = 213, .external_lex_state = 24}, + [1461] = {.lex_state = 213, .external_lex_state = 24}, + [1462] = {.lex_state = 237, .external_lex_state = 25}, + [1463] = {.lex_state = 237, .external_lex_state = 25}, + [1464] = {.lex_state = 240, .external_lex_state = 28}, + [1465] = {.lex_state = 240, .external_lex_state = 28}, + [1466] = {.lex_state = 240, .external_lex_state = 28}, + [1467] = {.lex_state = 178, .external_lex_state = 18}, + [1468] = {.lex_state = 213, .external_lex_state = 14}, + [1469] = {.lex_state = 213, .external_lex_state = 14}, + [1470] = {.lex_state = 213, .external_lex_state = 24}, + [1471] = {.lex_state = 175, .external_lex_state = 20}, + [1472] = {.lex_state = 213, .external_lex_state = 24}, + [1473] = {.lex_state = 175, .external_lex_state = 20}, + [1474] = {.lex_state = 191, .external_lex_state = 2}, + [1475] = {.lex_state = 191, .external_lex_state = 2}, + [1476] = {.lex_state = 215, .external_lex_state = 17}, + [1477] = {.lex_state = 237, .external_lex_state = 25}, + [1478] = {.lex_state = 213, .external_lex_state = 24}, + [1479] = {.lex_state = 213, .external_lex_state = 24}, + [1480] = {.lex_state = 215, .external_lex_state = 17}, + [1481] = {.lex_state = 213, .external_lex_state = 14}, + [1482] = {.lex_state = 240, .external_lex_state = 28}, + [1483] = {.lex_state = 213, .external_lex_state = 24}, + [1484] = {.lex_state = 213, .external_lex_state = 24}, + [1485] = {.lex_state = 215, .external_lex_state = 17}, + [1486] = {.lex_state = 213, .external_lex_state = 24}, + [1487] = {.lex_state = 237, .external_lex_state = 25}, + [1488] = {.lex_state = 215, .external_lex_state = 17}, + [1489] = {.lex_state = 237, .external_lex_state = 25}, + [1490] = {.lex_state = 429, .external_lex_state = 10}, + [1491] = {.lex_state = 213, .external_lex_state = 24}, + [1492] = {.lex_state = 240, .external_lex_state = 28}, + [1493] = {.lex_state = 240, .external_lex_state = 28}, + [1494] = {.lex_state = 429, .external_lex_state = 10}, + [1495] = {.lex_state = 213, .external_lex_state = 24}, + [1496] = {.lex_state = 237, .external_lex_state = 25}, + [1497] = {.lex_state = 213, .external_lex_state = 24}, + [1498] = {.lex_state = 237, .external_lex_state = 25}, + [1499] = {.lex_state = 215, .external_lex_state = 17}, + [1500] = {.lex_state = 212, .external_lex_state = 24}, + [1501] = {.lex_state = 213, .external_lex_state = 24}, + [1502] = {.lex_state = 215, .external_lex_state = 17}, + [1503] = {.lex_state = 237, .external_lex_state = 25}, + [1504] = {.lex_state = 178, .external_lex_state = 18}, + [1505] = {.lex_state = 215, .external_lex_state = 17}, + [1506] = {.lex_state = 240, .external_lex_state = 28}, + [1507] = {.lex_state = 240, .external_lex_state = 28}, + [1508] = {.lex_state = 237, .external_lex_state = 25}, + [1509] = {.lex_state = 237, .external_lex_state = 25}, + [1510] = {.lex_state = 215, .external_lex_state = 17}, + [1511] = {.lex_state = 218, .external_lex_state = 24}, + [1512] = {.lex_state = 178, .external_lex_state = 18}, + [1513] = {.lex_state = 178, .external_lex_state = 18}, + [1514] = {.lex_state = 244, .external_lex_state = 29}, + [1515] = {.lex_state = 244, .external_lex_state = 29}, + [1516] = {.lex_state = 237, .external_lex_state = 25}, + [1517] = {.lex_state = 175, .external_lex_state = 20}, + [1518] = {.lex_state = 175, .external_lex_state = 20}, + [1519] = {.lex_state = 215, .external_lex_state = 17}, + [1520] = {.lex_state = 218, .external_lex_state = 14}, + [1521] = {.lex_state = 244, .external_lex_state = 29}, + [1522] = {.lex_state = 219, .external_lex_state = 14}, + [1523] = {.lex_state = 215, .external_lex_state = 17}, + [1524] = {.lex_state = 178, .external_lex_state = 18}, + [1525] = {.lex_state = 215, .external_lex_state = 17}, + [1526] = {.lex_state = 215, .external_lex_state = 17}, + [1527] = {.lex_state = 212, .external_lex_state = 24}, + [1528] = {.lex_state = 212, .external_lex_state = 24}, + [1529] = {.lex_state = 244, .external_lex_state = 29}, + [1530] = {.lex_state = 215, .external_lex_state = 17}, + [1531] = {.lex_state = 213, .external_lex_state = 24}, + [1532] = {.lex_state = 178, .external_lex_state = 18}, + [1533] = {.lex_state = 215, .external_lex_state = 17}, + [1534] = {.lex_state = 237, .external_lex_state = 25}, + [1535] = {.lex_state = 215, .external_lex_state = 17}, + [1536] = {.lex_state = 244, .external_lex_state = 29}, + [1537] = {.lex_state = 215, .external_lex_state = 17}, + [1538] = {.lex_state = 237, .external_lex_state = 25}, + [1539] = {.lex_state = 237, .external_lex_state = 25}, + [1540] = {.lex_state = 237, .external_lex_state = 25}, + [1541] = {.lex_state = 244, .external_lex_state = 29}, + [1542] = {.lex_state = 244, .external_lex_state = 29}, + [1543] = {.lex_state = 244, .external_lex_state = 29}, + [1544] = {.lex_state = 215, .external_lex_state = 17}, + [1545] = {.lex_state = 215, .external_lex_state = 17}, + [1546] = {.lex_state = 215, .external_lex_state = 17}, + [1547] = {.lex_state = 215, .external_lex_state = 17}, + [1548] = {.lex_state = 244, .external_lex_state = 29}, + [1549] = {.lex_state = 244, .external_lex_state = 30}, + [1550] = {.lex_state = 218, .external_lex_state = 14}, + [1551] = {.lex_state = 213, .external_lex_state = 24}, + [1552] = {.lex_state = 213, .external_lex_state = 24}, + [1553] = {.lex_state = 239, .external_lex_state = 13}, + [1554] = {.lex_state = 215, .external_lex_state = 31}, + [1555] = {.lex_state = 216, .external_lex_state = 32}, + [1556] = {.lex_state = 240, .external_lex_state = 28}, + [1557] = {.lex_state = 244, .external_lex_state = 30}, [1558] = {.lex_state = 244, .external_lex_state = 29}, - [1559] = {.lex_state = 244, .external_lex_state = 29}, - [1560] = {.lex_state = 216, .external_lex_state = 14}, - [1561] = {.lex_state = 214, .external_lex_state = 24}, - [1562] = {.lex_state = 214, .external_lex_state = 24}, - [1563] = {.lex_state = 240, .external_lex_state = 27}, - [1564] = {.lex_state = 244, .external_lex_state = 26}, - [1565] = {.lex_state = 240, .external_lex_state = 27}, - [1566] = {.lex_state = 240, .external_lex_state = 27}, - [1567] = {.lex_state = 244, .external_lex_state = 26}, - [1568] = {.lex_state = 218, .external_lex_state = 17}, - [1569] = {.lex_state = 240, .external_lex_state = 27}, - [1570] = {.lex_state = 240, .external_lex_state = 27}, - [1571] = {.lex_state = 213, .external_lex_state = 14}, - [1572] = {.lex_state = 244, .external_lex_state = 26}, - [1573] = {.lex_state = 240, .external_lex_state = 27}, - [1574] = {.lex_state = 238, .external_lex_state = 26}, - [1575] = {.lex_state = 238, .external_lex_state = 26}, - [1576] = {.lex_state = 238, .external_lex_state = 26}, + [1559] = {.lex_state = 238, .external_lex_state = 29}, + [1560] = {.lex_state = 213, .external_lex_state = 33}, + [1561] = {.lex_state = 244, .external_lex_state = 30}, + [1562] = {.lex_state = 240, .external_lex_state = 28}, + [1563] = {.lex_state = 213, .external_lex_state = 33}, + [1564] = {.lex_state = 244, .external_lex_state = 29}, + [1565] = {.lex_state = 240, .external_lex_state = 28}, + [1566] = {.lex_state = 219, .external_lex_state = 14}, + [1567] = {.lex_state = 244, .external_lex_state = 29}, + [1568] = {.lex_state = 213, .external_lex_state = 24}, + [1569] = {.lex_state = 215, .external_lex_state = 17}, + [1570] = {.lex_state = 244, .external_lex_state = 29}, + [1571] = {.lex_state = 244, .external_lex_state = 29}, + [1572] = {.lex_state = 215, .external_lex_state = 17}, + [1573] = {.lex_state = 215, .external_lex_state = 17}, + [1574] = {.lex_state = 244, .external_lex_state = 29}, + [1575] = {.lex_state = 215, .external_lex_state = 31}, + [1576] = {.lex_state = 244, .external_lex_state = 29}, [1577] = {.lex_state = 244, .external_lex_state = 29}, - [1578] = {.lex_state = 240, .external_lex_state = 27}, - [1579] = {.lex_state = 238, .external_lex_state = 26}, - [1580] = {.lex_state = 238, .external_lex_state = 26}, - [1581] = {.lex_state = 218, .external_lex_state = 17}, - [1582] = {.lex_state = 218, .external_lex_state = 17}, - [1583] = {.lex_state = 238, .external_lex_state = 26}, - [1584] = {.lex_state = 218, .external_lex_state = 17}, - [1585] = {.lex_state = 214, .external_lex_state = 30}, - [1586] = {.lex_state = 214, .external_lex_state = 30}, - [1587] = {.lex_state = 218, .external_lex_state = 17}, - [1588] = {.lex_state = 239, .external_lex_state = 13}, - [1589] = {.lex_state = 244, .external_lex_state = 26}, - [1590] = {.lex_state = 244, .external_lex_state = 26}, - [1591] = {.lex_state = 238, .external_lex_state = 26}, - [1592] = {.lex_state = 244, .external_lex_state = 26}, - [1593] = {.lex_state = 239, .external_lex_state = 13}, - [1594] = {.lex_state = 218, .external_lex_state = 17}, - [1595] = {.lex_state = 240, .external_lex_state = 27}, - [1596] = {.lex_state = 214, .external_lex_state = 30}, - [1597] = {.lex_state = 244, .external_lex_state = 26}, - [1598] = {.lex_state = 240, .external_lex_state = 27}, - [1599] = {.lex_state = 244, .external_lex_state = 26}, - [1600] = {.lex_state = 244, .external_lex_state = 26}, - [1601] = {.lex_state = 244, .external_lex_state = 29}, - [1602] = {.lex_state = 240, .external_lex_state = 27}, - [1603] = {.lex_state = 244, .external_lex_state = 26}, - [1604] = {.lex_state = 214, .external_lex_state = 30}, - [1605] = {.lex_state = 238, .external_lex_state = 26}, - [1606] = {.lex_state = 218, .external_lex_state = 17}, - [1607] = {.lex_state = 218, .external_lex_state = 17}, - [1608] = {.lex_state = 240, .external_lex_state = 27}, - [1609] = {.lex_state = 214, .external_lex_state = 14}, - [1610] = {.lex_state = 213, .external_lex_state = 14}, - [1611] = {.lex_state = 238, .external_lex_state = 26}, - [1612] = {.lex_state = 218, .external_lex_state = 17}, - [1613] = {.lex_state = 239, .external_lex_state = 13}, - [1614] = {.lex_state = 244, .external_lex_state = 29}, - [1615] = {.lex_state = 244, .external_lex_state = 26}, - [1616] = {.lex_state = 218, .external_lex_state = 17}, - [1617] = {.lex_state = 244, .external_lex_state = 26}, - [1618] = {.lex_state = 240, .external_lex_state = 27}, - [1619] = {.lex_state = 244, .external_lex_state = 29}, - [1620] = {.lex_state = 244, .external_lex_state = 26}, - [1621] = {.lex_state = 238, .external_lex_state = 26}, - [1622] = {.lex_state = 244, .external_lex_state = 29}, - [1623] = {.lex_state = 214, .external_lex_state = 28}, - [1624] = {.lex_state = 238, .external_lex_state = 26}, - [1625] = {.lex_state = 238, .external_lex_state = 26}, - [1626] = {.lex_state = 239, .external_lex_state = 13}, - [1627] = {.lex_state = 214, .external_lex_state = 28}, - [1628] = {.lex_state = 214, .external_lex_state = 28}, - [1629] = {.lex_state = 214, .external_lex_state = 28}, - [1630] = {.lex_state = 214, .external_lex_state = 28}, - [1631] = {.lex_state = 214, .external_lex_state = 14}, - [1632] = {.lex_state = 213, .external_lex_state = 14}, - [1633] = {.lex_state = 214, .external_lex_state = 14}, - [1634] = {.lex_state = 214, .external_lex_state = 14}, - [1635] = {.lex_state = 214, .external_lex_state = 28}, - [1636] = {.lex_state = 214, .external_lex_state = 14}, - [1637] = {.lex_state = 244, .external_lex_state = 29}, - [1638] = {.lex_state = 214, .external_lex_state = 28}, - [1639] = {.lex_state = 238, .external_lex_state = 26}, - [1640] = {.lex_state = 243, .external_lex_state = 12}, - [1641] = {.lex_state = 244, .external_lex_state = 29}, - [1642] = {.lex_state = 214, .external_lex_state = 28}, - [1643] = {.lex_state = 214, .external_lex_state = 28}, - [1644] = {.lex_state = 218, .external_lex_state = 17}, - [1645] = {.lex_state = 214, .external_lex_state = 28}, - [1646] = {.lex_state = 244, .external_lex_state = 29}, - [1647] = {.lex_state = 218, .external_lex_state = 17}, - [1648] = {.lex_state = 238, .external_lex_state = 26}, - [1649] = {.lex_state = 218, .external_lex_state = 17}, - [1650] = {.lex_state = 218, .external_lex_state = 17}, - [1651] = {.lex_state = 218, .external_lex_state = 17}, - [1652] = {.lex_state = 214, .external_lex_state = 28}, - [1653] = {.lex_state = 218, .external_lex_state = 17}, - [1654] = {.lex_state = 214, .external_lex_state = 28}, - [1655] = {.lex_state = 238, .external_lex_state = 26}, - [1656] = {.lex_state = 214, .external_lex_state = 28}, - [1657] = {.lex_state = 244, .external_lex_state = 29}, - [1658] = {.lex_state = 214, .external_lex_state = 28}, - [1659] = {.lex_state = 238, .external_lex_state = 26}, - [1660] = {.lex_state = 214, .external_lex_state = 28}, - [1661] = {.lex_state = 214, .external_lex_state = 28}, - [1662] = {.lex_state = 214, .external_lex_state = 28}, - [1663] = {.lex_state = 239, .external_lex_state = 13}, - [1664] = {.lex_state = 214, .external_lex_state = 28}, - [1665] = {.lex_state = 214, .external_lex_state = 28}, - [1666] = {.lex_state = 238, .external_lex_state = 26}, - [1667] = {.lex_state = 238, .external_lex_state = 26}, - [1668] = {.lex_state = 214, .external_lex_state = 28}, - [1669] = {.lex_state = 238, .external_lex_state = 26}, - [1670] = {.lex_state = 218, .external_lex_state = 17}, - [1671] = {.lex_state = 214, .external_lex_state = 28}, - [1672] = {.lex_state = 239, .external_lex_state = 13}, - [1673] = {.lex_state = 214, .external_lex_state = 28}, - [1674] = {.lex_state = 238, .external_lex_state = 26}, - [1675] = {.lex_state = 214, .external_lex_state = 28}, - [1676] = {.lex_state = 218, .external_lex_state = 17}, - [1677] = {.lex_state = 214, .external_lex_state = 14}, - [1678] = {.lex_state = 244, .external_lex_state = 29}, - [1679] = {.lex_state = 244, .external_lex_state = 29}, - [1680] = {.lex_state = 238, .external_lex_state = 26}, - [1681] = {.lex_state = 214, .external_lex_state = 28}, - [1682] = {.lex_state = 214, .external_lex_state = 28}, - [1683] = {.lex_state = 214, .external_lex_state = 28}, - [1684] = {.lex_state = 214, .external_lex_state = 28}, - [1685] = {.lex_state = 214, .external_lex_state = 28}, - [1686] = {.lex_state = 238, .external_lex_state = 26}, - [1687] = {.lex_state = 238, .external_lex_state = 26}, - [1688] = {.lex_state = 214, .external_lex_state = 14}, - [1689] = {.lex_state = 214, .external_lex_state = 28}, - [1690] = {.lex_state = 214, .external_lex_state = 28}, - [1691] = {.lex_state = 218, .external_lex_state = 17}, - [1692] = {.lex_state = 244, .external_lex_state = 29}, - [1693] = {.lex_state = 214, .external_lex_state = 28}, - [1694] = {.lex_state = 218, .external_lex_state = 17}, - [1695] = {.lex_state = 214, .external_lex_state = 28}, - [1696] = {.lex_state = 241, .external_lex_state = 15}, - [1697] = {.lex_state = 244, .external_lex_state = 29}, - [1698] = {.lex_state = 214, .external_lex_state = 28}, - [1699] = {.lex_state = 244, .external_lex_state = 29}, - [1700] = {.lex_state = 244, .external_lex_state = 29}, - [1701] = {.lex_state = 214, .external_lex_state = 28}, - [1702] = {.lex_state = 214, .external_lex_state = 28}, - [1703] = {.lex_state = 134, .external_lex_state = 31}, - [1704] = {.lex_state = 238, .external_lex_state = 26}, - [1705] = {.lex_state = 134, .external_lex_state = 31}, - [1706] = {.lex_state = 214, .external_lex_state = 28}, - [1707] = {.lex_state = 243, .external_lex_state = 12}, - [1708] = {.lex_state = 214, .external_lex_state = 28}, - [1709] = {.lex_state = 214, .external_lex_state = 28}, - [1710] = {.lex_state = 244, .external_lex_state = 29}, - [1711] = {.lex_state = 244, .external_lex_state = 29}, - [1712] = {.lex_state = 244, .external_lex_state = 29}, - [1713] = {.lex_state = 214, .external_lex_state = 28}, - [1714] = {.lex_state = 243, .external_lex_state = 12}, - [1715] = {.lex_state = 218, .external_lex_state = 17}, - [1716] = {.lex_state = 214, .external_lex_state = 28}, - [1717] = {.lex_state = 214, .external_lex_state = 28}, - [1718] = {.lex_state = 214, .external_lex_state = 28}, - [1719] = {.lex_state = 214, .external_lex_state = 28}, - [1720] = {.lex_state = 214, .external_lex_state = 28}, - [1721] = {.lex_state = 214, .external_lex_state = 28}, - [1722] = {.lex_state = 214, .external_lex_state = 28}, - [1723] = {.lex_state = 238, .external_lex_state = 26}, - [1724] = {.lex_state = 214, .external_lex_state = 28}, - [1725] = {.lex_state = 214, .external_lex_state = 28}, - [1726] = {.lex_state = 214, .external_lex_state = 28}, - [1727] = {.lex_state = 214, .external_lex_state = 28}, - [1728] = {.lex_state = 214, .external_lex_state = 28}, - [1729] = {.lex_state = 241, .external_lex_state = 15}, - [1730] = {.lex_state = 214, .external_lex_state = 28}, - [1731] = {.lex_state = 214, .external_lex_state = 28}, - [1732] = {.lex_state = 238, .external_lex_state = 26}, - [1733] = {.lex_state = 214, .external_lex_state = 28}, - [1734] = {.lex_state = 214, .external_lex_state = 28}, - [1735] = {.lex_state = 214, .external_lex_state = 28}, - [1736] = {.lex_state = 244, .external_lex_state = 29}, - [1737] = {.lex_state = 214, .external_lex_state = 28}, - [1738] = {.lex_state = 214, .external_lex_state = 28}, - [1739] = {.lex_state = 218, .external_lex_state = 17}, - [1740] = {.lex_state = 214, .external_lex_state = 28}, - [1741] = {.lex_state = 244, .external_lex_state = 29}, - [1742] = {.lex_state = 244, .external_lex_state = 29}, - [1743] = {.lex_state = 214, .external_lex_state = 28}, - [1744] = {.lex_state = 218, .external_lex_state = 18}, - [1745] = {.lex_state = 244, .external_lex_state = 29}, - [1746] = {.lex_state = 214, .external_lex_state = 28}, - [1747] = {.lex_state = 214, .external_lex_state = 28}, - [1748] = {.lex_state = 244, .external_lex_state = 29}, - [1749] = {.lex_state = 239, .external_lex_state = 13}, - [1750] = {.lex_state = 241, .external_lex_state = 15}, - [1751] = {.lex_state = 214, .external_lex_state = 28}, - [1752] = {.lex_state = 214, .external_lex_state = 28}, - [1753] = {.lex_state = 214, .external_lex_state = 28}, - [1754] = {.lex_state = 238, .external_lex_state = 26}, - [1755] = {.lex_state = 238, .external_lex_state = 26}, - [1756] = {.lex_state = 214, .external_lex_state = 28}, - [1757] = {.lex_state = 213, .external_lex_state = 14}, - [1758] = {.lex_state = 242, .external_lex_state = 12}, - [1759] = {.lex_state = 241, .external_lex_state = 15}, - [1760] = {.lex_state = 142, .external_lex_state = 31}, - [1761] = {.lex_state = 243, .external_lex_state = 12}, - [1762] = {.lex_state = 241, .external_lex_state = 15}, - [1763] = {.lex_state = 213, .external_lex_state = 14}, - [1764] = {.lex_state = 243, .external_lex_state = 12}, - [1765] = {.lex_state = 243, .external_lex_state = 12}, - [1766] = {.lex_state = 214, .external_lex_state = 14}, - [1767] = {.lex_state = 142, .external_lex_state = 31}, - [1768] = {.lex_state = 242, .external_lex_state = 12}, - [1769] = {.lex_state = 218, .external_lex_state = 18}, - [1770] = {.lex_state = 243, .external_lex_state = 16}, - [1771] = {.lex_state = 213, .external_lex_state = 14}, - [1772] = {.lex_state = 241, .external_lex_state = 15}, - [1773] = {.lex_state = 218, .external_lex_state = 18}, - [1774] = {.lex_state = 214, .external_lex_state = 14}, - [1775] = {.lex_state = 213, .external_lex_state = 14}, - [1776] = {.lex_state = 214, .external_lex_state = 14}, - [1777] = {.lex_state = 213, .external_lex_state = 14}, - [1778] = {.lex_state = 134, .external_lex_state = 32}, - [1779] = {.lex_state = 134, .external_lex_state = 32}, - [1780] = {.lex_state = 214, .external_lex_state = 14}, - [1781] = {.lex_state = 242, .external_lex_state = 12}, - [1782] = {.lex_state = 213, .external_lex_state = 14}, - [1783] = {.lex_state = 214, .external_lex_state = 14}, - [1784] = {.lex_state = 218, .external_lex_state = 18}, - [1785] = {.lex_state = 213, .external_lex_state = 14}, - [1786] = {.lex_state = 214, .external_lex_state = 14}, - [1787] = {.lex_state = 213, .external_lex_state = 14}, - [1788] = {.lex_state = 218, .external_lex_state = 18}, - [1789] = {.lex_state = 218, .external_lex_state = 18}, - [1790] = {.lex_state = 218, .external_lex_state = 18}, - [1791] = {.lex_state = 213, .external_lex_state = 14}, - [1792] = {.lex_state = 214, .external_lex_state = 14}, - [1793] = {.lex_state = 218, .external_lex_state = 18}, - [1794] = {.lex_state = 213, .external_lex_state = 30}, - [1795] = {.lex_state = 213, .external_lex_state = 30}, - [1796] = {.lex_state = 241, .external_lex_state = 15}, - [1797] = {.lex_state = 213, .external_lex_state = 14}, - [1798] = {.lex_state = 213, .external_lex_state = 14}, - [1799] = {.lex_state = 214, .external_lex_state = 14}, - [1800] = {.lex_state = 218, .external_lex_state = 18}, - [1801] = {.lex_state = 213, .external_lex_state = 14}, - [1802] = {.lex_state = 213, .external_lex_state = 30}, + [1578] = {.lex_state = 244, .external_lex_state = 29}, + [1579] = {.lex_state = 213, .external_lex_state = 14}, + [1580] = {.lex_state = 244, .external_lex_state = 29}, + [1581] = {.lex_state = 244, .external_lex_state = 29}, + [1582] = {.lex_state = 213, .external_lex_state = 33}, + [1583] = {.lex_state = 213, .external_lex_state = 33}, + [1584] = {.lex_state = 238, .external_lex_state = 29}, + [1585] = {.lex_state = 215, .external_lex_state = 31}, + [1586] = {.lex_state = 240, .external_lex_state = 28}, + [1587] = {.lex_state = 238, .external_lex_state = 29}, + [1588] = {.lex_state = 215, .external_lex_state = 19}, + [1589] = {.lex_state = 240, .external_lex_state = 28}, + [1590] = {.lex_state = 240, .external_lex_state = 28}, + [1591] = {.lex_state = 215, .external_lex_state = 31}, + [1592] = {.lex_state = 244, .external_lex_state = 29}, + [1593] = {.lex_state = 215, .external_lex_state = 17}, + [1594] = {.lex_state = 215, .external_lex_state = 17}, + [1595] = {.lex_state = 244, .external_lex_state = 30}, + [1596] = {.lex_state = 244, .external_lex_state = 29}, + [1597] = {.lex_state = 239, .external_lex_state = 13}, + [1598] = {.lex_state = 215, .external_lex_state = 17}, + [1599] = {.lex_state = 240, .external_lex_state = 28}, + [1600] = {.lex_state = 238, .external_lex_state = 29}, + [1601] = {.lex_state = 240, .external_lex_state = 28}, + [1602] = {.lex_state = 215, .external_lex_state = 17}, + [1603] = {.lex_state = 238, .external_lex_state = 29}, + [1604] = {.lex_state = 238, .external_lex_state = 29}, + [1605] = {.lex_state = 215, .external_lex_state = 31}, + [1606] = {.lex_state = 244, .external_lex_state = 29}, + [1607] = {.lex_state = 244, .external_lex_state = 29}, + [1608] = {.lex_state = 215, .external_lex_state = 17}, + [1609] = {.lex_state = 215, .external_lex_state = 17}, + [1610] = {.lex_state = 240, .external_lex_state = 28}, + [1611] = {.lex_state = 238, .external_lex_state = 29}, + [1612] = {.lex_state = 215, .external_lex_state = 31}, + [1613] = {.lex_state = 215, .external_lex_state = 17}, + [1614] = {.lex_state = 238, .external_lex_state = 29}, + [1615] = {.lex_state = 215, .external_lex_state = 17}, + [1616] = {.lex_state = 215, .external_lex_state = 17}, + [1617] = {.lex_state = 240, .external_lex_state = 28}, + [1618] = {.lex_state = 240, .external_lex_state = 28}, + [1619] = {.lex_state = 215, .external_lex_state = 17}, + [1620] = {.lex_state = 240, .external_lex_state = 28}, + [1621] = {.lex_state = 215, .external_lex_state = 19}, + [1622] = {.lex_state = 240, .external_lex_state = 28}, + [1623] = {.lex_state = 215, .external_lex_state = 17}, + [1624] = {.lex_state = 244, .external_lex_state = 29}, + [1625] = {.lex_state = 213, .external_lex_state = 14}, + [1626] = {.lex_state = 215, .external_lex_state = 17}, + [1627] = {.lex_state = 244, .external_lex_state = 29}, + [1628] = {.lex_state = 215, .external_lex_state = 17}, + [1629] = {.lex_state = 240, .external_lex_state = 28}, + [1630] = {.lex_state = 240, .external_lex_state = 28}, + [1631] = {.lex_state = 239, .external_lex_state = 13}, + [1632] = {.lex_state = 244, .external_lex_state = 29}, + [1633] = {.lex_state = 239, .external_lex_state = 13}, + [1634] = {.lex_state = 215, .external_lex_state = 17}, + [1635] = {.lex_state = 244, .external_lex_state = 30}, + [1636] = {.lex_state = 240, .external_lex_state = 28}, + [1637] = {.lex_state = 244, .external_lex_state = 30}, + [1638] = {.lex_state = 240, .external_lex_state = 28}, + [1639] = {.lex_state = 215, .external_lex_state = 17}, + [1640] = {.lex_state = 240, .external_lex_state = 28}, + [1641] = {.lex_state = 240, .external_lex_state = 28}, + [1642] = {.lex_state = 238, .external_lex_state = 29}, + [1643] = {.lex_state = 238, .external_lex_state = 29}, + [1644] = {.lex_state = 213, .external_lex_state = 14}, + [1645] = {.lex_state = 215, .external_lex_state = 19}, + [1646] = {.lex_state = 243, .external_lex_state = 12}, + [1647] = {.lex_state = 215, .external_lex_state = 17}, + [1648] = {.lex_state = 244, .external_lex_state = 30}, + [1649] = {.lex_state = 213, .external_lex_state = 32}, + [1650] = {.lex_state = 213, .external_lex_state = 32}, + [1651] = {.lex_state = 213, .external_lex_state = 32}, + [1652] = {.lex_state = 213, .external_lex_state = 32}, + [1653] = {.lex_state = 244, .external_lex_state = 30}, + [1654] = {.lex_state = 213, .external_lex_state = 32}, + [1655] = {.lex_state = 244, .external_lex_state = 30}, + [1656] = {.lex_state = 241, .external_lex_state = 16}, + [1657] = {.lex_state = 215, .external_lex_state = 17}, + [1658] = {.lex_state = 241, .external_lex_state = 16}, + [1659] = {.lex_state = 213, .external_lex_state = 32}, + [1660] = {.lex_state = 215, .external_lex_state = 17}, + [1661] = {.lex_state = 239, .external_lex_state = 13}, + [1662] = {.lex_state = 239, .external_lex_state = 13}, + [1663] = {.lex_state = 213, .external_lex_state = 32}, + [1664] = {.lex_state = 213, .external_lex_state = 14}, + [1665] = {.lex_state = 213, .external_lex_state = 32}, + [1666] = {.lex_state = 213, .external_lex_state = 32}, + [1667] = {.lex_state = 213, .external_lex_state = 32}, + [1668] = {.lex_state = 213, .external_lex_state = 32}, + [1669] = {.lex_state = 215, .external_lex_state = 17}, + [1670] = {.lex_state = 213, .external_lex_state = 32}, + [1671] = {.lex_state = 215, .external_lex_state = 17}, + [1672] = {.lex_state = 213, .external_lex_state = 32}, + [1673] = {.lex_state = 213, .external_lex_state = 32}, + [1674] = {.lex_state = 213, .external_lex_state = 32}, + [1675] = {.lex_state = 213, .external_lex_state = 32}, + [1676] = {.lex_state = 213, .external_lex_state = 32}, + [1677] = {.lex_state = 244, .external_lex_state = 30}, + [1678] = {.lex_state = 241, .external_lex_state = 16}, + [1679] = {.lex_state = 238, .external_lex_state = 29}, + [1680] = {.lex_state = 213, .external_lex_state = 14}, + [1681] = {.lex_state = 238, .external_lex_state = 29}, + [1682] = {.lex_state = 244, .external_lex_state = 30}, + [1683] = {.lex_state = 213, .external_lex_state = 32}, + [1684] = {.lex_state = 238, .external_lex_state = 29}, + [1685] = {.lex_state = 213, .external_lex_state = 32}, + [1686] = {.lex_state = 213, .external_lex_state = 32}, + [1687] = {.lex_state = 238, .external_lex_state = 29}, + [1688] = {.lex_state = 213, .external_lex_state = 32}, + [1689] = {.lex_state = 213, .external_lex_state = 32}, + [1690] = {.lex_state = 213, .external_lex_state = 14}, + [1691] = {.lex_state = 213, .external_lex_state = 32}, + [1692] = {.lex_state = 213, .external_lex_state = 32}, + [1693] = {.lex_state = 213, .external_lex_state = 32}, + [1694] = {.lex_state = 238, .external_lex_state = 29}, + [1695] = {.lex_state = 213, .external_lex_state = 32}, + [1696] = {.lex_state = 239, .external_lex_state = 13}, + [1697] = {.lex_state = 238, .external_lex_state = 29}, + [1698] = {.lex_state = 238, .external_lex_state = 29}, + [1699] = {.lex_state = 213, .external_lex_state = 32}, + [1700] = {.lex_state = 213, .external_lex_state = 32}, + [1701] = {.lex_state = 213, .external_lex_state = 32}, + [1702] = {.lex_state = 238, .external_lex_state = 29}, + [1703] = {.lex_state = 244, .external_lex_state = 30}, + [1704] = {.lex_state = 213, .external_lex_state = 32}, + [1705] = {.lex_state = 213, .external_lex_state = 32}, + [1706] = {.lex_state = 215, .external_lex_state = 34}, + [1707] = {.lex_state = 238, .external_lex_state = 29}, + [1708] = {.lex_state = 238, .external_lex_state = 29}, + [1709] = {.lex_state = 213, .external_lex_state = 32}, + [1710] = {.lex_state = 213, .external_lex_state = 32}, + [1711] = {.lex_state = 213, .external_lex_state = 32}, + [1712] = {.lex_state = 213, .external_lex_state = 32}, + [1713] = {.lex_state = 213, .external_lex_state = 32}, + [1714] = {.lex_state = 213, .external_lex_state = 32}, + [1715] = {.lex_state = 213, .external_lex_state = 32}, + [1716] = {.lex_state = 213, .external_lex_state = 32}, + [1717] = {.lex_state = 213, .external_lex_state = 32}, + [1718] = {.lex_state = 213, .external_lex_state = 32}, + [1719] = {.lex_state = 244, .external_lex_state = 30}, + [1720] = {.lex_state = 244, .external_lex_state = 30}, + [1721] = {.lex_state = 215, .external_lex_state = 34}, + [1722] = {.lex_state = 213, .external_lex_state = 32}, + [1723] = {.lex_state = 213, .external_lex_state = 32}, + [1724] = {.lex_state = 213, .external_lex_state = 32}, + [1725] = {.lex_state = 213, .external_lex_state = 32}, + [1726] = {.lex_state = 213, .external_lex_state = 32}, + [1727] = {.lex_state = 213, .external_lex_state = 32}, + [1728] = {.lex_state = 213, .external_lex_state = 32}, + [1729] = {.lex_state = 244, .external_lex_state = 30}, + [1730] = {.lex_state = 244, .external_lex_state = 30}, + [1731] = {.lex_state = 213, .external_lex_state = 32}, + [1732] = {.lex_state = 213, .external_lex_state = 14}, + [1733] = {.lex_state = 238, .external_lex_state = 29}, + [1734] = {.lex_state = 213, .external_lex_state = 32}, + [1735] = {.lex_state = 213, .external_lex_state = 14}, + [1736] = {.lex_state = 244, .external_lex_state = 30}, + [1737] = {.lex_state = 213, .external_lex_state = 32}, + [1738] = {.lex_state = 238, .external_lex_state = 29}, + [1739] = {.lex_state = 244, .external_lex_state = 30}, + [1740] = {.lex_state = 238, .external_lex_state = 29}, + [1741] = {.lex_state = 213, .external_lex_state = 32}, + [1742] = {.lex_state = 238, .external_lex_state = 29}, + [1743] = {.lex_state = 213, .external_lex_state = 32}, + [1744] = {.lex_state = 134, .external_lex_state = 35}, + [1745] = {.lex_state = 215, .external_lex_state = 17}, + [1746] = {.lex_state = 215, .external_lex_state = 17}, + [1747] = {.lex_state = 244, .external_lex_state = 30}, + [1748] = {.lex_state = 134, .external_lex_state = 35}, + [1749] = {.lex_state = 215, .external_lex_state = 34}, + [1750] = {.lex_state = 213, .external_lex_state = 32}, + [1751] = {.lex_state = 215, .external_lex_state = 34}, + [1752] = {.lex_state = 213, .external_lex_state = 32}, + [1753] = {.lex_state = 213, .external_lex_state = 32}, + [1754] = {.lex_state = 212, .external_lex_state = 26}, + [1755] = {.lex_state = 215, .external_lex_state = 17}, + [1756] = {.lex_state = 215, .external_lex_state = 17}, + [1757] = {.lex_state = 215, .external_lex_state = 17}, + [1758] = {.lex_state = 213, .external_lex_state = 32}, + [1759] = {.lex_state = 213, .external_lex_state = 32}, + [1760] = {.lex_state = 243, .external_lex_state = 12}, + [1761] = {.lex_state = 213, .external_lex_state = 32}, + [1762] = {.lex_state = 213, .external_lex_state = 32}, + [1763] = {.lex_state = 213, .external_lex_state = 32}, + [1764] = {.lex_state = 215, .external_lex_state = 17}, + [1765] = {.lex_state = 244, .external_lex_state = 30}, + [1766] = {.lex_state = 238, .external_lex_state = 29}, + [1767] = {.lex_state = 213, .external_lex_state = 14}, + [1768] = {.lex_state = 244, .external_lex_state = 30}, + [1769] = {.lex_state = 213, .external_lex_state = 32}, + [1770] = {.lex_state = 244, .external_lex_state = 30}, + [1771] = {.lex_state = 243, .external_lex_state = 12}, + [1772] = {.lex_state = 239, .external_lex_state = 13}, + [1773] = {.lex_state = 213, .external_lex_state = 32}, + [1774] = {.lex_state = 244, .external_lex_state = 30}, + [1775] = {.lex_state = 213, .external_lex_state = 32}, + [1776] = {.lex_state = 238, .external_lex_state = 29}, + [1777] = {.lex_state = 212, .external_lex_state = 26}, + [1778] = {.lex_state = 212, .external_lex_state = 26}, + [1779] = {.lex_state = 212, .external_lex_state = 26}, + [1780] = {.lex_state = 238, .external_lex_state = 29}, + [1781] = {.lex_state = 212, .external_lex_state = 26}, + [1782] = {.lex_state = 215, .external_lex_state = 34}, + [1783] = {.lex_state = 238, .external_lex_state = 29}, + [1784] = {.lex_state = 215, .external_lex_state = 17}, + [1785] = {.lex_state = 213, .external_lex_state = 32}, + [1786] = {.lex_state = 215, .external_lex_state = 17}, + [1787] = {.lex_state = 213, .external_lex_state = 32}, + [1788] = {.lex_state = 215, .external_lex_state = 34}, + [1789] = {.lex_state = 238, .external_lex_state = 29}, + [1790] = {.lex_state = 212, .external_lex_state = 26}, + [1791] = {.lex_state = 244, .external_lex_state = 30}, + [1792] = {.lex_state = 244, .external_lex_state = 30}, + [1793] = {.lex_state = 213, .external_lex_state = 14}, + [1794] = {.lex_state = 215, .external_lex_state = 19}, + [1795] = {.lex_state = 242, .external_lex_state = 12}, + [1796] = {.lex_state = 134, .external_lex_state = 36}, + [1797] = {.lex_state = 134, .external_lex_state = 36}, + [1798] = {.lex_state = 212, .external_lex_state = 14}, + [1799] = {.lex_state = 212, .external_lex_state = 14}, + [1800] = {.lex_state = 212, .external_lex_state = 14}, + [1801] = {.lex_state = 245, .external_lex_state = 21}, + [1802] = {.lex_state = 245, .external_lex_state = 21}, [1803] = {.lex_state = 213, .external_lex_state = 14}, - [1804] = {.lex_state = 214, .external_lex_state = 14}, - [1805] = {.lex_state = 213, .external_lex_state = 14}, - [1806] = {.lex_state = 214, .external_lex_state = 14}, - [1807] = {.lex_state = 213, .external_lex_state = 30}, - [1808] = {.lex_state = 243, .external_lex_state = 16}, - [1809] = {.lex_state = 214, .external_lex_state = 14}, - [1810] = {.lex_state = 243, .external_lex_state = 12}, - [1811] = {.lex_state = 214, .external_lex_state = 14}, - [1812] = {.lex_state = 214, .external_lex_state = 14}, - [1813] = {.lex_state = 213, .external_lex_state = 14}, - [1814] = {.lex_state = 213, .external_lex_state = 14}, - [1815] = {.lex_state = 242, .external_lex_state = 12}, - [1816] = {.lex_state = 214, .external_lex_state = 28}, - [1817] = {.lex_state = 214, .external_lex_state = 14}, + [1804] = {.lex_state = 245, .external_lex_state = 21}, + [1805] = {.lex_state = 212, .external_lex_state = 14}, + [1806] = {.lex_state = 245, .external_lex_state = 21}, + [1807] = {.lex_state = 245, .external_lex_state = 21}, + [1808] = {.lex_state = 245, .external_lex_state = 21}, + [1809] = {.lex_state = 213, .external_lex_state = 14}, + [1810] = {.lex_state = 213, .external_lex_state = 14}, + [1811] = {.lex_state = 213, .external_lex_state = 14}, + [1812] = {.lex_state = 245, .external_lex_state = 21}, + [1813] = {.lex_state = 245, .external_lex_state = 21}, + [1814] = {.lex_state = 212, .external_lex_state = 14}, + [1815] = {.lex_state = 212, .external_lex_state = 14}, + [1816] = {.lex_state = 215, .external_lex_state = 19}, + [1817] = {.lex_state = 212, .external_lex_state = 14}, [1818] = {.lex_state = 213, .external_lex_state = 14}, - [1819] = {.lex_state = 218, .external_lex_state = 18}, - [1820] = {.lex_state = 213, .external_lex_state = 14}, - [1821] = {.lex_state = 218, .external_lex_state = 18}, - [1822] = {.lex_state = 214, .external_lex_state = 14}, - [1823] = {.lex_state = 214, .external_lex_state = 14}, - [1824] = {.lex_state = 218, .external_lex_state = 18}, - [1825] = {.lex_state = 214, .external_lex_state = 14}, - [1826] = {.lex_state = 217, .external_lex_state = 28}, - [1827] = {.lex_state = 213, .external_lex_state = 14}, - [1828] = {.lex_state = 245, .external_lex_state = 33}, - [1829] = {.lex_state = 213, .external_lex_state = 28}, - [1830] = {.lex_state = 213, .external_lex_state = 28}, - [1831] = {.lex_state = 245, .external_lex_state = 33}, - [1832] = {.lex_state = 145, .external_lex_state = 31}, - [1833] = {.lex_state = 245, .external_lex_state = 33}, - [1834] = {.lex_state = 242, .external_lex_state = 12}, - [1835] = {.lex_state = 245, .external_lex_state = 33}, - [1836] = {.lex_state = 145, .external_lex_state = 31}, - [1837] = {.lex_state = 213, .external_lex_state = 28}, - [1838] = {.lex_state = 242, .external_lex_state = 12}, - [1839] = {.lex_state = 213, .external_lex_state = 28}, - [1840] = {.lex_state = 245, .external_lex_state = 33}, - [1841] = {.lex_state = 142, .external_lex_state = 32}, - [1842] = {.lex_state = 213, .external_lex_state = 28}, - [1843] = {.lex_state = 213, .external_lex_state = 28}, - [1844] = {.lex_state = 242, .external_lex_state = 12}, - [1845] = {.lex_state = 214, .external_lex_state = 28}, - [1846] = {.lex_state = 214, .external_lex_state = 28}, - [1847] = {.lex_state = 214, .external_lex_state = 14}, - [1848] = {.lex_state = 214, .external_lex_state = 14}, - [1849] = {.lex_state = 245, .external_lex_state = 33}, - [1850] = {.lex_state = 245, .external_lex_state = 33}, - [1851] = {.lex_state = 213, .external_lex_state = 28}, - [1852] = {.lex_state = 213, .external_lex_state = 28}, - [1853] = {.lex_state = 245, .external_lex_state = 33}, - [1854] = {.lex_state = 213, .external_lex_state = 28}, - [1855] = {.lex_state = 213, .external_lex_state = 28}, - [1856] = {.lex_state = 213, .external_lex_state = 28}, - [1857] = {.lex_state = 213, .external_lex_state = 28}, - [1858] = {.lex_state = 242, .external_lex_state = 12}, - [1859] = {.lex_state = 245, .external_lex_state = 33}, - [1860] = {.lex_state = 214, .external_lex_state = 14}, - [1861] = {.lex_state = 245, .external_lex_state = 33}, - [1862] = {.lex_state = 213, .external_lex_state = 28}, - [1863] = {.lex_state = 213, .external_lex_state = 28}, - [1864] = {.lex_state = 213, .external_lex_state = 28}, - [1865] = {.lex_state = 213, .external_lex_state = 28}, - [1866] = {.lex_state = 242, .external_lex_state = 12}, - [1867] = {.lex_state = 245, .external_lex_state = 33}, - [1868] = {.lex_state = 242, .external_lex_state = 12}, - [1869] = {.lex_state = 213, .external_lex_state = 28}, - [1870] = {.lex_state = 242, .external_lex_state = 12}, - [1871] = {.lex_state = 214, .external_lex_state = 14}, - [1872] = {.lex_state = 425, .external_lex_state = 31}, - [1873] = {.lex_state = 213, .external_lex_state = 28}, - [1874] = {.lex_state = 243, .external_lex_state = 16}, - [1875] = {.lex_state = 425, .external_lex_state = 31}, - [1876] = {.lex_state = 213, .external_lex_state = 28}, - [1877] = {.lex_state = 242, .external_lex_state = 12}, - [1878] = {.lex_state = 213, .external_lex_state = 28}, - [1879] = {.lex_state = 213, .external_lex_state = 28}, - [1880] = {.lex_state = 245, .external_lex_state = 33}, - [1881] = {.lex_state = 213, .external_lex_state = 28}, - [1882] = {.lex_state = 213, .external_lex_state = 28}, - [1883] = {.lex_state = 213, .external_lex_state = 28}, - [1884] = {.lex_state = 213, .external_lex_state = 28}, - [1885] = {.lex_state = 151, .external_lex_state = 31}, - [1886] = {.lex_state = 142, .external_lex_state = 32}, - [1887] = {.lex_state = 151, .external_lex_state = 31}, - [1888] = {.lex_state = 234, .external_lex_state = 33}, - [1889] = {.lex_state = 234, .external_lex_state = 33}, - [1890] = {.lex_state = 234, .external_lex_state = 33}, - [1891] = {.lex_state = 234, .external_lex_state = 33}, - [1892] = {.lex_state = 234, .external_lex_state = 33}, - [1893] = {.lex_state = 234, .external_lex_state = 33}, - [1894] = {.lex_state = 151, .external_lex_state = 32}, - [1895] = {.lex_state = 151, .external_lex_state = 32}, - [1896] = {.lex_state = 234, .external_lex_state = 33}, - [1897] = {.lex_state = 234, .external_lex_state = 33}, - [1898] = {.lex_state = 425, .external_lex_state = 32}, - [1899] = {.lex_state = 234, .external_lex_state = 33}, - [1900] = {.lex_state = 234, .external_lex_state = 33}, - [1901] = {.lex_state = 181, .external_lex_state = 34}, - [1902] = {.lex_state = 425, .external_lex_state = 32}, - [1903] = {.lex_state = 234, .external_lex_state = 33}, - [1904] = {.lex_state = 145, .external_lex_state = 32}, - [1905] = {.lex_state = 181, .external_lex_state = 34}, - [1906] = {.lex_state = 67, .external_lex_state = 35}, - [1907] = {.lex_state = 145, .external_lex_state = 32}, - [1908] = {.lex_state = 254, .external_lex_state = 36}, - [1909] = {.lex_state = 234, .external_lex_state = 33}, - [1910] = {.lex_state = 425, .external_lex_state = 31}, - [1911] = {.lex_state = 234, .external_lex_state = 33}, - [1912] = {.lex_state = 181, .external_lex_state = 34}, - [1913] = {.lex_state = 234, .external_lex_state = 33}, - [1914] = {.lex_state = 234, .external_lex_state = 33}, - [1915] = {.lex_state = 181, .external_lex_state = 34}, - [1916] = {.lex_state = 234, .external_lex_state = 33}, - [1917] = {.lex_state = 425, .external_lex_state = 31}, - [1918] = {.lex_state = 234, .external_lex_state = 33}, - [1919] = {.lex_state = 234, .external_lex_state = 33}, - [1920] = {.lex_state = 67, .external_lex_state = 35}, - [1921] = {.lex_state = 250, .external_lex_state = 37}, - [1922] = {.lex_state = 169, .external_lex_state = 34}, - [1923] = {.lex_state = 67, .external_lex_state = 35}, - [1924] = {.lex_state = 67, .external_lex_state = 35}, - [1925] = {.lex_state = 67, .external_lex_state = 35}, - [1926] = {.lex_state = 250, .external_lex_state = 37}, - [1927] = {.lex_state = 250, .external_lex_state = 37}, - [1928] = {.lex_state = 67, .external_lex_state = 35}, - [1929] = {.lex_state = 250, .external_lex_state = 37}, - [1930] = {.lex_state = 250, .external_lex_state = 37}, - [1931] = {.lex_state = 67, .external_lex_state = 35}, - [1932] = {.lex_state = 67, .external_lex_state = 35}, - [1933] = {.lex_state = 250, .external_lex_state = 37}, - [1934] = {.lex_state = 250, .external_lex_state = 37}, - [1935] = {.lex_state = 254, .external_lex_state = 36}, - [1936] = {.lex_state = 67, .external_lex_state = 35}, - [1937] = {.lex_state = 254, .external_lex_state = 36}, - [1938] = {.lex_state = 250, .external_lex_state = 37}, - [1939] = {.lex_state = 250, .external_lex_state = 37}, - [1940] = {.lex_state = 250, .external_lex_state = 37}, - [1941] = {.lex_state = 250, .external_lex_state = 37}, - [1942] = {.lex_state = 250, .external_lex_state = 37}, - [1943] = {.lex_state = 250, .external_lex_state = 37}, - [1944] = {.lex_state = 67, .external_lex_state = 35}, - [1945] = {.lex_state = 250, .external_lex_state = 37}, - [1946] = {.lex_state = 169, .external_lex_state = 34}, - [1947] = {.lex_state = 67, .external_lex_state = 35}, - [1948] = {.lex_state = 425, .external_lex_state = 32}, - [1949] = {.lex_state = 250, .external_lex_state = 37}, - [1950] = {.lex_state = 250, .external_lex_state = 37}, - [1951] = {.lex_state = 234, .external_lex_state = 33}, - [1952] = {.lex_state = 425, .external_lex_state = 32}, - [1953] = {.lex_state = 250, .external_lex_state = 37}, - [1954] = {.lex_state = 67, .external_lex_state = 35}, - [1955] = {.lex_state = 250, .external_lex_state = 37}, - [1956] = {.lex_state = 254, .external_lex_state = 36}, - [1957] = {.lex_state = 67, .external_lex_state = 35}, - [1958] = {.lex_state = 254, .external_lex_state = 36}, - [1959] = {.lex_state = 250, .external_lex_state = 37}, - [1960] = {.lex_state = 250, .external_lex_state = 37}, - [1961] = {.lex_state = 67, .external_lex_state = 35}, - [1962] = {.lex_state = 67, .external_lex_state = 35}, - [1963] = {.lex_state = 67, .external_lex_state = 35}, - [1964] = {.lex_state = 67, .external_lex_state = 35}, - [1965] = {.lex_state = 67, .external_lex_state = 35}, - [1966] = {.lex_state = 67, .external_lex_state = 35}, - [1967] = {.lex_state = 67, .external_lex_state = 35}, - [1968] = {.lex_state = 67, .external_lex_state = 35}, - [1969] = {.lex_state = 250, .external_lex_state = 37}, - [1970] = {.lex_state = 250, .external_lex_state = 37}, - [1971] = {.lex_state = 250, .external_lex_state = 37}, - [1972] = {.lex_state = 67, .external_lex_state = 35}, - [1973] = {.lex_state = 234, .external_lex_state = 2}, - [1974] = {.lex_state = 219, .external_lex_state = 28}, - [1975] = {.lex_state = 221, .external_lex_state = 28}, - [1976] = {.lex_state = 221, .external_lex_state = 28}, - [1977] = {.lex_state = 234, .external_lex_state = 22}, - [1978] = {.lex_state = 234, .external_lex_state = 22}, - [1979] = {.lex_state = 234, .external_lex_state = 22}, - [1980] = {.lex_state = 221, .external_lex_state = 28}, - [1981] = {.lex_state = 221, .external_lex_state = 28}, - [1982] = {.lex_state = 221, .external_lex_state = 28}, - [1983] = {.lex_state = 219, .external_lex_state = 28}, - [1984] = {.lex_state = 219, .external_lex_state = 28}, - [1985] = {.lex_state = 236, .external_lex_state = 38}, - [1986] = {.lex_state = 221, .external_lex_state = 28}, - [1987] = {.lex_state = 234, .external_lex_state = 22}, - [1988] = {.lex_state = 219, .external_lex_state = 28}, - [1989] = {.lex_state = 219, .external_lex_state = 28}, - [1990] = {.lex_state = 234, .external_lex_state = 22}, - [1991] = {.lex_state = 236, .external_lex_state = 38}, - [1992] = {.lex_state = 219, .external_lex_state = 28}, - [1993] = {.lex_state = 219, .external_lex_state = 28}, - [1994] = {.lex_state = 234, .external_lex_state = 22}, - [1995] = {.lex_state = 219, .external_lex_state = 28}, - [1996] = {.lex_state = 221, .external_lex_state = 28}, - [1997] = {.lex_state = 236, .external_lex_state = 38}, - [1998] = {.lex_state = 236, .external_lex_state = 38}, - [1999] = {.lex_state = 219, .external_lex_state = 28}, - [2000] = {.lex_state = 236, .external_lex_state = 38}, - [2001] = {.lex_state = 234, .external_lex_state = 22}, - [2002] = {.lex_state = 221, .external_lex_state = 28}, - [2003] = {.lex_state = 236, .external_lex_state = 38}, - [2004] = {.lex_state = 154, .external_lex_state = 31}, - [2005] = {.lex_state = 219, .external_lex_state = 28}, - [2006] = {.lex_state = 219, .external_lex_state = 28}, - [2007] = {.lex_state = 154, .external_lex_state = 31}, - [2008] = {.lex_state = 236, .external_lex_state = 38}, - [2009] = {.lex_state = 234, .external_lex_state = 22}, - [2010] = {.lex_state = 234, .external_lex_state = 22}, - [2011] = {.lex_state = 234, .external_lex_state = 22}, - [2012] = {.lex_state = 221, .external_lex_state = 28}, - [2013] = {.lex_state = 219, .external_lex_state = 28}, - [2014] = {.lex_state = 236, .external_lex_state = 38}, - [2015] = {.lex_state = 219, .external_lex_state = 28}, - [2016] = {.lex_state = 236, .external_lex_state = 38}, - [2017] = {.lex_state = 234, .external_lex_state = 22}, - [2018] = {.lex_state = 234, .external_lex_state = 22}, - [2019] = {.lex_state = 221, .external_lex_state = 28}, - [2020] = {.lex_state = 221, .external_lex_state = 28}, - [2021] = {.lex_state = 221, .external_lex_state = 28}, - [2022] = {.lex_state = 221, .external_lex_state = 28}, - [2023] = {.lex_state = 221, .external_lex_state = 28}, - [2024] = {.lex_state = 234, .external_lex_state = 22}, - [2025] = {.lex_state = 234, .external_lex_state = 22}, - [2026] = {.lex_state = 234, .external_lex_state = 22}, - [2027] = {.lex_state = 234, .external_lex_state = 22}, - [2028] = {.lex_state = 221, .external_lex_state = 28}, - [2029] = {.lex_state = 219, .external_lex_state = 28}, - [2030] = {.lex_state = 221, .external_lex_state = 28}, - [2031] = {.lex_state = 234, .external_lex_state = 22}, - [2032] = {.lex_state = 234, .external_lex_state = 22}, - [2033] = {.lex_state = 221, .external_lex_state = 28}, - [2034] = {.lex_state = 219, .external_lex_state = 28}, - [2035] = {.lex_state = 234, .external_lex_state = 22}, - [2036] = {.lex_state = 221, .external_lex_state = 28}, - [2037] = {.lex_state = 219, .external_lex_state = 28}, - [2038] = {.lex_state = 219, .external_lex_state = 28}, - [2039] = {.lex_state = 234, .external_lex_state = 22}, - [2040] = {.lex_state = 219, .external_lex_state = 28}, - [2041] = {.lex_state = 234, .external_lex_state = 22}, - [2042] = {.lex_state = 234, .external_lex_state = 22}, - [2043] = {.lex_state = 221, .external_lex_state = 28}, - [2044] = {.lex_state = 221, .external_lex_state = 28}, - [2045] = {.lex_state = 234, .external_lex_state = 22}, - [2046] = {.lex_state = 234, .external_lex_state = 22}, - [2047] = {.lex_state = 219, .external_lex_state = 28}, - [2048] = {.lex_state = 219, .external_lex_state = 28}, - [2049] = {.lex_state = 234, .external_lex_state = 22}, - [2050] = {.lex_state = 221, .external_lex_state = 28}, - [2051] = {.lex_state = 254, .external_lex_state = 39}, - [2052] = {.lex_state = 234, .external_lex_state = 22}, - [2053] = {.lex_state = 221, .external_lex_state = 28}, - [2054] = {.lex_state = 219, .external_lex_state = 28}, - [2055] = {.lex_state = 234, .external_lex_state = 22}, - [2056] = {.lex_state = 234, .external_lex_state = 22}, - [2057] = {.lex_state = 219, .external_lex_state = 28}, - [2058] = {.lex_state = 234, .external_lex_state = 22}, - [2059] = {.lex_state = 234, .external_lex_state = 22}, - [2060] = {.lex_state = 236, .external_lex_state = 38}, - [2061] = {.lex_state = 234, .external_lex_state = 22}, - [2062] = {.lex_state = 154, .external_lex_state = 32}, - [2063] = {.lex_state = 222, .external_lex_state = 40}, - [2064] = {.lex_state = 236, .external_lex_state = 38}, - [2065] = {.lex_state = 195, .external_lex_state = 22}, - [2066] = {.lex_state = 234, .external_lex_state = 41}, - [2067] = {.lex_state = 234, .external_lex_state = 22}, - [2068] = {.lex_state = 195, .external_lex_state = 22}, - [2069] = {.lex_state = 234, .external_lex_state = 41}, - [2070] = {.lex_state = 236, .external_lex_state = 38}, - [2071] = {.lex_state = 234, .external_lex_state = 33}, - [2072] = {.lex_state = 234, .external_lex_state = 41}, - [2073] = {.lex_state = 236, .external_lex_state = 38}, - [2074] = {.lex_state = 236, .external_lex_state = 38}, - [2075] = {.lex_state = 236, .external_lex_state = 38}, - [2076] = {.lex_state = 234, .external_lex_state = 33}, - [2077] = {.lex_state = 236, .external_lex_state = 38}, - [2078] = {.lex_state = 222, .external_lex_state = 40}, - [2079] = {.lex_state = 236, .external_lex_state = 38}, - [2080] = {.lex_state = 236, .external_lex_state = 38}, - [2081] = {.lex_state = 154, .external_lex_state = 32}, - [2082] = {.lex_state = 234, .external_lex_state = 22}, - [2083] = {.lex_state = 234, .external_lex_state = 33}, - [2084] = {.lex_state = 236, .external_lex_state = 38}, - [2085] = {.lex_state = 236, .external_lex_state = 38}, - [2086] = {.lex_state = 236, .external_lex_state = 38}, - [2087] = {.lex_state = 236, .external_lex_state = 38}, - [2088] = {.lex_state = 234, .external_lex_state = 41}, - [2089] = {.lex_state = 234, .external_lex_state = 22}, - [2090] = {.lex_state = 246, .external_lex_state = 42}, - [2091] = {.lex_state = 234, .external_lex_state = 41}, - [2092] = {.lex_state = 234, .external_lex_state = 41}, - [2093] = {.lex_state = 236, .external_lex_state = 38}, - [2094] = {.lex_state = 236, .external_lex_state = 38}, - [2095] = {.lex_state = 223, .external_lex_state = 43}, - [2096] = {.lex_state = 236, .external_lex_state = 38}, - [2097] = {.lex_state = 236, .external_lex_state = 38}, - [2098] = {.lex_state = 223, .external_lex_state = 43}, - [2099] = {.lex_state = 236, .external_lex_state = 38}, - [2100] = {.lex_state = 236, .external_lex_state = 38}, - [2101] = {.lex_state = 236, .external_lex_state = 38}, - [2102] = {.lex_state = 234, .external_lex_state = 41}, - [2103] = {.lex_state = 234, .external_lex_state = 22}, - [2104] = {.lex_state = 234, .external_lex_state = 22}, - [2105] = {.lex_state = 251, .external_lex_state = 44}, - [2106] = {.lex_state = 234, .external_lex_state = 22}, - [2107] = {.lex_state = 234, .external_lex_state = 22}, - [2108] = {.lex_state = 234, .external_lex_state = 22}, - [2109] = {.lex_state = 234, .external_lex_state = 22}, - [2110] = {.lex_state = 234, .external_lex_state = 22}, - [2111] = {.lex_state = 234, .external_lex_state = 22}, - [2112] = {.lex_state = 234, .external_lex_state = 22}, - [2113] = {.lex_state = 234, .external_lex_state = 22}, - [2114] = {.lex_state = 234, .external_lex_state = 22}, - [2115] = {.lex_state = 68, .external_lex_state = 45}, - [2116] = {.lex_state = 234, .external_lex_state = 22}, - [2117] = {.lex_state = 234, .external_lex_state = 22}, - [2118] = {.lex_state = 251, .external_lex_state = 44}, - [2119] = {.lex_state = 234, .external_lex_state = 22}, - [2120] = {.lex_state = 234, .external_lex_state = 22}, - [2121] = {.lex_state = 234, .external_lex_state = 22}, - [2122] = {.lex_state = 234, .external_lex_state = 22}, - [2123] = {.lex_state = 254, .external_lex_state = 46}, - [2124] = {.lex_state = 234, .external_lex_state = 22}, - [2125] = {.lex_state = 234, .external_lex_state = 22}, - [2126] = {.lex_state = 234, .external_lex_state = 22}, - [2127] = {.lex_state = 234, .external_lex_state = 2}, - [2128] = {.lex_state = 68, .external_lex_state = 45}, - [2129] = {.lex_state = 234, .external_lex_state = 22}, - [2130] = {.lex_state = 234, .external_lex_state = 22}, - [2131] = {.lex_state = 251, .external_lex_state = 44}, - [2132] = {.lex_state = 251, .external_lex_state = 44}, - [2133] = {.lex_state = 234, .external_lex_state = 22}, - [2134] = {.lex_state = 234, .external_lex_state = 22}, - [2135] = {.lex_state = 251, .external_lex_state = 44}, - [2136] = {.lex_state = 251, .external_lex_state = 44}, - [2137] = {.lex_state = 234, .external_lex_state = 22}, - [2138] = {.lex_state = 234, .external_lex_state = 22}, - [2139] = {.lex_state = 251, .external_lex_state = 44}, - [2140] = {.lex_state = 251, .external_lex_state = 44}, - [2141] = {.lex_state = 234, .external_lex_state = 22}, - [2142] = {.lex_state = 234, .external_lex_state = 22}, - [2143] = {.lex_state = 234, .external_lex_state = 22}, - [2144] = {.lex_state = 68, .external_lex_state = 45}, - [2145] = {.lex_state = 234, .external_lex_state = 22}, - [2146] = {.lex_state = 234, .external_lex_state = 22}, - [2147] = {.lex_state = 251, .external_lex_state = 44}, - [2148] = {.lex_state = 251, .external_lex_state = 44}, - [2149] = {.lex_state = 234, .external_lex_state = 22}, - [2150] = {.lex_state = 234, .external_lex_state = 22}, - [2151] = {.lex_state = 234, .external_lex_state = 22}, - [2152] = {.lex_state = 234, .external_lex_state = 22}, - [2153] = {.lex_state = 234, .external_lex_state = 22}, - [2154] = {.lex_state = 234, .external_lex_state = 22}, - [2155] = {.lex_state = 234, .external_lex_state = 22}, - [2156] = {.lex_state = 234, .external_lex_state = 22}, - [2157] = {.lex_state = 234, .external_lex_state = 2}, - [2158] = {.lex_state = 234, .external_lex_state = 22}, - [2159] = {.lex_state = 234, .external_lex_state = 22}, - [2160] = {.lex_state = 234, .external_lex_state = 22}, - [2161] = {.lex_state = 223, .external_lex_state = 47}, - [2162] = {.lex_state = 223, .external_lex_state = 47}, - [2163] = {.lex_state = 234, .external_lex_state = 22}, - [2164] = {.lex_state = 234, .external_lex_state = 22}, - [2165] = {.lex_state = 234, .external_lex_state = 22}, - [2166] = {.lex_state = 234, .external_lex_state = 22}, - [2167] = {.lex_state = 234, .external_lex_state = 22}, - [2168] = {.lex_state = 234, .external_lex_state = 22}, - [2169] = {.lex_state = 234, .external_lex_state = 22}, - [2170] = {.lex_state = 234, .external_lex_state = 22}, - [2171] = {.lex_state = 234, .external_lex_state = 22}, - [2172] = {.lex_state = 234, .external_lex_state = 22}, - [2173] = {.lex_state = 234, .external_lex_state = 22}, - [2174] = {.lex_state = 234, .external_lex_state = 22}, - [2175] = {.lex_state = 234, .external_lex_state = 2}, - [2176] = {.lex_state = 234, .external_lex_state = 22}, - [2177] = {.lex_state = 234, .external_lex_state = 22}, - [2178] = {.lex_state = 234, .external_lex_state = 22}, - [2179] = {.lex_state = 234, .external_lex_state = 22}, - [2180] = {.lex_state = 234, .external_lex_state = 2}, - [2181] = {.lex_state = 234, .external_lex_state = 22}, - [2182] = {.lex_state = 250, .external_lex_state = 22}, - [2183] = {.lex_state = 232, .external_lex_state = 48}, - [2184] = {.lex_state = 250, .external_lex_state = 22}, - [2185] = {.lex_state = 250, .external_lex_state = 22}, - [2186] = {.lex_state = 250, .external_lex_state = 22}, - [2187] = {.lex_state = 250, .external_lex_state = 22}, - [2188] = {.lex_state = 250, .external_lex_state = 22}, - [2189] = {.lex_state = 250, .external_lex_state = 22}, - [2190] = {.lex_state = 250, .external_lex_state = 22}, - [2191] = {.lex_state = 250, .external_lex_state = 22}, - [2192] = {.lex_state = 250, .external_lex_state = 22}, - [2193] = {.lex_state = 232, .external_lex_state = 48}, - [2194] = {.lex_state = 232, .external_lex_state = 48}, - [2195] = {.lex_state = 234, .external_lex_state = 2}, - [2196] = {.lex_state = 250, .external_lex_state = 22}, - [2197] = {.lex_state = 250, .external_lex_state = 22}, - [2198] = {.lex_state = 250, .external_lex_state = 22}, - [2199] = {.lex_state = 250, .external_lex_state = 22}, - [2200] = {.lex_state = 250, .external_lex_state = 22}, - [2201] = {.lex_state = 250, .external_lex_state = 22}, - [2202] = {.lex_state = 232, .external_lex_state = 48}, - [2203] = {.lex_state = 232, .external_lex_state = 48}, - [2204] = {.lex_state = 232, .external_lex_state = 48}, - [2205] = {.lex_state = 250, .external_lex_state = 22}, - [2206] = {.lex_state = 250, .external_lex_state = 22}, - [2207] = {.lex_state = 250, .external_lex_state = 22}, - [2208] = {.lex_state = 250, .external_lex_state = 22}, - [2209] = {.lex_state = 250, .external_lex_state = 22}, - [2210] = {.lex_state = 250, .external_lex_state = 22}, - [2211] = {.lex_state = 250, .external_lex_state = 22}, - [2212] = {.lex_state = 250, .external_lex_state = 22}, - [2213] = {.lex_state = 232, .external_lex_state = 48}, - [2214] = {.lex_state = 250, .external_lex_state = 22}, - [2215] = {.lex_state = 250, .external_lex_state = 22}, - [2216] = {.lex_state = 250, .external_lex_state = 22}, - [2217] = {.lex_state = 250, .external_lex_state = 22}, - [2218] = {.lex_state = 250, .external_lex_state = 22}, - [2219] = {.lex_state = 250, .external_lex_state = 22}, - [2220] = {.lex_state = 250, .external_lex_state = 22}, - [2221] = {.lex_state = 250, .external_lex_state = 22}, - [2222] = {.lex_state = 250, .external_lex_state = 22}, - [2223] = {.lex_state = 250, .external_lex_state = 22}, - [2224] = {.lex_state = 250, .external_lex_state = 22}, - [2225] = {.lex_state = 232, .external_lex_state = 48}, - [2226] = {.lex_state = 250, .external_lex_state = 22}, - [2227] = {.lex_state = 250, .external_lex_state = 22}, - [2228] = {.lex_state = 250, .external_lex_state = 22}, - [2229] = {.lex_state = 250, .external_lex_state = 22}, - [2230] = {.lex_state = 250, .external_lex_state = 22}, - [2231] = {.lex_state = 250, .external_lex_state = 22}, - [2232] = {.lex_state = 250, .external_lex_state = 22}, - [2233] = {.lex_state = 250, .external_lex_state = 22}, - [2234] = {.lex_state = 250, .external_lex_state = 22}, - [2235] = {.lex_state = 250, .external_lex_state = 22}, - [2236] = {.lex_state = 250, .external_lex_state = 22}, - [2237] = {.lex_state = 250, .external_lex_state = 22}, - [2238] = {.lex_state = 250, .external_lex_state = 22}, - [2239] = {.lex_state = 250, .external_lex_state = 22}, - [2240] = {.lex_state = 232, .external_lex_state = 48}, - [2241] = {.lex_state = 250, .external_lex_state = 22}, - [2242] = {.lex_state = 250, .external_lex_state = 22}, - [2243] = {.lex_state = 250, .external_lex_state = 22}, - [2244] = {.lex_state = 250, .external_lex_state = 22}, - [2245] = {.lex_state = 250, .external_lex_state = 22}, - [2246] = {.lex_state = 250, .external_lex_state = 22}, - [2247] = {.lex_state = 250, .external_lex_state = 22}, - [2248] = {.lex_state = 232, .external_lex_state = 48}, - [2249] = {.lex_state = 250, .external_lex_state = 22}, - [2250] = {.lex_state = 250, .external_lex_state = 22}, - [2251] = {.lex_state = 250, .external_lex_state = 22}, - [2252] = {.lex_state = 250, .external_lex_state = 22}, - [2253] = {.lex_state = 232, .external_lex_state = 48}, - [2254] = {.lex_state = 232, .external_lex_state = 48}, - [2255] = {.lex_state = 232, .external_lex_state = 48}, - [2256] = {.lex_state = 250, .external_lex_state = 22}, - [2257] = {.lex_state = 232, .external_lex_state = 48}, - [2258] = {.lex_state = 250, .external_lex_state = 22}, - [2259] = {.lex_state = 232, .external_lex_state = 48}, - [2260] = {.lex_state = 250, .external_lex_state = 22}, - [2261] = {.lex_state = 250, .external_lex_state = 22}, - [2262] = {.lex_state = 250, .external_lex_state = 22}, - [2263] = {.lex_state = 250, .external_lex_state = 22}, - [2264] = {.lex_state = 232, .external_lex_state = 48}, - [2265] = {.lex_state = 232, .external_lex_state = 48}, - [2266] = {.lex_state = 250, .external_lex_state = 22}, - [2267] = {.lex_state = 232, .external_lex_state = 48}, - [2268] = {.lex_state = 232, .external_lex_state = 48}, - [2269] = {.lex_state = 232, .external_lex_state = 48}, - [2270] = {.lex_state = 250, .external_lex_state = 22}, - [2271] = {.lex_state = 250, .external_lex_state = 22}, - [2272] = {.lex_state = 232, .external_lex_state = 48}, - [2273] = {.lex_state = 250, .external_lex_state = 22}, - [2274] = {.lex_state = 232, .external_lex_state = 48}, - [2275] = {.lex_state = 250, .external_lex_state = 22}, - [2276] = {.lex_state = 232, .external_lex_state = 48}, - [2277] = {.lex_state = 232, .external_lex_state = 48}, - [2278] = {.lex_state = 250, .external_lex_state = 22}, - [2279] = {.lex_state = 250, .external_lex_state = 22}, - [2280] = {.lex_state = 232, .external_lex_state = 48}, - [2281] = {.lex_state = 250, .external_lex_state = 22}, - [2282] = {.lex_state = 250, .external_lex_state = 22}, - [2283] = {.lex_state = 250, .external_lex_state = 22}, - [2284] = {.lex_state = 232, .external_lex_state = 48}, - [2285] = {.lex_state = 250, .external_lex_state = 22}, - [2286] = {.lex_state = 250, .external_lex_state = 22}, - [2287] = {.lex_state = 232, .external_lex_state = 48}, - [2288] = {.lex_state = 250, .external_lex_state = 22}, - [2289] = {.lex_state = 232, .external_lex_state = 48}, - [2290] = {.lex_state = 250, .external_lex_state = 22}, - [2291] = {.lex_state = 232, .external_lex_state = 48}, - [2292] = {.lex_state = 232, .external_lex_state = 48}, - [2293] = {.lex_state = 250, .external_lex_state = 22}, - [2294] = {.lex_state = 232, .external_lex_state = 48}, - [2295] = {.lex_state = 68, .external_lex_state = 45}, - [2296] = {.lex_state = 232, .external_lex_state = 48}, - [2297] = {.lex_state = 250, .external_lex_state = 22}, - [2298] = {.lex_state = 234, .external_lex_state = 2}, - [2299] = {.lex_state = 232, .external_lex_state = 48}, - [2300] = {.lex_state = 250, .external_lex_state = 22}, - [2301] = {.lex_state = 250, .external_lex_state = 22}, - [2302] = {.lex_state = 232, .external_lex_state = 48}, - [2303] = {.lex_state = 232, .external_lex_state = 48}, - [2304] = {.lex_state = 232, .external_lex_state = 48}, - [2305] = {.lex_state = 232, .external_lex_state = 48}, - [2306] = {.lex_state = 232, .external_lex_state = 48}, - [2307] = {.lex_state = 232, .external_lex_state = 48}, - [2308] = {.lex_state = 232, .external_lex_state = 48}, - [2309] = {.lex_state = 234, .external_lex_state = 2}, - [2310] = {.lex_state = 250, .external_lex_state = 22}, - [2311] = {.lex_state = 232, .external_lex_state = 48}, - [2312] = {.lex_state = 232, .external_lex_state = 48}, - [2313] = {.lex_state = 250, .external_lex_state = 22}, - [2314] = {.lex_state = 250, .external_lex_state = 22}, - [2315] = {.lex_state = 250, .external_lex_state = 22}, - [2316] = {.lex_state = 250, .external_lex_state = 22}, - [2317] = {.lex_state = 232, .external_lex_state = 48}, - [2318] = {.lex_state = 250, .external_lex_state = 22}, - [2319] = {.lex_state = 250, .external_lex_state = 22}, - [2320] = {.lex_state = 250, .external_lex_state = 22}, - [2321] = {.lex_state = 250, .external_lex_state = 22}, - [2322] = {.lex_state = 250, .external_lex_state = 22}, - [2323] = {.lex_state = 250, .external_lex_state = 22}, - [2324] = {.lex_state = 250, .external_lex_state = 22}, - [2325] = {.lex_state = 232, .external_lex_state = 48}, - [2326] = {.lex_state = 250, .external_lex_state = 22}, - [2327] = {.lex_state = 250, .external_lex_state = 22}, - [2328] = {.lex_state = 232, .external_lex_state = 48}, - [2329] = {.lex_state = 250, .external_lex_state = 22}, - [2330] = {.lex_state = 250, .external_lex_state = 22}, - [2331] = {.lex_state = 250, .external_lex_state = 22}, - [2332] = {.lex_state = 250, .external_lex_state = 22}, - [2333] = {.lex_state = 250, .external_lex_state = 22}, - [2334] = {.lex_state = 232, .external_lex_state = 48}, - [2335] = {.lex_state = 250, .external_lex_state = 22}, - [2336] = {.lex_state = 250, .external_lex_state = 22}, - [2337] = {.lex_state = 68, .external_lex_state = 45}, - [2338] = {.lex_state = 232, .external_lex_state = 48}, - [2339] = {.lex_state = 250, .external_lex_state = 22}, - [2340] = {.lex_state = 232, .external_lex_state = 48}, - [2341] = {.lex_state = 250, .external_lex_state = 22}, - [2342] = {.lex_state = 250, .external_lex_state = 22}, - [2343] = {.lex_state = 250, .external_lex_state = 22}, - [2344] = {.lex_state = 250, .external_lex_state = 22}, - [2345] = {.lex_state = 250, .external_lex_state = 22}, - [2346] = {.lex_state = 250, .external_lex_state = 22}, - [2347] = {.lex_state = 250, .external_lex_state = 22}, - [2348] = {.lex_state = 250, .external_lex_state = 22}, - [2349] = {.lex_state = 250, .external_lex_state = 22}, - [2350] = {.lex_state = 250, .external_lex_state = 22}, - [2351] = {.lex_state = 250, .external_lex_state = 22}, - [2352] = {.lex_state = 250, .external_lex_state = 22}, - [2353] = {.lex_state = 250, .external_lex_state = 22}, - [2354] = {.lex_state = 250, .external_lex_state = 22}, - [2355] = {.lex_state = 250, .external_lex_state = 22}, - [2356] = {.lex_state = 250, .external_lex_state = 22}, - [2357] = {.lex_state = 250, .external_lex_state = 22}, - [2358] = {.lex_state = 250, .external_lex_state = 22}, - [2359] = {.lex_state = 250, .external_lex_state = 22}, - [2360] = {.lex_state = 250, .external_lex_state = 22}, - [2361] = {.lex_state = 250, .external_lex_state = 22}, - [2362] = {.lex_state = 250, .external_lex_state = 22}, - [2363] = {.lex_state = 250, .external_lex_state = 22}, - [2364] = {.lex_state = 250, .external_lex_state = 22}, - [2365] = {.lex_state = 232, .external_lex_state = 48}, - [2366] = {.lex_state = 250, .external_lex_state = 22}, - [2367] = {.lex_state = 232, .external_lex_state = 48}, - [2368] = {.lex_state = 232, .external_lex_state = 48}, - [2369] = {.lex_state = 250, .external_lex_state = 22}, - [2370] = {.lex_state = 250, .external_lex_state = 22}, - [2371] = {.lex_state = 250, .external_lex_state = 22}, - [2372] = {.lex_state = 250, .external_lex_state = 22}, - [2373] = {.lex_state = 68, .external_lex_state = 45}, - [2374] = {.lex_state = 250, .external_lex_state = 22}, - [2375] = {.lex_state = 250, .external_lex_state = 22}, - [2376] = {.lex_state = 250, .external_lex_state = 22}, - [2377] = {.lex_state = 250, .external_lex_state = 22}, - [2378] = {.lex_state = 250, .external_lex_state = 22}, - [2379] = {.lex_state = 250, .external_lex_state = 22}, - [2380] = {.lex_state = 250, .external_lex_state = 22}, - [2381] = {.lex_state = 250, .external_lex_state = 22}, - [2382] = {.lex_state = 250, .external_lex_state = 22}, - [2383] = {.lex_state = 250, .external_lex_state = 22}, - [2384] = {.lex_state = 232, .external_lex_state = 48}, - [2385] = {.lex_state = 250, .external_lex_state = 22}, - [2386] = {.lex_state = 250, .external_lex_state = 22}, - [2387] = {.lex_state = 250, .external_lex_state = 22}, - [2388] = {.lex_state = 234, .external_lex_state = 2}, - [2389] = {.lex_state = 250, .external_lex_state = 22}, - [2390] = {.lex_state = 232, .external_lex_state = 48}, - [2391] = {.lex_state = 250, .external_lex_state = 22}, - [2392] = {.lex_state = 250, .external_lex_state = 22}, - [2393] = {.lex_state = 250, .external_lex_state = 22}, - [2394] = {.lex_state = 250, .external_lex_state = 22}, - [2395] = {.lex_state = 250, .external_lex_state = 22}, - [2396] = {.lex_state = 71, .external_lex_state = 49}, - [2397] = {.lex_state = 232, .external_lex_state = 48}, - [2398] = {.lex_state = 250, .external_lex_state = 22}, - [2399] = {.lex_state = 232, .external_lex_state = 48}, - [2400] = {.lex_state = 250, .external_lex_state = 22}, - [2401] = {.lex_state = 250, .external_lex_state = 22}, - [2402] = {.lex_state = 250, .external_lex_state = 22}, - [2403] = {.lex_state = 250, .external_lex_state = 22}, - [2404] = {.lex_state = 250, .external_lex_state = 22}, - [2405] = {.lex_state = 234, .external_lex_state = 2}, - [2406] = {.lex_state = 234, .external_lex_state = 2}, - [2407] = {.lex_state = 250, .external_lex_state = 22}, - [2408] = {.lex_state = 250, .external_lex_state = 22}, - [2409] = {.lex_state = 234, .external_lex_state = 2}, - [2410] = {.lex_state = 232, .external_lex_state = 48}, - [2411] = {.lex_state = 250, .external_lex_state = 22}, - [2412] = {.lex_state = 250, .external_lex_state = 22}, - [2413] = {.lex_state = 250, .external_lex_state = 22}, - [2414] = {.lex_state = 250, .external_lex_state = 22}, - [2415] = {.lex_state = 250, .external_lex_state = 22}, - [2416] = {.lex_state = 250, .external_lex_state = 22}, - [2417] = {.lex_state = 250, .external_lex_state = 22}, - [2418] = {.lex_state = 71, .external_lex_state = 50}, - [2419] = {.lex_state = 71, .external_lex_state = 49}, - [2420] = {.lex_state = 71, .external_lex_state = 49}, - [2421] = {.lex_state = 71, .external_lex_state = 49}, - [2422] = {.lex_state = 71, .external_lex_state = 32}, - [2423] = {.lex_state = 71, .external_lex_state = 49}, - [2424] = {.lex_state = 71, .external_lex_state = 49}, - [2425] = {.lex_state = 71, .external_lex_state = 32}, - [2426] = {.lex_state = 71, .external_lex_state = 32}, - [2427] = {.lex_state = 71, .external_lex_state = 32}, - [2428] = {.lex_state = 254, .external_lex_state = 51}, - [2429] = {.lex_state = 254, .external_lex_state = 51}, - [2430] = {.lex_state = 254, .external_lex_state = 51}, - [2431] = {.lex_state = 254, .external_lex_state = 51}, - [2432] = {.lex_state = 421, .external_lex_state = 49}, - [2433] = {.lex_state = 71, .external_lex_state = 31}, - [2434] = {.lex_state = 71, .external_lex_state = 32}, - [2435] = {.lex_state = 71, .external_lex_state = 49}, - [2436] = {.lex_state = 71, .external_lex_state = 32}, - [2437] = {.lex_state = 71, .external_lex_state = 31}, - [2438] = {.lex_state = 421, .external_lex_state = 49}, - [2439] = {.lex_state = 421, .external_lex_state = 49}, - [2440] = {.lex_state = 421, .external_lex_state = 49}, - [2441] = {.lex_state = 71, .external_lex_state = 32}, - [2442] = {.lex_state = 71, .external_lex_state = 50}, - [2443] = {.lex_state = 71, .external_lex_state = 50}, - [2444] = {.lex_state = 71, .external_lex_state = 50}, - [2445] = {.lex_state = 71, .external_lex_state = 50}, - [2446] = {.lex_state = 71, .external_lex_state = 31}, - [2447] = {.lex_state = 421, .external_lex_state = 50}, - [2448] = {.lex_state = 422, .external_lex_state = 31}, - [2449] = {.lex_state = 71, .external_lex_state = 32}, - [2450] = {.lex_state = 71, .external_lex_state = 32}, - [2451] = {.lex_state = 71, .external_lex_state = 49}, - [2452] = {.lex_state = 71, .external_lex_state = 49}, - [2453] = {.lex_state = 71, .external_lex_state = 32}, - [2454] = {.lex_state = 71, .external_lex_state = 50}, - [2455] = {.lex_state = 71, .external_lex_state = 31}, - [2456] = {.lex_state = 71, .external_lex_state = 50}, - [2457] = {.lex_state = 71, .external_lex_state = 31}, - [2458] = {.lex_state = 71, .external_lex_state = 49}, - [2459] = {.lex_state = 71, .external_lex_state = 49}, - [2460] = {.lex_state = 71, .external_lex_state = 49}, - [2461] = {.lex_state = 71, .external_lex_state = 32}, - [2462] = {.lex_state = 71, .external_lex_state = 32}, - [2463] = {.lex_state = 71, .external_lex_state = 49}, - [2464] = {.lex_state = 421, .external_lex_state = 49}, - [2465] = {.lex_state = 71, .external_lex_state = 49}, - [2466] = {.lex_state = 71, .external_lex_state = 49}, - [2467] = {.lex_state = 421, .external_lex_state = 49}, - [2468] = {.lex_state = 71, .external_lex_state = 49}, - [2469] = {.lex_state = 421, .external_lex_state = 49}, - [2470] = {.lex_state = 421, .external_lex_state = 49}, - [2471] = {.lex_state = 71, .external_lex_state = 49}, - [2472] = {.lex_state = 71, .external_lex_state = 49}, - [2473] = {.lex_state = 421, .external_lex_state = 49}, - [2474] = {.lex_state = 421, .external_lex_state = 49}, - [2475] = {.lex_state = 71, .external_lex_state = 31}, - [2476] = {.lex_state = 71, .external_lex_state = 50}, - [2477] = {.lex_state = 71, .external_lex_state = 50}, - [2478] = {.lex_state = 71, .external_lex_state = 50}, - [2479] = {.lex_state = 421, .external_lex_state = 49}, - [2480] = {.lex_state = 421, .external_lex_state = 49}, - [2481] = {.lex_state = 421, .external_lex_state = 49}, - [2482] = {.lex_state = 422, .external_lex_state = 31}, - [2483] = {.lex_state = 421, .external_lex_state = 49}, - [2484] = {.lex_state = 71, .external_lex_state = 49}, - [2485] = {.lex_state = 71, .external_lex_state = 49}, - [2486] = {.lex_state = 71, .external_lex_state = 49}, - [2487] = {.lex_state = 254, .external_lex_state = 36}, - [2488] = {.lex_state = 254, .external_lex_state = 36}, - [2489] = {.lex_state = 421, .external_lex_state = 49}, - [2490] = {.lex_state = 71, .external_lex_state = 49}, - [2491] = {.lex_state = 71, .external_lex_state = 49}, - [2492] = {.lex_state = 421, .external_lex_state = 49}, - [2493] = {.lex_state = 71, .external_lex_state = 50}, - [2494] = {.lex_state = 421, .external_lex_state = 49}, - [2495] = {.lex_state = 71, .external_lex_state = 49}, - [2496] = {.lex_state = 254, .external_lex_state = 36}, - [2497] = {.lex_state = 71, .external_lex_state = 49}, - [2498] = {.lex_state = 71, .external_lex_state = 50}, - [2499] = {.lex_state = 71, .external_lex_state = 49}, - [2500] = {.lex_state = 421, .external_lex_state = 49}, - [2501] = {.lex_state = 421, .external_lex_state = 49}, - [2502] = {.lex_state = 421, .external_lex_state = 49}, - [2503] = {.lex_state = 254, .external_lex_state = 36}, - [2504] = {.lex_state = 71, .external_lex_state = 50}, - [2505] = {.lex_state = 71, .external_lex_state = 49}, - [2506] = {.lex_state = 71, .external_lex_state = 49}, - [2507] = {.lex_state = 71, .external_lex_state = 49}, - [2508] = {.lex_state = 421, .external_lex_state = 49}, - [2509] = {.lex_state = 421, .external_lex_state = 49}, - [2510] = {.lex_state = 71, .external_lex_state = 49}, - [2511] = {.lex_state = 421, .external_lex_state = 49}, - [2512] = {.lex_state = 422, .external_lex_state = 32}, - [2513] = {.lex_state = 71, .external_lex_state = 50}, - [2514] = {.lex_state = 233, .external_lex_state = 52}, - [2515] = {.lex_state = 71, .external_lex_state = 50}, - [2516] = {.lex_state = 233, .external_lex_state = 52}, - [2517] = {.lex_state = 71, .external_lex_state = 50}, - [2518] = {.lex_state = 233, .external_lex_state = 52}, - [2519] = {.lex_state = 182, .external_lex_state = 53}, - [2520] = {.lex_state = 247}, - [2521] = {.lex_state = 233, .external_lex_state = 52}, - [2522] = {.lex_state = 182, .external_lex_state = 53}, - [2523] = {.lex_state = 247}, - [2524] = {.lex_state = 233, .external_lex_state = 52}, - [2525] = {.lex_state = 421, .external_lex_state = 49}, - [2526] = {.lex_state = 421, .external_lex_state = 49}, - [2527] = {.lex_state = 247}, - [2528] = {.lex_state = 247}, - [2529] = {.lex_state = 71, .external_lex_state = 50}, - [2530] = {.lex_state = 71, .external_lex_state = 50}, - [2531] = {.lex_state = 71, .external_lex_state = 50}, - [2532] = {.lex_state = 247}, - [2533] = {.lex_state = 233, .external_lex_state = 52}, - [2534] = {.lex_state = 71, .external_lex_state = 32}, - [2535] = {.lex_state = 233, .external_lex_state = 52}, - [2536] = {.lex_state = 233, .external_lex_state = 52}, - [2537] = {.lex_state = 233, .external_lex_state = 52}, - [2538] = {.lex_state = 247}, - [2539] = {.lex_state = 233, .external_lex_state = 52}, - [2540] = {.lex_state = 233, .external_lex_state = 52}, - [2541] = {.lex_state = 71, .external_lex_state = 32}, - [2542] = {.lex_state = 247}, - [2543] = {.lex_state = 421, .external_lex_state = 32}, - [2544] = {.lex_state = 422, .external_lex_state = 31}, - [2545] = {.lex_state = 233, .external_lex_state = 52}, - [2546] = {.lex_state = 71, .external_lex_state = 50}, - [2547] = {.lex_state = 422, .external_lex_state = 32}, - [2548] = {.lex_state = 422, .external_lex_state = 32}, - [2549] = {.lex_state = 71, .external_lex_state = 32}, - [2550] = {.lex_state = 421, .external_lex_state = 50}, - [2551] = {.lex_state = 71, .external_lex_state = 50}, - [2552] = {.lex_state = 233, .external_lex_state = 52}, - [2553] = {.lex_state = 233, .external_lex_state = 52}, - [2554] = {.lex_state = 421, .external_lex_state = 50}, - [2555] = {.lex_state = 233, .external_lex_state = 52}, - [2556] = {.lex_state = 422, .external_lex_state = 32}, - [2557] = {.lex_state = 421, .external_lex_state = 50}, - [2558] = {.lex_state = 421, .external_lex_state = 49}, - [2559] = {.lex_state = 421, .external_lex_state = 50}, - [2560] = {.lex_state = 421, .external_lex_state = 50}, - [2561] = {.lex_state = 422, .external_lex_state = 31}, - [2562] = {.lex_state = 422, .external_lex_state = 32}, - [2563] = {.lex_state = 421, .external_lex_state = 50}, - [2564] = {.lex_state = 71, .external_lex_state = 50}, - [2565] = {.lex_state = 71, .external_lex_state = 50}, - [2566] = {.lex_state = 71, .external_lex_state = 50}, - [2567] = {.lex_state = 247}, - [2568] = {.lex_state = 421, .external_lex_state = 49}, - [2569] = {.lex_state = 421, .external_lex_state = 50}, - [2570] = {.lex_state = 421, .external_lex_state = 50}, - [2571] = {.lex_state = 421, .external_lex_state = 50}, - [2572] = {.lex_state = 421, .external_lex_state = 50}, - [2573] = {.lex_state = 421, .external_lex_state = 50}, - [2574] = {.lex_state = 71, .external_lex_state = 50}, - [2575] = {.lex_state = 71, .external_lex_state = 50}, - [2576] = {.lex_state = 182, .external_lex_state = 53}, - [2577] = {.lex_state = 233, .external_lex_state = 52}, - [2578] = {.lex_state = 421, .external_lex_state = 32}, - [2579] = {.lex_state = 422, .external_lex_state = 32}, - [2580] = {.lex_state = 233, .external_lex_state = 52}, - [2581] = {.lex_state = 233, .external_lex_state = 52}, - [2582] = {.lex_state = 233, .external_lex_state = 52}, - [2583] = {.lex_state = 71, .external_lex_state = 50}, - [2584] = {.lex_state = 182, .external_lex_state = 53}, - [2585] = {.lex_state = 233, .external_lex_state = 52}, - [2586] = {.lex_state = 233, .external_lex_state = 52}, - [2587] = {.lex_state = 422, .external_lex_state = 32}, - [2588] = {.lex_state = 182, .external_lex_state = 53}, - [2589] = {.lex_state = 247}, - [2590] = {.lex_state = 421, .external_lex_state = 49}, - [2591] = {.lex_state = 71, .external_lex_state = 50}, - [2592] = {.lex_state = 233, .external_lex_state = 52}, - [2593] = {.lex_state = 233, .external_lex_state = 52}, - [2594] = {.lex_state = 421, .external_lex_state = 50}, - [2595] = {.lex_state = 421, .external_lex_state = 31}, - [2596] = {.lex_state = 233, .external_lex_state = 52}, - [2597] = {.lex_state = 421, .external_lex_state = 32}, - [2598] = {.lex_state = 421, .external_lex_state = 49}, - [2599] = {.lex_state = 421, .external_lex_state = 50}, - [2600] = {.lex_state = 421, .external_lex_state = 49}, - [2601] = {.lex_state = 421, .external_lex_state = 32}, - [2602] = {.lex_state = 233, .external_lex_state = 52}, - [2603] = {.lex_state = 233, .external_lex_state = 52}, - [2604] = {.lex_state = 422, .external_lex_state = 32}, - [2605] = {.lex_state = 182, .external_lex_state = 53}, - [2606] = {.lex_state = 421, .external_lex_state = 50}, - [2607] = {.lex_state = 421, .external_lex_state = 50}, - [2608] = {.lex_state = 233, .external_lex_state = 52}, - [2609] = {.lex_state = 233, .external_lex_state = 52}, - [2610] = {.lex_state = 422, .external_lex_state = 31}, - [2611] = {.lex_state = 421, .external_lex_state = 50}, - [2612] = {.lex_state = 233, .external_lex_state = 52}, - [2613] = {.lex_state = 421, .external_lex_state = 32}, - [2614] = {.lex_state = 71, .external_lex_state = 50}, - [2615] = {.lex_state = 421, .external_lex_state = 50}, - [2616] = {.lex_state = 233, .external_lex_state = 52}, - [2617] = {.lex_state = 71, .external_lex_state = 50}, - [2618] = {.lex_state = 233, .external_lex_state = 52}, - [2619] = {.lex_state = 421, .external_lex_state = 32}, - [2620] = {.lex_state = 421, .external_lex_state = 31}, - [2621] = {.lex_state = 71, .external_lex_state = 32}, - [2622] = {.lex_state = 421, .external_lex_state = 32}, - [2623] = {.lex_state = 421, .external_lex_state = 32}, - [2624] = {.lex_state = 233, .external_lex_state = 52}, - [2625] = {.lex_state = 71, .external_lex_state = 32}, - [2626] = {.lex_state = 421, .external_lex_state = 32}, - [2627] = {.lex_state = 421, .external_lex_state = 32}, - [2628] = {.lex_state = 233, .external_lex_state = 52}, - [2629] = {.lex_state = 233, .external_lex_state = 52}, - [2630] = {.lex_state = 233, .external_lex_state = 52}, - [2631] = {.lex_state = 421, .external_lex_state = 31}, - [2632] = {.lex_state = 233, .external_lex_state = 52}, - [2633] = {.lex_state = 233, .external_lex_state = 52}, - [2634] = {.lex_state = 422, .external_lex_state = 32}, - [2635] = {.lex_state = 421, .external_lex_state = 50}, - [2636] = {.lex_state = 421, .external_lex_state = 31}, - [2637] = {.lex_state = 233, .external_lex_state = 52}, - [2638] = {.lex_state = 233, .external_lex_state = 52}, - [2639] = {.lex_state = 233, .external_lex_state = 52}, - [2640] = {.lex_state = 233, .external_lex_state = 52}, - [2641] = {.lex_state = 422, .external_lex_state = 32}, - [2642] = {.lex_state = 233, .external_lex_state = 52}, - [2643] = {.lex_state = 421, .external_lex_state = 32}, - [2644] = {.lex_state = 71, .external_lex_state = 32}, - [2645] = {.lex_state = 233, .external_lex_state = 52}, - [2646] = {.lex_state = 233, .external_lex_state = 52}, - [2647] = {.lex_state = 421, .external_lex_state = 32}, - [2648] = {.lex_state = 71, .external_lex_state = 32}, - [2649] = {.lex_state = 421, .external_lex_state = 50}, - [2650] = {.lex_state = 421, .external_lex_state = 49}, - [2651] = {.lex_state = 71, .external_lex_state = 31}, - [2652] = {.lex_state = 233, .external_lex_state = 52}, - [2653] = {.lex_state = 233, .external_lex_state = 52}, - [2654] = {.lex_state = 71, .external_lex_state = 50}, - [2655] = {.lex_state = 421, .external_lex_state = 49}, - [2656] = {.lex_state = 71, .external_lex_state = 50}, - [2657] = {.lex_state = 71, .external_lex_state = 50}, - [2658] = {.lex_state = 71, .external_lex_state = 50}, - [2659] = {.lex_state = 233, .external_lex_state = 52}, - [2660] = {.lex_state = 422, .external_lex_state = 32}, - [2661] = {.lex_state = 421, .external_lex_state = 49}, - [2662] = {.lex_state = 233, .external_lex_state = 52}, - [2663] = {.lex_state = 421, .external_lex_state = 49}, - [2664] = {.lex_state = 421, .external_lex_state = 49}, - [2665] = {.lex_state = 421, .external_lex_state = 49}, - [2666] = {.lex_state = 233, .external_lex_state = 52}, - [2667] = {.lex_state = 71, .external_lex_state = 50}, - [2668] = {.lex_state = 421, .external_lex_state = 50}, - [2669] = {.lex_state = 421, .external_lex_state = 50}, - [2670] = {.lex_state = 421, .external_lex_state = 50}, - [2671] = {.lex_state = 71, .external_lex_state = 50}, - [2672] = {.lex_state = 71, .external_lex_state = 50}, - [2673] = {.lex_state = 71, .external_lex_state = 50}, - [2674] = {.lex_state = 71, .external_lex_state = 50}, - [2675] = {.lex_state = 71, .external_lex_state = 50}, - [2676] = {.lex_state = 71, .external_lex_state = 50}, - [2677] = {.lex_state = 71, .external_lex_state = 50}, - [2678] = {.lex_state = 421, .external_lex_state = 32}, - [2679] = {.lex_state = 421, .external_lex_state = 50}, - [2680] = {.lex_state = 421, .external_lex_state = 50}, - [2681] = {.lex_state = 182, .external_lex_state = 53}, - [2682] = {.lex_state = 182, .external_lex_state = 53}, - [2683] = {.lex_state = 421, .external_lex_state = 50}, - [2684] = {.lex_state = 182, .external_lex_state = 53}, - [2685] = {.lex_state = 421, .external_lex_state = 32}, - [2686] = {.lex_state = 421, .external_lex_state = 50}, - [2687] = {.lex_state = 182, .external_lex_state = 53}, - [2688] = {.lex_state = 421, .external_lex_state = 50}, - [2689] = {.lex_state = 421, .external_lex_state = 50}, - [2690] = {.lex_state = 421, .external_lex_state = 50}, - [2691] = {.lex_state = 247}, - [2692] = {.lex_state = 182, .external_lex_state = 53}, - [2693] = {.lex_state = 421, .external_lex_state = 50}, - [2694] = {.lex_state = 421, .external_lex_state = 50}, - [2695] = {.lex_state = 71, .external_lex_state = 32}, - [2696] = {.lex_state = 71, .external_lex_state = 32}, - [2697] = {.lex_state = 421, .external_lex_state = 31}, - [2698] = {.lex_state = 421, .external_lex_state = 50}, - [2699] = {.lex_state = 421, .external_lex_state = 50}, - [2700] = {.lex_state = 421, .external_lex_state = 50}, - [2701] = {.lex_state = 421, .external_lex_state = 50}, - [2702] = {.lex_state = 421, .external_lex_state = 50}, - [2703] = {.lex_state = 421, .external_lex_state = 32}, - [2704] = {.lex_state = 421, .external_lex_state = 50}, - [2705] = {.lex_state = 182, .external_lex_state = 53}, - [2706] = {.lex_state = 421, .external_lex_state = 50}, - [2707] = {.lex_state = 71, .external_lex_state = 31}, - [2708] = {.lex_state = 71, .external_lex_state = 31}, - [2709] = {.lex_state = 71, .external_lex_state = 31}, - [2710] = {.lex_state = 421, .external_lex_state = 50}, - [2711] = {.lex_state = 421, .external_lex_state = 50}, - [2712] = {.lex_state = 421, .external_lex_state = 50}, - [2713] = {.lex_state = 422, .external_lex_state = 31}, - [2714] = {.lex_state = 71, .external_lex_state = 32}, - [2715] = {.lex_state = 421, .external_lex_state = 32}, - [2716] = {.lex_state = 421, .external_lex_state = 50}, - [2717] = {.lex_state = 422, .external_lex_state = 31}, - [2718] = {.lex_state = 421, .external_lex_state = 50}, - [2719] = {.lex_state = 421, .external_lex_state = 49}, - [2720] = {.lex_state = 247}, - [2721] = {.lex_state = 421, .external_lex_state = 49}, - [2722] = {.lex_state = 247}, - [2723] = {.lex_state = 421, .external_lex_state = 49}, - [2724] = {.lex_state = 421, .external_lex_state = 50}, - [2725] = {.lex_state = 71, .external_lex_state = 32}, - [2726] = {.lex_state = 421, .external_lex_state = 50}, - [2727] = {.lex_state = 421, .external_lex_state = 32}, - [2728] = {.lex_state = 421, .external_lex_state = 49}, - [2729] = {.lex_state = 421, .external_lex_state = 32}, - [2730] = {.lex_state = 247}, - [2731] = {.lex_state = 421, .external_lex_state = 50}, - [2732] = {.lex_state = 182, .external_lex_state = 53}, - [2733] = {.lex_state = 421, .external_lex_state = 50}, - [2734] = {.lex_state = 421, .external_lex_state = 32}, - [2735] = {.lex_state = 421, .external_lex_state = 32}, - [2736] = {.lex_state = 421, .external_lex_state = 31}, - [2737] = {.lex_state = 421, .external_lex_state = 50}, - [2738] = {.lex_state = 421, .external_lex_state = 50}, - [2739] = {.lex_state = 421, .external_lex_state = 50}, - [2740] = {.lex_state = 71, .external_lex_state = 32}, - [2741] = {.lex_state = 182, .external_lex_state = 53}, - [2742] = {.lex_state = 182, .external_lex_state = 53}, - [2743] = {.lex_state = 182, .external_lex_state = 53}, - [2744] = {.lex_state = 247}, - [2745] = {.lex_state = 247}, - [2746] = {.lex_state = 182, .external_lex_state = 53}, - [2747] = {.lex_state = 422, .external_lex_state = 32}, - [2748] = {.lex_state = 182, .external_lex_state = 53}, - [2749] = {.lex_state = 182, .external_lex_state = 53}, - [2750] = {.lex_state = 182, .external_lex_state = 53}, - [2751] = {.lex_state = 421, .external_lex_state = 50}, - [2752] = {.lex_state = 247}, - [2753] = {.lex_state = 421, .external_lex_state = 50}, - [2754] = {.lex_state = 182, .external_lex_state = 53}, - [2755] = {.lex_state = 247}, - [2756] = {.lex_state = 182, .external_lex_state = 53}, - [2757] = {.lex_state = 71, .external_lex_state = 32}, - [2758] = {.lex_state = 422, .external_lex_state = 31}, - [2759] = {.lex_state = 247}, - [2760] = {.lex_state = 182, .external_lex_state = 53}, - [2761] = {.lex_state = 182, .external_lex_state = 53}, - [2762] = {.lex_state = 182, .external_lex_state = 53}, - [2763] = {.lex_state = 421, .external_lex_state = 50}, - [2764] = {.lex_state = 71, .external_lex_state = 32}, - [2765] = {.lex_state = 71, .external_lex_state = 32}, - [2766] = {.lex_state = 71, .external_lex_state = 32}, - [2767] = {.lex_state = 422, .external_lex_state = 32}, - [2768] = {.lex_state = 422, .external_lex_state = 32}, - [2769] = {.lex_state = 422, .external_lex_state = 32}, - [2770] = {.lex_state = 422, .external_lex_state = 32}, - [2771] = {.lex_state = 71, .external_lex_state = 32}, - [2772] = {.lex_state = 71, .external_lex_state = 32}, - [2773] = {.lex_state = 422, .external_lex_state = 32}, - [2774] = {.lex_state = 71, .external_lex_state = 32}, - [2775] = {.lex_state = 71, .external_lex_state = 32}, - [2776] = {.lex_state = 71, .external_lex_state = 32}, - [2777] = {.lex_state = 71, .external_lex_state = 32}, - [2778] = {.lex_state = 71, .external_lex_state = 32}, - [2779] = {.lex_state = 422, .external_lex_state = 32}, - [2780] = {.lex_state = 71, .external_lex_state = 32}, - [2781] = {.lex_state = 71, .external_lex_state = 32}, - [2782] = {.lex_state = 181, .external_lex_state = 34}, - [2783] = {.lex_state = 421, .external_lex_state = 50}, - [2784] = {.lex_state = 71, .external_lex_state = 32}, - [2785] = {.lex_state = 71, .external_lex_state = 32}, - [2786] = {.lex_state = 422, .external_lex_state = 32}, - [2787] = {.lex_state = 71, .external_lex_state = 32}, - [2788] = {.lex_state = 71, .external_lex_state = 32}, - [2789] = {.lex_state = 422, .external_lex_state = 32}, - [2790] = {.lex_state = 421, .external_lex_state = 50}, - [2791] = {.lex_state = 421, .external_lex_state = 32}, - [2792] = {.lex_state = 422, .external_lex_state = 32}, - [2793] = {.lex_state = 421, .external_lex_state = 32}, - [2794] = {.lex_state = 421, .external_lex_state = 50}, - [2795] = {.lex_state = 421, .external_lex_state = 50}, - [2796] = {.lex_state = 421, .external_lex_state = 50}, - [2797] = {.lex_state = 421, .external_lex_state = 50}, - [2798] = {.lex_state = 71, .external_lex_state = 32}, - [2799] = {.lex_state = 421, .external_lex_state = 50}, - [2800] = {.lex_state = 71, .external_lex_state = 32}, - [2801] = {.lex_state = 421, .external_lex_state = 50}, - [2802] = {.lex_state = 421, .external_lex_state = 50}, - [2803] = {.lex_state = 71, .external_lex_state = 32}, - [2804] = {.lex_state = 422, .external_lex_state = 32}, - [2805] = {.lex_state = 421, .external_lex_state = 50}, - [2806] = {.lex_state = 71, .external_lex_state = 32}, - [2807] = {.lex_state = 71, .external_lex_state = 32}, - [2808] = {.lex_state = 422, .external_lex_state = 32}, - [2809] = {.lex_state = 422, .external_lex_state = 32}, - [2810] = {.lex_state = 71, .external_lex_state = 32}, - [2811] = {.lex_state = 71, .external_lex_state = 32}, - [2812] = {.lex_state = 422, .external_lex_state = 32}, - [2813] = {.lex_state = 422, .external_lex_state = 32}, - [2814] = {.lex_state = 422, .external_lex_state = 32}, - [2815] = {.lex_state = 157, .external_lex_state = 54}, - [2816] = {.lex_state = 71, .external_lex_state = 32}, - [2817] = {.lex_state = 71, .external_lex_state = 32}, - [2818] = {.lex_state = 421, .external_lex_state = 32}, - [2819] = {.lex_state = 422, .external_lex_state = 32}, - [2820] = {.lex_state = 422, .external_lex_state = 32}, - [2821] = {.lex_state = 422, .external_lex_state = 32}, - [2822] = {.lex_state = 422, .external_lex_state = 32}, - [2823] = {.lex_state = 422, .external_lex_state = 32}, - [2824] = {.lex_state = 157, .external_lex_state = 54}, - [2825] = {.lex_state = 71, .external_lex_state = 32}, - [2826] = {.lex_state = 71, .external_lex_state = 32}, - [2827] = {.lex_state = 421, .external_lex_state = 32}, - [2828] = {.lex_state = 422, .external_lex_state = 32}, - [2829] = {.lex_state = 71, .external_lex_state = 32}, - [2830] = {.lex_state = 71, .external_lex_state = 32}, - [2831] = {.lex_state = 71, .external_lex_state = 32}, - [2832] = {.lex_state = 422, .external_lex_state = 32}, - [2833] = {.lex_state = 422, .external_lex_state = 32}, - [2834] = {.lex_state = 71, .external_lex_state = 32}, - [2835] = {.lex_state = 422, .external_lex_state = 32}, - [2836] = {.lex_state = 71, .external_lex_state = 32}, - [2837] = {.lex_state = 71, .external_lex_state = 32}, - [2838] = {.lex_state = 422, .external_lex_state = 32}, - [2839] = {.lex_state = 71, .external_lex_state = 32}, - [2840] = {.lex_state = 422, .external_lex_state = 32}, - [2841] = {.lex_state = 422, .external_lex_state = 32}, - [2842] = {.lex_state = 71, .external_lex_state = 32}, - [2843] = {.lex_state = 71, .external_lex_state = 32}, - [2844] = {.lex_state = 71, .external_lex_state = 32}, - [2845] = {.lex_state = 71, .external_lex_state = 32}, - [2846] = {.lex_state = 422, .external_lex_state = 32}, - [2847] = {.lex_state = 71, .external_lex_state = 32}, - [2848] = {.lex_state = 422, .external_lex_state = 32}, - [2849] = {.lex_state = 71, .external_lex_state = 32}, - [2850] = {.lex_state = 422, .external_lex_state = 32}, - [2851] = {.lex_state = 422, .external_lex_state = 32}, - [2852] = {.lex_state = 71, .external_lex_state = 32}, - [2853] = {.lex_state = 422, .external_lex_state = 32}, - [2854] = {.lex_state = 71, .external_lex_state = 32}, - [2855] = {.lex_state = 422, .external_lex_state = 32}, - [2856] = {.lex_state = 422, .external_lex_state = 32}, - [2857] = {.lex_state = 422, .external_lex_state = 32}, - [2858] = {.lex_state = 422, .external_lex_state = 32}, - [2859] = {.lex_state = 71, .external_lex_state = 32}, - [2860] = {.lex_state = 71, .external_lex_state = 32}, - [2861] = {.lex_state = 71, .external_lex_state = 32}, - [2862] = {.lex_state = 422, .external_lex_state = 32}, - [2863] = {.lex_state = 422, .external_lex_state = 32}, - [2864] = {.lex_state = 422, .external_lex_state = 32}, - [2865] = {.lex_state = 71, .external_lex_state = 32}, - [2866] = {.lex_state = 422, .external_lex_state = 32}, - [2867] = {.lex_state = 422, .external_lex_state = 32}, - [2868] = {.lex_state = 422, .external_lex_state = 32}, - [2869] = {.lex_state = 422, .external_lex_state = 32}, - [2870] = {.lex_state = 422, .external_lex_state = 32}, - [2871] = {.lex_state = 422, .external_lex_state = 32}, - [2872] = {.lex_state = 422, .external_lex_state = 32}, - [2873] = {.lex_state = 422, .external_lex_state = 32}, - [2874] = {.lex_state = 71, .external_lex_state = 32}, - [2875] = {.lex_state = 422, .external_lex_state = 32}, - [2876] = {.lex_state = 71, .external_lex_state = 32}, - [2877] = {.lex_state = 181, .external_lex_state = 34}, - [2878] = {.lex_state = 71, .external_lex_state = 32}, - [2879] = {.lex_state = 421, .external_lex_state = 32}, - [2880] = {.lex_state = 238, .external_lex_state = 55}, - [2881] = {.lex_state = 421, .external_lex_state = 32}, - [2882] = {.lex_state = 71, .external_lex_state = 49}, - [2883] = {.lex_state = 422, .external_lex_state = 32}, - [2884] = {.lex_state = 422, .external_lex_state = 32}, - [2885] = {.lex_state = 247}, - [2886] = {.lex_state = 421, .external_lex_state = 32}, - [2887] = {.lex_state = 421, .external_lex_state = 32}, - [2888] = {.lex_state = 238, .external_lex_state = 55}, - [2889] = {.lex_state = 238, .external_lex_state = 55}, - [2890] = {.lex_state = 238, .external_lex_state = 55}, - [2891] = {.lex_state = 421, .external_lex_state = 32}, - [2892] = {.lex_state = 238, .external_lex_state = 55}, - [2893] = {.lex_state = 181, .external_lex_state = 34}, - [2894] = {.lex_state = 421, .external_lex_state = 32}, - [2895] = {.lex_state = 422, .external_lex_state = 32}, - [2896] = {.lex_state = 247}, - [2897] = {.lex_state = 247}, - [2898] = {.lex_state = 247}, - [2899] = {.lex_state = 247}, - [2900] = {.lex_state = 247}, - [2901] = {.lex_state = 238, .external_lex_state = 55}, - [2902] = {.lex_state = 421, .external_lex_state = 32}, - [2903] = {.lex_state = 421, .external_lex_state = 32}, - [2904] = {.lex_state = 238, .external_lex_state = 55}, - [2905] = {.lex_state = 245, .external_lex_state = 33}, - [2906] = {.lex_state = 232, .external_lex_state = 40}, - [2907] = {.lex_state = 71, .external_lex_state = 50}, - [2908] = {.lex_state = 421, .external_lex_state = 32}, - [2909] = {.lex_state = 245, .external_lex_state = 33}, - [2910] = {.lex_state = 245, .external_lex_state = 33}, - [2911] = {.lex_state = 71, .external_lex_state = 32}, - [2912] = {.lex_state = 245, .external_lex_state = 33}, - [2913] = {.lex_state = 245, .external_lex_state = 33}, - [2914] = {.lex_state = 71, .external_lex_state = 31}, - [2915] = {.lex_state = 245, .external_lex_state = 33}, - [2916] = {.lex_state = 245, .external_lex_state = 33}, - [2917] = {.lex_state = 245, .external_lex_state = 33}, - [2918] = {.lex_state = 245, .external_lex_state = 33}, - [2919] = {.lex_state = 245, .external_lex_state = 33}, - [2920] = {.lex_state = 71, .external_lex_state = 32}, - [2921] = {.lex_state = 232, .external_lex_state = 40}, - [2922] = {.lex_state = 71, .external_lex_state = 32}, - [2923] = {.lex_state = 245, .external_lex_state = 33}, - [2924] = {.lex_state = 238, .external_lex_state = 55}, - [2925] = {.lex_state = 238, .external_lex_state = 55}, - [2926] = {.lex_state = 238, .external_lex_state = 55}, - [2927] = {.lex_state = 238, .external_lex_state = 55}, - [2928] = {.lex_state = 238, .external_lex_state = 55}, - [2929] = {.lex_state = 257, .external_lex_state = 56}, - [2930] = {.lex_state = 238, .external_lex_state = 55}, - [2931] = {.lex_state = 245, .external_lex_state = 33}, - [2932] = {.lex_state = 421, .external_lex_state = 32}, - [2933] = {.lex_state = 238, .external_lex_state = 55}, - [2934] = {.lex_state = 238, .external_lex_state = 55}, - [2935] = {.lex_state = 245, .external_lex_state = 33}, - [2936] = {.lex_state = 421, .external_lex_state = 32}, - [2937] = {.lex_state = 71, .external_lex_state = 49}, - [2938] = {.lex_state = 245, .external_lex_state = 33}, - [2939] = {.lex_state = 238, .external_lex_state = 55}, - [2940] = {.lex_state = 71, .external_lex_state = 31}, - [2941] = {.lex_state = 245, .external_lex_state = 33}, - [2942] = {.lex_state = 232, .external_lex_state = 40}, - [2943] = {.lex_state = 238, .external_lex_state = 55}, - [2944] = {.lex_state = 245, .external_lex_state = 33}, - [2945] = {.lex_state = 71, .external_lex_state = 49}, - [2946] = {.lex_state = 232, .external_lex_state = 40}, - [2947] = {.lex_state = 238, .external_lex_state = 55}, - [2948] = {.lex_state = 238, .external_lex_state = 55}, - [2949] = {.lex_state = 238, .external_lex_state = 55}, - [2950] = {.lex_state = 245, .external_lex_state = 33}, - [2951] = {.lex_state = 238, .external_lex_state = 55}, - [2952] = {.lex_state = 71, .external_lex_state = 49}, - [2953] = {.lex_state = 71, .external_lex_state = 32}, - [2954] = {.lex_state = 238, .external_lex_state = 55}, - [2955] = {.lex_state = 232, .external_lex_state = 40}, - [2956] = {.lex_state = 71, .external_lex_state = 49}, - [2957] = {.lex_state = 245, .external_lex_state = 33}, - [2958] = {.lex_state = 71, .external_lex_state = 32}, - [2959] = {.lex_state = 238, .external_lex_state = 55}, - [2960] = {.lex_state = 238, .external_lex_state = 55}, - [2961] = {.lex_state = 245, .external_lex_state = 33}, - [2962] = {.lex_state = 245, .external_lex_state = 33}, - [2963] = {.lex_state = 245, .external_lex_state = 33}, - [2964] = {.lex_state = 245, .external_lex_state = 33}, - [2965] = {.lex_state = 245, .external_lex_state = 33}, - [2966] = {.lex_state = 258, .external_lex_state = 57}, - [2967] = {.lex_state = 245, .external_lex_state = 33}, - [2968] = {.lex_state = 238, .external_lex_state = 55}, - [2969] = {.lex_state = 234, .external_lex_state = 33}, - [2970] = {.lex_state = 71, .external_lex_state = 50}, - [2971] = {.lex_state = 234, .external_lex_state = 33}, - [2972] = {.lex_state = 257, .external_lex_state = 56}, - [2973] = {.lex_state = 257, .external_lex_state = 56}, - [2974] = {.lex_state = 257, .external_lex_state = 56}, - [2975] = {.lex_state = 234, .external_lex_state = 33}, - [2976] = {.lex_state = 234, .external_lex_state = 33}, - [2977] = {.lex_state = 71, .external_lex_state = 50}, - [2978] = {.lex_state = 71, .external_lex_state = 50}, - [2979] = {.lex_state = 234, .external_lex_state = 33}, - [2980] = {.lex_state = 234, .external_lex_state = 33}, - [2981] = {.lex_state = 232, .external_lex_state = 43}, - [2982] = {.lex_state = 234, .external_lex_state = 33}, - [2983] = {.lex_state = 234, .external_lex_state = 33}, - [2984] = {.lex_state = 234, .external_lex_state = 33}, - [2985] = {.lex_state = 234, .external_lex_state = 33}, - [2986] = {.lex_state = 234, .external_lex_state = 33}, - [2987] = {.lex_state = 234, .external_lex_state = 33}, - [2988] = {.lex_state = 234, .external_lex_state = 33}, - [2989] = {.lex_state = 234, .external_lex_state = 22}, - [2990] = {.lex_state = 234, .external_lex_state = 33}, - [2991] = {.lex_state = 234, .external_lex_state = 33}, - [2992] = {.lex_state = 257, .external_lex_state = 57}, - [2993] = {.lex_state = 234, .external_lex_state = 33}, - [2994] = {.lex_state = 234, .external_lex_state = 33}, - [2995] = {.lex_state = 257, .external_lex_state = 57}, - [2996] = {.lex_state = 234, .external_lex_state = 33}, - [2997] = {.lex_state = 234, .external_lex_state = 33}, - [2998] = {.lex_state = 257, .external_lex_state = 56}, - [2999] = {.lex_state = 234, .external_lex_state = 33}, - [3000] = {.lex_state = 232, .external_lex_state = 47}, - [3001] = {.lex_state = 234, .external_lex_state = 33}, - [3002] = {.lex_state = 234, .external_lex_state = 33}, - [3003] = {.lex_state = 232, .external_lex_state = 47}, - [3004] = {.lex_state = 234, .external_lex_state = 33}, - [3005] = {.lex_state = 234, .external_lex_state = 33}, - [3006] = {.lex_state = 234, .external_lex_state = 33}, - [3007] = {.lex_state = 234, .external_lex_state = 33}, - [3008] = {.lex_state = 234, .external_lex_state = 33}, - [3009] = {.lex_state = 234, .external_lex_state = 33}, - [3010] = {.lex_state = 232, .external_lex_state = 47}, - [3011] = {.lex_state = 257, .external_lex_state = 56}, - [3012] = {.lex_state = 234, .external_lex_state = 33}, - [3013] = {.lex_state = 234, .external_lex_state = 33}, - [3014] = {.lex_state = 71, .external_lex_state = 50}, - [3015] = {.lex_state = 257, .external_lex_state = 56}, - [3016] = {.lex_state = 232, .external_lex_state = 47}, - [3017] = {.lex_state = 71, .external_lex_state = 50}, - [3018] = {.lex_state = 257, .external_lex_state = 56}, - [3019] = {.lex_state = 258, .external_lex_state = 58}, - [3020] = {.lex_state = 257, .external_lex_state = 56}, - [3021] = {.lex_state = 234, .external_lex_state = 33}, - [3022] = {.lex_state = 257, .external_lex_state = 56}, - [3023] = {.lex_state = 71, .external_lex_state = 50}, - [3024] = {.lex_state = 257, .external_lex_state = 56}, - [3025] = {.lex_state = 71, .external_lex_state = 50}, - [3026] = {.lex_state = 71, .external_lex_state = 50}, - [3027] = {.lex_state = 234, .external_lex_state = 33}, - [3028] = {.lex_state = 234, .external_lex_state = 22}, - [3029] = {.lex_state = 232, .external_lex_state = 47}, - [3030] = {.lex_state = 257, .external_lex_state = 56}, - [3031] = {.lex_state = 234, .external_lex_state = 33}, - [3032] = {.lex_state = 234, .external_lex_state = 33}, - [3033] = {.lex_state = 257, .external_lex_state = 57}, - [3034] = {.lex_state = 234, .external_lex_state = 33}, - [3035] = {.lex_state = 234, .external_lex_state = 33}, - [3036] = {.lex_state = 234, .external_lex_state = 33}, - [3037] = {.lex_state = 234, .external_lex_state = 33}, - [3038] = {.lex_state = 234, .external_lex_state = 33}, - [3039] = {.lex_state = 257, .external_lex_state = 57}, - [3040] = {.lex_state = 234, .external_lex_state = 33}, - [3041] = {.lex_state = 234, .external_lex_state = 33}, - [3042] = {.lex_state = 234, .external_lex_state = 33}, - [3043] = {.lex_state = 234, .external_lex_state = 33}, - [3044] = {.lex_state = 234, .external_lex_state = 33}, - [3045] = {.lex_state = 234, .external_lex_state = 33}, - [3046] = {.lex_state = 234, .external_lex_state = 33}, - [3047] = {.lex_state = 234, .external_lex_state = 33}, - [3048] = {.lex_state = 234, .external_lex_state = 33}, - [3049] = {.lex_state = 234, .external_lex_state = 33}, - [3050] = {.lex_state = 234, .external_lex_state = 33}, - [3051] = {.lex_state = 234, .external_lex_state = 33}, - [3052] = {.lex_state = 71, .external_lex_state = 50}, - [3053] = {.lex_state = 257, .external_lex_state = 57}, - [3054] = {.lex_state = 234, .external_lex_state = 33}, - [3055] = {.lex_state = 234, .external_lex_state = 33}, - [3056] = {.lex_state = 71, .external_lex_state = 50}, - [3057] = {.lex_state = 234, .external_lex_state = 33}, - [3058] = {.lex_state = 234, .external_lex_state = 33}, - [3059] = {.lex_state = 234, .external_lex_state = 33}, - [3060] = {.lex_state = 234, .external_lex_state = 33}, - [3061] = {.lex_state = 234, .external_lex_state = 33}, - [3062] = {.lex_state = 234, .external_lex_state = 33}, - [3063] = {.lex_state = 234, .external_lex_state = 33}, - [3064] = {.lex_state = 234, .external_lex_state = 33}, - [3065] = {.lex_state = 234, .external_lex_state = 33}, - [3066] = {.lex_state = 234, .external_lex_state = 33}, - [3067] = {.lex_state = 232, .external_lex_state = 43}, - [3068] = {.lex_state = 234, .external_lex_state = 33}, - [3069] = {.lex_state = 257, .external_lex_state = 56}, - [3070] = {.lex_state = 257, .external_lex_state = 57}, - [3071] = {.lex_state = 71, .external_lex_state = 32}, - [3072] = {.lex_state = 257, .external_lex_state = 57}, - [3073] = {.lex_state = 257, .external_lex_state = 56}, - [3074] = {.lex_state = 257, .external_lex_state = 58}, - [3075] = {.lex_state = 257, .external_lex_state = 57}, - [3076] = {.lex_state = 257, .external_lex_state = 57}, - [3077] = {.lex_state = 232, .external_lex_state = 40}, - [3078] = {.lex_state = 71, .external_lex_state = 32}, - [3079] = {.lex_state = 257, .external_lex_state = 56}, - [3080] = {.lex_state = 257, .external_lex_state = 57}, - [3081] = {.lex_state = 257, .external_lex_state = 57}, - [3082] = {.lex_state = 257, .external_lex_state = 57}, - [3083] = {.lex_state = 257, .external_lex_state = 56}, - [3084] = {.lex_state = 232, .external_lex_state = 40}, - [3085] = {.lex_state = 257, .external_lex_state = 56}, - [3086] = {.lex_state = 257, .external_lex_state = 57}, - [3087] = {.lex_state = 257, .external_lex_state = 56}, - [3088] = {.lex_state = 257, .external_lex_state = 57}, - [3089] = {.lex_state = 232, .external_lex_state = 40}, - [3090] = {.lex_state = 232, .external_lex_state = 40}, - [3091] = {.lex_state = 257, .external_lex_state = 56}, - [3092] = {.lex_state = 257, .external_lex_state = 58}, - [3093] = {.lex_state = 257, .external_lex_state = 57}, - [3094] = {.lex_state = 257, .external_lex_state = 58}, - [3095] = {.lex_state = 257, .external_lex_state = 58}, - [3096] = {.lex_state = 257, .external_lex_state = 58}, - [3097] = {.lex_state = 257, .external_lex_state = 56}, - [3098] = {.lex_state = 257, .external_lex_state = 56}, - [3099] = {.lex_state = 257, .external_lex_state = 57}, - [3100] = {.lex_state = 257, .external_lex_state = 58}, - [3101] = {.lex_state = 232, .external_lex_state = 40}, - [3102] = {.lex_state = 257, .external_lex_state = 56}, - [3103] = {.lex_state = 257, .external_lex_state = 57}, - [3104] = {.lex_state = 257, .external_lex_state = 57}, - [3105] = {.lex_state = 257, .external_lex_state = 56}, - [3106] = {.lex_state = 257, .external_lex_state = 56}, - [3107] = {.lex_state = 247, .external_lex_state = 43}, - [3108] = {.lex_state = 248, .external_lex_state = 59}, - [3109] = {.lex_state = 257, .external_lex_state = 56}, - [3110] = {.lex_state = 257, .external_lex_state = 57}, - [3111] = {.lex_state = 257, .external_lex_state = 57}, - [3112] = {.lex_state = 257, .external_lex_state = 56}, - [3113] = {.lex_state = 257, .external_lex_state = 56}, - [3114] = {.lex_state = 247, .external_lex_state = 43}, - [3115] = {.lex_state = 232, .external_lex_state = 40}, - [3116] = {.lex_state = 234, .external_lex_state = 22}, - [3117] = {.lex_state = 257, .external_lex_state = 57}, - [3118] = {.lex_state = 257, .external_lex_state = 56}, - [3119] = {.lex_state = 257, .external_lex_state = 58}, - [3120] = {.lex_state = 257, .external_lex_state = 57}, - [3121] = {.lex_state = 257, .external_lex_state = 58}, - [3122] = {.lex_state = 257, .external_lex_state = 58}, - [3123] = {.lex_state = 257, .external_lex_state = 57}, - [3124] = {.lex_state = 257, .external_lex_state = 58}, - [3125] = {.lex_state = 257, .external_lex_state = 57}, - [3126] = {.lex_state = 257, .external_lex_state = 56}, - [3127] = {.lex_state = 232, .external_lex_state = 40}, - [3128] = {.lex_state = 257, .external_lex_state = 56}, - [3129] = {.lex_state = 257, .external_lex_state = 56}, - [3130] = {.lex_state = 257, .external_lex_state = 58}, - [3131] = {.lex_state = 257, .external_lex_state = 58}, - [3132] = {.lex_state = 257, .external_lex_state = 58}, - [3133] = {.lex_state = 247, .external_lex_state = 47}, - [3134] = {.lex_state = 257, .external_lex_state = 58}, - [3135] = {.lex_state = 257, .external_lex_state = 58}, - [3136] = {.lex_state = 257, .external_lex_state = 58}, - [3137] = {.lex_state = 71, .external_lex_state = 32}, - [3138] = {.lex_state = 257, .external_lex_state = 58}, - [3139] = {.lex_state = 257, .external_lex_state = 58}, - [3140] = {.lex_state = 257, .external_lex_state = 58}, - [3141] = {.lex_state = 257, .external_lex_state = 58}, - [3142] = {.lex_state = 247, .external_lex_state = 47}, - [3143] = {.lex_state = 247, .external_lex_state = 43}, - [3144] = {.lex_state = 232, .external_lex_state = 40}, - [3145] = {.lex_state = 232, .external_lex_state = 47}, - [3146] = {.lex_state = 247, .external_lex_state = 47}, - [3147] = {.lex_state = 247, .external_lex_state = 47}, - [3148] = {.lex_state = 247, .external_lex_state = 47}, - [3149] = {.lex_state = 257, .external_lex_state = 58}, - [3150] = {.lex_state = 257, .external_lex_state = 58}, - [3151] = {.lex_state = 257, .external_lex_state = 58}, - [3152] = {.lex_state = 257, .external_lex_state = 58}, - [3153] = {.lex_state = 257, .external_lex_state = 58}, - [3154] = {.lex_state = 257, .external_lex_state = 58}, - [3155] = {.lex_state = 71, .external_lex_state = 32}, - [3156] = {.lex_state = 257, .external_lex_state = 58}, - [3157] = {.lex_state = 232, .external_lex_state = 47}, - [3158] = {.lex_state = 257, .external_lex_state = 58}, - [3159] = {.lex_state = 160, .external_lex_state = 45}, - [3160] = {.lex_state = 160, .external_lex_state = 45}, - [3161] = {.lex_state = 71, .external_lex_state = 32}, - [3162] = {.lex_state = 257, .external_lex_state = 58}, - [3163] = {.lex_state = 257, .external_lex_state = 58}, - [3164] = {.lex_state = 232, .external_lex_state = 47}, - [3165] = {.lex_state = 232, .external_lex_state = 40}, - [3166] = {.lex_state = 232, .external_lex_state = 40}, - [3167] = {.lex_state = 247, .external_lex_state = 47}, - [3168] = {.lex_state = 232, .external_lex_state = 43}, - [3169] = {.lex_state = 232, .external_lex_state = 40}, - [3170] = {.lex_state = 232, .external_lex_state = 40}, - [3171] = {.lex_state = 232, .external_lex_state = 43}, - [3172] = {.lex_state = 232, .external_lex_state = 40}, - [3173] = {.lex_state = 232, .external_lex_state = 47}, - [3174] = {.lex_state = 232, .external_lex_state = 40}, - [3175] = {.lex_state = 232, .external_lex_state = 47}, - [3176] = {.lex_state = 232, .external_lex_state = 43}, - [3177] = {.lex_state = 232, .external_lex_state = 40}, - [3178] = {.lex_state = 232, .external_lex_state = 40}, - [3179] = {.lex_state = 232, .external_lex_state = 40}, - [3180] = {.lex_state = 232, .external_lex_state = 40}, - [3181] = {.lex_state = 232, .external_lex_state = 40}, - [3182] = {.lex_state = 232, .external_lex_state = 40}, - [3183] = {.lex_state = 232, .external_lex_state = 47}, - [3184] = {.lex_state = 232, .external_lex_state = 47}, - [3185] = {.lex_state = 232, .external_lex_state = 47}, - [3186] = {.lex_state = 232, .external_lex_state = 47}, - [3187] = {.lex_state = 232, .external_lex_state = 47}, - [3188] = {.lex_state = 232, .external_lex_state = 47}, - [3189] = {.lex_state = 232, .external_lex_state = 47}, - [3190] = {.lex_state = 232, .external_lex_state = 47}, - [3191] = {.lex_state = 232, .external_lex_state = 47}, - [3192] = {.lex_state = 232, .external_lex_state = 47}, - [3193] = {.lex_state = 232, .external_lex_state = 47}, - [3194] = {.lex_state = 232, .external_lex_state = 47}, - [3195] = {.lex_state = 232, .external_lex_state = 47}, - [3196] = {.lex_state = 232, .external_lex_state = 47}, - [3197] = {.lex_state = 232, .external_lex_state = 47}, - [3198] = {.lex_state = 232, .external_lex_state = 47}, - [3199] = {.lex_state = 232, .external_lex_state = 47}, - [3200] = {.lex_state = 232, .external_lex_state = 47}, - [3201] = {.lex_state = 232, .external_lex_state = 47}, - [3202] = {.lex_state = 231, .external_lex_state = 48}, - [3203] = {.lex_state = 232, .external_lex_state = 47}, - [3204] = {.lex_state = 231, .external_lex_state = 48}, - [3205] = {.lex_state = 232, .external_lex_state = 47}, - [3206] = {.lex_state = 232, .external_lex_state = 47}, - [3207] = {.lex_state = 232, .external_lex_state = 47}, - [3208] = {.lex_state = 232, .external_lex_state = 47}, - [3209] = {.lex_state = 232, .external_lex_state = 47}, - [3210] = {.lex_state = 232, .external_lex_state = 47}, - [3211] = {.lex_state = 232, .external_lex_state = 47}, - [3212] = {.lex_state = 232, .external_lex_state = 47}, - [3213] = {.lex_state = 232, .external_lex_state = 47}, - [3214] = {.lex_state = 232, .external_lex_state = 47}, - [3215] = {.lex_state = 232, .external_lex_state = 47}, - [3216] = {.lex_state = 232, .external_lex_state = 47}, - [3217] = {.lex_state = 232, .external_lex_state = 47}, - [3218] = {.lex_state = 232, .external_lex_state = 47}, - [3219] = {.lex_state = 232, .external_lex_state = 47}, - [3220] = {.lex_state = 232, .external_lex_state = 47}, - [3221] = {.lex_state = 232, .external_lex_state = 47}, - [3222] = {.lex_state = 232, .external_lex_state = 47}, - [3223] = {.lex_state = 232, .external_lex_state = 47}, - [3224] = {.lex_state = 232, .external_lex_state = 47}, - [3225] = {.lex_state = 232, .external_lex_state = 47}, - [3226] = {.lex_state = 232, .external_lex_state = 47}, - [3227] = {.lex_state = 232, .external_lex_state = 47}, - [3228] = {.lex_state = 232, .external_lex_state = 47}, - [3229] = {.lex_state = 232, .external_lex_state = 47}, - [3230] = {.lex_state = 232, .external_lex_state = 47}, - [3231] = {.lex_state = 224}, - [3232] = {.lex_state = 225, .external_lex_state = 60}, - [3233] = {.lex_state = 70, .external_lex_state = 54}, - [3234] = {.lex_state = 70, .external_lex_state = 54}, - [3235] = {.lex_state = 70, .external_lex_state = 54}, - [3236] = {.lex_state = 225, .external_lex_state = 60}, - [3237] = {.lex_state = 70, .external_lex_state = 54}, - [3238] = {.lex_state = 70, .external_lex_state = 54}, - [3239] = {.lex_state = 70, .external_lex_state = 54}, - [3240] = {.lex_state = 70, .external_lex_state = 54}, - [3241] = {.lex_state = 224}, - [3242] = {.lex_state = 70, .external_lex_state = 54}, - [3243] = {.lex_state = 253}, - [3244] = {.lex_state = 253}, - [3245] = {.lex_state = 253}, - [3246] = {.lex_state = 253}, - [3247] = {.lex_state = 253}, - [3248] = {.lex_state = 253}, - [3249] = {.lex_state = 253}, - [3250] = {.lex_state = 253}, - [3251] = {.lex_state = 253}, - [3252] = {.lex_state = 253}, - [3253] = {.lex_state = 253}, - [3254] = {.lex_state = 253}, - [3255] = {.lex_state = 253}, - [3256] = {.lex_state = 253}, - [3257] = {.lex_state = 253}, - [3258] = {.lex_state = 253}, - [3259] = {.lex_state = 253}, - [3260] = {.lex_state = 253}, - [3261] = {.lex_state = 253}, - [3262] = {.lex_state = 253}, - [3263] = {.lex_state = 253}, - [3264] = {.lex_state = 253}, - [3265] = {.lex_state = 253}, - [3266] = {.lex_state = 253}, - [3267] = {.lex_state = 253}, - [3268] = {.lex_state = 253}, - [3269] = {.lex_state = 253}, - [3270] = {.lex_state = 253}, - [3271] = {.lex_state = 253}, - [3272] = {.lex_state = 253}, - [3273] = {.lex_state = 253}, - [3274] = {.lex_state = 253}, - [3275] = {.lex_state = 253}, - [3276] = {.lex_state = 253}, - [3277] = {.lex_state = 253}, - [3278] = {.lex_state = 253}, - [3279] = {.lex_state = 253}, - [3280] = {.lex_state = 253}, - [3281] = {.lex_state = 253}, - [3282] = {.lex_state = 253}, - [3283] = {.lex_state = 253}, - [3284] = {.lex_state = 253}, - [3285] = {.lex_state = 253}, - [3286] = {.lex_state = 253}, - [3287] = {.lex_state = 253}, - [3288] = {.lex_state = 253}, - [3289] = {.lex_state = 253}, - [3290] = {.lex_state = 253}, - [3291] = {.lex_state = 253}, - [3292] = {.lex_state = 253}, - [3293] = {.lex_state = 253}, - [3294] = {.lex_state = 253}, - [3295] = {.lex_state = 253}, - [3296] = {.lex_state = 253}, - [3297] = {.lex_state = 253}, - [3298] = {.lex_state = 253}, - [3299] = {.lex_state = 253}, - [3300] = {.lex_state = 253}, - [3301] = {.lex_state = 70, .external_lex_state = 61}, - [3302] = {.lex_state = 253}, - [3303] = {.lex_state = 253}, - [3304] = {.lex_state = 253}, - [3305] = {.lex_state = 253}, - [3306] = {.lex_state = 253}, - [3307] = {.lex_state = 253}, - [3308] = {.lex_state = 253}, - [3309] = {.lex_state = 253}, - [3310] = {.lex_state = 253}, - [3311] = {.lex_state = 253}, - [3312] = {.lex_state = 253}, - [3313] = {.lex_state = 253}, - [3314] = {.lex_state = 253}, - [3315] = {.lex_state = 253}, - [3316] = {.lex_state = 253}, - [3317] = {.lex_state = 253}, - [3318] = {.lex_state = 253}, - [3319] = {.lex_state = 253}, - [3320] = {.lex_state = 253}, - [3321] = {.lex_state = 253}, - [3322] = {.lex_state = 253}, - [3323] = {.lex_state = 253}, - [3324] = {.lex_state = 253}, - [3325] = {.lex_state = 253}, - [3326] = {.lex_state = 253}, - [3327] = {.lex_state = 253}, - [3328] = {.lex_state = 253}, - [3329] = {.lex_state = 253}, - [3330] = {.lex_state = 253}, - [3331] = {.lex_state = 253}, - [3332] = {.lex_state = 253}, - [3333] = {.lex_state = 253}, - [3334] = {.lex_state = 253}, - [3335] = {.lex_state = 227}, - [3336] = {.lex_state = 226}, - [3337] = {.lex_state = 226}, - [3338] = {.lex_state = 226}, - [3339] = {.lex_state = 226}, - [3340] = {.lex_state = 226}, - [3341] = {.lex_state = 227}, - [3342] = {.lex_state = 226}, - [3343] = {.lex_state = 226}, - [3344] = {.lex_state = 227}, - [3345] = {.lex_state = 226}, - [3346] = {.lex_state = 227}, - [3347] = {.lex_state = 226}, - [3348] = {.lex_state = 226}, - [3349] = {.lex_state = 226}, - [3350] = {.lex_state = 226}, - [3351] = {.lex_state = 226}, - [3352] = {.lex_state = 226}, - [3353] = {.lex_state = 226}, - [3354] = {.lex_state = 226}, - [3355] = {.lex_state = 226}, - [3356] = {.lex_state = 226}, - [3357] = {.lex_state = 226}, - [3358] = {.lex_state = 227}, - [3359] = {.lex_state = 227}, - [3360] = {.lex_state = 227}, - [3361] = {.lex_state = 227}, - [3362] = {.lex_state = 226}, - [3363] = {.lex_state = 226}, - [3364] = {.lex_state = 226}, - [3365] = {.lex_state = 226}, - [3366] = {.lex_state = 227}, - [3367] = {.lex_state = 227}, - [3368] = {.lex_state = 226}, - [3369] = {.lex_state = 227}, - [3370] = {.lex_state = 226}, - [3371] = {.lex_state = 226}, - [3372] = {.lex_state = 226}, - [3373] = {.lex_state = 226}, - [3374] = {.lex_state = 226}, - [3375] = {.lex_state = 227}, - [3376] = {.lex_state = 226}, - [3377] = {.lex_state = 226}, - [3378] = {.lex_state = 227}, - [3379] = {.lex_state = 226}, - [3380] = {.lex_state = 226}, - [3381] = {.lex_state = 226}, - [3382] = {.lex_state = 227}, - [3383] = {.lex_state = 226}, - [3384] = {.lex_state = 70, .external_lex_state = 61}, - [3385] = {.lex_state = 227}, - [3386] = {.lex_state = 227}, - [3387] = {.lex_state = 226}, - [3388] = {.lex_state = 70, .external_lex_state = 61}, - [3389] = {.lex_state = 226}, - [3390] = {.lex_state = 226}, - [3391] = {.lex_state = 226}, - [3392] = {.lex_state = 226}, - [3393] = {.lex_state = 227}, - [3394] = {.lex_state = 226}, - [3395] = {.lex_state = 227}, - [3396] = {.lex_state = 226}, - [3397] = {.lex_state = 70, .external_lex_state = 61}, - [3398] = {.lex_state = 226}, - [3399] = {.lex_state = 226}, - [3400] = {.lex_state = 226}, - [3401] = {.lex_state = 70, .external_lex_state = 61}, - [3402] = {.lex_state = 227}, - [3403] = {.lex_state = 226}, - [3404] = {.lex_state = 226}, - [3405] = {.lex_state = 226}, - [3406] = {.lex_state = 226}, - [3407] = {.lex_state = 226}, - [3408] = {.lex_state = 227}, - [3409] = {.lex_state = 226}, - [3410] = {.lex_state = 227}, - [3411] = {.lex_state = 226}, - [3412] = {.lex_state = 227}, - [3413] = {.lex_state = 226}, - [3414] = {.lex_state = 226}, - [3415] = {.lex_state = 70, .external_lex_state = 61}, - [3416] = {.lex_state = 227}, - [3417] = {.lex_state = 226}, - [3418] = {.lex_state = 227}, - [3419] = {.lex_state = 226}, - [3420] = {.lex_state = 70, .external_lex_state = 61}, - [3421] = {.lex_state = 226}, - [3422] = {.lex_state = 70, .external_lex_state = 61}, - [3423] = {.lex_state = 227}, - [3424] = {.lex_state = 226}, - [3425] = {.lex_state = 226}, - [3426] = {.lex_state = 226}, - [3427] = {.lex_state = 226}, - [3428] = {.lex_state = 226}, - [3429] = {.lex_state = 227}, - [3430] = {.lex_state = 226}, - [3431] = {.lex_state = 227}, - [3432] = {.lex_state = 227}, - [3433] = {.lex_state = 227}, - [3434] = {.lex_state = 226}, - [3435] = {.lex_state = 226}, - [3436] = {.lex_state = 226}, - [3437] = {.lex_state = 226}, - [3438] = {.lex_state = 226}, - [3439] = {.lex_state = 226}, - [3440] = {.lex_state = 226}, - [3441] = {.lex_state = 227}, - [3442] = {.lex_state = 226}, - [3443] = {.lex_state = 226}, - [3444] = {.lex_state = 227}, - [3445] = {.lex_state = 226}, - [3446] = {.lex_state = 227}, - [3447] = {.lex_state = 227}, - [3448] = {.lex_state = 227}, - [3449] = {.lex_state = 226}, - [3450] = {.lex_state = 226}, - [3451] = {.lex_state = 226}, - [3452] = {.lex_state = 226}, - [3453] = {.lex_state = 226}, - [3454] = {.lex_state = 226}, - [3455] = {.lex_state = 227}, - [3456] = {.lex_state = 226}, - [3457] = {.lex_state = 227}, - [3458] = {.lex_state = 227}, - [3459] = {.lex_state = 226}, - [3460] = {.lex_state = 226}, - [3461] = {.lex_state = 226}, + [1819] = {.lex_state = 213, .external_lex_state = 14}, + [1820] = {.lex_state = 241, .external_lex_state = 16}, + [1821] = {.lex_state = 242, .external_lex_state = 12}, + [1822] = {.lex_state = 213, .external_lex_state = 14}, + [1823] = {.lex_state = 213, .external_lex_state = 14}, + [1824] = {.lex_state = 245, .external_lex_state = 21}, + [1825] = {.lex_state = 215, .external_lex_state = 19}, + [1826] = {.lex_state = 215, .external_lex_state = 19}, + [1827] = {.lex_state = 215, .external_lex_state = 19}, + [1828] = {.lex_state = 215, .external_lex_state = 19}, + [1829] = {.lex_state = 242, .external_lex_state = 12}, + [1830] = {.lex_state = 243, .external_lex_state = 15}, + [1831] = {.lex_state = 242, .external_lex_state = 12}, + [1832] = {.lex_state = 215, .external_lex_state = 19}, + [1833] = {.lex_state = 212, .external_lex_state = 14}, + [1834] = {.lex_state = 212, .external_lex_state = 14}, + [1835] = {.lex_state = 213, .external_lex_state = 14}, + [1836] = {.lex_state = 213, .external_lex_state = 14}, + [1837] = {.lex_state = 213, .external_lex_state = 14}, + [1838] = {.lex_state = 213, .external_lex_state = 14}, + [1839] = {.lex_state = 213, .external_lex_state = 14}, + [1840] = {.lex_state = 243, .external_lex_state = 12}, + [1841] = {.lex_state = 212, .external_lex_state = 33}, + [1842] = {.lex_state = 212, .external_lex_state = 33}, + [1843] = {.lex_state = 213, .external_lex_state = 14}, + [1844] = {.lex_state = 215, .external_lex_state = 19}, + [1845] = {.lex_state = 213, .external_lex_state = 14}, + [1846] = {.lex_state = 243, .external_lex_state = 12}, + [1847] = {.lex_state = 142, .external_lex_state = 35}, + [1848] = {.lex_state = 142, .external_lex_state = 35}, + [1849] = {.lex_state = 213, .external_lex_state = 14}, + [1850] = {.lex_state = 213, .external_lex_state = 32}, + [1851] = {.lex_state = 213, .external_lex_state = 14}, + [1852] = {.lex_state = 212, .external_lex_state = 14}, + [1853] = {.lex_state = 245, .external_lex_state = 21}, + [1854] = {.lex_state = 212, .external_lex_state = 14}, + [1855] = {.lex_state = 215, .external_lex_state = 19}, + [1856] = {.lex_state = 213, .external_lex_state = 14}, + [1857] = {.lex_state = 245, .external_lex_state = 21}, + [1858] = {.lex_state = 215, .external_lex_state = 19}, + [1859] = {.lex_state = 245, .external_lex_state = 21}, + [1860] = {.lex_state = 212, .external_lex_state = 33}, + [1861] = {.lex_state = 212, .external_lex_state = 33}, + [1862] = {.lex_state = 212, .external_lex_state = 14}, + [1863] = {.lex_state = 213, .external_lex_state = 14}, + [1864] = {.lex_state = 213, .external_lex_state = 14}, + [1865] = {.lex_state = 213, .external_lex_state = 14}, + [1866] = {.lex_state = 213, .external_lex_state = 14}, + [1867] = {.lex_state = 241, .external_lex_state = 16}, + [1868] = {.lex_state = 241, .external_lex_state = 16}, + [1869] = {.lex_state = 212, .external_lex_state = 14}, + [1870] = {.lex_state = 241, .external_lex_state = 16}, + [1871] = {.lex_state = 243, .external_lex_state = 12}, + [1872] = {.lex_state = 243, .external_lex_state = 15}, + [1873] = {.lex_state = 243, .external_lex_state = 12}, + [1874] = {.lex_state = 212, .external_lex_state = 32}, + [1875] = {.lex_state = 215, .external_lex_state = 19}, + [1876] = {.lex_state = 212, .external_lex_state = 14}, + [1877] = {.lex_state = 215, .external_lex_state = 19}, + [1878] = {.lex_state = 234, .external_lex_state = 21}, + [1879] = {.lex_state = 145, .external_lex_state = 35}, + [1880] = {.lex_state = 242, .external_lex_state = 12}, + [1881] = {.lex_state = 212, .external_lex_state = 32}, + [1882] = {.lex_state = 212, .external_lex_state = 32}, + [1883] = {.lex_state = 213, .external_lex_state = 32}, + [1884] = {.lex_state = 213, .external_lex_state = 32}, + [1885] = {.lex_state = 242, .external_lex_state = 12}, + [1886] = {.lex_state = 212, .external_lex_state = 32}, + [1887] = {.lex_state = 212, .external_lex_state = 32}, + [1888] = {.lex_state = 234, .external_lex_state = 21}, + [1889] = {.lex_state = 242, .external_lex_state = 12}, + [1890] = {.lex_state = 212, .external_lex_state = 32}, + [1891] = {.lex_state = 234, .external_lex_state = 21}, + [1892] = {.lex_state = 212, .external_lex_state = 32}, + [1893] = {.lex_state = 213, .external_lex_state = 14}, + [1894] = {.lex_state = 212, .external_lex_state = 32}, + [1895] = {.lex_state = 424, .external_lex_state = 35}, + [1896] = {.lex_state = 212, .external_lex_state = 32}, + [1897] = {.lex_state = 212, .external_lex_state = 32}, + [1898] = {.lex_state = 234, .external_lex_state = 21}, + [1899] = {.lex_state = 212, .external_lex_state = 32}, + [1900] = {.lex_state = 212, .external_lex_state = 32}, + [1901] = {.lex_state = 424, .external_lex_state = 35}, + [1902] = {.lex_state = 212, .external_lex_state = 32}, + [1903] = {.lex_state = 234, .external_lex_state = 21}, + [1904] = {.lex_state = 212, .external_lex_state = 32}, + [1905] = {.lex_state = 212, .external_lex_state = 32}, + [1906] = {.lex_state = 234, .external_lex_state = 21}, + [1907] = {.lex_state = 234, .external_lex_state = 21}, + [1908] = {.lex_state = 242, .external_lex_state = 12}, + [1909] = {.lex_state = 242, .external_lex_state = 12}, + [1910] = {.lex_state = 234, .external_lex_state = 21}, + [1911] = {.lex_state = 242, .external_lex_state = 12}, + [1912] = {.lex_state = 212, .external_lex_state = 32}, + [1913] = {.lex_state = 234, .external_lex_state = 21}, + [1914] = {.lex_state = 213, .external_lex_state = 14}, + [1915] = {.lex_state = 151, .external_lex_state = 35}, + [1916] = {.lex_state = 213, .external_lex_state = 14}, + [1917] = {.lex_state = 212, .external_lex_state = 32}, + [1918] = {.lex_state = 142, .external_lex_state = 36}, + [1919] = {.lex_state = 234, .external_lex_state = 21}, + [1920] = {.lex_state = 234, .external_lex_state = 21}, + [1921] = {.lex_state = 213, .external_lex_state = 14}, + [1922] = {.lex_state = 212, .external_lex_state = 32}, + [1923] = {.lex_state = 212, .external_lex_state = 32}, + [1924] = {.lex_state = 212, .external_lex_state = 32}, + [1925] = {.lex_state = 142, .external_lex_state = 36}, + [1926] = {.lex_state = 212, .external_lex_state = 32}, + [1927] = {.lex_state = 212, .external_lex_state = 32}, + [1928] = {.lex_state = 212, .external_lex_state = 32}, + [1929] = {.lex_state = 212, .external_lex_state = 32}, + [1930] = {.lex_state = 212, .external_lex_state = 32}, + [1931] = {.lex_state = 243, .external_lex_state = 15}, + [1932] = {.lex_state = 234, .external_lex_state = 21}, + [1933] = {.lex_state = 234, .external_lex_state = 21}, + [1934] = {.lex_state = 234, .external_lex_state = 21}, + [1935] = {.lex_state = 242, .external_lex_state = 12}, + [1936] = {.lex_state = 212, .external_lex_state = 32}, + [1937] = {.lex_state = 234, .external_lex_state = 21}, + [1938] = {.lex_state = 242, .external_lex_state = 12}, + [1939] = {.lex_state = 145, .external_lex_state = 35}, + [1940] = {.lex_state = 234, .external_lex_state = 21}, + [1941] = {.lex_state = 234, .external_lex_state = 21}, + [1942] = {.lex_state = 151, .external_lex_state = 35}, + [1943] = {.lex_state = 234, .external_lex_state = 21}, + [1944] = {.lex_state = 65, .external_lex_state = 37}, + [1945] = {.lex_state = 145, .external_lex_state = 36}, + [1946] = {.lex_state = 151, .external_lex_state = 36}, + [1947] = {.lex_state = 424, .external_lex_state = 36}, + [1948] = {.lex_state = 151, .external_lex_state = 36}, + [1949] = {.lex_state = 181, .external_lex_state = 38}, + [1950] = {.lex_state = 181, .external_lex_state = 38}, + [1951] = {.lex_state = 234, .external_lex_state = 21}, + [1952] = {.lex_state = 181, .external_lex_state = 38}, + [1953] = {.lex_state = 424, .external_lex_state = 35}, + [1954] = {.lex_state = 424, .external_lex_state = 35}, + [1955] = {.lex_state = 424, .external_lex_state = 36}, + [1956] = {.lex_state = 255, .external_lex_state = 39}, + [1957] = {.lex_state = 181, .external_lex_state = 38}, + [1958] = {.lex_state = 145, .external_lex_state = 36}, + [1959] = {.lex_state = 250, .external_lex_state = 40}, + [1960] = {.lex_state = 255, .external_lex_state = 39}, + [1961] = {.lex_state = 424, .external_lex_state = 36}, + [1962] = {.lex_state = 255, .external_lex_state = 39}, + [1963] = {.lex_state = 250, .external_lex_state = 40}, + [1964] = {.lex_state = 250, .external_lex_state = 40}, + [1965] = {.lex_state = 250, .external_lex_state = 40}, + [1966] = {.lex_state = 65, .external_lex_state = 37}, + [1967] = {.lex_state = 255, .external_lex_state = 39}, + [1968] = {.lex_state = 65, .external_lex_state = 37}, + [1969] = {.lex_state = 65, .external_lex_state = 37}, + [1970] = {.lex_state = 250, .external_lex_state = 40}, + [1971] = {.lex_state = 250, .external_lex_state = 40}, + [1972] = {.lex_state = 65, .external_lex_state = 37}, + [1973] = {.lex_state = 250, .external_lex_state = 40}, + [1974] = {.lex_state = 65, .external_lex_state = 37}, + [1975] = {.lex_state = 65, .external_lex_state = 37}, + [1976] = {.lex_state = 65, .external_lex_state = 37}, + [1977] = {.lex_state = 65, .external_lex_state = 37}, + [1978] = {.lex_state = 65, .external_lex_state = 37}, + [1979] = {.lex_state = 65, .external_lex_state = 37}, + [1980] = {.lex_state = 250, .external_lex_state = 40}, + [1981] = {.lex_state = 255, .external_lex_state = 39}, + [1982] = {.lex_state = 250, .external_lex_state = 40}, + [1983] = {.lex_state = 250, .external_lex_state = 40}, + [1984] = {.lex_state = 250, .external_lex_state = 40}, + [1985] = {.lex_state = 250, .external_lex_state = 40}, + [1986] = {.lex_state = 65, .external_lex_state = 37}, + [1987] = {.lex_state = 65, .external_lex_state = 37}, + [1988] = {.lex_state = 65, .external_lex_state = 37}, + [1989] = {.lex_state = 250, .external_lex_state = 40}, + [1990] = {.lex_state = 65, .external_lex_state = 37}, + [1991] = {.lex_state = 250, .external_lex_state = 40}, + [1992] = {.lex_state = 424, .external_lex_state = 36}, + [1993] = {.lex_state = 250, .external_lex_state = 40}, + [1994] = {.lex_state = 250, .external_lex_state = 40}, + [1995] = {.lex_state = 250, .external_lex_state = 40}, + [1996] = {.lex_state = 65, .external_lex_state = 37}, + [1997] = {.lex_state = 250, .external_lex_state = 40}, + [1998] = {.lex_state = 169, .external_lex_state = 38}, + [1999] = {.lex_state = 169, .external_lex_state = 38}, + [2000] = {.lex_state = 250, .external_lex_state = 40}, + [2001] = {.lex_state = 250, .external_lex_state = 40}, + [2002] = {.lex_state = 65, .external_lex_state = 37}, + [2003] = {.lex_state = 65, .external_lex_state = 37}, + [2004] = {.lex_state = 65, .external_lex_state = 37}, + [2005] = {.lex_state = 65, .external_lex_state = 37}, + [2006] = {.lex_state = 65, .external_lex_state = 37}, + [2007] = {.lex_state = 250, .external_lex_state = 40}, + [2008] = {.lex_state = 65, .external_lex_state = 37}, + [2009] = {.lex_state = 250, .external_lex_state = 40}, + [2010] = {.lex_state = 250, .external_lex_state = 40}, + [2011] = {.lex_state = 220, .external_lex_state = 32}, + [2012] = {.lex_state = 221, .external_lex_state = 32}, + [2013] = {.lex_state = 234, .external_lex_state = 2}, + [2014] = {.lex_state = 221, .external_lex_state = 32}, + [2015] = {.lex_state = 220, .external_lex_state = 32}, + [2016] = {.lex_state = 234, .external_lex_state = 23}, + [2017] = {.lex_state = 234, .external_lex_state = 23}, + [2018] = {.lex_state = 220, .external_lex_state = 32}, + [2019] = {.lex_state = 234, .external_lex_state = 23}, + [2020] = {.lex_state = 234, .external_lex_state = 23}, + [2021] = {.lex_state = 221, .external_lex_state = 32}, + [2022] = {.lex_state = 234, .external_lex_state = 23}, + [2023] = {.lex_state = 220, .external_lex_state = 32}, + [2024] = {.lex_state = 234, .external_lex_state = 23}, + [2025] = {.lex_state = 234, .external_lex_state = 23}, + [2026] = {.lex_state = 234, .external_lex_state = 23}, + [2027] = {.lex_state = 234, .external_lex_state = 23}, + [2028] = {.lex_state = 246, .external_lex_state = 41}, + [2029] = {.lex_state = 234, .external_lex_state = 23}, + [2030] = {.lex_state = 234, .external_lex_state = 23}, + [2031] = {.lex_state = 221, .external_lex_state = 32}, + [2032] = {.lex_state = 221, .external_lex_state = 32}, + [2033] = {.lex_state = 221, .external_lex_state = 32}, + [2034] = {.lex_state = 234, .external_lex_state = 23}, + [2035] = {.lex_state = 221, .external_lex_state = 32}, + [2036] = {.lex_state = 221, .external_lex_state = 32}, + [2037] = {.lex_state = 234, .external_lex_state = 23}, + [2038] = {.lex_state = 221, .external_lex_state = 32}, + [2039] = {.lex_state = 221, .external_lex_state = 32}, + [2040] = {.lex_state = 234, .external_lex_state = 23}, + [2041] = {.lex_state = 234, .external_lex_state = 23}, + [2042] = {.lex_state = 234, .external_lex_state = 23}, + [2043] = {.lex_state = 236, .external_lex_state = 42}, + [2044] = {.lex_state = 234, .external_lex_state = 23}, + [2045] = {.lex_state = 220, .external_lex_state = 32}, + [2046] = {.lex_state = 236, .external_lex_state = 42}, + [2047] = {.lex_state = 220, .external_lex_state = 32}, + [2048] = {.lex_state = 234, .external_lex_state = 23}, + [2049] = {.lex_state = 221, .external_lex_state = 32}, + [2050] = {.lex_state = 234, .external_lex_state = 23}, + [2051] = {.lex_state = 234, .external_lex_state = 23}, + [2052] = {.lex_state = 236, .external_lex_state = 42}, + [2053] = {.lex_state = 236, .external_lex_state = 42}, + [2054] = {.lex_state = 220, .external_lex_state = 32}, + [2055] = {.lex_state = 234, .external_lex_state = 23}, + [2056] = {.lex_state = 234, .external_lex_state = 21}, + [2057] = {.lex_state = 234, .external_lex_state = 23}, + [2058] = {.lex_state = 221, .external_lex_state = 32}, + [2059] = {.lex_state = 234, .external_lex_state = 23}, + [2060] = {.lex_state = 236, .external_lex_state = 42}, + [2061] = {.lex_state = 234, .external_lex_state = 23}, + [2062] = {.lex_state = 220, .external_lex_state = 32}, + [2063] = {.lex_state = 236, .external_lex_state = 42}, + [2064] = {.lex_state = 220, .external_lex_state = 32}, + [2065] = {.lex_state = 221, .external_lex_state = 32}, + [2066] = {.lex_state = 221, .external_lex_state = 32}, + [2067] = {.lex_state = 234, .external_lex_state = 23}, + [2068] = {.lex_state = 221, .external_lex_state = 32}, + [2069] = {.lex_state = 221, .external_lex_state = 32}, + [2070] = {.lex_state = 221, .external_lex_state = 32}, + [2071] = {.lex_state = 234, .external_lex_state = 23}, + [2072] = {.lex_state = 234, .external_lex_state = 21}, + [2073] = {.lex_state = 220, .external_lex_state = 32}, + [2074] = {.lex_state = 236, .external_lex_state = 42}, + [2075] = {.lex_state = 234, .external_lex_state = 23}, + [2076] = {.lex_state = 220, .external_lex_state = 32}, + [2077] = {.lex_state = 221, .external_lex_state = 32}, + [2078] = {.lex_state = 234, .external_lex_state = 23}, + [2079] = {.lex_state = 220, .external_lex_state = 32}, + [2080] = {.lex_state = 234, .external_lex_state = 23}, + [2081] = {.lex_state = 234, .external_lex_state = 23}, + [2082] = {.lex_state = 236, .external_lex_state = 42}, + [2083] = {.lex_state = 220, .external_lex_state = 32}, + [2084] = {.lex_state = 234, .external_lex_state = 21}, + [2085] = {.lex_state = 221, .external_lex_state = 32}, + [2086] = {.lex_state = 221, .external_lex_state = 32}, + [2087] = {.lex_state = 220, .external_lex_state = 32}, + [2088] = {.lex_state = 154, .external_lex_state = 35}, + [2089] = {.lex_state = 220, .external_lex_state = 32}, + [2090] = {.lex_state = 234, .external_lex_state = 23}, + [2091] = {.lex_state = 220, .external_lex_state = 32}, + [2092] = {.lex_state = 154, .external_lex_state = 35}, + [2093] = {.lex_state = 220, .external_lex_state = 32}, + [2094] = {.lex_state = 220, .external_lex_state = 32}, + [2095] = {.lex_state = 221, .external_lex_state = 32}, + [2096] = {.lex_state = 221, .external_lex_state = 32}, + [2097] = {.lex_state = 220, .external_lex_state = 32}, + [2098] = {.lex_state = 220, .external_lex_state = 32}, + [2099] = {.lex_state = 236, .external_lex_state = 42}, + [2100] = {.lex_state = 236, .external_lex_state = 42}, + [2101] = {.lex_state = 220, .external_lex_state = 32}, + [2102] = {.lex_state = 246, .external_lex_state = 41}, + [2103] = {.lex_state = 220, .external_lex_state = 32}, + [2104] = {.lex_state = 255, .external_lex_state = 43}, + [2105] = {.lex_state = 236, .external_lex_state = 42}, + [2106] = {.lex_state = 234, .external_lex_state = 23}, + [2107] = {.lex_state = 236, .external_lex_state = 42}, + [2108] = {.lex_state = 234, .external_lex_state = 44}, + [2109] = {.lex_state = 236, .external_lex_state = 42}, + [2110] = {.lex_state = 236, .external_lex_state = 42}, + [2111] = {.lex_state = 236, .external_lex_state = 42}, + [2112] = {.lex_state = 222, .external_lex_state = 45}, + [2113] = {.lex_state = 195, .external_lex_state = 23}, + [2114] = {.lex_state = 234, .external_lex_state = 44}, + [2115] = {.lex_state = 236, .external_lex_state = 42}, + [2116] = {.lex_state = 195, .external_lex_state = 23}, + [2117] = {.lex_state = 222, .external_lex_state = 45}, + [2118] = {.lex_state = 236, .external_lex_state = 42}, + [2119] = {.lex_state = 236, .external_lex_state = 42}, + [2120] = {.lex_state = 234, .external_lex_state = 44}, + [2121] = {.lex_state = 223, .external_lex_state = 46}, + [2122] = {.lex_state = 236, .external_lex_state = 42}, + [2123] = {.lex_state = 223, .external_lex_state = 46}, + [2124] = {.lex_state = 234, .external_lex_state = 44}, + [2125] = {.lex_state = 236, .external_lex_state = 42}, + [2126] = {.lex_state = 236, .external_lex_state = 42}, + [2127] = {.lex_state = 234, .external_lex_state = 23}, + [2128] = {.lex_state = 236, .external_lex_state = 42}, + [2129] = {.lex_state = 234, .external_lex_state = 44}, + [2130] = {.lex_state = 236, .external_lex_state = 42}, + [2131] = {.lex_state = 236, .external_lex_state = 42}, + [2132] = {.lex_state = 236, .external_lex_state = 42}, + [2133] = {.lex_state = 236, .external_lex_state = 42}, + [2134] = {.lex_state = 234, .external_lex_state = 44}, + [2135] = {.lex_state = 236, .external_lex_state = 42}, + [2136] = {.lex_state = 234, .external_lex_state = 44}, + [2137] = {.lex_state = 236, .external_lex_state = 42}, + [2138] = {.lex_state = 154, .external_lex_state = 36}, + [2139] = {.lex_state = 234, .external_lex_state = 23}, + [2140] = {.lex_state = 236, .external_lex_state = 42}, + [2141] = {.lex_state = 154, .external_lex_state = 36}, + [2142] = {.lex_state = 251, .external_lex_state = 47}, + [2143] = {.lex_state = 234, .external_lex_state = 23}, + [2144] = {.lex_state = 234, .external_lex_state = 23}, + [2145] = {.lex_state = 234, .external_lex_state = 23}, + [2146] = {.lex_state = 234, .external_lex_state = 2}, + [2147] = {.lex_state = 66, .external_lex_state = 48}, + [2148] = {.lex_state = 234, .external_lex_state = 23}, + [2149] = {.lex_state = 234, .external_lex_state = 23}, + [2150] = {.lex_state = 234, .external_lex_state = 23}, + [2151] = {.lex_state = 234, .external_lex_state = 23}, + [2152] = {.lex_state = 234, .external_lex_state = 23}, + [2153] = {.lex_state = 234, .external_lex_state = 23}, + [2154] = {.lex_state = 234, .external_lex_state = 23}, + [2155] = {.lex_state = 251, .external_lex_state = 47}, + [2156] = {.lex_state = 234, .external_lex_state = 23}, + [2157] = {.lex_state = 234, .external_lex_state = 23}, + [2158] = {.lex_state = 234, .external_lex_state = 2}, + [2159] = {.lex_state = 234, .external_lex_state = 23}, + [2160] = {.lex_state = 234, .external_lex_state = 23}, + [2161] = {.lex_state = 234, .external_lex_state = 23}, + [2162] = {.lex_state = 234, .external_lex_state = 23}, + [2163] = {.lex_state = 234, .external_lex_state = 23}, + [2164] = {.lex_state = 234, .external_lex_state = 23}, + [2165] = {.lex_state = 234, .external_lex_state = 23}, + [2166] = {.lex_state = 234, .external_lex_state = 23}, + [2167] = {.lex_state = 234, .external_lex_state = 2}, + [2168] = {.lex_state = 251, .external_lex_state = 47}, + [2169] = {.lex_state = 251, .external_lex_state = 47}, + [2170] = {.lex_state = 251, .external_lex_state = 47}, + [2171] = {.lex_state = 234, .external_lex_state = 23}, + [2172] = {.lex_state = 234, .external_lex_state = 23}, + [2173] = {.lex_state = 66, .external_lex_state = 48}, + [2174] = {.lex_state = 234, .external_lex_state = 23}, + [2175] = {.lex_state = 234, .external_lex_state = 23}, + [2176] = {.lex_state = 234, .external_lex_state = 23}, + [2177] = {.lex_state = 234, .external_lex_state = 23}, + [2178] = {.lex_state = 234, .external_lex_state = 2}, + [2179] = {.lex_state = 234, .external_lex_state = 23}, + [2180] = {.lex_state = 234, .external_lex_state = 23}, + [2181] = {.lex_state = 251, .external_lex_state = 47}, + [2182] = {.lex_state = 234, .external_lex_state = 23}, + [2183] = {.lex_state = 251, .external_lex_state = 47}, + [2184] = {.lex_state = 234, .external_lex_state = 23}, + [2185] = {.lex_state = 234, .external_lex_state = 23}, + [2186] = {.lex_state = 234, .external_lex_state = 23}, + [2187] = {.lex_state = 234, .external_lex_state = 23}, + [2188] = {.lex_state = 234, .external_lex_state = 23}, + [2189] = {.lex_state = 234, .external_lex_state = 23}, + [2190] = {.lex_state = 234, .external_lex_state = 23}, + [2191] = {.lex_state = 234, .external_lex_state = 23}, + [2192] = {.lex_state = 234, .external_lex_state = 23}, + [2193] = {.lex_state = 255, .external_lex_state = 49}, + [2194] = {.lex_state = 234, .external_lex_state = 23}, + [2195] = {.lex_state = 234, .external_lex_state = 23}, + [2196] = {.lex_state = 251, .external_lex_state = 47}, + [2197] = {.lex_state = 234, .external_lex_state = 23}, + [2198] = {.lex_state = 251, .external_lex_state = 47}, + [2199] = {.lex_state = 66, .external_lex_state = 48}, + [2200] = {.lex_state = 234, .external_lex_state = 23}, + [2201] = {.lex_state = 234, .external_lex_state = 23}, + [2202] = {.lex_state = 222, .external_lex_state = 50}, + [2203] = {.lex_state = 222, .external_lex_state = 50}, + [2204] = {.lex_state = 234, .external_lex_state = 23}, + [2205] = {.lex_state = 234, .external_lex_state = 23}, + [2206] = {.lex_state = 234, .external_lex_state = 23}, + [2207] = {.lex_state = 234, .external_lex_state = 23}, + [2208] = {.lex_state = 234, .external_lex_state = 23}, + [2209] = {.lex_state = 234, .external_lex_state = 23}, + [2210] = {.lex_state = 234, .external_lex_state = 23}, + [2211] = {.lex_state = 234, .external_lex_state = 23}, + [2212] = {.lex_state = 234, .external_lex_state = 23}, + [2213] = {.lex_state = 234, .external_lex_state = 23}, + [2214] = {.lex_state = 234, .external_lex_state = 23}, + [2215] = {.lex_state = 234, .external_lex_state = 23}, + [2216] = {.lex_state = 234, .external_lex_state = 23}, + [2217] = {.lex_state = 234, .external_lex_state = 23}, + [2218] = {.lex_state = 234, .external_lex_state = 23}, + [2219] = {.lex_state = 251, .external_lex_state = 47}, + [2220] = {.lex_state = 234, .external_lex_state = 23}, + [2221] = {.lex_state = 250, .external_lex_state = 23}, + [2222] = {.lex_state = 250, .external_lex_state = 23}, + [2223] = {.lex_state = 250, .external_lex_state = 23}, + [2224] = {.lex_state = 250, .external_lex_state = 23}, + [2225] = {.lex_state = 250, .external_lex_state = 23}, + [2226] = {.lex_state = 250, .external_lex_state = 23}, + [2227] = {.lex_state = 250, .external_lex_state = 23}, + [2228] = {.lex_state = 250, .external_lex_state = 23}, + [2229] = {.lex_state = 250, .external_lex_state = 23}, + [2230] = {.lex_state = 250, .external_lex_state = 23}, + [2231] = {.lex_state = 250, .external_lex_state = 23}, + [2232] = {.lex_state = 250, .external_lex_state = 23}, + [2233] = {.lex_state = 250, .external_lex_state = 23}, + [2234] = {.lex_state = 250, .external_lex_state = 23}, + [2235] = {.lex_state = 250, .external_lex_state = 23}, + [2236] = {.lex_state = 250, .external_lex_state = 23}, + [2237] = {.lex_state = 250, .external_lex_state = 23}, + [2238] = {.lex_state = 250, .external_lex_state = 23}, + [2239] = {.lex_state = 250, .external_lex_state = 23}, + [2240] = {.lex_state = 250, .external_lex_state = 23}, + [2241] = {.lex_state = 250, .external_lex_state = 23}, + [2242] = {.lex_state = 232, .external_lex_state = 51}, + [2243] = {.lex_state = 250, .external_lex_state = 23}, + [2244] = {.lex_state = 232, .external_lex_state = 51}, + [2245] = {.lex_state = 250, .external_lex_state = 23}, + [2246] = {.lex_state = 250, .external_lex_state = 23}, + [2247] = {.lex_state = 250, .external_lex_state = 23}, + [2248] = {.lex_state = 250, .external_lex_state = 23}, + [2249] = {.lex_state = 250, .external_lex_state = 23}, + [2250] = {.lex_state = 232, .external_lex_state = 51}, + [2251] = {.lex_state = 250, .external_lex_state = 23}, + [2252] = {.lex_state = 250, .external_lex_state = 23}, + [2253] = {.lex_state = 250, .external_lex_state = 23}, + [2254] = {.lex_state = 232, .external_lex_state = 51}, + [2255] = {.lex_state = 232, .external_lex_state = 51}, + [2256] = {.lex_state = 250, .external_lex_state = 23}, + [2257] = {.lex_state = 250, .external_lex_state = 23}, + [2258] = {.lex_state = 250, .external_lex_state = 23}, + [2259] = {.lex_state = 250, .external_lex_state = 23}, + [2260] = {.lex_state = 250, .external_lex_state = 23}, + [2261] = {.lex_state = 250, .external_lex_state = 23}, + [2262] = {.lex_state = 232, .external_lex_state = 51}, + [2263] = {.lex_state = 250, .external_lex_state = 23}, + [2264] = {.lex_state = 250, .external_lex_state = 23}, + [2265] = {.lex_state = 250, .external_lex_state = 23}, + [2266] = {.lex_state = 250, .external_lex_state = 23}, + [2267] = {.lex_state = 250, .external_lex_state = 23}, + [2268] = {.lex_state = 250, .external_lex_state = 23}, + [2269] = {.lex_state = 250, .external_lex_state = 23}, + [2270] = {.lex_state = 250, .external_lex_state = 23}, + [2271] = {.lex_state = 250, .external_lex_state = 23}, + [2272] = {.lex_state = 250, .external_lex_state = 23}, + [2273] = {.lex_state = 232, .external_lex_state = 51}, + [2274] = {.lex_state = 250, .external_lex_state = 23}, + [2275] = {.lex_state = 250, .external_lex_state = 23}, + [2276] = {.lex_state = 232, .external_lex_state = 51}, + [2277] = {.lex_state = 250, .external_lex_state = 23}, + [2278] = {.lex_state = 250, .external_lex_state = 23}, + [2279] = {.lex_state = 232, .external_lex_state = 51}, + [2280] = {.lex_state = 232, .external_lex_state = 51}, + [2281] = {.lex_state = 250, .external_lex_state = 23}, + [2282] = {.lex_state = 232, .external_lex_state = 51}, + [2283] = {.lex_state = 250, .external_lex_state = 23}, + [2284] = {.lex_state = 250, .external_lex_state = 23}, + [2285] = {.lex_state = 250, .external_lex_state = 23}, + [2286] = {.lex_state = 250, .external_lex_state = 23}, + [2287] = {.lex_state = 250, .external_lex_state = 23}, + [2288] = {.lex_state = 250, .external_lex_state = 23}, + [2289] = {.lex_state = 250, .external_lex_state = 23}, + [2290] = {.lex_state = 250, .external_lex_state = 23}, + [2291] = {.lex_state = 232, .external_lex_state = 51}, + [2292] = {.lex_state = 232, .external_lex_state = 51}, + [2293] = {.lex_state = 250, .external_lex_state = 23}, + [2294] = {.lex_state = 250, .external_lex_state = 23}, + [2295] = {.lex_state = 250, .external_lex_state = 23}, + [2296] = {.lex_state = 66, .external_lex_state = 48}, + [2297] = {.lex_state = 232, .external_lex_state = 51}, + [2298] = {.lex_state = 250, .external_lex_state = 23}, + [2299] = {.lex_state = 250, .external_lex_state = 23}, + [2300] = {.lex_state = 232, .external_lex_state = 51}, + [2301] = {.lex_state = 250, .external_lex_state = 23}, + [2302] = {.lex_state = 250, .external_lex_state = 23}, + [2303] = {.lex_state = 232, .external_lex_state = 51}, + [2304] = {.lex_state = 232, .external_lex_state = 51}, + [2305] = {.lex_state = 66, .external_lex_state = 48}, + [2306] = {.lex_state = 250, .external_lex_state = 23}, + [2307] = {.lex_state = 250, .external_lex_state = 23}, + [2308] = {.lex_state = 250, .external_lex_state = 23}, + [2309] = {.lex_state = 232, .external_lex_state = 51}, + [2310] = {.lex_state = 250, .external_lex_state = 23}, + [2311] = {.lex_state = 250, .external_lex_state = 23}, + [2312] = {.lex_state = 250, .external_lex_state = 23}, + [2313] = {.lex_state = 250, .external_lex_state = 23}, + [2314] = {.lex_state = 250, .external_lex_state = 23}, + [2315] = {.lex_state = 232, .external_lex_state = 51}, + [2316] = {.lex_state = 232, .external_lex_state = 51}, + [2317] = {.lex_state = 232, .external_lex_state = 51}, + [2318] = {.lex_state = 250, .external_lex_state = 23}, + [2319] = {.lex_state = 250, .external_lex_state = 23}, + [2320] = {.lex_state = 250, .external_lex_state = 23}, + [2321] = {.lex_state = 250, .external_lex_state = 23}, + [2322] = {.lex_state = 250, .external_lex_state = 23}, + [2323] = {.lex_state = 250, .external_lex_state = 23}, + [2324] = {.lex_state = 66, .external_lex_state = 48}, + [2325] = {.lex_state = 232, .external_lex_state = 51}, + [2326] = {.lex_state = 232, .external_lex_state = 51}, + [2327] = {.lex_state = 250, .external_lex_state = 23}, + [2328] = {.lex_state = 250, .external_lex_state = 23}, + [2329] = {.lex_state = 250, .external_lex_state = 23}, + [2330] = {.lex_state = 232, .external_lex_state = 51}, + [2331] = {.lex_state = 232, .external_lex_state = 51}, + [2332] = {.lex_state = 232, .external_lex_state = 51}, + [2333] = {.lex_state = 250, .external_lex_state = 23}, + [2334] = {.lex_state = 250, .external_lex_state = 23}, + [2335] = {.lex_state = 250, .external_lex_state = 23}, + [2336] = {.lex_state = 232, .external_lex_state = 51}, + [2337] = {.lex_state = 232, .external_lex_state = 51}, + [2338] = {.lex_state = 250, .external_lex_state = 23}, + [2339] = {.lex_state = 232, .external_lex_state = 51}, + [2340] = {.lex_state = 250, .external_lex_state = 23}, + [2341] = {.lex_state = 250, .external_lex_state = 23}, + [2342] = {.lex_state = 234, .external_lex_state = 2}, + [2343] = {.lex_state = 250, .external_lex_state = 23}, + [2344] = {.lex_state = 250, .external_lex_state = 23}, + [2345] = {.lex_state = 250, .external_lex_state = 23}, + [2346] = {.lex_state = 250, .external_lex_state = 23}, + [2347] = {.lex_state = 250, .external_lex_state = 23}, + [2348] = {.lex_state = 250, .external_lex_state = 23}, + [2349] = {.lex_state = 250, .external_lex_state = 23}, + [2350] = {.lex_state = 250, .external_lex_state = 23}, + [2351] = {.lex_state = 250, .external_lex_state = 23}, + [2352] = {.lex_state = 250, .external_lex_state = 23}, + [2353] = {.lex_state = 250, .external_lex_state = 23}, + [2354] = {.lex_state = 250, .external_lex_state = 23}, + [2355] = {.lex_state = 250, .external_lex_state = 23}, + [2356] = {.lex_state = 250, .external_lex_state = 23}, + [2357] = {.lex_state = 250, .external_lex_state = 23}, + [2358] = {.lex_state = 232, .external_lex_state = 51}, + [2359] = {.lex_state = 250, .external_lex_state = 23}, + [2360] = {.lex_state = 232, .external_lex_state = 51}, + [2361] = {.lex_state = 250, .external_lex_state = 23}, + [2362] = {.lex_state = 250, .external_lex_state = 23}, + [2363] = {.lex_state = 250, .external_lex_state = 23}, + [2364] = {.lex_state = 250, .external_lex_state = 23}, + [2365] = {.lex_state = 250, .external_lex_state = 23}, + [2366] = {.lex_state = 250, .external_lex_state = 23}, + [2367] = {.lex_state = 232, .external_lex_state = 51}, + [2368] = {.lex_state = 250, .external_lex_state = 23}, + [2369] = {.lex_state = 232, .external_lex_state = 51}, + [2370] = {.lex_state = 250, .external_lex_state = 23}, + [2371] = {.lex_state = 250, .external_lex_state = 23}, + [2372] = {.lex_state = 250, .external_lex_state = 23}, + [2373] = {.lex_state = 250, .external_lex_state = 23}, + [2374] = {.lex_state = 250, .external_lex_state = 23}, + [2375] = {.lex_state = 250, .external_lex_state = 23}, + [2376] = {.lex_state = 232, .external_lex_state = 51}, + [2377] = {.lex_state = 232, .external_lex_state = 51}, + [2378] = {.lex_state = 232, .external_lex_state = 51}, + [2379] = {.lex_state = 250, .external_lex_state = 23}, + [2380] = {.lex_state = 232, .external_lex_state = 51}, + [2381] = {.lex_state = 68, .external_lex_state = 52}, + [2382] = {.lex_state = 250, .external_lex_state = 23}, + [2383] = {.lex_state = 232, .external_lex_state = 51}, + [2384] = {.lex_state = 250, .external_lex_state = 23}, + [2385] = {.lex_state = 250, .external_lex_state = 23}, + [2386] = {.lex_state = 232, .external_lex_state = 51}, + [2387] = {.lex_state = 234, .external_lex_state = 2}, + [2388] = {.lex_state = 232, .external_lex_state = 51}, + [2389] = {.lex_state = 250, .external_lex_state = 23}, + [2390] = {.lex_state = 250, .external_lex_state = 23}, + [2391] = {.lex_state = 250, .external_lex_state = 23}, + [2392] = {.lex_state = 250, .external_lex_state = 23}, + [2393] = {.lex_state = 250, .external_lex_state = 23}, + [2394] = {.lex_state = 250, .external_lex_state = 23}, + [2395] = {.lex_state = 234, .external_lex_state = 2}, + [2396] = {.lex_state = 232, .external_lex_state = 51}, + [2397] = {.lex_state = 250, .external_lex_state = 23}, + [2398] = {.lex_state = 232, .external_lex_state = 51}, + [2399] = {.lex_state = 250, .external_lex_state = 23}, + [2400] = {.lex_state = 234, .external_lex_state = 2}, + [2401] = {.lex_state = 250, .external_lex_state = 23}, + [2402] = {.lex_state = 234, .external_lex_state = 2}, + [2403] = {.lex_state = 232, .external_lex_state = 51}, + [2404] = {.lex_state = 232, .external_lex_state = 51}, + [2405] = {.lex_state = 232, .external_lex_state = 51}, + [2406] = {.lex_state = 250, .external_lex_state = 23}, + [2407] = {.lex_state = 232, .external_lex_state = 51}, + [2408] = {.lex_state = 250, .external_lex_state = 23}, + [2409] = {.lex_state = 250, .external_lex_state = 23}, + [2410] = {.lex_state = 250, .external_lex_state = 23}, + [2411] = {.lex_state = 250, .external_lex_state = 23}, + [2412] = {.lex_state = 250, .external_lex_state = 23}, + [2413] = {.lex_state = 232, .external_lex_state = 51}, + [2414] = {.lex_state = 232, .external_lex_state = 51}, + [2415] = {.lex_state = 250, .external_lex_state = 23}, + [2416] = {.lex_state = 250, .external_lex_state = 23}, + [2417] = {.lex_state = 250, .external_lex_state = 23}, + [2418] = {.lex_state = 250, .external_lex_state = 23}, + [2419] = {.lex_state = 250, .external_lex_state = 23}, + [2420] = {.lex_state = 250, .external_lex_state = 23}, + [2421] = {.lex_state = 250, .external_lex_state = 23}, + [2422] = {.lex_state = 250, .external_lex_state = 23}, + [2423] = {.lex_state = 250, .external_lex_state = 23}, + [2424] = {.lex_state = 232, .external_lex_state = 51}, + [2425] = {.lex_state = 250, .external_lex_state = 23}, + [2426] = {.lex_state = 232, .external_lex_state = 51}, + [2427] = {.lex_state = 232, .external_lex_state = 51}, + [2428] = {.lex_state = 250, .external_lex_state = 23}, + [2429] = {.lex_state = 250, .external_lex_state = 23}, + [2430] = {.lex_state = 232, .external_lex_state = 51}, + [2431] = {.lex_state = 250, .external_lex_state = 23}, + [2432] = {.lex_state = 250, .external_lex_state = 23}, + [2433] = {.lex_state = 232, .external_lex_state = 51}, + [2434] = {.lex_state = 250, .external_lex_state = 23}, + [2435] = {.lex_state = 250, .external_lex_state = 23}, + [2436] = {.lex_state = 250, .external_lex_state = 23}, + [2437] = {.lex_state = 250, .external_lex_state = 23}, + [2438] = {.lex_state = 234, .external_lex_state = 2}, + [2439] = {.lex_state = 250, .external_lex_state = 23}, + [2440] = {.lex_state = 250, .external_lex_state = 23}, + [2441] = {.lex_state = 250, .external_lex_state = 23}, + [2442] = {.lex_state = 250, .external_lex_state = 23}, + [2443] = {.lex_state = 250, .external_lex_state = 23}, + [2444] = {.lex_state = 250, .external_lex_state = 23}, + [2445] = {.lex_state = 250, .external_lex_state = 23}, + [2446] = {.lex_state = 250, .external_lex_state = 23}, + [2447] = {.lex_state = 232, .external_lex_state = 51}, + [2448] = {.lex_state = 232, .external_lex_state = 51}, + [2449] = {.lex_state = 250, .external_lex_state = 23}, + [2450] = {.lex_state = 250, .external_lex_state = 23}, + [2451] = {.lex_state = 250, .external_lex_state = 23}, + [2452] = {.lex_state = 250, .external_lex_state = 23}, + [2453] = {.lex_state = 232, .external_lex_state = 51}, + [2454] = {.lex_state = 250, .external_lex_state = 23}, + [2455] = {.lex_state = 250, .external_lex_state = 23}, + [2456] = {.lex_state = 234, .external_lex_state = 2}, + [2457] = {.lex_state = 68, .external_lex_state = 52}, + [2458] = {.lex_state = 68, .external_lex_state = 52}, + [2459] = {.lex_state = 68, .external_lex_state = 52}, + [2460] = {.lex_state = 68, .external_lex_state = 36}, + [2461] = {.lex_state = 68, .external_lex_state = 52}, + [2462] = {.lex_state = 68, .external_lex_state = 36}, + [2463] = {.lex_state = 68, .external_lex_state = 53}, + [2464] = {.lex_state = 68, .external_lex_state = 35}, + [2465] = {.lex_state = 68, .external_lex_state = 36}, + [2466] = {.lex_state = 68, .external_lex_state = 36}, + [2467] = {.lex_state = 68, .external_lex_state = 36}, + [2468] = {.lex_state = 420, .external_lex_state = 52}, + [2469] = {.lex_state = 68, .external_lex_state = 35}, + [2470] = {.lex_state = 255, .external_lex_state = 54}, + [2471] = {.lex_state = 255, .external_lex_state = 54}, + [2472] = {.lex_state = 255, .external_lex_state = 54}, + [2473] = {.lex_state = 255, .external_lex_state = 54}, + [2474] = {.lex_state = 68, .external_lex_state = 52}, + [2475] = {.lex_state = 68, .external_lex_state = 36}, + [2476] = {.lex_state = 68, .external_lex_state = 52}, + [2477] = {.lex_state = 420, .external_lex_state = 52}, + [2478] = {.lex_state = 68, .external_lex_state = 53}, + [2479] = {.lex_state = 68, .external_lex_state = 35}, + [2480] = {.lex_state = 68, .external_lex_state = 52}, + [2481] = {.lex_state = 68, .external_lex_state = 35}, + [2482] = {.lex_state = 68, .external_lex_state = 36}, + [2483] = {.lex_state = 68, .external_lex_state = 36}, + [2484] = {.lex_state = 421, .external_lex_state = 35}, + [2485] = {.lex_state = 68, .external_lex_state = 36}, + [2486] = {.lex_state = 68, .external_lex_state = 52}, + [2487] = {.lex_state = 68, .external_lex_state = 52}, + [2488] = {.lex_state = 68, .external_lex_state = 52}, + [2489] = {.lex_state = 68, .external_lex_state = 52}, + [2490] = {.lex_state = 68, .external_lex_state = 36}, + [2491] = {.lex_state = 68, .external_lex_state = 53}, + [2492] = {.lex_state = 68, .external_lex_state = 53}, + [2493] = {.lex_state = 68, .external_lex_state = 53}, + [2494] = {.lex_state = 68, .external_lex_state = 53}, + [2495] = {.lex_state = 68, .external_lex_state = 35}, + [2496] = {.lex_state = 68, .external_lex_state = 52}, + [2497] = {.lex_state = 68, .external_lex_state = 52}, + [2498] = {.lex_state = 68, .external_lex_state = 53}, + [2499] = {.lex_state = 420, .external_lex_state = 53}, + [2500] = {.lex_state = 68, .external_lex_state = 53}, + [2501] = {.lex_state = 68, .external_lex_state = 36}, + [2502] = {.lex_state = 68, .external_lex_state = 53}, + [2503] = {.lex_state = 68, .external_lex_state = 53}, + [2504] = {.lex_state = 255, .external_lex_state = 39}, + [2505] = {.lex_state = 255, .external_lex_state = 39}, + [2506] = {.lex_state = 420, .external_lex_state = 52}, + [2507] = {.lex_state = 420, .external_lex_state = 52}, + [2508] = {.lex_state = 420, .external_lex_state = 52}, + [2509] = {.lex_state = 255, .external_lex_state = 39}, + [2510] = {.lex_state = 420, .external_lex_state = 52}, + [2511] = {.lex_state = 255, .external_lex_state = 39}, + [2512] = {.lex_state = 68, .external_lex_state = 52}, + [2513] = {.lex_state = 68, .external_lex_state = 53}, + [2514] = {.lex_state = 420, .external_lex_state = 52}, + [2515] = {.lex_state = 68, .external_lex_state = 52}, + [2516] = {.lex_state = 420, .external_lex_state = 52}, + [2517] = {.lex_state = 420, .external_lex_state = 52}, + [2518] = {.lex_state = 68, .external_lex_state = 52}, + [2519] = {.lex_state = 68, .external_lex_state = 52}, + [2520] = {.lex_state = 68, .external_lex_state = 53}, + [2521] = {.lex_state = 68, .external_lex_state = 52}, + [2522] = {.lex_state = 68, .external_lex_state = 52}, + [2523] = {.lex_state = 68, .external_lex_state = 52}, + [2524] = {.lex_state = 68, .external_lex_state = 52}, + [2525] = {.lex_state = 420, .external_lex_state = 52}, + [2526] = {.lex_state = 68, .external_lex_state = 52}, + [2527] = {.lex_state = 421, .external_lex_state = 35}, + [2528] = {.lex_state = 68, .external_lex_state = 52}, + [2529] = {.lex_state = 68, .external_lex_state = 52}, + [2530] = {.lex_state = 68, .external_lex_state = 53}, + [2531] = {.lex_state = 68, .external_lex_state = 52}, + [2532] = {.lex_state = 68, .external_lex_state = 52}, + [2533] = {.lex_state = 420, .external_lex_state = 52}, + [2534] = {.lex_state = 68, .external_lex_state = 52}, + [2535] = {.lex_state = 420, .external_lex_state = 52}, + [2536] = {.lex_state = 420, .external_lex_state = 52}, + [2537] = {.lex_state = 420, .external_lex_state = 52}, + [2538] = {.lex_state = 420, .external_lex_state = 52}, + [2539] = {.lex_state = 420, .external_lex_state = 52}, + [2540] = {.lex_state = 68, .external_lex_state = 36}, + [2541] = {.lex_state = 420, .external_lex_state = 52}, + [2542] = {.lex_state = 68, .external_lex_state = 52}, + [2543] = {.lex_state = 420, .external_lex_state = 52}, + [2544] = {.lex_state = 420, .external_lex_state = 52}, + [2545] = {.lex_state = 420, .external_lex_state = 52}, + [2546] = {.lex_state = 68, .external_lex_state = 35}, + [2547] = {.lex_state = 420, .external_lex_state = 52}, + [2548] = {.lex_state = 420, .external_lex_state = 52}, + [2549] = {.lex_state = 68, .external_lex_state = 52}, + [2550] = {.lex_state = 420, .external_lex_state = 52}, + [2551] = {.lex_state = 420, .external_lex_state = 53}, + [2552] = {.lex_state = 420, .external_lex_state = 53}, + [2553] = {.lex_state = 420, .external_lex_state = 52}, + [2554] = {.lex_state = 420, .external_lex_state = 52}, + [2555] = {.lex_state = 68, .external_lex_state = 53}, + [2556] = {.lex_state = 420, .external_lex_state = 36}, + [2557] = {.lex_state = 68, .external_lex_state = 53}, + [2558] = {.lex_state = 68, .external_lex_state = 35}, + [2559] = {.lex_state = 233, .external_lex_state = 55}, + [2560] = {.lex_state = 233, .external_lex_state = 55}, + [2561] = {.lex_state = 247}, + [2562] = {.lex_state = 233, .external_lex_state = 55}, + [2563] = {.lex_state = 233, .external_lex_state = 55}, + [2564] = {.lex_state = 233, .external_lex_state = 55}, + [2565] = {.lex_state = 68, .external_lex_state = 53}, + [2566] = {.lex_state = 68, .external_lex_state = 53}, + [2567] = {.lex_state = 233, .external_lex_state = 55}, + [2568] = {.lex_state = 68, .external_lex_state = 53}, + [2569] = {.lex_state = 182, .external_lex_state = 56}, + [2570] = {.lex_state = 68, .external_lex_state = 53}, + [2571] = {.lex_state = 68, .external_lex_state = 53}, + [2572] = {.lex_state = 182, .external_lex_state = 56}, + [2573] = {.lex_state = 233, .external_lex_state = 55}, + [2574] = {.lex_state = 420, .external_lex_state = 52}, + [2575] = {.lex_state = 68, .external_lex_state = 53}, + [2576] = {.lex_state = 420, .external_lex_state = 52}, + [2577] = {.lex_state = 68, .external_lex_state = 53}, + [2578] = {.lex_state = 68, .external_lex_state = 53}, + [2579] = {.lex_state = 68, .external_lex_state = 53}, + [2580] = {.lex_state = 233, .external_lex_state = 55}, + [2581] = {.lex_state = 233, .external_lex_state = 55}, + [2582] = {.lex_state = 68, .external_lex_state = 53}, + [2583] = {.lex_state = 233, .external_lex_state = 55}, + [2584] = {.lex_state = 233, .external_lex_state = 55}, + [2585] = {.lex_state = 233, .external_lex_state = 55}, + [2586] = {.lex_state = 420, .external_lex_state = 52}, + [2587] = {.lex_state = 420, .external_lex_state = 52}, + [2588] = {.lex_state = 157, .external_lex_state = 57}, + [2589] = {.lex_state = 421, .external_lex_state = 36}, + [2590] = {.lex_state = 233, .external_lex_state = 55}, + [2591] = {.lex_state = 157, .external_lex_state = 57}, + [2592] = {.lex_state = 233, .external_lex_state = 55}, + [2593] = {.lex_state = 68, .external_lex_state = 53}, + [2594] = {.lex_state = 420, .external_lex_state = 52}, + [2595] = {.lex_state = 68, .external_lex_state = 53}, + [2596] = {.lex_state = 68, .external_lex_state = 53}, + [2597] = {.lex_state = 233, .external_lex_state = 55}, + [2598] = {.lex_state = 247}, + [2599] = {.lex_state = 247}, + [2600] = {.lex_state = 233, .external_lex_state = 55}, + [2601] = {.lex_state = 68, .external_lex_state = 36}, + [2602] = {.lex_state = 421, .external_lex_state = 36}, + [2603] = {.lex_state = 420, .external_lex_state = 35}, + [2604] = {.lex_state = 233, .external_lex_state = 55}, + [2605] = {.lex_state = 233, .external_lex_state = 55}, + [2606] = {.lex_state = 420, .external_lex_state = 36}, + [2607] = {.lex_state = 420, .external_lex_state = 53}, + [2608] = {.lex_state = 420, .external_lex_state = 52}, + [2609] = {.lex_state = 68, .external_lex_state = 53}, + [2610] = {.lex_state = 420, .external_lex_state = 52}, + [2611] = {.lex_state = 420, .external_lex_state = 36}, + [2612] = {.lex_state = 68, .external_lex_state = 53}, + [2613] = {.lex_state = 233, .external_lex_state = 55}, + [2614] = {.lex_state = 421, .external_lex_state = 36}, + [2615] = {.lex_state = 233, .external_lex_state = 55}, + [2616] = {.lex_state = 233, .external_lex_state = 55}, + [2617] = {.lex_state = 420, .external_lex_state = 35}, + [2618] = {.lex_state = 68, .external_lex_state = 53}, + [2619] = {.lex_state = 420, .external_lex_state = 36}, + [2620] = {.lex_state = 68, .external_lex_state = 53}, + [2621] = {.lex_state = 68, .external_lex_state = 53}, + [2622] = {.lex_state = 68, .external_lex_state = 53}, + [2623] = {.lex_state = 233, .external_lex_state = 55}, + [2624] = {.lex_state = 420, .external_lex_state = 36}, + [2625] = {.lex_state = 68, .external_lex_state = 53}, + [2626] = {.lex_state = 420, .external_lex_state = 36}, + [2627] = {.lex_state = 421, .external_lex_state = 36}, + [2628] = {.lex_state = 420, .external_lex_state = 36}, + [2629] = {.lex_state = 233, .external_lex_state = 55}, + [2630] = {.lex_state = 233, .external_lex_state = 55}, + [2631] = {.lex_state = 68, .external_lex_state = 36}, + [2632] = {.lex_state = 68, .external_lex_state = 36}, + [2633] = {.lex_state = 233, .external_lex_state = 55}, + [2634] = {.lex_state = 233, .external_lex_state = 55}, + [2635] = {.lex_state = 68, .external_lex_state = 36}, + [2636] = {.lex_state = 233, .external_lex_state = 55}, + [2637] = {.lex_state = 233, .external_lex_state = 55}, + [2638] = {.lex_state = 421, .external_lex_state = 35}, + [2639] = {.lex_state = 421, .external_lex_state = 36}, + [2640] = {.lex_state = 233, .external_lex_state = 55}, + [2641] = {.lex_state = 247}, + [2642] = {.lex_state = 247}, + [2643] = {.lex_state = 68, .external_lex_state = 36}, + [2644] = {.lex_state = 420, .external_lex_state = 36}, + [2645] = {.lex_state = 233, .external_lex_state = 55}, + [2646] = {.lex_state = 233, .external_lex_state = 55}, + [2647] = {.lex_state = 233, .external_lex_state = 55}, + [2648] = {.lex_state = 420, .external_lex_state = 53}, + [2649] = {.lex_state = 233, .external_lex_state = 55}, + [2650] = {.lex_state = 420, .external_lex_state = 53}, + [2651] = {.lex_state = 68, .external_lex_state = 53}, + [2652] = {.lex_state = 233, .external_lex_state = 55}, + [2653] = {.lex_state = 420, .external_lex_state = 53}, + [2654] = {.lex_state = 233, .external_lex_state = 55}, + [2655] = {.lex_state = 247}, + [2656] = {.lex_state = 420, .external_lex_state = 53}, + [2657] = {.lex_state = 420, .external_lex_state = 53}, + [2658] = {.lex_state = 420, .external_lex_state = 53}, + [2659] = {.lex_state = 233, .external_lex_state = 55}, + [2660] = {.lex_state = 233, .external_lex_state = 55}, + [2661] = {.lex_state = 420, .external_lex_state = 53}, + [2662] = {.lex_state = 420, .external_lex_state = 36}, + [2663] = {.lex_state = 420, .external_lex_state = 35}, + [2664] = {.lex_state = 420, .external_lex_state = 35}, + [2665] = {.lex_state = 68, .external_lex_state = 36}, + [2666] = {.lex_state = 420, .external_lex_state = 36}, + [2667] = {.lex_state = 233, .external_lex_state = 55}, + [2668] = {.lex_state = 233, .external_lex_state = 55}, + [2669] = {.lex_state = 420, .external_lex_state = 52}, + [2670] = {.lex_state = 420, .external_lex_state = 52}, + [2671] = {.lex_state = 420, .external_lex_state = 36}, + [2672] = {.lex_state = 233, .external_lex_state = 55}, + [2673] = {.lex_state = 233, .external_lex_state = 55}, + [2674] = {.lex_state = 68, .external_lex_state = 53}, + [2675] = {.lex_state = 421, .external_lex_state = 36}, + [2676] = {.lex_state = 68, .external_lex_state = 53}, + [2677] = {.lex_state = 420, .external_lex_state = 53}, + [2678] = {.lex_state = 247}, + [2679] = {.lex_state = 420, .external_lex_state = 53}, + [2680] = {.lex_state = 68, .external_lex_state = 36}, + [2681] = {.lex_state = 420, .external_lex_state = 53}, + [2682] = {.lex_state = 420, .external_lex_state = 53}, + [2683] = {.lex_state = 420, .external_lex_state = 53}, + [2684] = {.lex_state = 182, .external_lex_state = 56}, + [2685] = {.lex_state = 233, .external_lex_state = 55}, + [2686] = {.lex_state = 182, .external_lex_state = 56}, + [2687] = {.lex_state = 421, .external_lex_state = 36}, + [2688] = {.lex_state = 182, .external_lex_state = 56}, + [2689] = {.lex_state = 233, .external_lex_state = 55}, + [2690] = {.lex_state = 233, .external_lex_state = 55}, + [2691] = {.lex_state = 420, .external_lex_state = 53}, + [2692] = {.lex_state = 420, .external_lex_state = 53}, + [2693] = {.lex_state = 233, .external_lex_state = 55}, + [2694] = {.lex_state = 421, .external_lex_state = 36}, + [2695] = {.lex_state = 233, .external_lex_state = 55}, + [2696] = {.lex_state = 68, .external_lex_state = 53}, + [2697] = {.lex_state = 68, .external_lex_state = 53}, + [2698] = {.lex_state = 233, .external_lex_state = 55}, + [2699] = {.lex_state = 233, .external_lex_state = 55}, + [2700] = {.lex_state = 233, .external_lex_state = 55}, + [2701] = {.lex_state = 233, .external_lex_state = 55}, + [2702] = {.lex_state = 421, .external_lex_state = 35}, + [2703] = {.lex_state = 182, .external_lex_state = 56}, + [2704] = {.lex_state = 233, .external_lex_state = 55}, + [2705] = {.lex_state = 233, .external_lex_state = 55}, + [2706] = {.lex_state = 68, .external_lex_state = 53}, + [2707] = {.lex_state = 420, .external_lex_state = 53}, + [2708] = {.lex_state = 421, .external_lex_state = 35}, + [2709] = {.lex_state = 420, .external_lex_state = 52}, + [2710] = {.lex_state = 68, .external_lex_state = 53}, + [2711] = {.lex_state = 420, .external_lex_state = 52}, + [2712] = {.lex_state = 247}, + [2713] = {.lex_state = 421, .external_lex_state = 36}, + [2714] = {.lex_state = 420, .external_lex_state = 53}, + [2715] = {.lex_state = 420, .external_lex_state = 53}, + [2716] = {.lex_state = 247}, + [2717] = {.lex_state = 233, .external_lex_state = 55}, + [2718] = {.lex_state = 421, .external_lex_state = 36}, + [2719] = {.lex_state = 420, .external_lex_state = 53}, + [2720] = {.lex_state = 420, .external_lex_state = 53}, + [2721] = {.lex_state = 421, .external_lex_state = 36}, + [2722] = {.lex_state = 233, .external_lex_state = 55}, + [2723] = {.lex_state = 420, .external_lex_state = 36}, + [2724] = {.lex_state = 182, .external_lex_state = 56}, + [2725] = {.lex_state = 420, .external_lex_state = 36}, + [2726] = {.lex_state = 68, .external_lex_state = 36}, + [2727] = {.lex_state = 420, .external_lex_state = 36}, + [2728] = {.lex_state = 420, .external_lex_state = 53}, + [2729] = {.lex_state = 420, .external_lex_state = 53}, + [2730] = {.lex_state = 420, .external_lex_state = 53}, + [2731] = {.lex_state = 68, .external_lex_state = 36}, + [2732] = {.lex_state = 420, .external_lex_state = 53}, + [2733] = {.lex_state = 182, .external_lex_state = 56}, + [2734] = {.lex_state = 68, .external_lex_state = 36}, + [2735] = {.lex_state = 182, .external_lex_state = 56}, + [2736] = {.lex_state = 182, .external_lex_state = 56}, + [2737] = {.lex_state = 420, .external_lex_state = 53}, + [2738] = {.lex_state = 420, .external_lex_state = 53}, + [2739] = {.lex_state = 247}, + [2740] = {.lex_state = 247}, + [2741] = {.lex_state = 182, .external_lex_state = 56}, + [2742] = {.lex_state = 182, .external_lex_state = 56}, + [2743] = {.lex_state = 247}, + [2744] = {.lex_state = 420, .external_lex_state = 53}, + [2745] = {.lex_state = 182, .external_lex_state = 56}, + [2746] = {.lex_state = 420, .external_lex_state = 53}, + [2747] = {.lex_state = 420, .external_lex_state = 53}, + [2748] = {.lex_state = 420, .external_lex_state = 53}, + [2749] = {.lex_state = 420, .external_lex_state = 53}, + [2750] = {.lex_state = 420, .external_lex_state = 53}, + [2751] = {.lex_state = 421, .external_lex_state = 35}, + [2752] = {.lex_state = 420, .external_lex_state = 52}, + [2753] = {.lex_state = 420, .external_lex_state = 53}, + [2754] = {.lex_state = 420, .external_lex_state = 53}, + [2755] = {.lex_state = 420, .external_lex_state = 36}, + [2756] = {.lex_state = 182, .external_lex_state = 56}, + [2757] = {.lex_state = 420, .external_lex_state = 52}, + [2758] = {.lex_state = 420, .external_lex_state = 53}, + [2759] = {.lex_state = 182, .external_lex_state = 56}, + [2760] = {.lex_state = 182, .external_lex_state = 56}, + [2761] = {.lex_state = 421, .external_lex_state = 35}, + [2762] = {.lex_state = 421, .external_lex_state = 35}, + [2763] = {.lex_state = 68, .external_lex_state = 36}, + [2764] = {.lex_state = 420, .external_lex_state = 53}, + [2765] = {.lex_state = 420, .external_lex_state = 53}, + [2766] = {.lex_state = 420, .external_lex_state = 53}, + [2767] = {.lex_state = 420, .external_lex_state = 36}, + [2768] = {.lex_state = 420, .external_lex_state = 53}, + [2769] = {.lex_state = 247}, + [2770] = {.lex_state = 420, .external_lex_state = 53}, + [2771] = {.lex_state = 420, .external_lex_state = 52}, + [2772] = {.lex_state = 420, .external_lex_state = 53}, + [2773] = {.lex_state = 182, .external_lex_state = 56}, + [2774] = {.lex_state = 420, .external_lex_state = 52}, + [2775] = {.lex_state = 420, .external_lex_state = 53}, + [2776] = {.lex_state = 420, .external_lex_state = 36}, + [2777] = {.lex_state = 182, .external_lex_state = 56}, + [2778] = {.lex_state = 420, .external_lex_state = 53}, + [2779] = {.lex_state = 420, .external_lex_state = 53}, + [2780] = {.lex_state = 420, .external_lex_state = 53}, + [2781] = {.lex_state = 420, .external_lex_state = 36}, + [2782] = {.lex_state = 182, .external_lex_state = 56}, + [2783] = {.lex_state = 68, .external_lex_state = 35}, + [2784] = {.lex_state = 247}, + [2785] = {.lex_state = 68, .external_lex_state = 35}, + [2786] = {.lex_state = 68, .external_lex_state = 35}, + [2787] = {.lex_state = 420, .external_lex_state = 53}, + [2788] = {.lex_state = 68, .external_lex_state = 36}, + [2789] = {.lex_state = 182, .external_lex_state = 56}, + [2790] = {.lex_state = 182, .external_lex_state = 56}, + [2791] = {.lex_state = 247}, + [2792] = {.lex_state = 182, .external_lex_state = 56}, + [2793] = {.lex_state = 182, .external_lex_state = 56}, + [2794] = {.lex_state = 421, .external_lex_state = 36}, + [2795] = {.lex_state = 68, .external_lex_state = 36}, + [2796] = {.lex_state = 420, .external_lex_state = 35}, + [2797] = {.lex_state = 182, .external_lex_state = 56}, + [2798] = {.lex_state = 182, .external_lex_state = 56}, + [2799] = {.lex_state = 420, .external_lex_state = 53}, + [2800] = {.lex_state = 420, .external_lex_state = 53}, + [2801] = {.lex_state = 420, .external_lex_state = 53}, + [2802] = {.lex_state = 420, .external_lex_state = 36}, + [2803] = {.lex_state = 420, .external_lex_state = 53}, + [2804] = {.lex_state = 247}, + [2805] = {.lex_state = 247}, + [2806] = {.lex_state = 420, .external_lex_state = 36}, + [2807] = {.lex_state = 420, .external_lex_state = 53}, + [2808] = {.lex_state = 247}, + [2809] = {.lex_state = 420, .external_lex_state = 35}, + [2810] = {.lex_state = 421, .external_lex_state = 36}, + [2811] = {.lex_state = 68, .external_lex_state = 36}, + [2812] = {.lex_state = 421, .external_lex_state = 36}, + [2813] = {.lex_state = 421, .external_lex_state = 36}, + [2814] = {.lex_state = 421, .external_lex_state = 36}, + [2815] = {.lex_state = 421, .external_lex_state = 36}, + [2816] = {.lex_state = 68, .external_lex_state = 36}, + [2817] = {.lex_state = 421, .external_lex_state = 36}, + [2818] = {.lex_state = 421, .external_lex_state = 36}, + [2819] = {.lex_state = 421, .external_lex_state = 36}, + [2820] = {.lex_state = 421, .external_lex_state = 36}, + [2821] = {.lex_state = 68, .external_lex_state = 36}, + [2822] = {.lex_state = 68, .external_lex_state = 36}, + [2823] = {.lex_state = 68, .external_lex_state = 36}, + [2824] = {.lex_state = 68, .external_lex_state = 36}, + [2825] = {.lex_state = 68, .external_lex_state = 36}, + [2826] = {.lex_state = 68, .external_lex_state = 36}, + [2827] = {.lex_state = 68, .external_lex_state = 36}, + [2828] = {.lex_state = 68, .external_lex_state = 36}, + [2829] = {.lex_state = 68, .external_lex_state = 36}, + [2830] = {.lex_state = 68, .external_lex_state = 36}, + [2831] = {.lex_state = 68, .external_lex_state = 36}, + [2832] = {.lex_state = 421, .external_lex_state = 36}, + [2833] = {.lex_state = 421, .external_lex_state = 36}, + [2834] = {.lex_state = 68, .external_lex_state = 36}, + [2835] = {.lex_state = 420, .external_lex_state = 53}, + [2836] = {.lex_state = 420, .external_lex_state = 53}, + [2837] = {.lex_state = 420, .external_lex_state = 53}, + [2838] = {.lex_state = 420, .external_lex_state = 53}, + [2839] = {.lex_state = 421, .external_lex_state = 36}, + [2840] = {.lex_state = 421, .external_lex_state = 36}, + [2841] = {.lex_state = 421, .external_lex_state = 36}, + [2842] = {.lex_state = 68, .external_lex_state = 36}, + [2843] = {.lex_state = 68, .external_lex_state = 36}, + [2844] = {.lex_state = 68, .external_lex_state = 36}, + [2845] = {.lex_state = 421, .external_lex_state = 36}, + [2846] = {.lex_state = 68, .external_lex_state = 36}, + [2847] = {.lex_state = 421, .external_lex_state = 36}, + [2848] = {.lex_state = 421, .external_lex_state = 36}, + [2849] = {.lex_state = 68, .external_lex_state = 36}, + [2850] = {.lex_state = 421, .external_lex_state = 36}, + [2851] = {.lex_state = 421, .external_lex_state = 36}, + [2852] = {.lex_state = 421, .external_lex_state = 36}, + [2853] = {.lex_state = 68, .external_lex_state = 36}, + [2854] = {.lex_state = 421, .external_lex_state = 36}, + [2855] = {.lex_state = 68, .external_lex_state = 36}, + [2856] = {.lex_state = 421, .external_lex_state = 36}, + [2857] = {.lex_state = 68, .external_lex_state = 36}, + [2858] = {.lex_state = 421, .external_lex_state = 36}, + [2859] = {.lex_state = 68, .external_lex_state = 36}, + [2860] = {.lex_state = 421, .external_lex_state = 36}, + [2861] = {.lex_state = 420, .external_lex_state = 36}, + [2862] = {.lex_state = 68, .external_lex_state = 36}, + [2863] = {.lex_state = 68, .external_lex_state = 36}, + [2864] = {.lex_state = 68, .external_lex_state = 36}, + [2865] = {.lex_state = 68, .external_lex_state = 36}, + [2866] = {.lex_state = 421, .external_lex_state = 36}, + [2867] = {.lex_state = 68, .external_lex_state = 36}, + [2868] = {.lex_state = 68, .external_lex_state = 36}, + [2869] = {.lex_state = 68, .external_lex_state = 36}, + [2870] = {.lex_state = 68, .external_lex_state = 36}, + [2871] = {.lex_state = 68, .external_lex_state = 36}, + [2872] = {.lex_state = 421, .external_lex_state = 36}, + [2873] = {.lex_state = 420, .external_lex_state = 53}, + [2874] = {.lex_state = 421, .external_lex_state = 36}, + [2875] = {.lex_state = 421, .external_lex_state = 36}, + [2876] = {.lex_state = 420, .external_lex_state = 53}, + [2877] = {.lex_state = 421, .external_lex_state = 36}, + [2878] = {.lex_state = 421, .external_lex_state = 36}, + [2879] = {.lex_state = 420, .external_lex_state = 36}, + [2880] = {.lex_state = 68, .external_lex_state = 36}, + [2881] = {.lex_state = 421, .external_lex_state = 36}, + [2882] = {.lex_state = 421, .external_lex_state = 36}, + [2883] = {.lex_state = 421, .external_lex_state = 36}, + [2884] = {.lex_state = 68, .external_lex_state = 36}, + [2885] = {.lex_state = 68, .external_lex_state = 36}, + [2886] = {.lex_state = 68, .external_lex_state = 36}, + [2887] = {.lex_state = 421, .external_lex_state = 36}, + [2888] = {.lex_state = 68, .external_lex_state = 36}, + [2889] = {.lex_state = 421, .external_lex_state = 36}, + [2890] = {.lex_state = 421, .external_lex_state = 36}, + [2891] = {.lex_state = 68, .external_lex_state = 36}, + [2892] = {.lex_state = 420, .external_lex_state = 36}, + [2893] = {.lex_state = 68, .external_lex_state = 36}, + [2894] = {.lex_state = 68, .external_lex_state = 36}, + [2895] = {.lex_state = 68, .external_lex_state = 36}, + [2896] = {.lex_state = 421, .external_lex_state = 36}, + [2897] = {.lex_state = 68, .external_lex_state = 36}, + [2898] = {.lex_state = 421, .external_lex_state = 36}, + [2899] = {.lex_state = 68, .external_lex_state = 36}, + [2900] = {.lex_state = 68, .external_lex_state = 36}, + [2901] = {.lex_state = 181, .external_lex_state = 38}, + [2902] = {.lex_state = 421, .external_lex_state = 36}, + [2903] = {.lex_state = 420, .external_lex_state = 53}, + [2904] = {.lex_state = 68, .external_lex_state = 36}, + [2905] = {.lex_state = 420, .external_lex_state = 53}, + [2906] = {.lex_state = 421, .external_lex_state = 36}, + [2907] = {.lex_state = 68, .external_lex_state = 36}, + [2908] = {.lex_state = 421, .external_lex_state = 36}, + [2909] = {.lex_state = 68, .external_lex_state = 36}, + [2910] = {.lex_state = 68, .external_lex_state = 36}, + [2911] = {.lex_state = 68, .external_lex_state = 36}, + [2912] = {.lex_state = 68, .external_lex_state = 36}, + [2913] = {.lex_state = 68, .external_lex_state = 36}, + [2914] = {.lex_state = 68, .external_lex_state = 36}, + [2915] = {.lex_state = 421, .external_lex_state = 36}, + [2916] = {.lex_state = 421, .external_lex_state = 36}, + [2917] = {.lex_state = 68, .external_lex_state = 36}, + [2918] = {.lex_state = 421, .external_lex_state = 36}, + [2919] = {.lex_state = 68, .external_lex_state = 36}, + [2920] = {.lex_state = 68, .external_lex_state = 36}, + [2921] = {.lex_state = 421, .external_lex_state = 36}, + [2922] = {.lex_state = 421, .external_lex_state = 36}, + [2923] = {.lex_state = 421, .external_lex_state = 36}, + [2924] = {.lex_state = 68, .external_lex_state = 36}, + [2925] = {.lex_state = 421, .external_lex_state = 36}, + [2926] = {.lex_state = 421, .external_lex_state = 36}, + [2927] = {.lex_state = 421, .external_lex_state = 36}, + [2928] = {.lex_state = 421, .external_lex_state = 36}, + [2929] = {.lex_state = 421, .external_lex_state = 36}, + [2930] = {.lex_state = 420, .external_lex_state = 36}, + [2931] = {.lex_state = 420, .external_lex_state = 53}, + [2932] = {.lex_state = 420, .external_lex_state = 53}, + [2933] = {.lex_state = 181, .external_lex_state = 38}, + [2934] = {.lex_state = 421, .external_lex_state = 36}, + [2935] = {.lex_state = 421, .external_lex_state = 36}, + [2936] = {.lex_state = 68, .external_lex_state = 36}, + [2937] = {.lex_state = 421, .external_lex_state = 36}, + [2938] = {.lex_state = 421, .external_lex_state = 36}, + [2939] = {.lex_state = 247}, + [2940] = {.lex_state = 238, .external_lex_state = 58}, + [2941] = {.lex_state = 420, .external_lex_state = 36}, + [2942] = {.lex_state = 181, .external_lex_state = 38}, + [2943] = {.lex_state = 420, .external_lex_state = 36}, + [2944] = {.lex_state = 421, .external_lex_state = 36}, + [2945] = {.lex_state = 420, .external_lex_state = 36}, + [2946] = {.lex_state = 247}, + [2947] = {.lex_state = 420, .external_lex_state = 36}, + [2948] = {.lex_state = 247}, + [2949] = {.lex_state = 420, .external_lex_state = 36}, + [2950] = {.lex_state = 420, .external_lex_state = 36}, + [2951] = {.lex_state = 247}, + [2952] = {.lex_state = 238, .external_lex_state = 58}, + [2953] = {.lex_state = 421, .external_lex_state = 36}, + [2954] = {.lex_state = 238, .external_lex_state = 58}, + [2955] = {.lex_state = 238, .external_lex_state = 58}, + [2956] = {.lex_state = 420, .external_lex_state = 36}, + [2957] = {.lex_state = 247}, + [2958] = {.lex_state = 238, .external_lex_state = 58}, + [2959] = {.lex_state = 238, .external_lex_state = 58}, + [2960] = {.lex_state = 68, .external_lex_state = 52}, + [2961] = {.lex_state = 247}, + [2962] = {.lex_state = 421, .external_lex_state = 36}, + [2963] = {.lex_state = 420, .external_lex_state = 36}, + [2964] = {.lex_state = 245, .external_lex_state = 21}, + [2965] = {.lex_state = 245, .external_lex_state = 21}, + [2966] = {.lex_state = 259, .external_lex_state = 59}, + [2967] = {.lex_state = 68, .external_lex_state = 53}, + [2968] = {.lex_state = 68, .external_lex_state = 52}, + [2969] = {.lex_state = 68, .external_lex_state = 52}, + [2970] = {.lex_state = 245, .external_lex_state = 21}, + [2971] = {.lex_state = 68, .external_lex_state = 35}, + [2972] = {.lex_state = 245, .external_lex_state = 21}, + [2973] = {.lex_state = 245, .external_lex_state = 21}, + [2974] = {.lex_state = 68, .external_lex_state = 36}, + [2975] = {.lex_state = 68, .external_lex_state = 52}, + [2976] = {.lex_state = 68, .external_lex_state = 52}, + [2977] = {.lex_state = 68, .external_lex_state = 36}, + [2978] = {.lex_state = 245, .external_lex_state = 21}, + [2979] = {.lex_state = 253, .external_lex_state = 60}, + [2980] = {.lex_state = 245, .external_lex_state = 21}, + [2981] = {.lex_state = 68, .external_lex_state = 35}, + [2982] = {.lex_state = 68, .external_lex_state = 36}, + [2983] = {.lex_state = 245, .external_lex_state = 21}, + [2984] = {.lex_state = 245, .external_lex_state = 21}, + [2985] = {.lex_state = 68, .external_lex_state = 36}, + [2986] = {.lex_state = 245, .external_lex_state = 21}, + [2987] = {.lex_state = 258, .external_lex_state = 61}, + [2988] = {.lex_state = 68, .external_lex_state = 36}, + [2989] = {.lex_state = 245, .external_lex_state = 21}, + [2990] = {.lex_state = 238, .external_lex_state = 58}, + [2991] = {.lex_state = 238, .external_lex_state = 58}, + [2992] = {.lex_state = 238, .external_lex_state = 58}, + [2993] = {.lex_state = 238, .external_lex_state = 58}, + [2994] = {.lex_state = 238, .external_lex_state = 58}, + [2995] = {.lex_state = 238, .external_lex_state = 58}, + [2996] = {.lex_state = 238, .external_lex_state = 58}, + [2997] = {.lex_state = 245, .external_lex_state = 21}, + [2998] = {.lex_state = 245, .external_lex_state = 21}, + [2999] = {.lex_state = 238, .external_lex_state = 58}, + [3000] = {.lex_state = 232, .external_lex_state = 46}, + [3001] = {.lex_state = 232, .external_lex_state = 46}, + [3002] = {.lex_state = 245, .external_lex_state = 21}, + [3003] = {.lex_state = 238, .external_lex_state = 58}, + [3004] = {.lex_state = 245, .external_lex_state = 21}, + [3005] = {.lex_state = 238, .external_lex_state = 58}, + [3006] = {.lex_state = 238, .external_lex_state = 58}, + [3007] = {.lex_state = 238, .external_lex_state = 58}, + [3008] = {.lex_state = 238, .external_lex_state = 58}, + [3009] = {.lex_state = 238, .external_lex_state = 58}, + [3010] = {.lex_state = 238, .external_lex_state = 58}, + [3011] = {.lex_state = 245, .external_lex_state = 21}, + [3012] = {.lex_state = 245, .external_lex_state = 21}, + [3013] = {.lex_state = 68, .external_lex_state = 36}, + [3014] = {.lex_state = 238, .external_lex_state = 58}, + [3015] = {.lex_state = 245, .external_lex_state = 21}, + [3016] = {.lex_state = 238, .external_lex_state = 58}, + [3017] = {.lex_state = 238, .external_lex_state = 58}, + [3018] = {.lex_state = 232, .external_lex_state = 46}, + [3019] = {.lex_state = 245, .external_lex_state = 21}, + [3020] = {.lex_state = 245, .external_lex_state = 21}, + [3021] = {.lex_state = 245, .external_lex_state = 21}, + [3022] = {.lex_state = 245, .external_lex_state = 21}, + [3023] = {.lex_state = 238, .external_lex_state = 58}, + [3024] = {.lex_state = 245, .external_lex_state = 21}, + [3025] = {.lex_state = 245, .external_lex_state = 21}, + [3026] = {.lex_state = 420, .external_lex_state = 36}, + [3027] = {.lex_state = 420, .external_lex_state = 36}, + [3028] = {.lex_state = 420, .external_lex_state = 36}, + [3029] = {.lex_state = 232, .external_lex_state = 46}, + [3030] = {.lex_state = 232, .external_lex_state = 46}, + [3031] = {.lex_state = 232, .external_lex_state = 50}, + [3032] = {.lex_state = 232, .external_lex_state = 45}, + [3033] = {.lex_state = 68, .external_lex_state = 53}, + [3034] = {.lex_state = 234, .external_lex_state = 21}, + [3035] = {.lex_state = 234, .external_lex_state = 21}, + [3036] = {.lex_state = 68, .external_lex_state = 53}, + [3037] = {.lex_state = 68, .external_lex_state = 53}, + [3038] = {.lex_state = 234, .external_lex_state = 21}, + [3039] = {.lex_state = 234, .external_lex_state = 21}, + [3040] = {.lex_state = 68, .external_lex_state = 53}, + [3041] = {.lex_state = 234, .external_lex_state = 21}, + [3042] = {.lex_state = 234, .external_lex_state = 21}, + [3043] = {.lex_state = 68, .external_lex_state = 53}, + [3044] = {.lex_state = 68, .external_lex_state = 53}, + [3045] = {.lex_state = 68, .external_lex_state = 53}, + [3046] = {.lex_state = 234, .external_lex_state = 21}, + [3047] = {.lex_state = 234, .external_lex_state = 21}, + [3048] = {.lex_state = 234, .external_lex_state = 21}, + [3049] = {.lex_state = 259, .external_lex_state = 59}, + [3050] = {.lex_state = 259, .external_lex_state = 59}, + [3051] = {.lex_state = 234, .external_lex_state = 21}, + [3052] = {.lex_state = 68, .external_lex_state = 53}, + [3053] = {.lex_state = 234, .external_lex_state = 21}, + [3054] = {.lex_state = 234, .external_lex_state = 21}, + [3055] = {.lex_state = 234, .external_lex_state = 21}, + [3056] = {.lex_state = 234, .external_lex_state = 21}, + [3057] = {.lex_state = 234, .external_lex_state = 21}, + [3058] = {.lex_state = 234, .external_lex_state = 21}, + [3059] = {.lex_state = 234, .external_lex_state = 21}, + [3060] = {.lex_state = 234, .external_lex_state = 21}, + [3061] = {.lex_state = 234, .external_lex_state = 21}, + [3062] = {.lex_state = 234, .external_lex_state = 21}, + [3063] = {.lex_state = 234, .external_lex_state = 21}, + [3064] = {.lex_state = 234, .external_lex_state = 21}, + [3065] = {.lex_state = 234, .external_lex_state = 21}, + [3066] = {.lex_state = 68, .external_lex_state = 53}, + [3067] = {.lex_state = 68, .external_lex_state = 53}, + [3068] = {.lex_state = 234, .external_lex_state = 21}, + [3069] = {.lex_state = 234, .external_lex_state = 21}, + [3070] = {.lex_state = 234, .external_lex_state = 21}, + [3071] = {.lex_state = 234, .external_lex_state = 21}, + [3072] = {.lex_state = 234, .external_lex_state = 21}, + [3073] = {.lex_state = 234, .external_lex_state = 21}, + [3074] = {.lex_state = 234, .external_lex_state = 21}, + [3075] = {.lex_state = 234, .external_lex_state = 21}, + [3076] = {.lex_state = 232, .external_lex_state = 45}, + [3077] = {.lex_state = 234, .external_lex_state = 21}, + [3078] = {.lex_state = 234, .external_lex_state = 21}, + [3079] = {.lex_state = 234, .external_lex_state = 21}, + [3080] = {.lex_state = 234, .external_lex_state = 23}, + [3081] = {.lex_state = 234, .external_lex_state = 21}, + [3082] = {.lex_state = 234, .external_lex_state = 21}, + [3083] = {.lex_state = 234, .external_lex_state = 21}, + [3084] = {.lex_state = 234, .external_lex_state = 21}, + [3085] = {.lex_state = 234, .external_lex_state = 21}, + [3086] = {.lex_state = 234, .external_lex_state = 21}, + [3087] = {.lex_state = 234, .external_lex_state = 21}, + [3088] = {.lex_state = 232, .external_lex_state = 50}, + [3089] = {.lex_state = 258, .external_lex_state = 61}, + [3090] = {.lex_state = 232, .external_lex_state = 50}, + [3091] = {.lex_state = 258, .external_lex_state = 61}, + [3092] = {.lex_state = 234, .external_lex_state = 21}, + [3093] = {.lex_state = 234, .external_lex_state = 21}, + [3094] = {.lex_state = 258, .external_lex_state = 61}, + [3095] = {.lex_state = 234, .external_lex_state = 21}, + [3096] = {.lex_state = 258, .external_lex_state = 61}, + [3097] = {.lex_state = 234, .external_lex_state = 21}, + [3098] = {.lex_state = 234, .external_lex_state = 21}, + [3099] = {.lex_state = 234, .external_lex_state = 21}, + [3100] = {.lex_state = 234, .external_lex_state = 21}, + [3101] = {.lex_state = 234, .external_lex_state = 21}, + [3102] = {.lex_state = 259, .external_lex_state = 59}, + [3103] = {.lex_state = 234, .external_lex_state = 21}, + [3104] = {.lex_state = 234, .external_lex_state = 21}, + [3105] = {.lex_state = 234, .external_lex_state = 21}, + [3106] = {.lex_state = 259, .external_lex_state = 59}, + [3107] = {.lex_state = 258, .external_lex_state = 61}, + [3108] = {.lex_state = 259, .external_lex_state = 59}, + [3109] = {.lex_state = 232, .external_lex_state = 50}, + [3110] = {.lex_state = 258, .external_lex_state = 61}, + [3111] = {.lex_state = 234, .external_lex_state = 21}, + [3112] = {.lex_state = 234, .external_lex_state = 21}, + [3113] = {.lex_state = 258, .external_lex_state = 61}, + [3114] = {.lex_state = 234, .external_lex_state = 21}, + [3115] = {.lex_state = 258, .external_lex_state = 61}, + [3116] = {.lex_state = 234, .external_lex_state = 21}, + [3117] = {.lex_state = 259, .external_lex_state = 62}, + [3118] = {.lex_state = 258, .external_lex_state = 61}, + [3119] = {.lex_state = 258, .external_lex_state = 61}, + [3120] = {.lex_state = 234, .external_lex_state = 21}, + [3121] = {.lex_state = 258, .external_lex_state = 61}, + [3122] = {.lex_state = 234, .external_lex_state = 21}, + [3123] = {.lex_state = 234, .external_lex_state = 21}, + [3124] = {.lex_state = 234, .external_lex_state = 21}, + [3125] = {.lex_state = 232, .external_lex_state = 50}, + [3126] = {.lex_state = 234, .external_lex_state = 21}, + [3127] = {.lex_state = 234, .external_lex_state = 21}, + [3128] = {.lex_state = 234, .external_lex_state = 23}, + [3129] = {.lex_state = 234, .external_lex_state = 21}, + [3130] = {.lex_state = 234, .external_lex_state = 21}, + [3131] = {.lex_state = 259, .external_lex_state = 62}, + [3132] = {.lex_state = 258, .external_lex_state = 61}, + [3133] = {.lex_state = 247, .external_lex_state = 45}, + [3134] = {.lex_state = 258, .external_lex_state = 61}, + [3135] = {.lex_state = 259, .external_lex_state = 62}, + [3136] = {.lex_state = 259, .external_lex_state = 59}, + [3137] = {.lex_state = 259, .external_lex_state = 62}, + [3138] = {.lex_state = 259, .external_lex_state = 59}, + [3139] = {.lex_state = 259, .external_lex_state = 59}, + [3140] = {.lex_state = 259, .external_lex_state = 59}, + [3141] = {.lex_state = 259, .external_lex_state = 62}, + [3142] = {.lex_state = 259, .external_lex_state = 62}, + [3143] = {.lex_state = 259, .external_lex_state = 59}, + [3144] = {.lex_state = 258, .external_lex_state = 61}, + [3145] = {.lex_state = 259, .external_lex_state = 59}, + [3146] = {.lex_state = 234, .external_lex_state = 23}, + [3147] = {.lex_state = 247, .external_lex_state = 45}, + [3148] = {.lex_state = 259, .external_lex_state = 59}, + [3149] = {.lex_state = 258, .external_lex_state = 61}, + [3150] = {.lex_state = 259, .external_lex_state = 59}, + [3151] = {.lex_state = 232, .external_lex_state = 46}, + [3152] = {.lex_state = 259, .external_lex_state = 59}, + [3153] = {.lex_state = 259, .external_lex_state = 62}, + [3154] = {.lex_state = 259, .external_lex_state = 59}, + [3155] = {.lex_state = 232, .external_lex_state = 46}, + [3156] = {.lex_state = 259, .external_lex_state = 62}, + [3157] = {.lex_state = 258, .external_lex_state = 61}, + [3158] = {.lex_state = 258, .external_lex_state = 61}, + [3159] = {.lex_state = 258, .external_lex_state = 61}, + [3160] = {.lex_state = 259, .external_lex_state = 62}, + [3161] = {.lex_state = 258, .external_lex_state = 61}, + [3162] = {.lex_state = 68, .external_lex_state = 36}, + [3163] = {.lex_state = 259, .external_lex_state = 62}, + [3164] = {.lex_state = 258, .external_lex_state = 61}, + [3165] = {.lex_state = 232, .external_lex_state = 46}, + [3166] = {.lex_state = 259, .external_lex_state = 62}, + [3167] = {.lex_state = 259, .external_lex_state = 59}, + [3168] = {.lex_state = 232, .external_lex_state = 46}, + [3169] = {.lex_state = 232, .external_lex_state = 46}, + [3170] = {.lex_state = 259, .external_lex_state = 59}, + [3171] = {.lex_state = 258, .external_lex_state = 61}, + [3172] = {.lex_state = 259, .external_lex_state = 59}, + [3173] = {.lex_state = 259, .external_lex_state = 59}, + [3174] = {.lex_state = 259, .external_lex_state = 59}, + [3175] = {.lex_state = 258, .external_lex_state = 61}, + [3176] = {.lex_state = 258, .external_lex_state = 61}, + [3177] = {.lex_state = 258, .external_lex_state = 61}, + [3178] = {.lex_state = 259, .external_lex_state = 62}, + [3179] = {.lex_state = 259, .external_lex_state = 59}, + [3180] = {.lex_state = 259, .external_lex_state = 59}, + [3181] = {.lex_state = 259, .external_lex_state = 59}, + [3182] = {.lex_state = 258, .external_lex_state = 61}, + [3183] = {.lex_state = 258, .external_lex_state = 61}, + [3184] = {.lex_state = 259, .external_lex_state = 59}, + [3185] = {.lex_state = 258, .external_lex_state = 61}, + [3186] = {.lex_state = 258, .external_lex_state = 61}, + [3187] = {.lex_state = 258, .external_lex_state = 61}, + [3188] = {.lex_state = 258, .external_lex_state = 61}, + [3189] = {.lex_state = 232, .external_lex_state = 46}, + [3190] = {.lex_state = 68, .external_lex_state = 36}, + [3191] = {.lex_state = 232, .external_lex_state = 46}, + [3192] = {.lex_state = 69, .external_lex_state = 57}, + [3193] = {.lex_state = 247, .external_lex_state = 45}, + [3194] = {.lex_state = 259, .external_lex_state = 62}, + [3195] = {.lex_state = 69, .external_lex_state = 57}, + [3196] = {.lex_state = 247, .external_lex_state = 50}, + [3197] = {.lex_state = 259, .external_lex_state = 62}, + [3198] = {.lex_state = 259, .external_lex_state = 62}, + [3199] = {.lex_state = 160, .external_lex_state = 48}, + [3200] = {.lex_state = 259, .external_lex_state = 62}, + [3201] = {.lex_state = 259, .external_lex_state = 62}, + [3202] = {.lex_state = 259, .external_lex_state = 62}, + [3203] = {.lex_state = 247, .external_lex_state = 50}, + [3204] = {.lex_state = 68, .external_lex_state = 36}, + [3205] = {.lex_state = 69, .external_lex_state = 57}, + [3206] = {.lex_state = 259, .external_lex_state = 62}, + [3207] = {.lex_state = 69, .external_lex_state = 57}, + [3208] = {.lex_state = 259, .external_lex_state = 62}, + [3209] = {.lex_state = 247, .external_lex_state = 50}, + [3210] = {.lex_state = 232, .external_lex_state = 50}, + [3211] = {.lex_state = 259, .external_lex_state = 62}, + [3212] = {.lex_state = 259, .external_lex_state = 62}, + [3213] = {.lex_state = 69, .external_lex_state = 57}, + [3214] = {.lex_state = 259, .external_lex_state = 62}, + [3215] = {.lex_state = 259, .external_lex_state = 62}, + [3216] = {.lex_state = 247, .external_lex_state = 50}, + [3217] = {.lex_state = 259, .external_lex_state = 62}, + [3218] = {.lex_state = 259, .external_lex_state = 62}, + [3219] = {.lex_state = 69, .external_lex_state = 57}, + [3220] = {.lex_state = 232, .external_lex_state = 50}, + [3221] = {.lex_state = 69, .external_lex_state = 57}, + [3222] = {.lex_state = 259, .external_lex_state = 62}, + [3223] = {.lex_state = 259, .external_lex_state = 62}, + [3224] = {.lex_state = 69, .external_lex_state = 57}, + [3225] = {.lex_state = 68, .external_lex_state = 36}, + [3226] = {.lex_state = 160, .external_lex_state = 48}, + [3227] = {.lex_state = 68, .external_lex_state = 36}, + [3228] = {.lex_state = 259, .external_lex_state = 62}, + [3229] = {.lex_state = 232, .external_lex_state = 46}, + [3230] = {.lex_state = 259, .external_lex_state = 62}, + [3231] = {.lex_state = 259, .external_lex_state = 62}, + [3232] = {.lex_state = 247, .external_lex_state = 50}, + [3233] = {.lex_state = 232, .external_lex_state = 45}, + [3234] = {.lex_state = 232, .external_lex_state = 46}, + [3235] = {.lex_state = 232, .external_lex_state = 46}, + [3236] = {.lex_state = 247, .external_lex_state = 50}, + [3237] = {.lex_state = 232, .external_lex_state = 46}, + [3238] = {.lex_state = 232, .external_lex_state = 46}, + [3239] = {.lex_state = 232, .external_lex_state = 46}, + [3240] = {.lex_state = 232, .external_lex_state = 46}, + [3241] = {.lex_state = 232, .external_lex_state = 46}, + [3242] = {.lex_state = 232, .external_lex_state = 46}, + [3243] = {.lex_state = 232, .external_lex_state = 46}, + [3244] = {.lex_state = 232, .external_lex_state = 46}, + [3245] = {.lex_state = 232, .external_lex_state = 46}, + [3246] = {.lex_state = 232, .external_lex_state = 46}, + [3247] = {.lex_state = 232, .external_lex_state = 46}, + [3248] = {.lex_state = 232, .external_lex_state = 46}, + [3249] = {.lex_state = 232, .external_lex_state = 46}, + [3250] = {.lex_state = 232, .external_lex_state = 46}, + [3251] = {.lex_state = 232, .external_lex_state = 45}, + [3252] = {.lex_state = 232, .external_lex_state = 46}, + [3253] = {.lex_state = 232, .external_lex_state = 45}, + [3254] = {.lex_state = 232, .external_lex_state = 50}, + [3255] = {.lex_state = 232, .external_lex_state = 46}, + [3256] = {.lex_state = 232, .external_lex_state = 50}, + [3257] = {.lex_state = 232, .external_lex_state = 50}, + [3258] = {.lex_state = 232, .external_lex_state = 46}, + [3259] = {.lex_state = 232, .external_lex_state = 46}, + [3260] = {.lex_state = 232, .external_lex_state = 50}, + [3261] = {.lex_state = 232, .external_lex_state = 50}, + [3262] = {.lex_state = 232, .external_lex_state = 50}, + [3263] = {.lex_state = 232, .external_lex_state = 50}, + [3264] = {.lex_state = 232, .external_lex_state = 50}, + [3265] = {.lex_state = 231, .external_lex_state = 51}, + [3266] = {.lex_state = 232, .external_lex_state = 50}, + [3267] = {.lex_state = 232, .external_lex_state = 50}, + [3268] = {.lex_state = 232, .external_lex_state = 50}, + [3269] = {.lex_state = 232, .external_lex_state = 50}, + [3270] = {.lex_state = 232, .external_lex_state = 50}, + [3271] = {.lex_state = 232, .external_lex_state = 50}, + [3272] = {.lex_state = 232, .external_lex_state = 50}, + [3273] = {.lex_state = 232, .external_lex_state = 50}, + [3274] = {.lex_state = 232, .external_lex_state = 50}, + [3275] = {.lex_state = 232, .external_lex_state = 50}, + [3276] = {.lex_state = 232, .external_lex_state = 50}, + [3277] = {.lex_state = 69, .external_lex_state = 63}, + [3278] = {.lex_state = 232, .external_lex_state = 50}, + [3279] = {.lex_state = 232, .external_lex_state = 50}, + [3280] = {.lex_state = 232, .external_lex_state = 50}, + [3281] = {.lex_state = 232, .external_lex_state = 50}, + [3282] = {.lex_state = 232, .external_lex_state = 50}, + [3283] = {.lex_state = 232, .external_lex_state = 50}, + [3284] = {.lex_state = 232, .external_lex_state = 50}, + [3285] = {.lex_state = 232, .external_lex_state = 50}, + [3286] = {.lex_state = 232, .external_lex_state = 50}, + [3287] = {.lex_state = 232, .external_lex_state = 50}, + [3288] = {.lex_state = 232, .external_lex_state = 50}, + [3289] = {.lex_state = 232, .external_lex_state = 50}, + [3290] = {.lex_state = 232, .external_lex_state = 50}, + [3291] = {.lex_state = 232, .external_lex_state = 50}, + [3292] = {.lex_state = 232, .external_lex_state = 50}, + [3293] = {.lex_state = 232, .external_lex_state = 50}, + [3294] = {.lex_state = 232, .external_lex_state = 50}, + [3295] = {.lex_state = 232, .external_lex_state = 50}, + [3296] = {.lex_state = 232, .external_lex_state = 50}, + [3297] = {.lex_state = 232, .external_lex_state = 50}, + [3298] = {.lex_state = 231, .external_lex_state = 51}, + [3299] = {.lex_state = 232, .external_lex_state = 50}, + [3300] = {.lex_state = 232, .external_lex_state = 50}, + [3301] = {.lex_state = 232, .external_lex_state = 50}, + [3302] = {.lex_state = 232, .external_lex_state = 50}, + [3303] = {.lex_state = 232, .external_lex_state = 50}, + [3304] = {.lex_state = 232, .external_lex_state = 50}, + [3305] = {.lex_state = 232, .external_lex_state = 50}, + [3306] = {.lex_state = 232, .external_lex_state = 50}, + [3307] = {.lex_state = 232, .external_lex_state = 50}, + [3308] = {.lex_state = 232, .external_lex_state = 50}, + [3309] = {.lex_state = 232, .external_lex_state = 50}, + [3310] = {.lex_state = 232, .external_lex_state = 50}, + [3311] = {.lex_state = 232, .external_lex_state = 50}, + [3312] = {.lex_state = 232, .external_lex_state = 50}, + [3313] = {.lex_state = 232, .external_lex_state = 50}, + [3314] = {.lex_state = 232, .external_lex_state = 50}, + [3315] = {.lex_state = 232, .external_lex_state = 50}, + [3316] = {.lex_state = 232, .external_lex_state = 50}, + [3317] = {.lex_state = 69, .external_lex_state = 57}, + [3318] = {.lex_state = 224}, + [3319] = {.lex_state = 69, .external_lex_state = 57}, + [3320] = {.lex_state = 69, .external_lex_state = 57}, + [3321] = {.lex_state = 69, .external_lex_state = 57}, + [3322] = {.lex_state = 69, .external_lex_state = 57}, + [3323] = {.lex_state = 69, .external_lex_state = 57}, + [3324] = {.lex_state = 225, .external_lex_state = 64}, + [3325] = {.lex_state = 69, .external_lex_state = 63}, + [3326] = {.lex_state = 69, .external_lex_state = 63}, + [3327] = {.lex_state = 69, .external_lex_state = 63}, + [3328] = {.lex_state = 225, .external_lex_state = 64}, + [3329] = {.lex_state = 69, .external_lex_state = 63}, + [3330] = {.lex_state = 224}, + [3331] = {.lex_state = 69, .external_lex_state = 63}, + [3332] = {.lex_state = 69, .external_lex_state = 57}, + [3333] = {.lex_state = 252, .external_lex_state = 65}, + [3334] = {.lex_state = 69, .external_lex_state = 63}, + [3335] = {.lex_state = 69, .external_lex_state = 63}, + [3336] = {.lex_state = 69, .external_lex_state = 57}, + [3337] = {.lex_state = 254}, + [3338] = {.lex_state = 254}, + [3339] = {.lex_state = 254}, + [3340] = {.lex_state = 254}, + [3341] = {.lex_state = 69, .external_lex_state = 63}, + [3342] = {.lex_state = 254}, + [3343] = {.lex_state = 254}, + [3344] = {.lex_state = 69, .external_lex_state = 63}, + [3345] = {.lex_state = 69, .external_lex_state = 63}, + [3346] = {.lex_state = 254}, + [3347] = {.lex_state = 69, .external_lex_state = 63}, + [3348] = {.lex_state = 254}, + [3349] = {.lex_state = 254}, + [3350] = {.lex_state = 254}, + [3351] = {.lex_state = 254}, + [3352] = {.lex_state = 254}, + [3353] = {.lex_state = 254}, + [3354] = {.lex_state = 254}, + [3355] = {.lex_state = 254}, + [3356] = {.lex_state = 254}, + [3357] = {.lex_state = 254}, + [3358] = {.lex_state = 254}, + [3359] = {.lex_state = 69, .external_lex_state = 63}, + [3360] = {.lex_state = 254}, + [3361] = {.lex_state = 254}, + [3362] = {.lex_state = 67, .external_lex_state = 66}, + [3363] = {.lex_state = 69, .external_lex_state = 63}, + [3364] = {.lex_state = 254}, + [3365] = {.lex_state = 254}, + [3366] = {.lex_state = 254}, + [3367] = {.lex_state = 254}, + [3368] = {.lex_state = 254}, + [3369] = {.lex_state = 254}, + [3370] = {.lex_state = 254}, + [3371] = {.lex_state = 254}, + [3372] = {.lex_state = 254}, + [3373] = {.lex_state = 254}, + [3374] = {.lex_state = 254}, + [3375] = {.lex_state = 254}, + [3376] = {.lex_state = 254}, + [3377] = {.lex_state = 69, .external_lex_state = 57}, + [3378] = {.lex_state = 254}, + [3379] = {.lex_state = 69, .external_lex_state = 63}, + [3380] = {.lex_state = 254}, + [3381] = {.lex_state = 254}, + [3382] = {.lex_state = 254}, + [3383] = {.lex_state = 254}, + [3384] = {.lex_state = 69, .external_lex_state = 63}, + [3385] = {.lex_state = 254}, + [3386] = {.lex_state = 254}, + [3387] = {.lex_state = 254}, + [3388] = {.lex_state = 69, .external_lex_state = 63}, + [3389] = {.lex_state = 254}, + [3390] = {.lex_state = 254}, + [3391] = {.lex_state = 254}, + [3392] = {.lex_state = 254}, + [3393] = {.lex_state = 254}, + [3394] = {.lex_state = 69, .external_lex_state = 63}, + [3395] = {.lex_state = 254}, + [3396] = {.lex_state = 254}, + [3397] = {.lex_state = 254}, + [3398] = {.lex_state = 254}, + [3399] = {.lex_state = 254}, + [3400] = {.lex_state = 254}, + [3401] = {.lex_state = 254}, + [3402] = {.lex_state = 254}, + [3403] = {.lex_state = 254}, + [3404] = {.lex_state = 69, .external_lex_state = 63}, + [3405] = {.lex_state = 254}, + [3406] = {.lex_state = 254}, + [3407] = {.lex_state = 69, .external_lex_state = 57}, + [3408] = {.lex_state = 254}, + [3409] = {.lex_state = 254}, + [3410] = {.lex_state = 254}, + [3411] = {.lex_state = 254}, + [3412] = {.lex_state = 254}, + [3413] = {.lex_state = 254}, + [3414] = {.lex_state = 69, .external_lex_state = 63}, + [3415] = {.lex_state = 254}, + [3416] = {.lex_state = 254}, + [3417] = {.lex_state = 69, .external_lex_state = 63}, + [3418] = {.lex_state = 254}, + [3419] = {.lex_state = 69, .external_lex_state = 63}, + [3420] = {.lex_state = 254}, + [3421] = {.lex_state = 254}, + [3422] = {.lex_state = 69, .external_lex_state = 63}, + [3423] = {.lex_state = 254}, + [3424] = {.lex_state = 254}, + [3425] = {.lex_state = 254}, + [3426] = {.lex_state = 254}, + [3427] = {.lex_state = 254}, + [3428] = {.lex_state = 254}, + [3429] = {.lex_state = 254}, + [3430] = {.lex_state = 254}, + [3431] = {.lex_state = 254}, + [3432] = {.lex_state = 254}, + [3433] = {.lex_state = 69, .external_lex_state = 63}, + [3434] = {.lex_state = 254}, + [3435] = {.lex_state = 254}, + [3436] = {.lex_state = 69, .external_lex_state = 57}, + [3437] = {.lex_state = 254}, + [3438] = {.lex_state = 254}, + [3439] = {.lex_state = 254}, + [3440] = {.lex_state = 69, .external_lex_state = 63}, + [3441] = {.lex_state = 254}, + [3442] = {.lex_state = 254}, + [3443] = {.lex_state = 254}, + [3444] = {.lex_state = 254}, + [3445] = {.lex_state = 254}, + [3446] = {.lex_state = 254}, + [3447] = {.lex_state = 254}, + [3448] = {.lex_state = 254}, + [3449] = {.lex_state = 254}, + [3450] = {.lex_state = 254}, + [3451] = {.lex_state = 254}, + [3452] = {.lex_state = 69, .external_lex_state = 63}, + [3453] = {.lex_state = 254}, + [3454] = {.lex_state = 254}, + [3455] = {.lex_state = 254}, + [3456] = {.lex_state = 69, .external_lex_state = 57}, + [3457] = {.lex_state = 254}, + [3458] = {.lex_state = 254}, + [3459] = {.lex_state = 69, .external_lex_state = 63}, + [3460] = {.lex_state = 254}, + [3461] = {.lex_state = 254}, [3462] = {.lex_state = 226}, [3463] = {.lex_state = 227}, [3464] = {.lex_state = 226}, - [3465] = {.lex_state = 227}, - [3466] = {.lex_state = 227}, - [3467] = {.lex_state = 226}, - [3468] = {.lex_state = 226}, - [3469] = {.lex_state = 227}, + [3465] = {.lex_state = 226}, + [3466] = {.lex_state = 226}, + [3467] = {.lex_state = 227}, + [3468] = {.lex_state = 227}, + [3469] = {.lex_state = 226}, [3470] = {.lex_state = 226}, - [3471] = {.lex_state = 226}, + [3471] = {.lex_state = 227}, [3472] = {.lex_state = 226}, - [3473] = {.lex_state = 70, .external_lex_state = 61}, - [3474] = {.lex_state = 228}, - [3475] = {.lex_state = 70, .external_lex_state = 54}, - [3476] = {.lex_state = 70, .external_lex_state = 54}, - [3477] = {.lex_state = 70, .external_lex_state = 61}, - [3478] = {.lex_state = 70, .external_lex_state = 61}, - [3479] = {.lex_state = 70, .external_lex_state = 61}, - [3480] = {.lex_state = 70, .external_lex_state = 54}, - [3481] = {.lex_state = 70, .external_lex_state = 54}, - [3482] = {.lex_state = 70, .external_lex_state = 61}, - [3483] = {.lex_state = 421, .external_lex_state = 45}, - [3484] = {.lex_state = 70, .external_lex_state = 54}, - [3485] = {.lex_state = 70, .external_lex_state = 54}, - [3486] = {.lex_state = 70, .external_lex_state = 61}, - [3487] = {.lex_state = 70, .external_lex_state = 61}, - [3488] = {.lex_state = 70, .external_lex_state = 54}, - [3489] = {.lex_state = 70, .external_lex_state = 61}, - [3490] = {.lex_state = 70, .external_lex_state = 61}, - [3491] = {.lex_state = 70, .external_lex_state = 61}, - [3492] = {.lex_state = 70, .external_lex_state = 54}, - [3493] = {.lex_state = 70, .external_lex_state = 61}, - [3494] = {.lex_state = 70, .external_lex_state = 61}, - [3495] = {.lex_state = 70, .external_lex_state = 61}, - [3496] = {.lex_state = 70, .external_lex_state = 54}, - [3497] = {.lex_state = 70, .external_lex_state = 61}, - [3498] = {.lex_state = 70, .external_lex_state = 61}, - [3499] = {.lex_state = 70, .external_lex_state = 61}, - [3500] = {.lex_state = 70, .external_lex_state = 61}, - [3501] = {.lex_state = 70, .external_lex_state = 54}, - [3502] = {.lex_state = 70, .external_lex_state = 61}, - [3503] = {.lex_state = 70, .external_lex_state = 54}, - [3504] = {.lex_state = 70, .external_lex_state = 61}, - [3505] = {.lex_state = 70, .external_lex_state = 54}, - [3506] = {.lex_state = 232, .external_lex_state = 62}, - [3507] = {.lex_state = 256, .external_lex_state = 60}, - [3508] = {.lex_state = 232, .external_lex_state = 62}, - [3509] = {.lex_state = 212, .external_lex_state = 63}, - [3510] = {.lex_state = 232, .external_lex_state = 62}, - [3511] = {.lex_state = 229}, - [3512] = {.lex_state = 232, .external_lex_state = 62}, - [3513] = {.lex_state = 212, .external_lex_state = 63}, - [3514] = {.lex_state = 229}, - [3515] = {.lex_state = 229}, - [3516] = {.lex_state = 232, .external_lex_state = 62}, - [3517] = {.lex_state = 229}, - [3518] = {.lex_state = 229}, - [3519] = {.lex_state = 232, .external_lex_state = 62}, - [3520] = {.lex_state = 70, .external_lex_state = 54}, - [3521] = {.lex_state = 212, .external_lex_state = 63}, - [3522] = {.lex_state = 232, .external_lex_state = 62}, - [3523] = {.lex_state = 229}, - [3524] = {.lex_state = 232, .external_lex_state = 62}, - [3525] = {.lex_state = 232, .external_lex_state = 62}, - [3526] = {.lex_state = 229}, - [3527] = {.lex_state = 253, .external_lex_state = 64}, - [3528] = {.lex_state = 252, .external_lex_state = 48}, - [3529] = {.lex_state = 253, .external_lex_state = 64}, - [3530] = {.lex_state = 70, .external_lex_state = 54}, - [3531] = {.lex_state = 253, .external_lex_state = 64}, - [3532] = {.lex_state = 253, .external_lex_state = 64}, - [3533] = {.lex_state = 257}, - [3534] = {.lex_state = 70, .external_lex_state = 54}, - [3535] = {.lex_state = 253, .external_lex_state = 64}, - [3536] = {.lex_state = 253, .external_lex_state = 64}, - [3537] = {.lex_state = 253, .external_lex_state = 64}, - [3538] = {.lex_state = 253, .external_lex_state = 64}, - [3539] = {.lex_state = 253, .external_lex_state = 64}, - [3540] = {.lex_state = 253, .external_lex_state = 64}, - [3541] = {.lex_state = 253, .external_lex_state = 64}, - [3542] = {.lex_state = 253}, - [3543] = {.lex_state = 69, .external_lex_state = 65}, - [3544] = {.lex_state = 72, .external_lex_state = 66}, - [3545] = {.lex_state = 253}, - [3546] = {.lex_state = 256}, - [3547] = {.lex_state = 256}, - [3548] = {.lex_state = 256}, - [3549] = {.lex_state = 72, .external_lex_state = 66}, - [3550] = {.lex_state = 256}, - [3551] = {.lex_state = 256}, - [3552] = {.lex_state = 256}, - [3553] = {.lex_state = 256}, - [3554] = {.lex_state = 256}, - [3555] = {.lex_state = 72, .external_lex_state = 66}, - [3556] = {.lex_state = 256}, - [3557] = {.lex_state = 256}, - [3558] = {.lex_state = 256}, - [3559] = {.lex_state = 256}, - [3560] = {.lex_state = 72, .external_lex_state = 66}, - [3561] = {.lex_state = 256}, - [3562] = {.lex_state = 72, .external_lex_state = 66}, - [3563] = {.lex_state = 256}, - [3564] = {.lex_state = 72, .external_lex_state = 66}, - [3565] = {.lex_state = 256}, - [3566] = {.lex_state = 256}, - [3567] = {.lex_state = 256}, - [3568] = {.lex_state = 256}, - [3569] = {.lex_state = 72, .external_lex_state = 66}, - [3570] = {.lex_state = 72, .external_lex_state = 66}, - [3571] = {.lex_state = 72, .external_lex_state = 66}, - [3572] = {.lex_state = 256}, - [3573] = {.lex_state = 72, .external_lex_state = 66}, - [3574] = {.lex_state = 219}, - [3575] = {.lex_state = 72, .external_lex_state = 66}, - [3576] = {.lex_state = 72, .external_lex_state = 66}, - [3577] = {.lex_state = 72, .external_lex_state = 66}, - [3578] = {.lex_state = 219}, - [3579] = {.lex_state = 219}, - [3580] = {.lex_state = 219}, - [3581] = {.lex_state = 219}, - [3582] = {.lex_state = 219}, - [3583] = {.lex_state = 72, .external_lex_state = 66}, - [3584] = {.lex_state = 72, .external_lex_state = 66}, - [3585] = {.lex_state = 219}, - [3586] = {.lex_state = 212, .external_lex_state = 63}, - [3587] = {.lex_state = 219}, - [3588] = {.lex_state = 219}, - [3589] = {.lex_state = 219}, - [3590] = {.lex_state = 212, .external_lex_state = 63}, - [3591] = {.lex_state = 72, .external_lex_state = 66}, - [3592] = {.lex_state = 212, .external_lex_state = 63}, - [3593] = {.lex_state = 219}, - [3594] = {.lex_state = 219}, - [3595] = {.lex_state = 219}, - [3596] = {.lex_state = 72, .external_lex_state = 45}, - [3597] = {.lex_state = 212, .external_lex_state = 63}, - [3598] = {.lex_state = 219}, - [3599] = {.lex_state = 72, .external_lex_state = 45}, - [3600] = {.lex_state = 219}, - [3601] = {.lex_state = 212, .external_lex_state = 63}, - [3602] = {.lex_state = 72, .external_lex_state = 66}, - [3603] = {.lex_state = 219}, - [3604] = {.lex_state = 72, .external_lex_state = 66}, - [3605] = {.lex_state = 212, .external_lex_state = 63}, - [3606] = {.lex_state = 72, .external_lex_state = 66}, - [3607] = {.lex_state = 72, .external_lex_state = 45}, - [3608] = {.lex_state = 72, .external_lex_state = 66}, - [3609] = {.lex_state = 219}, - [3610] = {.lex_state = 72, .external_lex_state = 66}, - [3611] = {.lex_state = 72, .external_lex_state = 66}, - [3612] = {.lex_state = 72, .external_lex_state = 66}, - [3613] = {.lex_state = 72, .external_lex_state = 66}, - [3614] = {.lex_state = 72, .external_lex_state = 66}, - [3615] = {.lex_state = 212, .external_lex_state = 63}, - [3616] = {.lex_state = 72, .external_lex_state = 45}, - [3617] = {.lex_state = 219}, - [3618] = {.lex_state = 72, .external_lex_state = 66}, - [3619] = {.lex_state = 219}, - [3620] = {.lex_state = 219}, - [3621] = {.lex_state = 219}, - [3622] = {.lex_state = 219}, - [3623] = {.lex_state = 219}, - [3624] = {.lex_state = 72, .external_lex_state = 66}, - [3625] = {.lex_state = 72, .external_lex_state = 66}, - [3626] = {.lex_state = 219}, - [3627] = {.lex_state = 72, .external_lex_state = 66}, - [3628] = {.lex_state = 68, .external_lex_state = 45}, - [3629] = {.lex_state = 236, .external_lex_state = 64}, - [3630] = {.lex_state = 257}, - [3631] = {.lex_state = 68, .external_lex_state = 45}, - [3632] = {.lex_state = 236, .external_lex_state = 64}, - [3633] = {.lex_state = 68, .external_lex_state = 45}, - [3634] = {.lex_state = 236, .external_lex_state = 64}, - [3635] = {.lex_state = 68, .external_lex_state = 45}, - [3636] = {.lex_state = 236, .external_lex_state = 64}, - [3637] = {.lex_state = 257}, - [3638] = {.lex_state = 260, .external_lex_state = 67}, - [3639] = {.lex_state = 257}, - [3640] = {.lex_state = 236, .external_lex_state = 64}, - [3641] = {.lex_state = 236, .external_lex_state = 64}, - [3642] = {.lex_state = 236, .external_lex_state = 64}, - [3643] = {.lex_state = 257}, - [3644] = {.lex_state = 236, .external_lex_state = 64}, - [3645] = {.lex_state = 257}, - [3646] = {.lex_state = 68, .external_lex_state = 45}, - [3647] = {.lex_state = 249, .external_lex_state = 68}, - [3648] = {.lex_state = 68, .external_lex_state = 45}, - [3649] = {.lex_state = 236, .external_lex_state = 64}, + [3473] = {.lex_state = 226}, + [3474] = {.lex_state = 227}, + [3475] = {.lex_state = 226}, + [3476] = {.lex_state = 226}, + [3477] = {.lex_state = 69, .external_lex_state = 57}, + [3478] = {.lex_state = 227}, + [3479] = {.lex_state = 227}, + [3480] = {.lex_state = 226}, + [3481] = {.lex_state = 226}, + [3482] = {.lex_state = 227}, + [3483] = {.lex_state = 226}, + [3484] = {.lex_state = 227}, + [3485] = {.lex_state = 226}, + [3486] = {.lex_state = 227}, + [3487] = {.lex_state = 226}, + [3488] = {.lex_state = 226}, + [3489] = {.lex_state = 227}, + [3490] = {.lex_state = 226}, + [3491] = {.lex_state = 226}, + [3492] = {.lex_state = 226}, + [3493] = {.lex_state = 227}, + [3494] = {.lex_state = 227}, + [3495] = {.lex_state = 226}, + [3496] = {.lex_state = 227}, + [3497] = {.lex_state = 227}, + [3498] = {.lex_state = 226}, + [3499] = {.lex_state = 226}, + [3500] = {.lex_state = 226}, + [3501] = {.lex_state = 226}, + [3502] = {.lex_state = 227}, + [3503] = {.lex_state = 227}, + [3504] = {.lex_state = 227}, + [3505] = {.lex_state = 226}, + [3506] = {.lex_state = 226}, + [3507] = {.lex_state = 226}, + [3508] = {.lex_state = 226}, + [3509] = {.lex_state = 226}, + [3510] = {.lex_state = 226}, + [3511] = {.lex_state = 227}, + [3512] = {.lex_state = 226}, + [3513] = {.lex_state = 226}, + [3514] = {.lex_state = 226}, + [3515] = {.lex_state = 226}, + [3516] = {.lex_state = 226}, + [3517] = {.lex_state = 226}, + [3518] = {.lex_state = 226}, + [3519] = {.lex_state = 226}, + [3520] = {.lex_state = 227}, + [3521] = {.lex_state = 227}, + [3522] = {.lex_state = 226}, + [3523] = {.lex_state = 226}, + [3524] = {.lex_state = 226}, + [3525] = {.lex_state = 226}, + [3526] = {.lex_state = 227}, + [3527] = {.lex_state = 226}, + [3528] = {.lex_state = 226}, + [3529] = {.lex_state = 226}, + [3530] = {.lex_state = 226}, + [3531] = {.lex_state = 226}, + [3532] = {.lex_state = 226}, + [3533] = {.lex_state = 227}, + [3534] = {.lex_state = 226}, + [3535] = {.lex_state = 226}, + [3536] = {.lex_state = 226}, + [3537] = {.lex_state = 227}, + [3538] = {.lex_state = 226}, + [3539] = {.lex_state = 226}, + [3540] = {.lex_state = 227}, + [3541] = {.lex_state = 226}, + [3542] = {.lex_state = 226}, + [3543] = {.lex_state = 226}, + [3544] = {.lex_state = 226}, + [3545] = {.lex_state = 226}, + [3546] = {.lex_state = 226}, + [3547] = {.lex_state = 227}, + [3548] = {.lex_state = 227}, + [3549] = {.lex_state = 226}, + [3550] = {.lex_state = 226}, + [3551] = {.lex_state = 226}, + [3552] = {.lex_state = 226}, + [3553] = {.lex_state = 227}, + [3554] = {.lex_state = 227}, + [3555] = {.lex_state = 226}, + [3556] = {.lex_state = 226}, + [3557] = {.lex_state = 226}, + [3558] = {.lex_state = 226}, + [3559] = {.lex_state = 226}, + [3560] = {.lex_state = 227}, + [3561] = {.lex_state = 226}, + [3562] = {.lex_state = 227}, + [3563] = {.lex_state = 226}, + [3564] = {.lex_state = 227}, + [3565] = {.lex_state = 226}, + [3566] = {.lex_state = 227}, + [3567] = {.lex_state = 227}, + [3568] = {.lex_state = 226}, + [3569] = {.lex_state = 226}, + [3570] = {.lex_state = 226}, + [3571] = {.lex_state = 227}, + [3572] = {.lex_state = 226}, + [3573] = {.lex_state = 226}, + [3574] = {.lex_state = 226}, + [3575] = {.lex_state = 227}, + [3576] = {.lex_state = 226}, + [3577] = {.lex_state = 226}, + [3578] = {.lex_state = 226}, + [3579] = {.lex_state = 226}, + [3580] = {.lex_state = 226}, + [3581] = {.lex_state = 227}, + [3582] = {.lex_state = 227}, + [3583] = {.lex_state = 226}, + [3584] = {.lex_state = 226}, + [3585] = {.lex_state = 226}, + [3586] = {.lex_state = 226}, + [3587] = {.lex_state = 226}, + [3588] = {.lex_state = 227}, + [3589] = {.lex_state = 226}, + [3590] = {.lex_state = 226}, + [3591] = {.lex_state = 226}, + [3592] = {.lex_state = 226}, + [3593] = {.lex_state = 226}, + [3594] = {.lex_state = 226}, + [3595] = {.lex_state = 226}, + [3596] = {.lex_state = 226}, + [3597] = {.lex_state = 226}, + [3598] = {.lex_state = 227}, + [3599] = {.lex_state = 226}, + [3600] = {.lex_state = 226}, + [3601] = {.lex_state = 227}, + [3602] = {.lex_state = 226}, + [3603] = {.lex_state = 226}, + [3604] = {.lex_state = 69, .external_lex_state = 57}, + [3605] = {.lex_state = 69, .external_lex_state = 57}, + [3606] = {.lex_state = 228}, + [3607] = {.lex_state = 216, .external_lex_state = 67}, + [3608] = {.lex_state = 229}, + [3609] = {.lex_state = 232, .external_lex_state = 68}, + [3610] = {.lex_state = 232, .external_lex_state = 68}, + [3611] = {.lex_state = 232, .external_lex_state = 68}, + [3612] = {.lex_state = 257, .external_lex_state = 64}, + [3613] = {.lex_state = 232, .external_lex_state = 68}, + [3614] = {.lex_state = 232, .external_lex_state = 68}, + [3615] = {.lex_state = 229}, + [3616] = {.lex_state = 232, .external_lex_state = 68}, + [3617] = {.lex_state = 216, .external_lex_state = 67}, + [3618] = {.lex_state = 232, .external_lex_state = 68}, + [3619] = {.lex_state = 229}, + [3620] = {.lex_state = 232, .external_lex_state = 68}, + [3621] = {.lex_state = 229}, + [3622] = {.lex_state = 229}, + [3623] = {.lex_state = 229}, + [3624] = {.lex_state = 232, .external_lex_state = 68}, + [3625] = {.lex_state = 216, .external_lex_state = 67}, + [3626] = {.lex_state = 229}, + [3627] = {.lex_state = 254, .external_lex_state = 69}, + [3628] = {.lex_state = 254, .external_lex_state = 69}, + [3629] = {.lex_state = 254, .external_lex_state = 69}, + [3630] = {.lex_state = 254, .external_lex_state = 69}, + [3631] = {.lex_state = 259}, + [3632] = {.lex_state = 254, .external_lex_state = 69}, + [3633] = {.lex_state = 254, .external_lex_state = 69}, + [3634] = {.lex_state = 254, .external_lex_state = 69}, + [3635] = {.lex_state = 254, .external_lex_state = 69}, + [3636] = {.lex_state = 254, .external_lex_state = 69}, + [3637] = {.lex_state = 254, .external_lex_state = 69}, + [3638] = {.lex_state = 254, .external_lex_state = 69}, + [3639] = {.lex_state = 67, .external_lex_state = 66}, + [3640] = {.lex_state = 70, .external_lex_state = 70}, + [3641] = {.lex_state = 67, .external_lex_state = 66}, + [3642] = {.lex_state = 254}, + [3643] = {.lex_state = 254}, + [3644] = {.lex_state = 70, .external_lex_state = 70}, + [3645] = {.lex_state = 70, .external_lex_state = 70}, + [3646] = {.lex_state = 70, .external_lex_state = 70}, + [3647] = {.lex_state = 257}, + [3648] = {.lex_state = 257}, + [3649] = {.lex_state = 257}, [3650] = {.lex_state = 257}, - [3651] = {.lex_state = 72, .external_lex_state = 45}, - [3652] = {.lex_state = 68, .external_lex_state = 45}, - [3653] = {.lex_state = 68, .external_lex_state = 45}, - [3654] = {.lex_state = 435, .external_lex_state = 69}, - [3655] = {.lex_state = 212, .external_lex_state = 70}, - [3656] = {.lex_state = 212, .external_lex_state = 70}, - [3657] = {.lex_state = 435, .external_lex_state = 69}, - [3658] = {.lex_state = 72, .external_lex_state = 45}, - [3659] = {.lex_state = 435, .external_lex_state = 69}, - [3660] = {.lex_state = 435, .external_lex_state = 69}, - [3661] = {.lex_state = 435, .external_lex_state = 69}, - [3662] = {.lex_state = 435, .external_lex_state = 69}, - [3663] = {.lex_state = 435, .external_lex_state = 69}, - [3664] = {.lex_state = 212, .external_lex_state = 70}, - [3665] = {.lex_state = 212, .external_lex_state = 70}, - [3666] = {.lex_state = 212, .external_lex_state = 70}, - [3667] = {.lex_state = 435, .external_lex_state = 69}, - [3668] = {.lex_state = 72, .external_lex_state = 45}, - [3669] = {.lex_state = 236, .external_lex_state = 64}, - [3670] = {.lex_state = 236, .external_lex_state = 64}, - [3671] = {.lex_state = 256}, - [3672] = {.lex_state = 212, .external_lex_state = 70}, - [3673] = {.lex_state = 236, .external_lex_state = 64}, - [3674] = {.lex_state = 256}, - [3675] = {.lex_state = 212, .external_lex_state = 71}, - [3676] = {.lex_state = 212, .external_lex_state = 71}, - [3677] = {.lex_state = 435, .external_lex_state = 69}, - [3678] = {.lex_state = 234}, - [3679] = {.lex_state = 212, .external_lex_state = 71}, - [3680] = {.lex_state = 212, .external_lex_state = 71}, - [3681] = {.lex_state = 234}, - [3682] = {.lex_state = 435, .external_lex_state = 69}, - [3683] = {.lex_state = 212, .external_lex_state = 70}, - [3684] = {.lex_state = 435, .external_lex_state = 69}, - [3685] = {.lex_state = 435, .external_lex_state = 69}, - [3686] = {.lex_state = 72, .external_lex_state = 45}, - [3687] = {.lex_state = 212, .external_lex_state = 70}, - [3688] = {.lex_state = 260, .external_lex_state = 67}, - [3689] = {.lex_state = 435, .external_lex_state = 69}, - [3690] = {.lex_state = 212, .external_lex_state = 70}, - [3691] = {.lex_state = 212, .external_lex_state = 70}, - [3692] = {.lex_state = 72, .external_lex_state = 45}, - [3693] = {.lex_state = 260, .external_lex_state = 67}, - [3694] = {.lex_state = 435, .external_lex_state = 69}, - [3695] = {.lex_state = 260, .external_lex_state = 67}, - [3696] = {.lex_state = 212, .external_lex_state = 70}, - [3697] = {.lex_state = 212, .external_lex_state = 70}, - [3698] = {.lex_state = 435, .external_lex_state = 69}, - [3699] = {.lex_state = 72, .external_lex_state = 45}, - [3700] = {.lex_state = 256}, - [3701] = {.lex_state = 68, .external_lex_state = 45}, - [3702] = {.lex_state = 257}, - [3703] = {.lex_state = 234}, - [3704] = {.lex_state = 72, .external_lex_state = 45}, - [3705] = {.lex_state = 435, .external_lex_state = 69}, - [3706] = {.lex_state = 435, .external_lex_state = 69}, - [3707] = {.lex_state = 435, .external_lex_state = 69}, - [3708] = {.lex_state = 435, .external_lex_state = 69}, - [3709] = {.lex_state = 212, .external_lex_state = 70}, - [3710] = {.lex_state = 435, .external_lex_state = 69}, - [3711] = {.lex_state = 435, .external_lex_state = 69}, - [3712] = {.lex_state = 260, .external_lex_state = 67}, - [3713] = {.lex_state = 260, .external_lex_state = 67}, - [3714] = {.lex_state = 435, .external_lex_state = 69}, - [3715] = {.lex_state = 234}, - [3716] = {.lex_state = 236, .external_lex_state = 64}, - [3717] = {.lex_state = 236, .external_lex_state = 64}, - [3718] = {.lex_state = 435, .external_lex_state = 69}, - [3719] = {.lex_state = 435, .external_lex_state = 69}, - [3720] = {.lex_state = 214}, - [3721] = {.lex_state = 214}, - [3722] = {.lex_state = 214}, - [3723] = {.lex_state = 234}, - [3724] = {.lex_state = 214}, - [3725] = {.lex_state = 260, .external_lex_state = 60}, - [3726] = {.lex_state = 217, .external_lex_state = 67}, - [3727] = {.lex_state = 256}, - [3728] = {.lex_state = 217, .external_lex_state = 67}, - [3729] = {.lex_state = 214}, - [3730] = {.lex_state = 214}, - [3731] = {.lex_state = 214}, - [3732] = {.lex_state = 214}, - [3733] = {.lex_state = 260, .external_lex_state = 67}, - [3734] = {.lex_state = 260, .external_lex_state = 67}, - [3735] = {.lex_state = 68, .external_lex_state = 45}, - [3736] = {.lex_state = 260, .external_lex_state = 67}, - [3737] = {.lex_state = 260, .external_lex_state = 67}, - [3738] = {.lex_state = 212, .external_lex_state = 70}, - [3739] = {.lex_state = 260, .external_lex_state = 67}, - [3740] = {.lex_state = 212, .external_lex_state = 70}, - [3741] = {.lex_state = 212, .external_lex_state = 70}, - [3742] = {.lex_state = 212, .external_lex_state = 70}, - [3743] = {.lex_state = 260, .external_lex_state = 60}, - [3744] = {.lex_state = 212, .external_lex_state = 70}, - [3745] = {.lex_state = 256}, - [3746] = {.lex_state = 68, .external_lex_state = 45}, - [3747] = {.lex_state = 260, .external_lex_state = 67}, - [3748] = {.lex_state = 214}, - [3749] = {.lex_state = 260, .external_lex_state = 67}, - [3750] = {.lex_state = 260, .external_lex_state = 67}, - [3751] = {.lex_state = 212, .external_lex_state = 70}, - [3752] = {.lex_state = 260, .external_lex_state = 67}, - [3753] = {.lex_state = 260, .external_lex_state = 67}, - [3754] = {.lex_state = 260, .external_lex_state = 67}, - [3755] = {.lex_state = 212, .external_lex_state = 70}, - [3756] = {.lex_state = 260, .external_lex_state = 67}, - [3757] = {.lex_state = 217, .external_lex_state = 67}, - [3758] = {.lex_state = 260, .external_lex_state = 67}, - [3759] = {.lex_state = 236, .external_lex_state = 64}, - [3760] = {.lex_state = 236, .external_lex_state = 64}, - [3761] = {.lex_state = 260, .external_lex_state = 67}, - [3762] = {.lex_state = 236, .external_lex_state = 64}, - [3763] = {.lex_state = 236, .external_lex_state = 64}, - [3764] = {.lex_state = 236, .external_lex_state = 64}, - [3765] = {.lex_state = 236, .external_lex_state = 64}, - [3766] = {.lex_state = 214}, - [3767] = {.lex_state = 236, .external_lex_state = 64}, - [3768] = {.lex_state = 260, .external_lex_state = 67}, - [3769] = {.lex_state = 236, .external_lex_state = 64}, - [3770] = {.lex_state = 214}, - [3771] = {.lex_state = 236, .external_lex_state = 64}, - [3772] = {.lex_state = 68, .external_lex_state = 45}, - [3773] = {.lex_state = 236, .external_lex_state = 64}, - [3774] = {.lex_state = 214}, - [3775] = {.lex_state = 260, .external_lex_state = 67}, - [3776] = {.lex_state = 236, .external_lex_state = 64}, - [3777] = {.lex_state = 236, .external_lex_state = 64}, - [3778] = {.lex_state = 234}, - [3779] = {.lex_state = 260, .external_lex_state = 67}, - [3780] = {.lex_state = 256}, - [3781] = {.lex_state = 236, .external_lex_state = 64}, - [3782] = {.lex_state = 236, .external_lex_state = 64}, - [3783] = {.lex_state = 236, .external_lex_state = 64}, - [3784] = {.lex_state = 236, .external_lex_state = 64}, - [3785] = {.lex_state = 260, .external_lex_state = 67}, - [3786] = {.lex_state = 260, .external_lex_state = 67}, - [3787] = {.lex_state = 236, .external_lex_state = 64}, - [3788] = {.lex_state = 236, .external_lex_state = 64}, - [3789] = {.lex_state = 236, .external_lex_state = 64}, - [3790] = {.lex_state = 212, .external_lex_state = 70}, - [3791] = {.lex_state = 214}, - [3792] = {.lex_state = 214}, - [3793] = {.lex_state = 214}, - [3794] = {.lex_state = 435}, - [3795] = {.lex_state = 214}, - [3796] = {.lex_state = 435}, - [3797] = {.lex_state = 259}, - [3798] = {.lex_state = 214}, - [3799] = {.lex_state = 435}, - [3800] = {.lex_state = 259}, - [3801] = {.lex_state = 435}, - [3802] = {.lex_state = 435}, - [3803] = {.lex_state = 214}, - [3804] = {.lex_state = 435}, - [3805] = {.lex_state = 214}, - [3806] = {.lex_state = 213}, - [3807] = {.lex_state = 435}, - [3808] = {.lex_state = 214}, - [3809] = {.lex_state = 259}, - [3810] = {.lex_state = 214}, - [3811] = {.lex_state = 213}, - [3812] = {.lex_state = 435}, - [3813] = {.lex_state = 214}, - [3814] = {.lex_state = 259}, - [3815] = {.lex_state = 435}, - [3816] = {.lex_state = 435}, - [3817] = {.lex_state = 435}, - [3818] = {.lex_state = 214}, - [3819] = {.lex_state = 214}, - [3820] = {.lex_state = 214}, - [3821] = {.lex_state = 259}, - [3822] = {.lex_state = 214}, - [3823] = {.lex_state = 214}, - [3824] = {.lex_state = 214}, - [3825] = {.lex_state = 214}, - [3826] = {.lex_state = 259}, - [3827] = {.lex_state = 217, .external_lex_state = 67}, - [3828] = {.lex_state = 259}, - [3829] = {.lex_state = 214}, - [3830] = {.lex_state = 259}, - [3831] = {.lex_state = 435}, - [3832] = {.lex_state = 435}, - [3833] = {.lex_state = 435}, - [3834] = {.lex_state = 435}, - [3835] = {.lex_state = 259}, - [3836] = {.lex_state = 214}, - [3837] = {.lex_state = 214}, - [3838] = {.lex_state = 234}, - [3839] = {.lex_state = 214}, - [3840] = {.lex_state = 259}, - [3841] = {.lex_state = 214}, - [3842] = {.lex_state = 213}, - [3843] = {.lex_state = 214}, - [3844] = {.lex_state = 435}, - [3845] = {.lex_state = 214}, - [3846] = {.lex_state = 214}, - [3847] = {.lex_state = 213}, - [3848] = {.lex_state = 214}, - [3849] = {.lex_state = 214}, - [3850] = {.lex_state = 259}, - [3851] = {.lex_state = 214}, - [3852] = {.lex_state = 214}, - [3853] = {.lex_state = 214}, - [3854] = {.lex_state = 214}, - [3855] = {.lex_state = 259}, - [3856] = {.lex_state = 435}, - [3857] = {.lex_state = 259}, - [3858] = {.lex_state = 214}, - [3859] = {.lex_state = 214}, - [3860] = {.lex_state = 214}, - [3861] = {.lex_state = 214}, - [3862] = {.lex_state = 214}, - [3863] = {.lex_state = 259}, - [3864] = {.lex_state = 214}, - [3865] = {.lex_state = 214}, - [3866] = {.lex_state = 214}, - [3867] = {.lex_state = 214}, - [3868] = {.lex_state = 214}, - [3869] = {.lex_state = 435}, - [3870] = {.lex_state = 259}, - [3871] = {.lex_state = 259}, - [3872] = {.lex_state = 259}, - [3873] = {.lex_state = 214}, - [3874] = {.lex_state = 214}, - [3875] = {.lex_state = 214}, - [3876] = {.lex_state = 259}, - [3877] = {.lex_state = 259}, - [3878] = {.lex_state = 247, .external_lex_state = 64}, - [3879] = {.lex_state = 247, .external_lex_state = 64}, - [3880] = {.lex_state = 213}, - [3881] = {.lex_state = 259}, - [3882] = {.lex_state = 214}, - [3883] = {.lex_state = 435}, - [3884] = {.lex_state = 214}, - [3885] = {.lex_state = 435}, - [3886] = {.lex_state = 214}, - [3887] = {.lex_state = 214}, - [3888] = {.lex_state = 214}, - [3889] = {.lex_state = 214}, - [3890] = {.lex_state = 213}, - [3891] = {.lex_state = 185, .external_lex_state = 64}, - [3892] = {.lex_state = 214}, - [3893] = {.lex_state = 259}, - [3894] = {.lex_state = 259}, - [3895] = {.lex_state = 435}, - [3896] = {.lex_state = 214}, - [3897] = {.lex_state = 214}, - [3898] = {.lex_state = 214}, - [3899] = {.lex_state = 435}, - [3900] = {.lex_state = 435}, - [3901] = {.lex_state = 214}, - [3902] = {.lex_state = 214}, - [3903] = {.lex_state = 435}, - [3904] = {.lex_state = 247, .external_lex_state = 64}, - [3905] = {.lex_state = 435}, - [3906] = {.lex_state = 247, .external_lex_state = 64}, - [3907] = {.lex_state = 214}, - [3908] = {.lex_state = 435}, - [3909] = {.lex_state = 213}, - [3910] = {.lex_state = 435}, - [3911] = {.lex_state = 435}, - [3912] = {.lex_state = 214}, - [3913] = {.lex_state = 435}, - [3914] = {.lex_state = 435}, - [3915] = {.lex_state = 214}, - [3916] = {.lex_state = 260, .external_lex_state = 60}, - [3917] = {.lex_state = 214}, - [3918] = {.lex_state = 214}, - [3919] = {.lex_state = 435}, - [3920] = {.lex_state = 435}, - [3921] = {.lex_state = 435}, - [3922] = {.lex_state = 259}, - [3923] = {.lex_state = 214}, - [3924] = {.lex_state = 214}, - [3925] = {.lex_state = 435}, - [3926] = {.lex_state = 435}, - [3927] = {.lex_state = 435}, - [3928] = {.lex_state = 435}, - [3929] = {.lex_state = 435}, - [3930] = {.lex_state = 435}, - [3931] = {.lex_state = 435}, - [3932] = {.lex_state = 247}, - [3933] = {.lex_state = 247}, - [3934] = {.lex_state = 435}, - [3935] = {.lex_state = 435}, - [3936] = {.lex_state = 213}, - [3937] = {.lex_state = 257}, - [3938] = {.lex_state = 435}, - [3939] = {.lex_state = 247}, - [3940] = {.lex_state = 435}, - [3941] = {.lex_state = 435}, - [3942] = {.lex_state = 247}, - [3943] = {.lex_state = 247}, - [3944] = {.lex_state = 435}, - [3945] = {.lex_state = 212, .external_lex_state = 60}, - [3946] = {.lex_state = 435}, - [3947] = {.lex_state = 247}, - [3948] = {.lex_state = 435}, - [3949] = {.lex_state = 247}, - [3950] = {.lex_state = 247}, - [3951] = {.lex_state = 214}, - [3952] = {.lex_state = 260, .external_lex_state = 60}, - [3953] = {.lex_state = 212, .external_lex_state = 60}, - [3954] = {.lex_state = 435}, - [3955] = {.lex_state = 435}, - [3956] = {.lex_state = 257}, - [3957] = {.lex_state = 435}, - [3958] = {.lex_state = 435}, - [3959] = {.lex_state = 247}, - [3960] = {.lex_state = 435}, - [3961] = {.lex_state = 257}, - [3962] = {.lex_state = 435}, - [3963] = {.lex_state = 247}, - [3964] = {.lex_state = 247}, - [3965] = {.lex_state = 435}, - [3966] = {.lex_state = 247}, - [3967] = {.lex_state = 247}, - [3968] = {.lex_state = 247}, - [3969] = {.lex_state = 435}, - [3970] = {.lex_state = 435}, - [3971] = {.lex_state = 247}, - [3972] = {.lex_state = 247}, - [3973] = {.lex_state = 435}, - [3974] = {.lex_state = 247}, - [3975] = {.lex_state = 213}, - [3976] = {.lex_state = 212, .external_lex_state = 72}, - [3977] = {.lex_state = 435}, - [3978] = {.lex_state = 212, .external_lex_state = 60}, - [3979] = {.lex_state = 435}, - [3980] = {.lex_state = 214}, - [3981] = {.lex_state = 435}, - [3982] = {.lex_state = 214}, - [3983] = {.lex_state = 257}, - [3984] = {.lex_state = 435}, - [3985] = {.lex_state = 247}, - [3986] = {.lex_state = 435}, - [3987] = {.lex_state = 435}, - [3988] = {.lex_state = 257}, - [3989] = {.lex_state = 247}, - [3990] = {.lex_state = 257}, - [3991] = {.lex_state = 435}, - [3992] = {.lex_state = 435}, - [3993] = {.lex_state = 247}, + [3651] = {.lex_state = 257}, + [3652] = {.lex_state = 70, .external_lex_state = 70}, + [3653] = {.lex_state = 70, .external_lex_state = 70}, + [3654] = {.lex_state = 257}, + [3655] = {.lex_state = 257}, + [3656] = {.lex_state = 257}, + [3657] = {.lex_state = 257}, + [3658] = {.lex_state = 257}, + [3659] = {.lex_state = 70, .external_lex_state = 70}, + [3660] = {.lex_state = 70, .external_lex_state = 70}, + [3661] = {.lex_state = 257}, + [3662] = {.lex_state = 70, .external_lex_state = 70}, + [3663] = {.lex_state = 257}, + [3664] = {.lex_state = 257}, + [3665] = {.lex_state = 257}, + [3666] = {.lex_state = 257}, + [3667] = {.lex_state = 257}, + [3668] = {.lex_state = 70, .external_lex_state = 70}, + [3669] = {.lex_state = 257}, + [3670] = {.lex_state = 257}, + [3671] = {.lex_state = 257}, + [3672] = {.lex_state = 70, .external_lex_state = 70}, + [3673] = {.lex_state = 216, .external_lex_state = 67}, + [3674] = {.lex_state = 70, .external_lex_state = 70}, + [3675] = {.lex_state = 70, .external_lex_state = 48}, + [3676] = {.lex_state = 70, .external_lex_state = 70}, + [3677] = {.lex_state = 220}, + [3678] = {.lex_state = 220}, + [3679] = {.lex_state = 220}, + [3680] = {.lex_state = 220}, + [3681] = {.lex_state = 220}, + [3682] = {.lex_state = 70, .external_lex_state = 70}, + [3683] = {.lex_state = 70, .external_lex_state = 70}, + [3684] = {.lex_state = 220}, + [3685] = {.lex_state = 216, .external_lex_state = 67}, + [3686] = {.lex_state = 70, .external_lex_state = 70}, + [3687] = {.lex_state = 70, .external_lex_state = 70}, + [3688] = {.lex_state = 216, .external_lex_state = 67}, + [3689] = {.lex_state = 70, .external_lex_state = 70}, + [3690] = {.lex_state = 220}, + [3691] = {.lex_state = 220}, + [3692] = {.lex_state = 220}, + [3693] = {.lex_state = 70, .external_lex_state = 70}, + [3694] = {.lex_state = 70, .external_lex_state = 48}, + [3695] = {.lex_state = 220}, + [3696] = {.lex_state = 220}, + [3697] = {.lex_state = 70, .external_lex_state = 70}, + [3698] = {.lex_state = 220}, + [3699] = {.lex_state = 70, .external_lex_state = 70}, + [3700] = {.lex_state = 70, .external_lex_state = 70}, + [3701] = {.lex_state = 220}, + [3702] = {.lex_state = 220}, + [3703] = {.lex_state = 216, .external_lex_state = 67}, + [3704] = {.lex_state = 70, .external_lex_state = 48}, + [3705] = {.lex_state = 70, .external_lex_state = 48}, + [3706] = {.lex_state = 220}, + [3707] = {.lex_state = 70, .external_lex_state = 70}, + [3708] = {.lex_state = 70, .external_lex_state = 70}, + [3709] = {.lex_state = 70, .external_lex_state = 70}, + [3710] = {.lex_state = 70, .external_lex_state = 70}, + [3711] = {.lex_state = 220}, + [3712] = {.lex_state = 220}, + [3713] = {.lex_state = 70, .external_lex_state = 70}, + [3714] = {.lex_state = 220}, + [3715] = {.lex_state = 220}, + [3716] = {.lex_state = 216, .external_lex_state = 67}, + [3717] = {.lex_state = 220}, + [3718] = {.lex_state = 220}, + [3719] = {.lex_state = 220}, + [3720] = {.lex_state = 216, .external_lex_state = 67}, + [3721] = {.lex_state = 220}, + [3722] = {.lex_state = 70, .external_lex_state = 70}, + [3723] = {.lex_state = 220}, + [3724] = {.lex_state = 216, .external_lex_state = 67}, + [3725] = {.lex_state = 70, .external_lex_state = 70}, + [3726] = {.lex_state = 66, .external_lex_state = 48}, + [3727] = {.lex_state = 259}, + [3728] = {.lex_state = 236, .external_lex_state = 69}, + [3729] = {.lex_state = 66, .external_lex_state = 48}, + [3730] = {.lex_state = 248, .external_lex_state = 71}, + [3731] = {.lex_state = 434}, + [3732] = {.lex_state = 236, .external_lex_state = 69}, + [3733] = {.lex_state = 236, .external_lex_state = 69}, + [3734] = {.lex_state = 236, .external_lex_state = 69}, + [3735] = {.lex_state = 259}, + [3736] = {.lex_state = 259}, + [3737] = {.lex_state = 259}, + [3738] = {.lex_state = 66, .external_lex_state = 48}, + [3739] = {.lex_state = 66, .external_lex_state = 48}, + [3740] = {.lex_state = 236, .external_lex_state = 69}, + [3741] = {.lex_state = 236, .external_lex_state = 69}, + [3742] = {.lex_state = 259}, + [3743] = {.lex_state = 66, .external_lex_state = 48}, + [3744] = {.lex_state = 249, .external_lex_state = 72}, + [3745] = {.lex_state = 259}, + [3746] = {.lex_state = 66, .external_lex_state = 48}, + [3747] = {.lex_state = 236, .external_lex_state = 69}, + [3748] = {.lex_state = 236, .external_lex_state = 69}, + [3749] = {.lex_state = 66, .external_lex_state = 48}, + [3750] = {.lex_state = 236, .external_lex_state = 69}, + [3751] = {.lex_state = 66, .external_lex_state = 48}, + [3752] = {.lex_state = 70, .external_lex_state = 48}, + [3753] = {.lex_state = 434, .external_lex_state = 73}, + [3754] = {.lex_state = 236, .external_lex_state = 69}, + [3755] = {.lex_state = 234}, + [3756] = {.lex_state = 236, .external_lex_state = 69}, + [3757] = {.lex_state = 236, .external_lex_state = 69}, + [3758] = {.lex_state = 249, .external_lex_state = 72}, + [3759] = {.lex_state = 249, .external_lex_state = 72}, + [3760] = {.lex_state = 434, .external_lex_state = 73}, + [3761] = {.lex_state = 434, .external_lex_state = 73}, + [3762] = {.lex_state = 434, .external_lex_state = 73}, + [3763] = {.lex_state = 434, .external_lex_state = 73}, + [3764] = {.lex_state = 434, .external_lex_state = 73}, + [3765] = {.lex_state = 434, .external_lex_state = 73}, + [3766] = {.lex_state = 434, .external_lex_state = 73}, + [3767] = {.lex_state = 434, .external_lex_state = 73}, + [3768] = {.lex_state = 249, .external_lex_state = 72}, + [3769] = {.lex_state = 249, .external_lex_state = 72}, + [3770] = {.lex_state = 234}, + [3771] = {.lex_state = 259}, + [3772] = {.lex_state = 66, .external_lex_state = 48}, + [3773] = {.lex_state = 234}, + [3774] = {.lex_state = 434, .external_lex_state = 73}, + [3775] = {.lex_state = 70, .external_lex_state = 48}, + [3776] = {.lex_state = 212, .external_lex_state = 74}, + [3777] = {.lex_state = 70, .external_lex_state = 48}, + [3778] = {.lex_state = 212, .external_lex_state = 74}, + [3779] = {.lex_state = 212, .external_lex_state = 74}, + [3780] = {.lex_state = 212, .external_lex_state = 74}, + [3781] = {.lex_state = 212, .external_lex_state = 74}, + [3782] = {.lex_state = 234}, + [3783] = {.lex_state = 434, .external_lex_state = 73}, + [3784] = {.lex_state = 257}, + [3785] = {.lex_state = 434, .external_lex_state = 73}, + [3786] = {.lex_state = 434, .external_lex_state = 73}, + [3787] = {.lex_state = 434, .external_lex_state = 73}, + [3788] = {.lex_state = 434, .external_lex_state = 73}, + [3789] = {.lex_state = 434, .external_lex_state = 73}, + [3790] = {.lex_state = 434, .external_lex_state = 73}, + [3791] = {.lex_state = 434, .external_lex_state = 73}, + [3792] = {.lex_state = 212, .external_lex_state = 74}, + [3793] = {.lex_state = 212, .external_lex_state = 74}, + [3794] = {.lex_state = 212, .external_lex_state = 74}, + [3795] = {.lex_state = 434, .external_lex_state = 73}, + [3796] = {.lex_state = 434, .external_lex_state = 73}, + [3797] = {.lex_state = 212, .external_lex_state = 74}, + [3798] = {.lex_state = 212, .external_lex_state = 74}, + [3799] = {.lex_state = 434, .external_lex_state = 73}, + [3800] = {.lex_state = 212, .external_lex_state = 74}, + [3801] = {.lex_state = 434, .external_lex_state = 73}, + [3802] = {.lex_state = 434, .external_lex_state = 73}, + [3803] = {.lex_state = 434, .external_lex_state = 73}, + [3804] = {.lex_state = 249, .external_lex_state = 75}, + [3805] = {.lex_state = 434, .external_lex_state = 73}, + [3806] = {.lex_state = 434, .external_lex_state = 73}, + [3807] = {.lex_state = 434, .external_lex_state = 73}, + [3808] = {.lex_state = 434, .external_lex_state = 73}, + [3809] = {.lex_state = 434, .external_lex_state = 73}, + [3810] = {.lex_state = 434, .external_lex_state = 73}, + [3811] = {.lex_state = 249, .external_lex_state = 72}, + [3812] = {.lex_state = 212, .external_lex_state = 76}, + [3813] = {.lex_state = 212, .external_lex_state = 76}, + [3814] = {.lex_state = 70, .external_lex_state = 48}, + [3815] = {.lex_state = 212, .external_lex_state = 74}, + [3816] = {.lex_state = 249, .external_lex_state = 72}, + [3817] = {.lex_state = 212, .external_lex_state = 76}, + [3818] = {.lex_state = 257}, + [3819] = {.lex_state = 70, .external_lex_state = 48}, + [3820] = {.lex_state = 212, .external_lex_state = 76}, + [3821] = {.lex_state = 434, .external_lex_state = 73}, + [3822] = {.lex_state = 434, .external_lex_state = 73}, + [3823] = {.lex_state = 249, .external_lex_state = 72}, + [3824] = {.lex_state = 434, .external_lex_state = 73}, + [3825] = {.lex_state = 70, .external_lex_state = 48}, + [3826] = {.lex_state = 236, .external_lex_state = 69}, + [3827] = {.lex_state = 434, .external_lex_state = 73}, + [3828] = {.lex_state = 257}, + [3829] = {.lex_state = 434, .external_lex_state = 73}, + [3830] = {.lex_state = 70, .external_lex_state = 48}, + [3831] = {.lex_state = 434, .external_lex_state = 73}, + [3832] = {.lex_state = 434, .external_lex_state = 73}, + [3833] = {.lex_state = 434, .external_lex_state = 73}, + [3834] = {.lex_state = 434, .external_lex_state = 73}, + [3835] = {.lex_state = 212, .external_lex_state = 74}, + [3836] = {.lex_state = 236, .external_lex_state = 69}, + [3837] = {.lex_state = 434, .external_lex_state = 73}, + [3838] = {.lex_state = 213}, + [3839] = {.lex_state = 249, .external_lex_state = 72}, + [3840] = {.lex_state = 236, .external_lex_state = 69}, + [3841] = {.lex_state = 213}, + [3842] = {.lex_state = 249, .external_lex_state = 64}, + [3843] = {.lex_state = 236, .external_lex_state = 69}, + [3844] = {.lex_state = 213}, + [3845] = {.lex_state = 236, .external_lex_state = 69}, + [3846] = {.lex_state = 212, .external_lex_state = 72}, + [3847] = {.lex_state = 234}, + [3848] = {.lex_state = 249, .external_lex_state = 72}, + [3849] = {.lex_state = 249, .external_lex_state = 72}, + [3850] = {.lex_state = 236, .external_lex_state = 69}, + [3851] = {.lex_state = 236, .external_lex_state = 69}, + [3852] = {.lex_state = 236, .external_lex_state = 69}, + [3853] = {.lex_state = 236, .external_lex_state = 69}, + [3854] = {.lex_state = 236, .external_lex_state = 69}, + [3855] = {.lex_state = 249, .external_lex_state = 72}, + [3856] = {.lex_state = 249, .external_lex_state = 72}, + [3857] = {.lex_state = 212, .external_lex_state = 72}, + [3858] = {.lex_state = 249, .external_lex_state = 72}, + [3859] = {.lex_state = 249, .external_lex_state = 64}, + [3860] = {.lex_state = 236, .external_lex_state = 69}, + [3861] = {.lex_state = 236, .external_lex_state = 69}, + [3862] = {.lex_state = 249, .external_lex_state = 72}, + [3863] = {.lex_state = 236, .external_lex_state = 69}, + [3864] = {.lex_state = 236, .external_lex_state = 69}, + [3865] = {.lex_state = 249, .external_lex_state = 72}, + [3866] = {.lex_state = 213}, + [3867] = {.lex_state = 213}, + [3868] = {.lex_state = 213}, + [3869] = {.lex_state = 236, .external_lex_state = 69}, + [3870] = {.lex_state = 213}, + [3871] = {.lex_state = 249, .external_lex_state = 72}, + [3872] = {.lex_state = 213}, + [3873] = {.lex_state = 66, .external_lex_state = 48}, + [3874] = {.lex_state = 257}, + [3875] = {.lex_state = 257}, + [3876] = {.lex_state = 66, .external_lex_state = 48}, + [3877] = {.lex_state = 212, .external_lex_state = 74}, + [3878] = {.lex_state = 249, .external_lex_state = 64}, + [3879] = {.lex_state = 213}, + [3880] = {.lex_state = 212, .external_lex_state = 72}, + [3881] = {.lex_state = 212, .external_lex_state = 74}, + [3882] = {.lex_state = 212, .external_lex_state = 74}, + [3883] = {.lex_state = 212, .external_lex_state = 74}, + [3884] = {.lex_state = 249, .external_lex_state = 72}, + [3885] = {.lex_state = 249, .external_lex_state = 72}, + [3886] = {.lex_state = 249, .external_lex_state = 72}, + [3887] = {.lex_state = 249, .external_lex_state = 72}, + [3888] = {.lex_state = 249, .external_lex_state = 72}, + [3889] = {.lex_state = 213}, + [3890] = {.lex_state = 212, .external_lex_state = 74}, + [3891] = {.lex_state = 236, .external_lex_state = 69}, + [3892] = {.lex_state = 66, .external_lex_state = 48}, + [3893] = {.lex_state = 236, .external_lex_state = 69}, + [3894] = {.lex_state = 249, .external_lex_state = 72}, + [3895] = {.lex_state = 213}, + [3896] = {.lex_state = 249, .external_lex_state = 72}, + [3897] = {.lex_state = 212, .external_lex_state = 74}, + [3898] = {.lex_state = 249, .external_lex_state = 72}, + [3899] = {.lex_state = 257}, + [3900] = {.lex_state = 212, .external_lex_state = 74}, + [3901] = {.lex_state = 236, .external_lex_state = 69}, + [3902] = {.lex_state = 213}, + [3903] = {.lex_state = 212, .external_lex_state = 74}, + [3904] = {.lex_state = 249, .external_lex_state = 72}, + [3905] = {.lex_state = 234}, + [3906] = {.lex_state = 236, .external_lex_state = 69}, + [3907] = {.lex_state = 236, .external_lex_state = 69}, + [3908] = {.lex_state = 236, .external_lex_state = 69}, + [3909] = {.lex_state = 249, .external_lex_state = 72}, + [3910] = {.lex_state = 185, .external_lex_state = 69}, + [3911] = {.lex_state = 434, .external_lex_state = 77}, + [3912] = {.lex_state = 434}, + [3913] = {.lex_state = 260}, + [3914] = {.lex_state = 260}, + [3915] = {.lex_state = 434}, + [3916] = {.lex_state = 213}, + [3917] = {.lex_state = 213}, + [3918] = {.lex_state = 260}, + [3919] = {.lex_state = 434}, + [3920] = {.lex_state = 213}, + [3921] = {.lex_state = 213}, + [3922] = {.lex_state = 213}, + [3923] = {.lex_state = 213}, + [3924] = {.lex_state = 434}, + [3925] = {.lex_state = 260}, + [3926] = {.lex_state = 212}, + [3927] = {.lex_state = 434}, + [3928] = {.lex_state = 213}, + [3929] = {.lex_state = 434}, + [3930] = {.lex_state = 213}, + [3931] = {.lex_state = 260}, + [3932] = {.lex_state = 213}, + [3933] = {.lex_state = 212}, + [3934] = {.lex_state = 434}, + [3935] = {.lex_state = 434}, + [3936] = {.lex_state = 434}, + [3937] = {.lex_state = 213}, + [3938] = {.lex_state = 434}, + [3939] = {.lex_state = 434}, + [3940] = {.lex_state = 434}, + [3941] = {.lex_state = 434}, + [3942] = {.lex_state = 434}, + [3943] = {.lex_state = 213}, + [3944] = {.lex_state = 260}, + [3945] = {.lex_state = 260}, + [3946] = {.lex_state = 434, .external_lex_state = 77}, + [3947] = {.lex_state = 434, .external_lex_state = 77}, + [3948] = {.lex_state = 213}, + [3949] = {.lex_state = 213}, + [3950] = {.lex_state = 213}, + [3951] = {.lex_state = 213}, + [3952] = {.lex_state = 260}, + [3953] = {.lex_state = 434, .external_lex_state = 77}, + [3954] = {.lex_state = 213}, + [3955] = {.lex_state = 213}, + [3956] = {.lex_state = 213}, + [3957] = {.lex_state = 260}, + [3958] = {.lex_state = 213}, + [3959] = {.lex_state = 213}, + [3960] = {.lex_state = 213}, + [3961] = {.lex_state = 213}, + [3962] = {.lex_state = 212, .external_lex_state = 72}, + [3963] = {.lex_state = 213}, + [3964] = {.lex_state = 260}, + [3965] = {.lex_state = 234}, + [3966] = {.lex_state = 213}, + [3967] = {.lex_state = 213}, + [3968] = {.lex_state = 434}, + [3969] = {.lex_state = 213}, + [3970] = {.lex_state = 434}, + [3971] = {.lex_state = 213}, + [3972] = {.lex_state = 213}, + [3973] = {.lex_state = 260}, + [3974] = {.lex_state = 247, .external_lex_state = 69}, + [3975] = {.lex_state = 247, .external_lex_state = 69}, + [3976] = {.lex_state = 212}, + [3977] = {.lex_state = 260}, + [3978] = {.lex_state = 213}, + [3979] = {.lex_state = 213}, + [3980] = {.lex_state = 213}, + [3981] = {.lex_state = 213}, + [3982] = {.lex_state = 213}, + [3983] = {.lex_state = 213}, + [3984] = {.lex_state = 213}, + [3985] = {.lex_state = 213}, + [3986] = {.lex_state = 213}, + [3987] = {.lex_state = 213}, + [3988] = {.lex_state = 260}, + [3989] = {.lex_state = 213}, + [3990] = {.lex_state = 434}, + [3991] = {.lex_state = 434}, + [3992] = {.lex_state = 213}, + [3993] = {.lex_state = 212}, [3994] = {.lex_state = 213}, - [3995] = {.lex_state = 247}, - [3996] = {.lex_state = 435}, - [3997] = {.lex_state = 260, .external_lex_state = 60}, - [3998] = {.lex_state = 247}, - [3999] = {.lex_state = 435}, + [3995] = {.lex_state = 434}, + [3996] = {.lex_state = 260}, + [3997] = {.lex_state = 260}, + [3998] = {.lex_state = 213}, + [3999] = {.lex_state = 260}, [4000] = {.lex_state = 213}, - [4001] = {.lex_state = 247}, - [4002] = {.lex_state = 435}, - [4003] = {.lex_state = 212, .external_lex_state = 60}, - [4004] = {.lex_state = 435}, - [4005] = {.lex_state = 435}, - [4006] = {.lex_state = 212, .external_lex_state = 60}, - [4007] = {.lex_state = 247}, - [4008] = {.lex_state = 212, .external_lex_state = 60}, - [4009] = {.lex_state = 435}, - [4010] = {.lex_state = 435}, + [4001] = {.lex_state = 213}, + [4002] = {.lex_state = 260}, + [4003] = {.lex_state = 213}, + [4004] = {.lex_state = 434}, + [4005] = {.lex_state = 213}, + [4006] = {.lex_state = 213}, + [4007] = {.lex_state = 249, .external_lex_state = 64}, + [4008] = {.lex_state = 213}, + [4009] = {.lex_state = 434}, + [4010] = {.lex_state = 213}, [4011] = {.lex_state = 213}, - [4012] = {.lex_state = 247}, - [4013] = {.lex_state = 435}, - [4014] = {.lex_state = 435}, + [4012] = {.lex_state = 260}, + [4013] = {.lex_state = 213}, + [4014] = {.lex_state = 434}, [4015] = {.lex_state = 213}, - [4016] = {.lex_state = 247}, - [4017] = {.lex_state = 435}, - [4018] = {.lex_state = 435}, - [4019] = {.lex_state = 435}, - [4020] = {.lex_state = 435}, - [4021] = {.lex_state = 435}, - [4022] = {.lex_state = 247}, - [4023] = {.lex_state = 435}, - [4024] = {.lex_state = 212, .external_lex_state = 60}, - [4025] = {.lex_state = 212, .external_lex_state = 60}, - [4026] = {.lex_state = 214}, - [4027] = {.lex_state = 214}, - [4028] = {.lex_state = 435}, - [4029] = {.lex_state = 214}, - [4030] = {.lex_state = 212, .external_lex_state = 60}, - [4031] = {.lex_state = 435}, - [4032] = {.lex_state = 214}, - [4033] = {.lex_state = 435}, - [4034] = {.lex_state = 212, .external_lex_state = 60}, - [4035] = {.lex_state = 212, .external_lex_state = 60}, - [4036] = {.lex_state = 214}, - [4037] = {.lex_state = 214}, - [4038] = {.lex_state = 214}, - [4039] = {.lex_state = 435}, - [4040] = {.lex_state = 435}, - [4041] = {.lex_state = 214}, - [4042] = {.lex_state = 435}, - [4043] = {.lex_state = 214}, - [4044] = {.lex_state = 214}, - [4045] = {.lex_state = 257}, - [4046] = {.lex_state = 214}, - [4047] = {.lex_state = 219}, - [4048] = {.lex_state = 435}, - [4049] = {.lex_state = 435}, - [4050] = {.lex_state = 214}, - [4051] = {.lex_state = 212, .external_lex_state = 60}, - [4052] = {.lex_state = 435}, - [4053] = {.lex_state = 214}, - [4054] = {.lex_state = 214}, - [4055] = {.lex_state = 435}, - [4056] = {.lex_state = 219}, - [4057] = {.lex_state = 219}, - [4058] = {.lex_state = 212, .external_lex_state = 60}, - [4059] = {.lex_state = 214}, - [4060] = {.lex_state = 214}, - [4061] = {.lex_state = 214}, - [4062] = {.lex_state = 257}, - [4063] = {.lex_state = 435, .external_lex_state = 73}, - [4064] = {.lex_state = 435, .external_lex_state = 73}, - [4065] = {.lex_state = 219}, - [4066] = {.lex_state = 219}, - [4067] = {.lex_state = 435}, - [4068] = {.lex_state = 214}, - [4069] = {.lex_state = 435}, - [4070] = {.lex_state = 435}, - [4071] = {.lex_state = 435}, - [4072] = {.lex_state = 214}, - [4073] = {.lex_state = 435}, - [4074] = {.lex_state = 435}, - [4075] = {.lex_state = 435}, - [4076] = {.lex_state = 435}, - [4077] = {.lex_state = 214}, - [4078] = {.lex_state = 435}, - [4079] = {.lex_state = 110, .external_lex_state = 45}, - [4080] = {.lex_state = 212, .external_lex_state = 60}, - [4081] = {.lex_state = 214}, - [4082] = {.lex_state = 435}, - [4083] = {.lex_state = 219}, - [4084] = {.lex_state = 214}, - [4085] = {.lex_state = 435}, - [4086] = {.lex_state = 214}, - [4087] = {.lex_state = 212, .external_lex_state = 60}, - [4088] = {.lex_state = 212, .external_lex_state = 60}, - [4089] = {.lex_state = 212, .external_lex_state = 60}, - [4090] = {.lex_state = 435, .external_lex_state = 73}, - [4091] = {.lex_state = 257}, - [4092] = {.lex_state = 435}, - [4093] = {.lex_state = 435}, - [4094] = {.lex_state = 214}, - [4095] = {.lex_state = 435}, - [4096] = {.lex_state = 435, .external_lex_state = 73}, - [4097] = {.lex_state = 435}, - [4098] = {.lex_state = 435}, - [4099] = {.lex_state = 110, .external_lex_state = 45}, - [4100] = {.lex_state = 435}, - [4101] = {.lex_state = 435}, - [4102] = {.lex_state = 214}, - [4103] = {.lex_state = 435}, - [4104] = {.lex_state = 435}, - [4105] = {.lex_state = 212, .external_lex_state = 60}, - [4106] = {.lex_state = 435}, - [4107] = {.lex_state = 435}, - [4108] = {.lex_state = 212, .external_lex_state = 60}, - [4109] = {.lex_state = 435}, - [4110] = {.lex_state = 214}, - [4111] = {.lex_state = 435}, - [4112] = {.lex_state = 214}, - [4113] = {.lex_state = 219}, - [4114] = {.lex_state = 198, .external_lex_state = 74}, - [4115] = {.lex_state = 198, .external_lex_state = 74}, - [4116] = {.lex_state = 435}, - [4117] = {.lex_state = 110, .external_lex_state = 45}, - [4118] = {.lex_state = 214}, - [4119] = {.lex_state = 435}, - [4120] = {.lex_state = 435}, - [4121] = {.lex_state = 435}, - [4122] = {.lex_state = 214}, - [4123] = {.lex_state = 435}, - [4124] = {.lex_state = 214}, - [4125] = {.lex_state = 110, .external_lex_state = 45}, - [4126] = {.lex_state = 219}, - [4127] = {.lex_state = 219}, - [4128] = {.lex_state = 435}, - [4129] = {.lex_state = 257}, - [4130] = {.lex_state = 214}, - [4131] = {.lex_state = 214}, - [4132] = {.lex_state = 214}, - [4133] = {.lex_state = 435, .external_lex_state = 73}, - [4134] = {.lex_state = 214}, - [4135] = {.lex_state = 212, .external_lex_state = 60}, - [4136] = {.lex_state = 214}, - [4137] = {.lex_state = 219}, - [4138] = {.lex_state = 435, .external_lex_state = 73}, - [4139] = {.lex_state = 257}, - [4140] = {.lex_state = 219}, - [4141] = {.lex_state = 212, .external_lex_state = 60}, - [4142] = {.lex_state = 214}, - [4143] = {.lex_state = 435}, - [4144] = {.lex_state = 435}, - [4145] = {.lex_state = 435}, - [4146] = {.lex_state = 435}, - [4147] = {.lex_state = 435}, - [4148] = {.lex_state = 214}, - [4149] = {.lex_state = 212, .external_lex_state = 60}, - [4150] = {.lex_state = 219}, - [4151] = {.lex_state = 214}, - [4152] = {.lex_state = 435}, - [4153] = {.lex_state = 219}, - [4154] = {.lex_state = 214}, - [4155] = {.lex_state = 110, .external_lex_state = 45}, - [4156] = {.lex_state = 212, .external_lex_state = 60}, - [4157] = {.lex_state = 435}, - [4158] = {.lex_state = 219}, - [4159] = {.lex_state = 198, .external_lex_state = 74}, - [4160] = {.lex_state = 214}, - [4161] = {.lex_state = 198, .external_lex_state = 74}, - [4162] = {.lex_state = 212, .external_lex_state = 60}, - [4163] = {.lex_state = 435}, - [4164] = {.lex_state = 435}, - [4165] = {.lex_state = 435}, - [4166] = {.lex_state = 214}, - [4167] = {.lex_state = 435}, - [4168] = {.lex_state = 212, .external_lex_state = 60}, - [4169] = {.lex_state = 212, .external_lex_state = 60}, - [4170] = {.lex_state = 212, .external_lex_state = 60}, - [4171] = {.lex_state = 212, .external_lex_state = 60}, - [4172] = {.lex_state = 214}, - [4173] = {.lex_state = 212, .external_lex_state = 60}, - [4174] = {.lex_state = 212, .external_lex_state = 60}, - [4175] = {.lex_state = 435}, - [4176] = {.lex_state = 212, .external_lex_state = 60}, - [4177] = {.lex_state = 212, .external_lex_state = 60}, - [4178] = {.lex_state = 214}, - [4179] = {.lex_state = 212, .external_lex_state = 60}, - [4180] = {.lex_state = 212, .external_lex_state = 60}, - [4181] = {.lex_state = 435}, - [4182] = {.lex_state = 212, .external_lex_state = 60}, - [4183] = {.lex_state = 212, .external_lex_state = 60}, - [4184] = {.lex_state = 214}, - [4185] = {.lex_state = 212, .external_lex_state = 60}, - [4186] = {.lex_state = 212, .external_lex_state = 60}, - [4187] = {.lex_state = 212, .external_lex_state = 60}, - [4188] = {.lex_state = 212, .external_lex_state = 60}, - [4189] = {.lex_state = 212, .external_lex_state = 60}, - [4190] = {.lex_state = 214}, - [4191] = {.lex_state = 212, .external_lex_state = 60}, - [4192] = {.lex_state = 212, .external_lex_state = 60}, - [4193] = {.lex_state = 212, .external_lex_state = 60}, - [4194] = {.lex_state = 212, .external_lex_state = 60}, - [4195] = {.lex_state = 212, .external_lex_state = 60}, - [4196] = {.lex_state = 214}, - [4197] = {.lex_state = 212, .external_lex_state = 60}, - [4198] = {.lex_state = 212, .external_lex_state = 60}, - [4199] = {.lex_state = 212, .external_lex_state = 60}, - [4200] = {.lex_state = 435}, - [4201] = {.lex_state = 212, .external_lex_state = 60}, - [4202] = {.lex_state = 214}, - [4203] = {.lex_state = 110, .external_lex_state = 45}, - [4204] = {.lex_state = 212, .external_lex_state = 60}, - [4205] = {.lex_state = 212, .external_lex_state = 60}, - [4206] = {.lex_state = 435}, - [4207] = {.lex_state = 212, .external_lex_state = 60}, - [4208] = {.lex_state = 214}, - [4209] = {.lex_state = 212, .external_lex_state = 60}, - [4210] = {.lex_state = 212, .external_lex_state = 60}, - [4211] = {.lex_state = 212, .external_lex_state = 60}, - [4212] = {.lex_state = 435}, - [4213] = {.lex_state = 435}, - [4214] = {.lex_state = 214}, - [4215] = {.lex_state = 435}, - [4216] = {.lex_state = 212, .external_lex_state = 60}, - [4217] = {.lex_state = 214}, - [4218] = {.lex_state = 219}, - [4219] = {.lex_state = 435}, - [4220] = {.lex_state = 214}, - [4221] = {.lex_state = 214}, - [4222] = {.lex_state = 435}, - [4223] = {.lex_state = 214}, - [4224] = {.lex_state = 212, .external_lex_state = 60}, - [4225] = {.lex_state = 435}, - [4226] = {.lex_state = 214}, - [4227] = {.lex_state = 435}, - [4228] = {.lex_state = 257}, - [4229] = {.lex_state = 435}, - [4230] = {.lex_state = 435}, - [4231] = {.lex_state = 435}, - [4232] = {.lex_state = 214}, - [4233] = {.lex_state = 435}, - [4234] = {.lex_state = 435}, - [4235] = {.lex_state = 435}, - [4236] = {.lex_state = 219}, - [4237] = {.lex_state = 435}, - [4238] = {.lex_state = 214}, - [4239] = {.lex_state = 435}, - [4240] = {.lex_state = 212, .external_lex_state = 60}, - [4241] = {.lex_state = 212, .external_lex_state = 60}, - [4242] = {.lex_state = 214}, - [4243] = {.lex_state = 214}, - [4244] = {.lex_state = 219}, - [4245] = {.lex_state = 198, .external_lex_state = 74}, - [4246] = {.lex_state = 198, .external_lex_state = 74}, - [4247] = {.lex_state = 197}, - [4248] = {.lex_state = 212, .external_lex_state = 60}, - [4249] = {.lex_state = 214}, - [4250] = {.lex_state = 435}, - [4251] = {.lex_state = 212, .external_lex_state = 60}, - [4252] = {.lex_state = 435}, - [4253] = {.lex_state = 435}, - [4254] = {.lex_state = 219}, - [4255] = {.lex_state = 435}, - [4256] = {.lex_state = 435}, - [4257] = {.lex_state = 435}, - [4258] = {.lex_state = 219}, - [4259] = {.lex_state = 435}, - [4260] = {.lex_state = 219}, - [4261] = {.lex_state = 212, .external_lex_state = 60}, - [4262] = {.lex_state = 435, .external_lex_state = 75}, - [4263] = {.lex_state = 435}, - [4264] = {.lex_state = 435}, - [4265] = {.lex_state = 435}, - [4266] = {.lex_state = 435}, - [4267] = {.lex_state = 212, .external_lex_state = 60}, - [4268] = {.lex_state = 435}, - [4269] = {.lex_state = 213}, - [4270] = {.lex_state = 212, .external_lex_state = 60}, - [4271] = {.lex_state = 212, .external_lex_state = 60}, - [4272] = {.lex_state = 198, .external_lex_state = 74}, - [4273] = {.lex_state = 214}, - [4274] = {.lex_state = 212, .external_lex_state = 60}, - [4275] = {.lex_state = 214}, - [4276] = {.lex_state = 212, .external_lex_state = 60}, - [4277] = {.lex_state = 435, .external_lex_state = 75}, - [4278] = {.lex_state = 212, .external_lex_state = 60}, - [4279] = {.lex_state = 198, .external_lex_state = 74}, - [4280] = {.lex_state = 435}, - [4281] = {.lex_state = 435}, - [4282] = {.lex_state = 257}, - [4283] = {.lex_state = 214}, - [4284] = {.lex_state = 212}, - [4285] = {.lex_state = 435, .external_lex_state = 75}, - [4286] = {.lex_state = 435}, - [4287] = {.lex_state = 214}, - [4288] = {.lex_state = 257}, - [4289] = {.lex_state = 219}, - [4290] = {.lex_state = 219}, - [4291] = {.lex_state = 435, .external_lex_state = 73}, - [4292] = {.lex_state = 435, .external_lex_state = 73}, - [4293] = {.lex_state = 219}, - [4294] = {.lex_state = 435}, - [4295] = {.lex_state = 214}, - [4296] = {.lex_state = 435}, - [4297] = {.lex_state = 212, .external_lex_state = 60}, - [4298] = {.lex_state = 212, .external_lex_state = 60}, - [4299] = {.lex_state = 212, .external_lex_state = 60}, - [4300] = {.lex_state = 212, .external_lex_state = 60}, - [4301] = {.lex_state = 212, .external_lex_state = 60}, - [4302] = {.lex_state = 212, .external_lex_state = 60}, - [4303] = {.lex_state = 212, .external_lex_state = 60}, - [4304] = {.lex_state = 212, .external_lex_state = 60}, - [4305] = {.lex_state = 212, .external_lex_state = 60}, - [4306] = {.lex_state = 212, .external_lex_state = 60}, - [4307] = {.lex_state = 212, .external_lex_state = 60}, - [4308] = {.lex_state = 212, .external_lex_state = 60}, - [4309] = {.lex_state = 435}, - [4310] = {.lex_state = 435}, - [4311] = {.lex_state = 435}, - [4312] = {.lex_state = 435, .external_lex_state = 76}, - [4313] = {.lex_state = 435}, - [4314] = {.lex_state = 435}, - [4315] = {.lex_state = 212, .external_lex_state = 60}, - [4316] = {.lex_state = 257}, - [4317] = {.lex_state = 435}, - [4318] = {.lex_state = 219}, - [4319] = {.lex_state = 435}, - [4320] = {.lex_state = 435}, - [4321] = {.lex_state = 212, .external_lex_state = 60}, - [4322] = {.lex_state = 214}, - [4323] = {.lex_state = 435}, - [4324] = {.lex_state = 212, .external_lex_state = 60}, - [4325] = {.lex_state = 435}, - [4326] = {.lex_state = 214}, - [4327] = {.lex_state = 435}, - [4328] = {.lex_state = 214}, - [4329] = {.lex_state = 219}, - [4330] = {.lex_state = 214}, - [4331] = {.lex_state = 257}, - [4332] = {.lex_state = 435}, - [4333] = {.lex_state = 435}, - [4334] = {.lex_state = 219}, - [4335] = {.lex_state = 198, .external_lex_state = 74}, - [4336] = {.lex_state = 198, .external_lex_state = 74}, - [4337] = {.lex_state = 435}, - [4338] = {.lex_state = 212, .external_lex_state = 60}, - [4339] = {.lex_state = 435}, - [4340] = {.lex_state = 435}, - [4341] = {.lex_state = 212, .external_lex_state = 60}, - [4342] = {.lex_state = 435}, - [4343] = {.lex_state = 219}, - [4344] = {.lex_state = 435}, - [4345] = {.lex_state = 212, .external_lex_state = 60}, - [4346] = {.lex_state = 212, .external_lex_state = 60}, - [4347] = {.lex_state = 435}, - [4348] = {.lex_state = 435}, - [4349] = {.lex_state = 435}, - [4350] = {.lex_state = 435}, - [4351] = {.lex_state = 212, .external_lex_state = 60}, - [4352] = {.lex_state = 212, .external_lex_state = 60}, - [4353] = {.lex_state = 435}, - [4354] = {.lex_state = 435}, - [4355] = {.lex_state = 435}, - [4356] = {.lex_state = 212, .external_lex_state = 60}, - [4357] = {.lex_state = 435}, - [4358] = {.lex_state = 435}, - [4359] = {.lex_state = 435}, - [4360] = {.lex_state = 435}, - [4361] = {.lex_state = 435}, - [4362] = {.lex_state = 257}, - [4363] = {.lex_state = 435}, - [4364] = {.lex_state = 435}, - [4365] = {.lex_state = 213}, - [4366] = {.lex_state = 197}, - [4367] = {.lex_state = 219}, - [4368] = {.lex_state = 435}, - [4369] = {.lex_state = 214}, - [4370] = {.lex_state = 435}, - [4371] = {.lex_state = 214}, - [4372] = {.lex_state = 219}, - [4373] = {.lex_state = 435, .external_lex_state = 75}, - [4374] = {.lex_state = 435}, - [4375] = {.lex_state = 219}, - [4376] = {.lex_state = 212, .external_lex_state = 60}, - [4377] = {.lex_state = 435}, - [4378] = {.lex_state = 435}, - [4379] = {.lex_state = 435}, - [4380] = {.lex_state = 435, .external_lex_state = 75}, - [4381] = {.lex_state = 435}, - [4382] = {.lex_state = 435}, - [4383] = {.lex_state = 435}, - [4384] = {.lex_state = 110, .external_lex_state = 45}, - [4385] = {.lex_state = 435}, - [4386] = {.lex_state = 212, .external_lex_state = 60}, - [4387] = {.lex_state = 219}, - [4388] = {.lex_state = 219}, - [4389] = {.lex_state = 435}, - [4390] = {.lex_state = 212, .external_lex_state = 60}, - [4391] = {.lex_state = 219}, - [4392] = {.lex_state = 435, .external_lex_state = 75}, - [4393] = {.lex_state = 212, .external_lex_state = 60}, - [4394] = {.lex_state = 435}, - [4395] = {.lex_state = 435}, - [4396] = {.lex_state = 435}, - [4397] = {.lex_state = 435}, - [4398] = {.lex_state = 435}, - [4399] = {.lex_state = 212, .external_lex_state = 60}, - [4400] = {.lex_state = 110, .external_lex_state = 45}, - [4401] = {.lex_state = 212, .external_lex_state = 60}, - [4402] = {.lex_state = 435}, - [4403] = {.lex_state = 435}, - [4404] = {.lex_state = 435}, - [4405] = {.lex_state = 219}, - [4406] = {.lex_state = 214}, - [4407] = {.lex_state = 435}, - [4408] = {.lex_state = 435}, - [4409] = {.lex_state = 214}, - [4410] = {.lex_state = 197}, - [4411] = {.lex_state = 435}, - [4412] = {.lex_state = 214}, - [4413] = {.lex_state = 435}, - [4414] = {.lex_state = 435}, - [4415] = {.lex_state = 435}, - [4416] = {.lex_state = 212, .external_lex_state = 60}, - [4417] = {.lex_state = 435}, - [4418] = {.lex_state = 435}, - [4419] = {.lex_state = 212, .external_lex_state = 60}, - [4420] = {.lex_state = 212, .external_lex_state = 60}, - [4421] = {.lex_state = 435}, - [4422] = {.lex_state = 435}, - [4423] = {.lex_state = 435}, - [4424] = {.lex_state = 435}, - [4425] = {.lex_state = 435}, - [4426] = {.lex_state = 435}, - [4427] = {.lex_state = 435}, - [4428] = {.lex_state = 435}, - [4429] = {.lex_state = 212, .external_lex_state = 60}, - [4430] = {.lex_state = 435}, - [4431] = {.lex_state = 257}, - [4432] = {.lex_state = 435}, - [4433] = {.lex_state = 214}, - [4434] = {.lex_state = 219}, - [4435] = {.lex_state = 212, .external_lex_state = 60}, - [4436] = {.lex_state = 435, .external_lex_state = 75}, - [4437] = {.lex_state = 214}, - [4438] = {.lex_state = 435}, - [4439] = {.lex_state = 435}, - [4440] = {.lex_state = 435}, - [4441] = {.lex_state = 435}, - [4442] = {.lex_state = 435}, - [4443] = {.lex_state = 435, .external_lex_state = 75}, - [4444] = {.lex_state = 435}, - [4445] = {.lex_state = 435}, - [4446] = {.lex_state = 435}, - [4447] = {.lex_state = 435}, - [4448] = {.lex_state = 435}, - [4449] = {.lex_state = 435}, - [4450] = {.lex_state = 435}, - [4451] = {.lex_state = 212, .external_lex_state = 60}, - [4452] = {.lex_state = 212, .external_lex_state = 60}, - [4453] = {.lex_state = 212, .external_lex_state = 60}, - [4454] = {.lex_state = 212, .external_lex_state = 60}, - [4455] = {.lex_state = 212, .external_lex_state = 60}, - [4456] = {.lex_state = 435}, - [4457] = {.lex_state = 219}, - [4458] = {.lex_state = 435}, - [4459] = {.lex_state = 212, .external_lex_state = 60}, - [4460] = {.lex_state = 435}, - [4461] = {.lex_state = 214}, - [4462] = {.lex_state = 212, .external_lex_state = 60}, - [4463] = {.lex_state = 435}, - [4464] = {.lex_state = 435}, - [4465] = {.lex_state = 219}, - [4466] = {.lex_state = 435}, - [4467] = {.lex_state = 435}, - [4468] = {.lex_state = 435}, - [4469] = {.lex_state = 435}, - [4470] = {.lex_state = 435}, - [4471] = {.lex_state = 435}, - [4472] = {.lex_state = 435}, - [4473] = {.lex_state = 435}, - [4474] = {.lex_state = 435}, - [4475] = {.lex_state = 212, .external_lex_state = 60}, - [4476] = {.lex_state = 435}, - [4477] = {.lex_state = 212, .external_lex_state = 60}, - [4478] = {.lex_state = 435}, - [4479] = {.lex_state = 212, .external_lex_state = 60}, - [4480] = {.lex_state = 435}, - [4481] = {.lex_state = 435}, - [4482] = {.lex_state = 435}, - [4483] = {.lex_state = 435}, - [4484] = {.lex_state = 214}, - [4485] = {.lex_state = 214}, - [4486] = {.lex_state = 214}, - [4487] = {.lex_state = 214}, - [4488] = {.lex_state = 214}, - [4489] = {.lex_state = 214}, - [4490] = {.lex_state = 214}, - [4491] = {.lex_state = 214}, - [4492] = {.lex_state = 214}, - [4493] = {.lex_state = 214}, - [4494] = {.lex_state = 214}, - [4495] = {.lex_state = 214}, - [4496] = {.lex_state = 214}, - [4497] = {.lex_state = 214}, - [4498] = {.lex_state = 214}, - [4499] = {.lex_state = 214}, - [4500] = {.lex_state = 214}, - [4501] = {.lex_state = 214}, - [4502] = {.lex_state = 214}, - [4503] = {.lex_state = 214}, - [4504] = {.lex_state = 214}, - [4505] = {.lex_state = 214}, - [4506] = {.lex_state = 214}, - [4507] = {.lex_state = 214}, - [4508] = {.lex_state = 214}, - [4509] = {.lex_state = 214}, - [4510] = {.lex_state = 214}, - [4511] = {.lex_state = 214}, - [4512] = {.lex_state = 214}, - [4513] = {.lex_state = 214}, - [4514] = {.lex_state = 214}, - [4515] = {.lex_state = 214}, - [4516] = {.lex_state = 214}, - [4517] = {.lex_state = 214}, - [4518] = {.lex_state = 214}, - [4519] = {.lex_state = 214}, - [4520] = {.lex_state = 214}, - [4521] = {.lex_state = 219}, - [4522] = {.lex_state = 212, .external_lex_state = 60}, - [4523] = {.lex_state = 219}, - [4524] = {.lex_state = 435}, - [4525] = {.lex_state = 219}, - [4526] = {.lex_state = 435}, - [4527] = {.lex_state = 435}, - [4528] = {.lex_state = 214}, - [4529] = {.lex_state = 435}, - [4530] = {.lex_state = 435}, - [4531] = {.lex_state = 212, .external_lex_state = 60}, - [4532] = {.lex_state = 435}, - [4533] = {.lex_state = 212, .external_lex_state = 60}, - [4534] = {.lex_state = 214}, - [4535] = {.lex_state = 435}, - [4536] = {.lex_state = 435}, - [4537] = {.lex_state = 435}, - [4538] = {.lex_state = 214}, - [4539] = {.lex_state = 435}, - [4540] = {.lex_state = 219}, - [4541] = {.lex_state = 435}, - [4542] = {.lex_state = 214}, - [4543] = {.lex_state = 214}, - [4544] = {.lex_state = 214}, - [4545] = {.lex_state = 214}, - [4546] = {.lex_state = 214}, - [4547] = {.lex_state = 214}, - [4548] = {.lex_state = 214}, - [4549] = {.lex_state = 214}, - [4550] = {.lex_state = 214}, - [4551] = {.lex_state = 214}, - [4552] = {.lex_state = 214}, - [4553] = {.lex_state = 214}, - [4554] = {.lex_state = 214}, - [4555] = {.lex_state = 214}, - [4556] = {.lex_state = 214}, - [4557] = {.lex_state = 214}, - [4558] = {.lex_state = 214}, - [4559] = {.lex_state = 214}, - [4560] = {.lex_state = 214}, - [4561] = {.lex_state = 214}, - [4562] = {.lex_state = 214}, - [4563] = {.lex_state = 214}, - [4564] = {.lex_state = 214}, - [4565] = {.lex_state = 214}, - [4566] = {.lex_state = 214}, - [4567] = {.lex_state = 214}, - [4568] = {.lex_state = 214}, - [4569] = {.lex_state = 214}, - [4570] = {.lex_state = 214}, - [4571] = {.lex_state = 214}, - [4572] = {.lex_state = 214}, - [4573] = {.lex_state = 214}, - [4574] = {.lex_state = 214}, - [4575] = {.lex_state = 214}, - [4576] = {.lex_state = 214}, - [4577] = {.lex_state = 214}, - [4578] = {.lex_state = 257}, - [4579] = {.lex_state = 435}, - [4580] = {.lex_state = 257}, - [4581] = {.lex_state = 257}, - [4582] = {.lex_state = 435}, - [4583] = {.lex_state = 213}, - [4584] = {.lex_state = 257}, - [4585] = {.lex_state = 435}, - [4586] = {.lex_state = 212, .external_lex_state = 60}, - [4587] = {.lex_state = 257}, - [4588] = {.lex_state = 435}, - [4589] = {.lex_state = 214}, - [4590] = {.lex_state = 435}, + [4016] = {.lex_state = 247, .external_lex_state = 69}, + [4017] = {.lex_state = 213}, + [4018] = {.lex_state = 247, .external_lex_state = 69}, + [4019] = {.lex_state = 260}, + [4020] = {.lex_state = 212}, + [4021] = {.lex_state = 260}, + [4022] = {.lex_state = 434}, + [4023] = {.lex_state = 213}, + [4024] = {.lex_state = 434, .external_lex_state = 77}, + [4025] = {.lex_state = 434}, + [4026] = {.lex_state = 213}, + [4027] = {.lex_state = 212}, + [4028] = {.lex_state = 213}, + [4029] = {.lex_state = 213}, + [4030] = {.lex_state = 212}, + [4031] = {.lex_state = 434}, + [4032] = {.lex_state = 434}, + [4033] = {.lex_state = 213}, + [4034] = {.lex_state = 213}, + [4035] = {.lex_state = 213}, + [4036] = {.lex_state = 260}, + [4037] = {.lex_state = 434}, + [4038] = {.lex_state = 434}, + [4039] = {.lex_state = 434}, + [4040] = {.lex_state = 434}, + [4041] = {.lex_state = 434, .external_lex_state = 77}, + [4042] = {.lex_state = 434}, + [4043] = {.lex_state = 213}, + [4044] = {.lex_state = 213}, + [4045] = {.lex_state = 213}, + [4046] = {.lex_state = 434}, + [4047] = {.lex_state = 260}, + [4048] = {.lex_state = 260}, + [4049] = {.lex_state = 434}, + [4050] = {.lex_state = 434}, + [4051] = {.lex_state = 247}, + [4052] = {.lex_state = 434}, + [4053] = {.lex_state = 434}, + [4054] = {.lex_state = 212}, + [4055] = {.lex_state = 434}, + [4056] = {.lex_state = 434}, + [4057] = {.lex_state = 434}, + [4058] = {.lex_state = 247}, + [4059] = {.lex_state = 213}, + [4060] = {.lex_state = 259}, + [4061] = {.lex_state = 247}, + [4062] = {.lex_state = 213}, + [4063] = {.lex_state = 212}, + [4064] = {.lex_state = 434}, + [4065] = {.lex_state = 434}, + [4066] = {.lex_state = 249, .external_lex_state = 64}, + [4067] = {.lex_state = 434}, + [4068] = {.lex_state = 259}, + [4069] = {.lex_state = 212, .external_lex_state = 64}, + [4070] = {.lex_state = 247}, + [4071] = {.lex_state = 247}, + [4072] = {.lex_state = 434}, + [4073] = {.lex_state = 247}, + [4074] = {.lex_state = 434}, + [4075] = {.lex_state = 247}, + [4076] = {.lex_state = 247}, + [4077] = {.lex_state = 247}, + [4078] = {.lex_state = 434}, + [4079] = {.lex_state = 434}, + [4080] = {.lex_state = 434}, + [4081] = {.lex_state = 212, .external_lex_state = 64}, + [4082] = {.lex_state = 434}, + [4083] = {.lex_state = 434}, + [4084] = {.lex_state = 434}, + [4085] = {.lex_state = 434}, + [4086] = {.lex_state = 434}, + [4087] = {.lex_state = 434}, + [4088] = {.lex_state = 247}, + [4089] = {.lex_state = 434}, + [4090] = {.lex_state = 212, .external_lex_state = 64}, + [4091] = {.lex_state = 247}, + [4092] = {.lex_state = 247}, + [4093] = {.lex_state = 249, .external_lex_state = 64}, + [4094] = {.lex_state = 434}, + [4095] = {.lex_state = 434}, + [4096] = {.lex_state = 434}, + [4097] = {.lex_state = 247}, + [4098] = {.lex_state = 434}, + [4099] = {.lex_state = 247}, + [4100] = {.lex_state = 247}, + [4101] = {.lex_state = 212}, + [4102] = {.lex_state = 434}, + [4103] = {.lex_state = 259}, + [4104] = {.lex_state = 434}, + [4105] = {.lex_state = 434}, + [4106] = {.lex_state = 247}, + [4107] = {.lex_state = 212, .external_lex_state = 64}, + [4108] = {.lex_state = 247}, + [4109] = {.lex_state = 434}, + [4110] = {.lex_state = 434}, + [4111] = {.lex_state = 247}, + [4112] = {.lex_state = 434}, + [4113] = {.lex_state = 212, .external_lex_state = 64}, + [4114] = {.lex_state = 213}, + [4115] = {.lex_state = 434}, + [4116] = {.lex_state = 434}, + [4117] = {.lex_state = 247}, + [4118] = {.lex_state = 434}, + [4119] = {.lex_state = 212, .external_lex_state = 64}, + [4120] = {.lex_state = 212}, + [4121] = {.lex_state = 434}, + [4122] = {.lex_state = 212}, + [4123] = {.lex_state = 247}, + [4124] = {.lex_state = 434}, + [4125] = {.lex_state = 434}, + [4126] = {.lex_state = 434}, + [4127] = {.lex_state = 434}, + [4128] = {.lex_state = 434}, + [4129] = {.lex_state = 249, .external_lex_state = 64}, + [4130] = {.lex_state = 249, .external_lex_state = 64}, + [4131] = {.lex_state = 434}, + [4132] = {.lex_state = 434}, + [4133] = {.lex_state = 247}, + [4134] = {.lex_state = 212, .external_lex_state = 78}, + [4135] = {.lex_state = 247}, + [4136] = {.lex_state = 434}, + [4137] = {.lex_state = 212}, + [4138] = {.lex_state = 434}, + [4139] = {.lex_state = 249, .external_lex_state = 64}, + [4140] = {.lex_state = 259}, + [4141] = {.lex_state = 247}, + [4142] = {.lex_state = 434}, + [4143] = {.lex_state = 434}, + [4144] = {.lex_state = 212, .external_lex_state = 64}, + [4145] = {.lex_state = 249, .external_lex_state = 64}, + [4146] = {.lex_state = 434}, + [4147] = {.lex_state = 247}, + [4148] = {.lex_state = 247}, + [4149] = {.lex_state = 212, .external_lex_state = 64}, + [4150] = {.lex_state = 434}, + [4151] = {.lex_state = 259}, + [4152] = {.lex_state = 247}, + [4153] = {.lex_state = 259}, + [4154] = {.lex_state = 434}, + [4155] = {.lex_state = 247}, + [4156] = {.lex_state = 213}, + [4157] = {.lex_state = 212, .external_lex_state = 64}, + [4158] = {.lex_state = 213}, + [4159] = {.lex_state = 434}, + [4160] = {.lex_state = 213}, + [4161] = {.lex_state = 213}, + [4162] = {.lex_state = 434}, + [4163] = {.lex_state = 434}, + [4164] = {.lex_state = 216}, + [4165] = {.lex_state = 434}, + [4166] = {.lex_state = 213}, + [4167] = {.lex_state = 108, .external_lex_state = 48}, + [4168] = {.lex_state = 434}, + [4169] = {.lex_state = 213}, + [4170] = {.lex_state = 213}, + [4171] = {.lex_state = 434}, + [4172] = {.lex_state = 434}, + [4173] = {.lex_state = 213}, + [4174] = {.lex_state = 434}, + [4175] = {.lex_state = 434}, + [4176] = {.lex_state = 212, .external_lex_state = 64}, + [4177] = {.lex_state = 259}, + [4178] = {.lex_state = 212, .external_lex_state = 64}, + [4179] = {.lex_state = 213}, + [4180] = {.lex_state = 216}, + [4181] = {.lex_state = 212, .external_lex_state = 64}, + [4182] = {.lex_state = 108, .external_lex_state = 48}, + [4183] = {.lex_state = 216}, + [4184] = {.lex_state = 212, .external_lex_state = 64}, + [4185] = {.lex_state = 434}, + [4186] = {.lex_state = 434}, + [4187] = {.lex_state = 434}, + [4188] = {.lex_state = 213}, + [4189] = {.lex_state = 434}, + [4190] = {.lex_state = 434}, + [4191] = {.lex_state = 434}, + [4192] = {.lex_state = 213}, + [4193] = {.lex_state = 434}, + [4194] = {.lex_state = 434}, + [4195] = {.lex_state = 212, .external_lex_state = 64}, + [4196] = {.lex_state = 108, .external_lex_state = 48}, + [4197] = {.lex_state = 213}, + [4198] = {.lex_state = 216}, + [4199] = {.lex_state = 212, .external_lex_state = 64}, + [4200] = {.lex_state = 216}, + [4201] = {.lex_state = 434}, + [4202] = {.lex_state = 434}, + [4203] = {.lex_state = 434}, + [4204] = {.lex_state = 108, .external_lex_state = 48}, + [4205] = {.lex_state = 434}, + [4206] = {.lex_state = 213}, + [4207] = {.lex_state = 434}, + [4208] = {.lex_state = 216}, + [4209] = {.lex_state = 212, .external_lex_state = 64}, + [4210] = {.lex_state = 434}, + [4211] = {.lex_state = 434}, + [4212] = {.lex_state = 434, .external_lex_state = 79}, + [4213] = {.lex_state = 434}, + [4214] = {.lex_state = 108, .external_lex_state = 48}, + [4215] = {.lex_state = 213}, + [4216] = {.lex_state = 434}, + [4217] = {.lex_state = 108, .external_lex_state = 48}, + [4218] = {.lex_state = 434}, + [4219] = {.lex_state = 434, .external_lex_state = 79}, + [4220] = {.lex_state = 212, .external_lex_state = 64}, + [4221] = {.lex_state = 434}, + [4222] = {.lex_state = 216}, + [4223] = {.lex_state = 434}, + [4224] = {.lex_state = 213}, + [4225] = {.lex_state = 108, .external_lex_state = 48}, + [4226] = {.lex_state = 434}, + [4227] = {.lex_state = 212, .external_lex_state = 64}, + [4228] = {.lex_state = 108, .external_lex_state = 48}, + [4229] = {.lex_state = 108, .external_lex_state = 48}, + [4230] = {.lex_state = 434}, + [4231] = {.lex_state = 108, .external_lex_state = 48}, + [4232] = {.lex_state = 216}, + [4233] = {.lex_state = 213}, + [4234] = {.lex_state = 213}, + [4235] = {.lex_state = 434}, + [4236] = {.lex_state = 212, .external_lex_state = 64}, + [4237] = {.lex_state = 434}, + [4238] = {.lex_state = 212, .external_lex_state = 64}, + [4239] = {.lex_state = 434}, + [4240] = {.lex_state = 434}, + [4241] = {.lex_state = 213}, + [4242] = {.lex_state = 434}, + [4243] = {.lex_state = 434}, + [4244] = {.lex_state = 216}, + [4245] = {.lex_state = 434}, + [4246] = {.lex_state = 213}, + [4247] = {.lex_state = 212, .external_lex_state = 64}, + [4248] = {.lex_state = 212, .external_lex_state = 64}, + [4249] = {.lex_state = 213}, + [4250] = {.lex_state = 434}, + [4251] = {.lex_state = 212, .external_lex_state = 64}, + [4252] = {.lex_state = 434}, + [4253] = {.lex_state = 434}, + [4254] = {.lex_state = 216}, + [4255] = {.lex_state = 212, .external_lex_state = 64}, + [4256] = {.lex_state = 434}, + [4257] = {.lex_state = 213}, + [4258] = {.lex_state = 434}, + [4259] = {.lex_state = 434}, + [4260] = {.lex_state = 216}, + [4261] = {.lex_state = 213}, + [4262] = {.lex_state = 434}, + [4263] = {.lex_state = 216}, + [4264] = {.lex_state = 212, .external_lex_state = 64}, + [4265] = {.lex_state = 213}, + [4266] = {.lex_state = 108, .external_lex_state = 48}, + [4267] = {.lex_state = 434}, + [4268] = {.lex_state = 434}, + [4269] = {.lex_state = 259}, + [4270] = {.lex_state = 434}, + [4271] = {.lex_state = 213}, + [4272] = {.lex_state = 434}, + [4273] = {.lex_state = 108, .external_lex_state = 48}, + [4274] = {.lex_state = 434}, + [4275] = {.lex_state = 434}, + [4276] = {.lex_state = 434}, + [4277] = {.lex_state = 213}, + [4278] = {.lex_state = 108, .external_lex_state = 48}, + [4279] = {.lex_state = 212, .external_lex_state = 64}, + [4280] = {.lex_state = 108, .external_lex_state = 48}, + [4281] = {.lex_state = 434}, + [4282] = {.lex_state = 108, .external_lex_state = 48}, + [4283] = {.lex_state = 213}, + [4284] = {.lex_state = 108, .external_lex_state = 48}, + [4285] = {.lex_state = 216}, + [4286] = {.lex_state = 212, .external_lex_state = 64}, + [4287] = {.lex_state = 213}, + [4288] = {.lex_state = 213}, + [4289] = {.lex_state = 213}, + [4290] = {.lex_state = 197}, + [4291] = {.lex_state = 434}, + [4292] = {.lex_state = 213}, + [4293] = {.lex_state = 216}, + [4294] = {.lex_state = 108, .external_lex_state = 48}, + [4295] = {.lex_state = 213}, + [4296] = {.lex_state = 108, .external_lex_state = 48}, + [4297] = {.lex_state = 434}, + [4298] = {.lex_state = 434}, + [4299] = {.lex_state = 434}, + [4300] = {.lex_state = 434}, + [4301] = {.lex_state = 213}, + [4302] = {.lex_state = 216}, + [4303] = {.lex_state = 434}, + [4304] = {.lex_state = 212, .external_lex_state = 64}, + [4305] = {.lex_state = 434}, + [4306] = {.lex_state = 434}, + [4307] = {.lex_state = 213}, + [4308] = {.lex_state = 216}, + [4309] = {.lex_state = 212, .external_lex_state = 64}, + [4310] = {.lex_state = 212, .external_lex_state = 64}, + [4311] = {.lex_state = 212, .external_lex_state = 64}, + [4312] = {.lex_state = 212, .external_lex_state = 64}, + [4313] = {.lex_state = 213}, + [4314] = {.lex_state = 212, .external_lex_state = 64}, + [4315] = {.lex_state = 212, .external_lex_state = 64}, + [4316] = {.lex_state = 212, .external_lex_state = 64}, + [4317] = {.lex_state = 212, .external_lex_state = 64}, + [4318] = {.lex_state = 212, .external_lex_state = 64}, + [4319] = {.lex_state = 213}, + [4320] = {.lex_state = 212, .external_lex_state = 64}, + [4321] = {.lex_state = 212, .external_lex_state = 64}, + [4322] = {.lex_state = 212, .external_lex_state = 64}, + [4323] = {.lex_state = 212, .external_lex_state = 64}, + [4324] = {.lex_state = 213}, + [4325] = {.lex_state = 213}, + [4326] = {.lex_state = 212, .external_lex_state = 64}, + [4327] = {.lex_state = 212, .external_lex_state = 64}, + [4328] = {.lex_state = 212, .external_lex_state = 64}, + [4329] = {.lex_state = 212, .external_lex_state = 64}, + [4330] = {.lex_state = 212, .external_lex_state = 64}, + [4331] = {.lex_state = 213}, + [4332] = {.lex_state = 212, .external_lex_state = 64}, + [4333] = {.lex_state = 212, .external_lex_state = 64}, + [4334] = {.lex_state = 212, .external_lex_state = 64}, + [4335] = {.lex_state = 212, .external_lex_state = 64}, + [4336] = {.lex_state = 212, .external_lex_state = 64}, + [4337] = {.lex_state = 213}, + [4338] = {.lex_state = 212, .external_lex_state = 64}, + [4339] = {.lex_state = 212, .external_lex_state = 64}, + [4340] = {.lex_state = 212, .external_lex_state = 64}, + [4341] = {.lex_state = 434}, + [4342] = {.lex_state = 212, .external_lex_state = 64}, + [4343] = {.lex_state = 213}, + [4344] = {.lex_state = 259}, + [4345] = {.lex_state = 212, .external_lex_state = 64}, + [4346] = {.lex_state = 212, .external_lex_state = 64}, + [4347] = {.lex_state = 434}, + [4348] = {.lex_state = 212, .external_lex_state = 64}, + [4349] = {.lex_state = 213}, + [4350] = {.lex_state = 212, .external_lex_state = 64}, + [4351] = {.lex_state = 212, .external_lex_state = 64}, + [4352] = {.lex_state = 212, .external_lex_state = 64}, + [4353] = {.lex_state = 212, .external_lex_state = 64}, + [4354] = {.lex_state = 434}, + [4355] = {.lex_state = 213}, + [4356] = {.lex_state = 434}, + [4357] = {.lex_state = 434}, + [4358] = {.lex_state = 434}, + [4359] = {.lex_state = 213}, + [4360] = {.lex_state = 434}, + [4361] = {.lex_state = 213}, + [4362] = {.lex_state = 434}, + [4363] = {.lex_state = 434}, + [4364] = {.lex_state = 213}, + [4365] = {.lex_state = 212, .external_lex_state = 64}, + [4366] = {.lex_state = 216}, + [4367] = {.lex_state = 213}, + [4368] = {.lex_state = 216}, + [4369] = {.lex_state = 212, .external_lex_state = 64}, + [4370] = {.lex_state = 434}, + [4371] = {.lex_state = 259}, + [4372] = {.lex_state = 434}, + [4373] = {.lex_state = 213}, + [4374] = {.lex_state = 434}, + [4375] = {.lex_state = 434}, + [4376] = {.lex_state = 434}, + [4377] = {.lex_state = 212, .external_lex_state = 64}, + [4378] = {.lex_state = 434}, + [4379] = {.lex_state = 213}, + [4380] = {.lex_state = 216}, + [4381] = {.lex_state = 198, .external_lex_state = 80}, + [4382] = {.lex_state = 198, .external_lex_state = 80}, + [4383] = {.lex_state = 434}, + [4384] = {.lex_state = 434}, + [4385] = {.lex_state = 213}, + [4386] = {.lex_state = 434}, + [4387] = {.lex_state = 216}, + [4388] = {.lex_state = 216}, + [4389] = {.lex_state = 198, .external_lex_state = 80}, + [4390] = {.lex_state = 198, .external_lex_state = 80}, + [4391] = {.lex_state = 212, .external_lex_state = 64}, + [4392] = {.lex_state = 434}, + [4393] = {.lex_state = 434}, + [4394] = {.lex_state = 434}, + [4395] = {.lex_state = 434}, + [4396] = {.lex_state = 212, .external_lex_state = 64}, + [4397] = {.lex_state = 434}, + [4398] = {.lex_state = 434}, + [4399] = {.lex_state = 434}, + [4400] = {.lex_state = 216}, + [4401] = {.lex_state = 212, .external_lex_state = 64}, + [4402] = {.lex_state = 434}, + [4403] = {.lex_state = 434}, + [4404] = {.lex_state = 434}, + [4405] = {.lex_state = 434}, + [4406] = {.lex_state = 434, .external_lex_state = 81}, + [4407] = {.lex_state = 434, .external_lex_state = 79}, + [4408] = {.lex_state = 216}, + [4409] = {.lex_state = 212, .external_lex_state = 64}, + [4410] = {.lex_state = 434}, + [4411] = {.lex_state = 212, .external_lex_state = 64}, + [4412] = {.lex_state = 434}, + [4413] = {.lex_state = 212}, + [4414] = {.lex_state = 212, .external_lex_state = 64}, + [4415] = {.lex_state = 212, .external_lex_state = 64}, + [4416] = {.lex_state = 434, .external_lex_state = 79}, + [4417] = {.lex_state = 213}, + [4418] = {.lex_state = 212, .external_lex_state = 64}, + [4419] = {.lex_state = 212, .external_lex_state = 64}, + [4420] = {.lex_state = 434}, + [4421] = {.lex_state = 434, .external_lex_state = 81}, + [4422] = {.lex_state = 434}, + [4423] = {.lex_state = 216}, + [4424] = {.lex_state = 198, .external_lex_state = 80}, + [4425] = {.lex_state = 198, .external_lex_state = 80}, + [4426] = {.lex_state = 216}, + [4427] = {.lex_state = 212, .external_lex_state = 64}, + [4428] = {.lex_state = 212}, + [4429] = {.lex_state = 434, .external_lex_state = 81}, + [4430] = {.lex_state = 434}, + [4431] = {.lex_state = 434}, + [4432] = {.lex_state = 434}, + [4433] = {.lex_state = 434}, + [4434] = {.lex_state = 434}, + [4435] = {.lex_state = 212, .external_lex_state = 64}, + [4436] = {.lex_state = 108, .external_lex_state = 48}, + [4437] = {.lex_state = 434}, + [4438] = {.lex_state = 213}, + [4439] = {.lex_state = 213}, + [4440] = {.lex_state = 434}, + [4441] = {.lex_state = 212, .external_lex_state = 64}, + [4442] = {.lex_state = 212, .external_lex_state = 64}, + [4443] = {.lex_state = 212, .external_lex_state = 64}, + [4444] = {.lex_state = 212, .external_lex_state = 64}, + [4445] = {.lex_state = 212, .external_lex_state = 64}, + [4446] = {.lex_state = 212, .external_lex_state = 64}, + [4447] = {.lex_state = 212, .external_lex_state = 64}, + [4448] = {.lex_state = 212, .external_lex_state = 64}, + [4449] = {.lex_state = 212, .external_lex_state = 64}, + [4450] = {.lex_state = 212, .external_lex_state = 64}, + [4451] = {.lex_state = 212, .external_lex_state = 64}, + [4452] = {.lex_state = 212, .external_lex_state = 64}, + [4453] = {.lex_state = 108, .external_lex_state = 48}, + [4454] = {.lex_state = 108, .external_lex_state = 48}, + [4455] = {.lex_state = 108, .external_lex_state = 48}, + [4456] = {.lex_state = 216}, + [4457] = {.lex_state = 212, .external_lex_state = 64}, + [4458] = {.lex_state = 108, .external_lex_state = 48}, + [4459] = {.lex_state = 213}, + [4460] = {.lex_state = 213}, + [4461] = {.lex_state = 259}, + [4462] = {.lex_state = 108, .external_lex_state = 48}, + [4463] = {.lex_state = 434}, + [4464] = {.lex_state = 434}, + [4465] = {.lex_state = 434, .external_lex_state = 79}, + [4466] = {.lex_state = 213}, + [4467] = {.lex_state = 434, .external_lex_state = 79}, + [4468] = {.lex_state = 213}, + [4469] = {.lex_state = 213}, + [4470] = {.lex_state = 213}, + [4471] = {.lex_state = 259}, + [4472] = {.lex_state = 213}, + [4473] = {.lex_state = 434}, + [4474] = {.lex_state = 213}, + [4475] = {.lex_state = 197}, + [4476] = {.lex_state = 434}, + [4477] = {.lex_state = 213}, + [4478] = {.lex_state = 213}, + [4479] = {.lex_state = 212, .external_lex_state = 64}, + [4480] = {.lex_state = 213}, + [4481] = {.lex_state = 216}, + [4482] = {.lex_state = 259}, + [4483] = {.lex_state = 212, .external_lex_state = 64}, + [4484] = {.lex_state = 212, .external_lex_state = 64}, + [4485] = {.lex_state = 212, .external_lex_state = 64}, + [4486] = {.lex_state = 434}, + [4487] = {.lex_state = 434}, + [4488] = {.lex_state = 216}, + [4489] = {.lex_state = 198, .external_lex_state = 80}, + [4490] = {.lex_state = 198, .external_lex_state = 80}, + [4491] = {.lex_state = 434}, + [4492] = {.lex_state = 434}, + [4493] = {.lex_state = 216}, + [4494] = {.lex_state = 259}, + [4495] = {.lex_state = 212, .external_lex_state = 64}, + [4496] = {.lex_state = 434}, + [4497] = {.lex_state = 212, .external_lex_state = 64}, + [4498] = {.lex_state = 434}, + [4499] = {.lex_state = 212, .external_lex_state = 64}, + [4500] = {.lex_state = 434}, + [4501] = {.lex_state = 434}, + [4502] = {.lex_state = 434}, + [4503] = {.lex_state = 434}, + [4504] = {.lex_state = 212, .external_lex_state = 64}, + [4505] = {.lex_state = 434}, + [4506] = {.lex_state = 259}, + [4507] = {.lex_state = 434}, + [4508] = {.lex_state = 212, .external_lex_state = 64}, + [4509] = {.lex_state = 212}, + [4510] = {.lex_state = 197}, + [4511] = {.lex_state = 434}, + [4512] = {.lex_state = 212, .external_lex_state = 64}, + [4513] = {.lex_state = 213}, + [4514] = {.lex_state = 434}, + [4515] = {.lex_state = 213}, + [4516] = {.lex_state = 216}, + [4517] = {.lex_state = 434, .external_lex_state = 81}, + [4518] = {.lex_state = 212, .external_lex_state = 64}, + [4519] = {.lex_state = 434}, + [4520] = {.lex_state = 434}, + [4521] = {.lex_state = 434}, + [4522] = {.lex_state = 213}, + [4523] = {.lex_state = 213}, + [4524] = {.lex_state = 434, .external_lex_state = 81}, + [4525] = {.lex_state = 434}, + [4526] = {.lex_state = 434}, + [4527] = {.lex_state = 434}, + [4528] = {.lex_state = 434}, + [4529] = {.lex_state = 213}, + [4530] = {.lex_state = 213}, + [4531] = {.lex_state = 259}, + [4532] = {.lex_state = 434}, + [4533] = {.lex_state = 212, .external_lex_state = 64}, + [4534] = {.lex_state = 216}, + [4535] = {.lex_state = 434, .external_lex_state = 79}, + [4536] = {.lex_state = 434, .external_lex_state = 81}, + [4537] = {.lex_state = 434, .external_lex_state = 79}, + [4538] = {.lex_state = 434}, + [4539] = {.lex_state = 434}, + [4540] = {.lex_state = 434}, + [4541] = {.lex_state = 434}, + [4542] = {.lex_state = 434}, + [4543] = {.lex_state = 212, .external_lex_state = 64}, + [4544] = {.lex_state = 434}, + [4545] = {.lex_state = 212, .external_lex_state = 64}, + [4546] = {.lex_state = 213}, + [4547] = {.lex_state = 213}, + [4548] = {.lex_state = 434}, + [4549] = {.lex_state = 259}, + [4550] = {.lex_state = 434}, + [4551] = {.lex_state = 434}, + [4552] = {.lex_state = 212, .external_lex_state = 64}, + [4553] = {.lex_state = 434}, + [4554] = {.lex_state = 213}, + [4555] = {.lex_state = 213}, + [4556] = {.lex_state = 259}, + [4557] = {.lex_state = 434}, + [4558] = {.lex_state = 434}, + [4559] = {.lex_state = 216}, + [4560] = {.lex_state = 198, .external_lex_state = 80}, + [4561] = {.lex_state = 216}, + [4562] = {.lex_state = 198, .external_lex_state = 80}, + [4563] = {.lex_state = 434}, + [4564] = {.lex_state = 434}, + [4565] = {.lex_state = 434}, + [4566] = {.lex_state = 212, .external_lex_state = 64}, + [4567] = {.lex_state = 434}, + [4568] = {.lex_state = 434}, + [4569] = {.lex_state = 434}, + [4570] = {.lex_state = 434}, + [4571] = {.lex_state = 434}, + [4572] = {.lex_state = 434}, + [4573] = {.lex_state = 212, .external_lex_state = 64}, + [4574] = {.lex_state = 212, .external_lex_state = 64}, + [4575] = {.lex_state = 434}, + [4576] = {.lex_state = 434}, + [4577] = {.lex_state = 213}, + [4578] = {.lex_state = 434}, + [4579] = {.lex_state = 434}, + [4580] = {.lex_state = 434, .external_lex_state = 81}, + [4581] = {.lex_state = 213}, + [4582] = {.lex_state = 434}, + [4583] = {.lex_state = 434}, + [4584] = {.lex_state = 212, .external_lex_state = 64}, + [4585] = {.lex_state = 434}, + [4586] = {.lex_state = 434}, + [4587] = {.lex_state = 434, .external_lex_state = 81}, + [4588] = {.lex_state = 216}, + [4589] = {.lex_state = 212, .external_lex_state = 64}, + [4590] = {.lex_state = 434}, + [4591] = {.lex_state = 434}, + [4592] = {.lex_state = 434}, + [4593] = {.lex_state = 434}, + [4594] = {.lex_state = 212, .external_lex_state = 64}, + [4595] = {.lex_state = 434}, + [4596] = {.lex_state = 434}, + [4597] = {.lex_state = 434}, + [4598] = {.lex_state = 434}, + [4599] = {.lex_state = 434}, + [4600] = {.lex_state = 216}, + [4601] = {.lex_state = 434}, + [4602] = {.lex_state = 212, .external_lex_state = 64}, + [4603] = {.lex_state = 212, .external_lex_state = 64}, + [4604] = {.lex_state = 434}, + [4605] = {.lex_state = 213}, + [4606] = {.lex_state = 434}, + [4607] = {.lex_state = 434}, + [4608] = {.lex_state = 434}, + [4609] = {.lex_state = 434}, + [4610] = {.lex_state = 434}, + [4611] = {.lex_state = 434}, + [4612] = {.lex_state = 434}, + [4613] = {.lex_state = 212, .external_lex_state = 64}, + [4614] = {.lex_state = 216}, + [4615] = {.lex_state = 212, .external_lex_state = 64}, + [4616] = {.lex_state = 434}, + [4617] = {.lex_state = 434}, + [4618] = {.lex_state = 434}, + [4619] = {.lex_state = 434}, + [4620] = {.lex_state = 434}, + [4621] = {.lex_state = 212, .external_lex_state = 64}, + [4622] = {.lex_state = 434}, + [4623] = {.lex_state = 434}, + [4624] = {.lex_state = 216}, + [4625] = {.lex_state = 216}, + [4626] = {.lex_state = 434}, + [4627] = {.lex_state = 434}, + [4628] = {.lex_state = 213}, + [4629] = {.lex_state = 213}, + [4630] = {.lex_state = 213}, + [4631] = {.lex_state = 213}, + [4632] = {.lex_state = 213}, + [4633] = {.lex_state = 213}, + [4634] = {.lex_state = 213}, + [4635] = {.lex_state = 213}, + [4636] = {.lex_state = 213}, + [4637] = {.lex_state = 213}, + [4638] = {.lex_state = 213}, + [4639] = {.lex_state = 213}, + [4640] = {.lex_state = 213}, + [4641] = {.lex_state = 213}, + [4642] = {.lex_state = 213}, + [4643] = {.lex_state = 213}, + [4644] = {.lex_state = 213}, + [4645] = {.lex_state = 213}, + [4646] = {.lex_state = 213}, + [4647] = {.lex_state = 213}, + [4648] = {.lex_state = 213}, + [4649] = {.lex_state = 213}, + [4650] = {.lex_state = 213}, + [4651] = {.lex_state = 213}, + [4652] = {.lex_state = 213}, + [4653] = {.lex_state = 213}, + [4654] = {.lex_state = 213}, + [4655] = {.lex_state = 213}, + [4656] = {.lex_state = 213}, + [4657] = {.lex_state = 213}, + [4658] = {.lex_state = 213}, + [4659] = {.lex_state = 213}, + [4660] = {.lex_state = 213}, + [4661] = {.lex_state = 213}, + [4662] = {.lex_state = 213}, + [4663] = {.lex_state = 213}, + [4664] = {.lex_state = 213}, + [4665] = {.lex_state = 434}, + [4666] = {.lex_state = 434}, + [4667] = {.lex_state = 212, .external_lex_state = 64}, + [4668] = {.lex_state = 434}, + [4669] = {.lex_state = 216}, + [4670] = {.lex_state = 434}, + [4671] = {.lex_state = 434}, + [4672] = {.lex_state = 213}, + [4673] = {.lex_state = 434}, + [4674] = {.lex_state = 434}, + [4675] = {.lex_state = 212, .external_lex_state = 64}, + [4676] = {.lex_state = 216}, + [4677] = {.lex_state = 434}, + [4678] = {.lex_state = 213}, + [4679] = {.lex_state = 434}, + [4680] = {.lex_state = 434}, + [4681] = {.lex_state = 434}, + [4682] = {.lex_state = 213}, + [4683] = {.lex_state = 212, .external_lex_state = 64}, + [4684] = {.lex_state = 216}, + [4685] = {.lex_state = 434}, + [4686] = {.lex_state = 213}, + [4687] = {.lex_state = 213}, + [4688] = {.lex_state = 213}, + [4689] = {.lex_state = 213}, + [4690] = {.lex_state = 213}, + [4691] = {.lex_state = 213}, + [4692] = {.lex_state = 213}, + [4693] = {.lex_state = 213}, + [4694] = {.lex_state = 213}, + [4695] = {.lex_state = 213}, + [4696] = {.lex_state = 213}, + [4697] = {.lex_state = 213}, + [4698] = {.lex_state = 213}, + [4699] = {.lex_state = 213}, + [4700] = {.lex_state = 213}, + [4701] = {.lex_state = 213}, + [4702] = {.lex_state = 213}, + [4703] = {.lex_state = 213}, + [4704] = {.lex_state = 213}, + [4705] = {.lex_state = 213}, + [4706] = {.lex_state = 213}, + [4707] = {.lex_state = 213}, + [4708] = {.lex_state = 213}, + [4709] = {.lex_state = 213}, + [4710] = {.lex_state = 213}, + [4711] = {.lex_state = 213}, + [4712] = {.lex_state = 213}, + [4713] = {.lex_state = 213}, + [4714] = {.lex_state = 213}, + [4715] = {.lex_state = 213}, + [4716] = {.lex_state = 213}, + [4717] = {.lex_state = 213}, + [4718] = {.lex_state = 213}, + [4719] = {.lex_state = 213}, + [4720] = {.lex_state = 213}, + [4721] = {.lex_state = 213}, + [4722] = {.lex_state = 259}, + [4723] = {.lex_state = 434}, + [4724] = {.lex_state = 259}, + [4725] = {.lex_state = 259}, + [4726] = {.lex_state = 434}, + [4727] = {.lex_state = 212}, + [4728] = {.lex_state = 259}, + [4729] = {.lex_state = 434}, + [4730] = {.lex_state = 434}, + [4731] = {.lex_state = 259}, + [4732] = {.lex_state = 434}, + [4733] = {.lex_state = 213}, + [4734] = {.lex_state = 434}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -20399,6 +20805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_regex] = ACTIONS(1), [sym__regex_no_slash] = ACTIONS(1), [sym__regex_no_space] = ACTIONS(1), + [sym__word_in_replacement] = ACTIONS(1), [sym_extglob_pattern] = ACTIONS(1), [sym__bare_dollar] = ACTIONS(1), [sym__brace_start] = ACTIONS(1), @@ -20408,43 +20815,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__external_expansion_sym_equal] = ACTIONS(1), }, [1] = { - [sym_program] = STATE(4524), - [sym__statements] = STATE(4468), - [sym_redirected_statement] = STATE(2622), - [sym_for_statement] = STATE(2622), - [sym_c_style_for_statement] = STATE(2622), - [sym_while_statement] = STATE(2622), - [sym_if_statement] = STATE(2622), - [sym_case_statement] = STATE(2622), - [sym_function_definition] = STATE(2622), - [sym_compound_statement] = STATE(2622), - [sym_subshell] = STATE(2622), - [sym_pipeline] = STATE(2622), - [sym_list] = STATE(2622), - [sym_negated_command] = STATE(2622), - [sym_test_command] = STATE(2622), - [sym_declaration_command] = STATE(2622), - [sym_unset_command] = STATE(2622), - [sym_command] = STATE(2622), - [sym_command_name] = STATE(462), - [sym_variable_assignment] = STATE(603), - [sym_variable_assignments] = STATE(2622), - [sym_subscript] = STATE(3947), - [sym_file_redirect] = STATE(1379), - [sym_arithmetic_expansion] = STATE(720), - [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), - [sym_string] = STATE(720), - [sym_translated_string] = STATE(720), - [sym_number] = STATE(720), - [sym_simple_expansion] = STATE(720), - [sym_expansion] = STATE(720), - [sym_command_substitution] = STATE(720), - [sym_process_substitution] = STATE(720), - [aux_sym__statements_repeat1] = STATE(277), - [aux_sym_redirected_statement_repeat2] = STATE(2827), - [aux_sym_command_repeat1] = STATE(865), - [aux_sym__literal_repeat1] = STATE(930), + [sym_program] = STATE(4668), + [sym__statements] = STATE(4612), + [sym_redirected_statement] = STATE(2671), + [sym_for_statement] = STATE(2671), + [sym_c_style_for_statement] = STATE(2671), + [sym_while_statement] = STATE(2671), + [sym_if_statement] = STATE(2671), + [sym_case_statement] = STATE(2671), + [sym_function_definition] = STATE(2671), + [sym_compound_statement] = STATE(2671), + [sym_subshell] = STATE(2671), + [sym_pipeline] = STATE(2671), + [sym_list] = STATE(2671), + [sym_negated_command] = STATE(2671), + [sym_test_command] = STATE(2671), + [sym_declaration_command] = STATE(2671), + [sym_unset_command] = STATE(2671), + [sym_command] = STATE(2671), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(589), + [sym_variable_assignments] = STATE(2671), + [sym_subscript] = STATE(4108), + [sym_file_redirect] = STATE(1395), + [sym_arithmetic_expansion] = STATE(674), + [sym_brace_expression] = STATE(674), + [sym_concatenation] = STATE(1242), + [sym_string] = STATE(674), + [sym_translated_string] = STATE(674), + [sym_number] = STATE(674), + [sym_simple_expansion] = STATE(674), + [sym_expansion] = STATE(674), + [sym_command_substitution] = STATE(674), + [sym_process_substitution] = STATE(674), + [aux_sym__statements_repeat1] = STATE(280), + [aux_sym_redirected_statement_repeat2] = STATE(2930), + [aux_sym_command_repeat1] = STATE(918), + [aux_sym__literal_repeat1] = STATE(945), [ts_builtin_sym_end] = ACTIONS(5), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), @@ -20496,48 +20903,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(71), }, [2] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1688), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(328), - [sym_brace_expression] = STATE(328), - [sym_concatenation] = STATE(383), - [sym_string] = STATE(328), - [sym_translated_string] = STATE(328), - [sym_number] = STATE(328), - [sym_simple_expansion] = STATE(328), - [sym_expansion] = STATE(328), - [sym_command_substitution] = STATE(328), - [sym_process_substitution] = STATE(328), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(364), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1732), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(325), + [sym_brace_expression] = STATE(325), + [sym_concatenation] = STATE(379), + [sym_string] = STATE(325), + [sym_translated_string] = STATE(325), + [sym_number] = STATE(325), + [sym_simple_expansion] = STATE(325), + [sym_expansion] = STATE(325), + [sym_command_substitution] = STATE(325), + [sym_process_substitution] = STATE(325), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(361), [sym_word] = ACTIONS(73), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -20594,53 +21001,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(125), }, [3] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1792), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(327), - [sym_brace_expression] = STATE(327), - [sym_concatenation] = STATE(384), - [sym_string] = STATE(327), - [sym_translated_string] = STATE(327), - [sym_number] = STATE(327), - [sym_simple_expansion] = STATE(327), - [sym_expansion] = STATE(327), - [sym_command_substitution] = STATE(327), - [sym_process_substitution] = STATE(327), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(371), - [sym_word] = ACTIONS(127), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1767), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(325), + [sym_brace_expression] = STATE(325), + [sym_concatenation] = STATE(379), + [sym_string] = STATE(325), + [sym_translated_string] = STATE(325), + [sym_number] = STATE(325), + [sym_simple_expansion] = STATE(325), + [sym_expansion] = STATE(325), + [sym_command_substitution] = STATE(325), + [sym_process_substitution] = STATE(325), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(361), + [sym_word] = ACTIONS(73), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(129), + [anon_sym_RPAREN_RPAREN] = ACTIONS(127), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), @@ -20651,7 +21058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(87), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -20666,17 +21073,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_AMP] = ACTIONS(79), [anon_sym_GT_AMP] = ACTIONS(79), [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DASH2] = ACTIONS(133), - [anon_sym_PLUS2] = ACTIONS(133), - [anon_sym_TILDE] = ACTIONS(135), - [anon_sym_PLUS_PLUS2] = ACTIONS(135), - [anon_sym_DASH_DASH2] = ACTIONS(135), + [anon_sym_DASH2] = ACTIONS(93), + [anon_sym_PLUS2] = ACTIONS(93), + [anon_sym_TILDE] = ACTIONS(95), + [anon_sym_PLUS_PLUS2] = ACTIONS(95), + [anon_sym_DASH_DASH2] = ACTIONS(95), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(75), [anon_sym_DOLLAR] = ACTIONS(97), [sym__special_character] = ACTIONS(99), [anon_sym_DQUOTE] = ACTIONS(101), - [sym_raw_string] = ACTIONS(137), - [sym_ansi_c_string] = ACTIONS(137), + [sym_raw_string] = ACTIONS(103), + [sym_ansi_c_string] = ACTIONS(103), [aux_sym_number_token1] = ACTIONS(105), [aux_sym_number_token2] = ACTIONS(107), [anon_sym_DOLLAR_LBRACE] = ACTIONS(109), @@ -20688,53 +21095,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(139), + [sym_test_operator] = ACTIONS(123), [sym__brace_start] = ACTIONS(125), }, [4] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1677), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(328), - [sym_brace_expression] = STATE(328), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1809), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(329), + [sym_brace_expression] = STATE(329), [sym_concatenation] = STATE(383), - [sym_string] = STATE(328), - [sym_translated_string] = STATE(328), - [sym_number] = STATE(328), - [sym_simple_expansion] = STATE(328), - [sym_expansion] = STATE(328), - [sym_command_substitution] = STATE(328), - [sym_process_substitution] = STATE(328), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(364), - [sym_word] = ACTIONS(73), + [sym_string] = STATE(329), + [sym_translated_string] = STATE(329), + [sym_number] = STATE(329), + [sym_simple_expansion] = STATE(329), + [sym_expansion] = STATE(329), + [sym_command_substitution] = STATE(329), + [sym_process_substitution] = STATE(329), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(373), + [sym_word] = ACTIONS(129), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), @@ -20749,7 +21156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(87), + [anon_sym_BANG] = ACTIONS(131), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -20764,17 +21171,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_AMP] = ACTIONS(79), [anon_sym_GT_AMP] = ACTIONS(79), [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DASH2] = ACTIONS(93), - [anon_sym_PLUS2] = ACTIONS(93), - [anon_sym_TILDE] = ACTIONS(95), - [anon_sym_PLUS_PLUS2] = ACTIONS(95), - [anon_sym_DASH_DASH2] = ACTIONS(95), + [anon_sym_DASH2] = ACTIONS(133), + [anon_sym_PLUS2] = ACTIONS(133), + [anon_sym_TILDE] = ACTIONS(135), + [anon_sym_PLUS_PLUS2] = ACTIONS(135), + [anon_sym_DASH_DASH2] = ACTIONS(135), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(75), [anon_sym_DOLLAR] = ACTIONS(97), [sym__special_character] = ACTIONS(99), [anon_sym_DQUOTE] = ACTIONS(101), - [sym_raw_string] = ACTIONS(103), - [sym_ansi_c_string] = ACTIONS(103), + [sym_raw_string] = ACTIONS(137), + [sym_ansi_c_string] = ACTIONS(137), [aux_sym_number_token1] = ACTIONS(105), [aux_sym_number_token2] = ACTIONS(107), [anon_sym_DOLLAR_LBRACE] = ACTIONS(109), @@ -20786,57 +21193,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(123), + [sym_test_operator] = ACTIONS(139), [sym__brace_start] = ACTIONS(125), }, [5] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1817), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(327), - [sym_brace_expression] = STATE(327), - [sym_concatenation] = STATE(384), - [sym_string] = STATE(327), - [sym_translated_string] = STATE(327), - [sym_number] = STATE(327), - [sym_simple_expansion] = STATE(327), - [sym_expansion] = STATE(327), - [sym_command_substitution] = STATE(327), - [sym_process_substitution] = STATE(327), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(371), - [sym_word] = ACTIONS(127), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1837), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(329), + [sym_brace_expression] = STATE(329), + [sym_concatenation] = STATE(383), + [sym_string] = STATE(329), + [sym_translated_string] = STATE(329), + [sym_number] = STATE(329), + [sym_simple_expansion] = STATE(329), + [sym_expansion] = STATE(329), + [sym_command_substitution] = STATE(329), + [sym_process_substitution] = STATE(329), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(373), + [sym_word] = ACTIONS(129), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(77), + [anon_sym_RPAREN_RPAREN] = ACTIONS(127), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), @@ -20888,49 +21295,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(125), }, [6] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1809), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(327), - [sym_brace_expression] = STATE(327), - [sym_concatenation] = STATE(384), - [sym_string] = STATE(327), - [sym_translated_string] = STATE(327), - [sym_number] = STATE(327), - [sym_simple_expansion] = STATE(327), - [sym_expansion] = STATE(327), - [sym_command_substitution] = STATE(327), - [sym_process_substitution] = STATE(327), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(371), - [sym_word] = ACTIONS(127), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1811), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(329), + [sym_brace_expression] = STATE(329), + [sym_concatenation] = STATE(383), + [sym_string] = STATE(329), + [sym_translated_string] = STATE(329), + [sym_number] = STATE(329), + [sym_simple_expansion] = STATE(329), + [sym_expansion] = STATE(329), + [sym_command_substitution] = STATE(329), + [sym_process_substitution] = STATE(329), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(373), + [sym_word] = ACTIONS(129), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), @@ -20986,53 +21393,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(125), }, [7] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1633), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(328), - [sym_brace_expression] = STATE(328), - [sym_concatenation] = STATE(383), - [sym_string] = STATE(328), - [sym_translated_string] = STATE(328), - [sym_number] = STATE(328), - [sym_simple_expansion] = STATE(328), - [sym_expansion] = STATE(328), - [sym_command_substitution] = STATE(328), - [sym_process_substitution] = STATE(328), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(364), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1680), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(325), + [sym_brace_expression] = STATE(325), + [sym_concatenation] = STATE(379), + [sym_string] = STATE(325), + [sym_translated_string] = STATE(325), + [sym_number] = STATE(325), + [sym_simple_expansion] = STATE(325), + [sym_expansion] = STATE(325), + [sym_command_substitution] = STATE(325), + [sym_process_substitution] = STATE(325), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(361), [sym_word] = ACTIONS(73), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(141), + [anon_sym_RPAREN_RPAREN] = ACTIONS(77), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), @@ -21084,48 +21491,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(125), }, [8] = { - [sym__statements] = STATE(4374), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1820), - [sym_binary_expression] = STATE(1763), - [sym_ternary_expression] = STATE(1763), - [sym_unary_expression] = STATE(1763), - [sym_postfix_expression] = STATE(1763), - [sym_parenthesized_expression] = STATE(1763), - [sym_arithmetic_expansion] = STATE(341), - [sym_brace_expression] = STATE(341), - [sym_concatenation] = STATE(387), - [sym_string] = STATE(341), - [sym_translated_string] = STATE(341), - [sym_number] = STATE(341), - [sym_simple_expansion] = STATE(341), - [sym_expansion] = STATE(341), - [sym_command_substitution] = STATE(341), - [sym_process_substitution] = STATE(341), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(382), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1833), + [sym_binary_expression] = STATE(1869), + [sym_ternary_expression] = STATE(1869), + [sym_unary_expression] = STATE(1869), + [sym_postfix_expression] = STATE(1869), + [sym_parenthesized_expression] = STATE(1869), + [sym_arithmetic_expansion] = STATE(340), + [sym_brace_expression] = STATE(340), + [sym_concatenation] = STATE(388), + [sym_string] = STATE(340), + [sym_translated_string] = STATE(340), + [sym_number] = STATE(340), + [sym_simple_expansion] = STATE(340), + [sym_expansion] = STATE(340), + [sym_command_substitution] = STATE(340), + [sym_process_substitution] = STATE(340), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(380), [sym_word] = ACTIONS(143), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -21181,145 +21588,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(179), }, [9] = { - [sym__expression] = STATE(1636), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1347), - [sym_brace_expression] = STATE(1347), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1347), - [sym_translated_string] = STATE(1347), - [sym_number] = STATE(1347), - [sym_simple_expansion] = STATE(1347), - [sym_expansion] = STATE(1347), - [sym_command_substitution] = STATE(1347), - [sym_process_substitution] = STATE(1347), - [aux_sym__literal_repeat1] = STATE(1458), - [aux_sym_concatenation_repeat1] = STATE(331), - [sym_word] = ACTIONS(181), - [anon_sym_LPAREN_LPAREN] = ACTIONS(183), - [anon_sym_RPAREN_RPAREN] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(194), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(93), - [anon_sym_PLUS2] = ACTIONS(93), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_PLUS_PLUS2] = ACTIONS(93), - [anon_sym_DASH_DASH2] = ACTIONS(93), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(183), - [aux_sym_concatenation_token1] = ACTIONS(196), - [anon_sym_DOLLAR] = ACTIONS(198), - [sym__special_character] = ACTIONS(200), - [anon_sym_DQUOTE] = ACTIONS(202), - [sym_raw_string] = ACTIONS(181), - [sym_ansi_c_string] = ACTIONS(181), - [aux_sym_number_token1] = ACTIONS(204), - [aux_sym_number_token2] = ACTIONS(206), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(208), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), - [anon_sym_BQUOTE] = ACTIONS(212), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(214), - [anon_sym_LT_LPAREN] = ACTIONS(216), - [anon_sym_GT_LPAREN] = ACTIONS(216), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym__concat] = ACTIONS(220), - [sym_test_operator] = ACTIONS(222), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(224), - }, - [10] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1803), - [sym_binary_expression] = STATE(1763), - [sym_ternary_expression] = STATE(1763), - [sym_unary_expression] = STATE(1763), - [sym_postfix_expression] = STATE(1763), - [sym_parenthesized_expression] = STATE(1763), - [sym_arithmetic_expansion] = STATE(341), - [sym_brace_expression] = STATE(341), - [sym_concatenation] = STATE(387), - [sym_string] = STATE(341), - [sym_translated_string] = STATE(341), - [sym_number] = STATE(341), - [sym_simple_expansion] = STATE(341), - [sym_expansion] = STATE(341), - [sym_command_substitution] = STATE(341), - [sym_process_substitution] = STATE(341), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(382), + [sym__statements] = STATE(4585), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1817), + [sym_binary_expression] = STATE(1869), + [sym_ternary_expression] = STATE(1869), + [sym_unary_expression] = STATE(1869), + [sym_postfix_expression] = STATE(1869), + [sym_parenthesized_expression] = STATE(1869), + [sym_arithmetic_expansion] = STATE(340), + [sym_brace_expression] = STATE(340), + [sym_concatenation] = STATE(388), + [sym_string] = STATE(340), + [sym_translated_string] = STATE(340), + [sym_number] = STATE(340), + [sym_simple_expansion] = STATE(340), + [sym_expansion] = STATE(340), + [sym_command_substitution] = STATE(340), + [sym_process_substitution] = STATE(340), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(380), [sym_word] = ACTIONS(143), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -21327,7 +21637,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(226), + [anon_sym_LPAREN] = ACTIONS(181), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), @@ -21374,146 +21684,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(177), [sym__brace_start] = ACTIONS(179), }, - [11] = { - [sym__expression] = STATE(1783), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1499), - [sym_brace_expression] = STATE(1499), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1499), - [sym_translated_string] = STATE(1499), - [sym_number] = STATE(1499), - [sym_simple_expansion] = STATE(1499), - [sym_expansion] = STATE(1499), - [sym_command_substitution] = STATE(1499), - [sym_process_substitution] = STATE(1499), - [aux_sym__literal_repeat1] = STATE(1458), - [aux_sym_concatenation_repeat1] = STATE(331), - [sym_word] = ACTIONS(228), - [anon_sym_LPAREN_LPAREN] = ACTIONS(183), - [anon_sym_RPAREN_RPAREN] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(230), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(133), - [anon_sym_PLUS2] = ACTIONS(133), - [anon_sym_TILDE] = ACTIONS(133), - [anon_sym_PLUS_PLUS2] = ACTIONS(133), - [anon_sym_DASH_DASH2] = ACTIONS(133), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(183), - [aux_sym_concatenation_token1] = ACTIONS(196), - [anon_sym_DOLLAR] = ACTIONS(198), - [sym__special_character] = ACTIONS(232), - [anon_sym_DQUOTE] = ACTIONS(202), - [sym_raw_string] = ACTIONS(228), - [sym_ansi_c_string] = ACTIONS(228), - [aux_sym_number_token1] = ACTIONS(204), - [aux_sym_number_token2] = ACTIONS(206), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(208), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), - [anon_sym_BQUOTE] = ACTIONS(212), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(214), - [anon_sym_LT_LPAREN] = ACTIONS(216), - [anon_sym_GT_LPAREN] = ACTIONS(216), + [10] = { + [sym__expression] = STATE(1664), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1300), + [sym_brace_expression] = STATE(1300), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1300), + [sym_translated_string] = STATE(1300), + [sym_number] = STATE(1300), + [sym_simple_expansion] = STATE(1300), + [sym_expansion] = STATE(1300), + [sym_command_substitution] = STATE(1300), + [sym_process_substitution] = STATE(1300), + [aux_sym__literal_repeat1] = STATE(1520), + [aux_sym_concatenation_repeat1] = STATE(326), + [sym_word] = ACTIONS(183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(185), + [anon_sym_RPAREN_RPAREN] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(187), + [anon_sym_GT_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_EQ] = ACTIONS(187), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(191), + [anon_sym_PIPE_PIPE] = ACTIONS(191), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_RPAREN] = ACTIONS(191), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_SEMI_SEMI] = ACTIONS(189), + [anon_sym_PIPE_AMP] = ACTIONS(189), + [anon_sym_BANG] = ACTIONS(196), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(189), + [anon_sym_LT_AMP] = ACTIONS(189), + [anon_sym_GT_AMP] = ACTIONS(189), + [anon_sym_GT_PIPE] = ACTIONS(189), + [anon_sym_LT_LT_DASH] = ACTIONS(189), + [aux_sym_heredoc_redirect_token1] = ACTIONS(189), + [anon_sym_LT_LT_LT] = ACTIONS(189), + [anon_sym_AMP] = ACTIONS(191), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(93), + [anon_sym_PLUS2] = ACTIONS(93), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_PLUS_PLUS2] = ACTIONS(93), + [anon_sym_DASH_DASH2] = ACTIONS(93), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(185), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(200), + [sym__special_character] = ACTIONS(202), + [anon_sym_DQUOTE] = ACTIONS(204), + [sym_raw_string] = ACTIONS(183), + [sym_ansi_c_string] = ACTIONS(183), + [aux_sym_number_token1] = ACTIONS(206), + [aux_sym_number_token2] = ACTIONS(208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(210), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(212), + [anon_sym_BQUOTE] = ACTIONS(214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(216), + [anon_sym_LT_LPAREN] = ACTIONS(218), + [anon_sym_GT_LPAREN] = ACTIONS(218), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym__concat] = ACTIONS(220), - [sym_test_operator] = ACTIONS(234), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(224), + [sym_file_descriptor] = ACTIONS(220), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(224), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(226), }, - [12] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1814), - [sym_binary_expression] = STATE(1763), - [sym_ternary_expression] = STATE(1763), - [sym_unary_expression] = STATE(1763), - [sym_postfix_expression] = STATE(1763), - [sym_parenthesized_expression] = STATE(1763), - [sym_arithmetic_expansion] = STATE(341), - [sym_brace_expression] = STATE(341), - [sym_concatenation] = STATE(387), - [sym_string] = STATE(341), - [sym_translated_string] = STATE(341), - [sym_number] = STATE(341), - [sym_simple_expansion] = STATE(341), - [sym_expansion] = STATE(341), - [sym_command_substitution] = STATE(341), - [sym_process_substitution] = STATE(341), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(382), + [11] = { + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym__expression] = STATE(1834), + [sym_binary_expression] = STATE(1869), + [sym_ternary_expression] = STATE(1869), + [sym_unary_expression] = STATE(1869), + [sym_postfix_expression] = STATE(1869), + [sym_parenthesized_expression] = STATE(1869), + [sym_arithmetic_expansion] = STATE(340), + [sym_brace_expression] = STATE(340), + [sym_concatenation] = STATE(388), + [sym_string] = STATE(340), + [sym_translated_string] = STATE(340), + [sym_number] = STATE(340), + [sym_simple_expansion] = STATE(340), + [sym_expansion] = STATE(340), + [sym_command_substitution] = STATE(340), + [sym_process_substitution] = STATE(340), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(380), [sym_word] = ACTIONS(143), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -21521,7 +21831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(226), + [anon_sym_LPAREN] = ACTIONS(147), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), @@ -21568,47 +21878,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(177), [sym__brace_start] = ACTIONS(179), }, + [12] = { + [sym__expression] = STATE(1866), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1531), + [sym_brace_expression] = STATE(1531), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1531), + [sym_translated_string] = STATE(1531), + [sym_number] = STATE(1531), + [sym_simple_expansion] = STATE(1531), + [sym_expansion] = STATE(1531), + [sym_command_substitution] = STATE(1531), + [sym_process_substitution] = STATE(1531), + [aux_sym__literal_repeat1] = STATE(1520), + [aux_sym_concatenation_repeat1] = STATE(326), + [sym_word] = ACTIONS(228), + [anon_sym_LPAREN_LPAREN] = ACTIONS(185), + [anon_sym_RPAREN_RPAREN] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(187), + [anon_sym_GT_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_EQ] = ACTIONS(187), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(191), + [anon_sym_PIPE_PIPE] = ACTIONS(191), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_RPAREN] = ACTIONS(189), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_SEMI_SEMI] = ACTIONS(189), + [anon_sym_PIPE_AMP] = ACTIONS(189), + [anon_sym_BANG] = ACTIONS(230), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(189), + [anon_sym_LT_AMP] = ACTIONS(189), + [anon_sym_GT_AMP] = ACTIONS(189), + [anon_sym_GT_PIPE] = ACTIONS(189), + [anon_sym_LT_LT_DASH] = ACTIONS(189), + [aux_sym_heredoc_redirect_token1] = ACTIONS(189), + [anon_sym_LT_LT_LT] = ACTIONS(189), + [anon_sym_AMP] = ACTIONS(191), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(133), + [anon_sym_PLUS2] = ACTIONS(133), + [anon_sym_TILDE] = ACTIONS(133), + [anon_sym_PLUS_PLUS2] = ACTIONS(133), + [anon_sym_DASH_DASH2] = ACTIONS(133), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(185), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(200), + [sym__special_character] = ACTIONS(232), + [anon_sym_DQUOTE] = ACTIONS(204), + [sym_raw_string] = ACTIONS(228), + [sym_ansi_c_string] = ACTIONS(228), + [aux_sym_number_token1] = ACTIONS(206), + [aux_sym_number_token2] = ACTIONS(208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(210), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(212), + [anon_sym_BQUOTE] = ACTIONS(214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(216), + [anon_sym_LT_LPAREN] = ACTIONS(218), + [anon_sym_GT_LPAREN] = ACTIONS(218), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(220), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(234), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(226), + }, [13] = { - [sym_redirected_statement] = STATE(2946), - [sym_for_statement] = STATE(3003), - [sym_c_style_for_statement] = STATE(3003), - [sym_while_statement] = STATE(3003), - [sym_if_statement] = STATE(3003), - [sym_case_statement] = STATE(3003), - [sym_function_definition] = STATE(3003), - [sym_compound_statement] = STATE(3003), - [sym_subshell] = STATE(3003), - [sym_pipeline] = STATE(3003), - [sym_list] = STATE(3003), - [sym_negated_command] = STATE(3003), - [sym_test_command] = STATE(3003), - [sym_declaration_command] = STATE(3003), - [sym_unset_command] = STATE(3003), - [sym_command] = STATE(3003), - [sym_command_name] = STATE(546), - [sym_variable_assignment] = STATE(1112), - [sym_variable_assignments] = STATE(3003), - [sym_subscript] = STATE(3974), - [sym_file_redirect] = STATE(1759), - [sym__expression] = STATE(1789), - [sym_binary_expression] = STATE(1773), - [sym_ternary_expression] = STATE(1773), - [sym_unary_expression] = STATE(1773), - [sym_postfix_expression] = STATE(1773), - [sym_parenthesized_expression] = STATE(1773), - [sym_arithmetic_expansion] = STATE(390), - [sym_brace_expression] = STATE(390), - [sym_concatenation] = STATE(414), - [sym_string] = STATE(390), - [sym_translated_string] = STATE(390), - [sym_number] = STATE(390), - [sym_simple_expansion] = STATE(390), - [sym_expansion] = STATE(390), - [sym_command_substitution] = STATE(390), - [sym_process_substitution] = STATE(390), - [aux_sym_redirected_statement_repeat2] = STATE(3127), - [aux_sym_command_repeat1] = STATE(897), - [aux_sym__literal_repeat1] = STATE(412), + [sym_redirected_statement] = STATE(3000), + [sym_for_statement] = STATE(3090), + [sym_c_style_for_statement] = STATE(3090), + [sym_while_statement] = STATE(3090), + [sym_if_statement] = STATE(3090), + [sym_case_statement] = STATE(3090), + [sym_function_definition] = STATE(3090), + [sym_compound_statement] = STATE(3090), + [sym_subshell] = STATE(3090), + [sym_pipeline] = STATE(3090), + [sym_list] = STATE(3090), + [sym_negated_command] = STATE(3090), + [sym_test_command] = STATE(3090), + [sym_declaration_command] = STATE(3090), + [sym_unset_command] = STATE(3090), + [sym_command] = STATE(3090), + [sym_command_name] = STATE(555), + [sym_variable_assignment] = STATE(1140), + [sym_variable_assignments] = STATE(3090), + [sym_subscript] = STATE(4075), + [sym_file_redirect] = STATE(1820), + [sym__expression] = STATE(1794), + [sym_binary_expression] = STATE(1877), + [sym_ternary_expression] = STATE(1877), + [sym_unary_expression] = STATE(1877), + [sym_postfix_expression] = STATE(1877), + [sym_parenthesized_expression] = STATE(1877), + [sym_arithmetic_expansion] = STATE(384), + [sym_brace_expression] = STATE(384), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(384), + [sym_translated_string] = STATE(384), + [sym_number] = STATE(384), + [sym_simple_expansion] = STATE(384), + [sym_expansion] = STATE(384), + [sym_command_substitution] = STATE(384), + [sym_process_substitution] = STATE(384), + [aux_sym_redirected_statement_repeat2] = STATE(3155), + [aux_sym_command_repeat1] = STATE(896), + [aux_sym__literal_repeat1] = STATE(410), [sym_word] = ACTIONS(236), [anon_sym_for] = ACTIONS(238), [anon_sym_select] = ACTIONS(240), @@ -21665,46 +22072,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(304), }, [14] = { - [sym_redirected_statement] = STATE(2955), - [sym_for_statement] = STATE(3003), - [sym_c_style_for_statement] = STATE(3003), - [sym_while_statement] = STATE(3003), - [sym_if_statement] = STATE(3003), - [sym_case_statement] = STATE(3003), - [sym_function_definition] = STATE(3003), - [sym_compound_statement] = STATE(3003), - [sym_subshell] = STATE(3003), - [sym_pipeline] = STATE(3003), - [sym_list] = STATE(3003), - [sym_negated_command] = STATE(3003), - [sym_test_command] = STATE(3003), - [sym_declaration_command] = STATE(3003), - [sym_unset_command] = STATE(3003), - [sym_command] = STATE(3003), - [sym_command_name] = STATE(546), - [sym_variable_assignment] = STATE(1112), - [sym_variable_assignments] = STATE(3003), - [sym_subscript] = STATE(3974), - [sym_file_redirect] = STATE(1759), - [sym__expression] = STATE(1769), - [sym_binary_expression] = STATE(1773), - [sym_ternary_expression] = STATE(1773), - [sym_unary_expression] = STATE(1773), - [sym_postfix_expression] = STATE(1773), - [sym_parenthesized_expression] = STATE(1773), - [sym_arithmetic_expansion] = STATE(390), - [sym_brace_expression] = STATE(390), - [sym_concatenation] = STATE(414), - [sym_string] = STATE(390), - [sym_translated_string] = STATE(390), - [sym_number] = STATE(390), - [sym_simple_expansion] = STATE(390), - [sym_expansion] = STATE(390), - [sym_command_substitution] = STATE(390), - [sym_process_substitution] = STATE(390), - [aux_sym_redirected_statement_repeat2] = STATE(3127), - [aux_sym_command_repeat1] = STATE(897), - [aux_sym__literal_repeat1] = STATE(412), + [sym_redirected_statement] = STATE(3029), + [sym_for_statement] = STATE(3090), + [sym_c_style_for_statement] = STATE(3090), + [sym_while_statement] = STATE(3090), + [sym_if_statement] = STATE(3090), + [sym_case_statement] = STATE(3090), + [sym_function_definition] = STATE(3090), + [sym_compound_statement] = STATE(3090), + [sym_subshell] = STATE(3090), + [sym_pipeline] = STATE(3090), + [sym_list] = STATE(3090), + [sym_negated_command] = STATE(3090), + [sym_test_command] = STATE(3090), + [sym_declaration_command] = STATE(3090), + [sym_unset_command] = STATE(3090), + [sym_command] = STATE(3090), + [sym_command_name] = STATE(555), + [sym_variable_assignment] = STATE(1140), + [sym_variable_assignments] = STATE(3090), + [sym_subscript] = STATE(4075), + [sym_file_redirect] = STATE(1820), + [sym__expression] = STATE(1875), + [sym_binary_expression] = STATE(1877), + [sym_ternary_expression] = STATE(1877), + [sym_unary_expression] = STATE(1877), + [sym_postfix_expression] = STATE(1877), + [sym_parenthesized_expression] = STATE(1877), + [sym_arithmetic_expansion] = STATE(384), + [sym_brace_expression] = STATE(384), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(384), + [sym_translated_string] = STATE(384), + [sym_number] = STATE(384), + [sym_simple_expansion] = STATE(384), + [sym_expansion] = STATE(384), + [sym_command_substitution] = STATE(384), + [sym_process_substitution] = STATE(384), + [aux_sym_redirected_statement_repeat2] = STATE(3155), + [aux_sym_command_repeat1] = STATE(896), + [aux_sym__literal_repeat1] = STATE(410), [sym_word] = ACTIONS(236), [anon_sym_for] = ACTIONS(238), [anon_sym_select] = ACTIONS(240), @@ -21761,74 +22168,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(304), }, [15] = { - [sym__expression] = STATE(1813), - [sym_binary_expression] = STATE(1763), - [sym_ternary_expression] = STATE(1763), - [sym_unary_expression] = STATE(1763), - [sym_postfix_expression] = STATE(1763), - [sym_parenthesized_expression] = STATE(1763), - [sym_arithmetic_expansion] = STATE(1439), - [sym_brace_expression] = STATE(1439), - [sym_concatenation] = STATE(1763), - [sym_string] = STATE(1439), - [sym_translated_string] = STATE(1439), - [sym_number] = STATE(1439), - [sym_simple_expansion] = STATE(1439), - [sym_expansion] = STATE(1439), - [sym_command_substitution] = STATE(1439), - [sym_process_substitution] = STATE(1439), - [aux_sym__literal_repeat1] = STATE(1420), - [aux_sym_concatenation_repeat1] = STATE(338), + [sym__expression] = STATE(1814), + [sym_binary_expression] = STATE(1869), + [sym_ternary_expression] = STATE(1869), + [sym_unary_expression] = STATE(1869), + [sym_postfix_expression] = STATE(1869), + [sym_parenthesized_expression] = STATE(1869), + [sym_arithmetic_expansion] = STATE(1500), + [sym_brace_expression] = STATE(1500), + [sym_concatenation] = STATE(1869), + [sym_string] = STATE(1500), + [sym_translated_string] = STATE(1500), + [sym_number] = STATE(1500), + [sym_simple_expansion] = STATE(1500), + [sym_expansion] = STATE(1500), + [sym_command_substitution] = STATE(1500), + [sym_process_substitution] = STATE(1500), + [aux_sym__literal_repeat1] = STATE(1522), + [aux_sym_concatenation_repeat1] = STATE(332), [sym_word] = ACTIONS(308), [anon_sym_LPAREN_LPAREN] = ACTIONS(310), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(187), + [anon_sym_GT_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_EQ] = ACTIONS(187), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(191), + [anon_sym_PIPE_PIPE] = ACTIONS(191), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(312), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), + [anon_sym_RPAREN] = ACTIONS(191), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_SEMI_SEMI] = ACTIONS(189), + [anon_sym_PIPE_AMP] = ACTIONS(189), [anon_sym_BANG] = ACTIONS(314), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(189), + [anon_sym_LT_AMP] = ACTIONS(189), + [anon_sym_GT_AMP] = ACTIONS(189), + [anon_sym_GT_PIPE] = ACTIONS(189), + [anon_sym_LT_LT_DASH] = ACTIONS(189), + [aux_sym_heredoc_redirect_token1] = ACTIONS(189), + [anon_sym_LT_LT_LT] = ACTIONS(189), + [anon_sym_AMP] = ACTIONS(191), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), [anon_sym_DASH2] = ACTIONS(151), [anon_sym_PLUS2] = ACTIONS(151), [anon_sym_TILDE] = ACTIONS(151), @@ -21850,53 +22257,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(336), [anon_sym_GT_LPAREN] = ACTIONS(336), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(220), [sym__concat] = ACTIONS(338), [sym_test_operator] = ACTIONS(340), - [sym__bare_dollar] = ACTIONS(218), + [sym__bare_dollar] = ACTIONS(220), [sym__brace_start] = ACTIONS(342), }, [16] = { - [sym_redirected_statement] = STATE(2921), - [sym_for_statement] = STATE(3003), - [sym_c_style_for_statement] = STATE(3003), - [sym_while_statement] = STATE(3003), - [sym_if_statement] = STATE(3003), - [sym_case_statement] = STATE(3003), - [sym_function_definition] = STATE(3003), - [sym_compound_statement] = STATE(3003), - [sym_subshell] = STATE(3003), - [sym_pipeline] = STATE(3003), - [sym_list] = STATE(3003), - [sym_negated_command] = STATE(3003), - [sym_test_command] = STATE(3003), - [sym_declaration_command] = STATE(3003), - [sym_unset_command] = STATE(3003), - [sym_command] = STATE(3003), - [sym_command_name] = STATE(546), - [sym_variable_assignment] = STATE(1112), - [sym_variable_assignments] = STATE(3003), - [sym_subscript] = STATE(3974), - [sym_file_redirect] = STATE(1759), - [sym__expression] = STATE(1800), - [sym_binary_expression] = STATE(1773), - [sym_ternary_expression] = STATE(1773), - [sym_unary_expression] = STATE(1773), - [sym_postfix_expression] = STATE(1773), - [sym_parenthesized_expression] = STATE(1773), - [sym_arithmetic_expansion] = STATE(390), - [sym_brace_expression] = STATE(390), - [sym_concatenation] = STATE(414), - [sym_string] = STATE(390), - [sym_translated_string] = STATE(390), - [sym_number] = STATE(390), - [sym_simple_expansion] = STATE(390), - [sym_expansion] = STATE(390), - [sym_command_substitution] = STATE(390), - [sym_process_substitution] = STATE(390), - [aux_sym_redirected_statement_repeat2] = STATE(3127), - [aux_sym_command_repeat1] = STATE(897), - [aux_sym__literal_repeat1] = STATE(412), + [sym_redirected_statement] = STATE(3018), + [sym_for_statement] = STATE(3090), + [sym_c_style_for_statement] = STATE(3090), + [sym_while_statement] = STATE(3090), + [sym_if_statement] = STATE(3090), + [sym_case_statement] = STATE(3090), + [sym_function_definition] = STATE(3090), + [sym_compound_statement] = STATE(3090), + [sym_subshell] = STATE(3090), + [sym_pipeline] = STATE(3090), + [sym_list] = STATE(3090), + [sym_negated_command] = STATE(3090), + [sym_test_command] = STATE(3090), + [sym_declaration_command] = STATE(3090), + [sym_unset_command] = STATE(3090), + [sym_command] = STATE(3090), + [sym_command_name] = STATE(555), + [sym_variable_assignment] = STATE(1140), + [sym_variable_assignments] = STATE(3090), + [sym_subscript] = STATE(4075), + [sym_file_redirect] = STATE(1820), + [sym__expression] = STATE(1844), + [sym_binary_expression] = STATE(1877), + [sym_ternary_expression] = STATE(1877), + [sym_unary_expression] = STATE(1877), + [sym_postfix_expression] = STATE(1877), + [sym_parenthesized_expression] = STATE(1877), + [sym_arithmetic_expansion] = STATE(384), + [sym_brace_expression] = STATE(384), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(384), + [sym_translated_string] = STATE(384), + [sym_number] = STATE(384), + [sym_simple_expansion] = STATE(384), + [sym_expansion] = STATE(384), + [sym_command_substitution] = STATE(384), + [sym_process_substitution] = STATE(384), + [aux_sym_redirected_statement_repeat2] = STATE(3155), + [aux_sym_command_repeat1] = STATE(896), + [aux_sym__literal_repeat1] = STATE(410), [sym_word] = ACTIONS(236), [anon_sym_for] = ACTIONS(238), [anon_sym_select] = ACTIONS(240), @@ -21953,71 +22360,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(304), }, [17] = { - [sym__expression] = STATE(1819), - [sym_binary_expression] = STATE(1773), - [sym_ternary_expression] = STATE(1773), - [sym_unary_expression] = STATE(1773), - [sym_postfix_expression] = STATE(1773), - [sym_parenthesized_expression] = STATE(1773), - [sym_arithmetic_expansion] = STATE(1521), - [sym_brace_expression] = STATE(1521), - [sym_concatenation] = STATE(1773), - [sym_string] = STATE(1521), - [sym_translated_string] = STATE(1521), - [sym_number] = STATE(1521), - [sym_simple_expansion] = STATE(1521), - [sym_expansion] = STATE(1521), - [sym_command_substitution] = STATE(1521), - [sym_process_substitution] = STATE(1521), - [aux_sym__literal_repeat1] = STATE(1550), - [aux_sym_concatenation_repeat1] = STATE(391), + [sym__expression] = STATE(1816), + [sym_binary_expression] = STATE(1877), + [sym_ternary_expression] = STATE(1877), + [sym_unary_expression] = STATE(1877), + [sym_postfix_expression] = STATE(1877), + [sym_parenthesized_expression] = STATE(1877), + [sym_arithmetic_expansion] = STATE(1476), + [sym_brace_expression] = STATE(1476), + [sym_concatenation] = STATE(1877), + [sym_string] = STATE(1476), + [sym_translated_string] = STATE(1476), + [sym_number] = STATE(1476), + [sym_simple_expansion] = STATE(1476), + [sym_expansion] = STATE(1476), + [sym_command_substitution] = STATE(1476), + [sym_process_substitution] = STATE(1476), + [aux_sym__literal_repeat1] = STATE(1621), + [aux_sym_concatenation_repeat1] = STATE(389), [sym_word] = ACTIONS(346), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(352), [anon_sym_PIPE_PIPE] = ACTIONS(352), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(355), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_PIPE_AMP] = ACTIONS(218), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_PIPE_AMP] = ACTIONS(220), [anon_sym_BANG] = ACTIONS(357), [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(218), - [anon_sym_LT_AMP] = ACTIONS(218), - [anon_sym_GT_AMP] = ACTIONS(218), - [anon_sym_GT_PIPE] = ACTIONS(218), - [anon_sym_LT_LT_DASH] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(218), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(220), + [anon_sym_LT_AMP] = ACTIONS(220), + [anon_sym_GT_AMP] = ACTIONS(220), + [anon_sym_GT_PIPE] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [anon_sym_LT_LT_LT] = ACTIONS(220), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), [anon_sym_DASH2] = ACTIONS(272), [anon_sym_PLUS2] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(274), @@ -22039,51 +22446,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(381), [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(220), [sym__concat] = ACTIONS(359), [sym_test_operator] = ACTIONS(383), - [sym__bare_dollar] = ACTIONS(218), + [sym__bare_dollar] = ACTIONS(220), [sym__brace_start] = ACTIONS(385), }, [18] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3643), - [sym_else_clause] = STATE(4129), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3643), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_elif_clause] = STATE(3736), + [sym_else_clause] = STATE(4482), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_if_statement_repeat1] = STATE(3736), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22137,44 +22544,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [19] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3637), - [sym_else_clause] = STATE(4091), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3637), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_elif_clause] = STATE(3742), + [sym_else_clause] = STATE(4549), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_if_statement_repeat1] = STATE(3742), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22228,44 +22635,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [20] = { - [aux_sym__terminated_statement] = STATE(21), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3639), - [sym_else_clause] = STATE(4331), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3639), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_elif_clause] = STATE(3727), + [sym_else_clause] = STATE(4471), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_if_statement_repeat1] = STATE(3727), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22319,44 +22726,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [21] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3645), - [sym_else_clause] = STATE(4316), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3645), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(19), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_elif_clause] = STATE(3737), + [sym_else_clause] = STATE(4556), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_if_statement_repeat1] = STATE(3737), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22410,44 +22817,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [22] = { - [aux_sym__terminated_statement] = STATE(18), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3630), - [sym_else_clause] = STATE(4228), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3630), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(23), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_elif_clause] = STATE(3735), + [sym_else_clause] = STATE(4371), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_if_statement_repeat1] = STATE(3735), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22501,44 +22908,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [23] = { - [aux_sym__terminated_statement] = STATE(19), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3650), - [sym_else_clause] = STATE(4139), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3650), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_elif_clause] = STATE(3745), + [sym_else_clause] = STATE(4269), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_if_statement_repeat1] = STATE(3745), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -22592,42 +22999,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [24] = { - [sym__statements] = STATE(3748), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3872), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22682,42 +23089,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [25] = { - [sym__statements] = STATE(3766), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3889), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22772,42 +23179,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [26] = { - [sym__statements] = STATE(3720), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3895), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22820,10 +23227,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(529), - [anon_sym_SEMI_AMP] = ACTIONS(531), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(533), + [anon_sym_esac] = ACTIONS(529), + [anon_sym_SEMI_SEMI] = ACTIONS(531), + [anon_sym_SEMI_AMP] = ACTIONS(533), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(535), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -22862,42 +23269,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [27] = { - [sym__statements] = STATE(3729), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3838), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -22910,7 +23317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(535), + [anon_sym_esac] = ACTIONS(521), [anon_sym_SEMI_SEMI] = ACTIONS(537), [anon_sym_SEMI_AMP] = ACTIONS(539), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(541), @@ -22952,42 +23359,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [28] = { - [sym__statements] = STATE(3774), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3902), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23000,7 +23407,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(521), + [anon_sym_esac] = ACTIONS(529), [anon_sym_SEMI_SEMI] = ACTIONS(543), [anon_sym_SEMI_AMP] = ACTIONS(545), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(547), @@ -23042,42 +23449,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [29] = { - [sym__statements] = STATE(3722), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(549), + [anon_sym_for] = ACTIONS(552), + [anon_sym_select] = ACTIONS(555), + [anon_sym_LPAREN_LPAREN] = ACTIONS(558), + [anon_sym_GT_GT] = ACTIONS(561), + [anon_sym_LT] = ACTIONS(564), + [anon_sym_GT] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(567), + [anon_sym_while] = ACTIONS(570), + [anon_sym_until] = ACTIONS(570), + [anon_sym_do] = ACTIONS(573), + [anon_sym_if] = ACTIONS(575), + [anon_sym_then] = ACTIONS(573), + [anon_sym_fi] = ACTIONS(573), + [anon_sym_elif] = ACTIONS(573), + [anon_sym_else] = ACTIONS(573), + [anon_sym_case] = ACTIONS(578), + [anon_sym_function] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(590), + [anon_sym_LBRACK_LBRACK] = ACTIONS(593), + [anon_sym_declare] = ACTIONS(596), + [anon_sym_typeset] = ACTIONS(596), + [anon_sym_export] = ACTIONS(596), + [anon_sym_readonly] = ACTIONS(596), + [anon_sym_local] = ACTIONS(596), + [anon_sym_unset] = ACTIONS(599), + [anon_sym_unsetenv] = ACTIONS(599), + [anon_sym_AMP_GT] = ACTIONS(564), + [anon_sym_AMP_GT_GT] = ACTIONS(561), + [anon_sym_LT_AMP] = ACTIONS(561), + [anon_sym_GT_AMP] = ACTIONS(561), + [anon_sym_GT_PIPE] = ACTIONS(561), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(558), + [anon_sym_DOLLAR] = ACTIONS(602), + [sym__special_character] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(611), + [sym_ansi_c_string] = ACTIONS(611), + [aux_sym_number_token1] = ACTIONS(614), + [aux_sym_number_token2] = ACTIONS(617), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(620), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(623), + [anon_sym_BQUOTE] = ACTIONS(626), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(629), + [anon_sym_LT_LPAREN] = ACTIONS(632), + [anon_sym_GT_LPAREN] = ACTIONS(632), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(635), + [sym_variable_name] = ACTIONS(638), + [sym_test_operator] = ACTIONS(641), + [sym__brace_start] = ACTIONS(644), + }, + [30] = { + [sym__statements] = STATE(3879), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23090,10 +23587,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(549), - [anon_sym_SEMI_SEMI] = ACTIONS(551), - [anon_sym_SEMI_AMP] = ACTIONS(553), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(553), + [anon_sym_esac] = ACTIONS(647), + [anon_sym_SEMI_SEMI] = ACTIONS(649), + [anon_sym_SEMI_AMP] = ACTIONS(651), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(653), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23131,43 +23628,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(517), [sym__brace_start] = ACTIONS(519), }, - [30] = { - [sym__statements] = STATE(3730), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [31] = { + [sym__statements] = STATE(3841), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23180,10 +23677,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(555), - [anon_sym_SEMI_SEMI] = ACTIONS(557), - [anon_sym_SEMI_AMP] = ACTIONS(559), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(559), + [anon_sym_esac] = ACTIONS(655), + [anon_sym_SEMI_SEMI] = ACTIONS(657), + [anon_sym_SEMI_AMP] = ACTIONS(659), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(659), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23221,133 +23718,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(517), [sym__brace_start] = ACTIONS(519), }, - [31] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(561), - [anon_sym_for] = ACTIONS(564), - [anon_sym_select] = ACTIONS(567), - [anon_sym_LPAREN_LPAREN] = ACTIONS(570), - [anon_sym_GT_GT] = ACTIONS(573), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(579), - [anon_sym_while] = ACTIONS(582), - [anon_sym_until] = ACTIONS(582), - [anon_sym_do] = ACTIONS(585), - [anon_sym_if] = ACTIONS(587), - [anon_sym_then] = ACTIONS(585), - [anon_sym_fi] = ACTIONS(585), - [anon_sym_elif] = ACTIONS(585), - [anon_sym_else] = ACTIONS(585), - [anon_sym_case] = ACTIONS(590), - [anon_sym_function] = ACTIONS(593), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_BANG] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(602), - [anon_sym_LBRACK_LBRACK] = ACTIONS(605), - [anon_sym_declare] = ACTIONS(608), - [anon_sym_typeset] = ACTIONS(608), - [anon_sym_export] = ACTIONS(608), - [anon_sym_readonly] = ACTIONS(608), - [anon_sym_local] = ACTIONS(608), - [anon_sym_unset] = ACTIONS(611), - [anon_sym_unsetenv] = ACTIONS(611), - [anon_sym_AMP_GT] = ACTIONS(576), - [anon_sym_AMP_GT_GT] = ACTIONS(573), - [anon_sym_LT_AMP] = ACTIONS(573), - [anon_sym_GT_AMP] = ACTIONS(573), - [anon_sym_GT_PIPE] = ACTIONS(573), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(570), - [anon_sym_DOLLAR] = ACTIONS(614), - [sym__special_character] = ACTIONS(617), - [anon_sym_DQUOTE] = ACTIONS(620), - [sym_raw_string] = ACTIONS(623), - [sym_ansi_c_string] = ACTIONS(623), - [aux_sym_number_token1] = ACTIONS(626), - [aux_sym_number_token2] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(632), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(638), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(641), - [anon_sym_LT_LPAREN] = ACTIONS(644), - [anon_sym_GT_LPAREN] = ACTIONS(644), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(647), - [sym_variable_name] = ACTIONS(650), - [sym_test_operator] = ACTIONS(653), - [sym__brace_start] = ACTIONS(656), - }, [32] = { - [sym__statements] = STATE(3731), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3870), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23360,10 +23767,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(659), + [anon_sym_esac] = ACTIONS(469), [anon_sym_SEMI_SEMI] = ACTIONS(661), [anon_sym_SEMI_AMP] = ACTIONS(663), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(663), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(665), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23402,42 +23809,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [33] = { - [sym__statements] = STATE(3732), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3868), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23450,10 +23857,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(535), - [anon_sym_SEMI_SEMI] = ACTIONS(665), - [anon_sym_SEMI_AMP] = ACTIONS(667), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(669), + [anon_sym_esac] = ACTIONS(667), + [anon_sym_SEMI_SEMI] = ACTIONS(669), + [anon_sym_SEMI_AMP] = ACTIONS(671), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(671), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(481), @@ -23492,42 +23899,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [34] = { - [sym__statements] = STATE(3721), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3867), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23540,9 +23947,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(671), - [anon_sym_SEMI_SEMI] = ACTIONS(673), - [anon_sym_SEMI_AMP] = ACTIONS(675), + [anon_sym_esac] = ACTIONS(673), + [anon_sym_SEMI_SEMI] = ACTIONS(675), + [anon_sym_SEMI_AMP] = ACTIONS(677), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), [anon_sym_function] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(479), @@ -23582,42 +23989,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [35] = { - [sym__statements] = STATE(3724), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3844), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23672,42 +24079,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [36] = { - [sym__statements] = STATE(3770), - [sym_redirected_statement] = STATE(2436), - [sym_for_statement] = STATE(2436), - [sym_c_style_for_statement] = STATE(2436), - [sym_while_statement] = STATE(2436), - [sym_if_statement] = STATE(2436), - [sym_case_statement] = STATE(2436), - [sym_function_definition] = STATE(2436), - [sym_compound_statement] = STATE(2436), - [sym_subshell] = STATE(2436), - [sym_pipeline] = STATE(2436), - [sym_list] = STATE(2436), - [sym_negated_command] = STATE(2436), - [sym_test_command] = STATE(2436), - [sym_declaration_command] = STATE(2436), - [sym_unset_command] = STATE(2436), - [sym_command] = STATE(2436), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(548), - [sym_variable_assignments] = STATE(2436), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(287), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym__statements] = STATE(3866), + [sym_redirected_statement] = STATE(2467), + [sym_for_statement] = STATE(2467), + [sym_c_style_for_statement] = STATE(2467), + [sym_while_statement] = STATE(2467), + [sym_if_statement] = STATE(2467), + [sym_case_statement] = STATE(2467), + [sym_function_definition] = STATE(2467), + [sym_compound_statement] = STATE(2467), + [sym_subshell] = STATE(2467), + [sym_pipeline] = STATE(2467), + [sym_list] = STATE(2467), + [sym_negated_command] = STATE(2467), + [sym_test_command] = STATE(2467), + [sym_declaration_command] = STATE(2467), + [sym_unset_command] = STATE(2467), + [sym_command] = STATE(2467), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(549), + [sym_variable_assignments] = STATE(2467), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(284), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23720,7 +24127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(463), [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), - [anon_sym_esac] = ACTIONS(671), + [anon_sym_esac] = ACTIONS(647), [anon_sym_SEMI_SEMI] = ACTIONS(685), [anon_sym_SEMI_AMP] = ACTIONS(687), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(689), @@ -23762,42 +24169,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(519), }, [37] = { - [sym__statements] = STATE(3804), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3942), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23811,8 +24218,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(699), - [anon_sym_SEMI_AMP] = ACTIONS(539), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(541), + [anon_sym_SEMI_AMP] = ACTIONS(683), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(683), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -23851,42 +24258,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [38] = { - [sym__statements] = STATE(3844), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(4004), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23900,8 +24307,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(739), - [anon_sym_SEMI_AMP] = ACTIONS(553), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(553), + [anon_sym_SEMI_AMP] = ACTIONS(687), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(689), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -23940,42 +24347,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [39] = { - [sym__statements] = STATE(3794), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3970), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -23989,8 +24396,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(741), - [anon_sym_SEMI_AMP] = ACTIONS(667), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(669), + [anon_sym_SEMI_AMP] = ACTIONS(545), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(547), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24029,42 +24436,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [40] = { - [sym__statements] = STATE(3856), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(4042), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24078,8 +24485,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(743), - [anon_sym_SEMI_AMP] = ACTIONS(473), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(475), + [anon_sym_SEMI_AMP] = ACTIONS(525), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(527), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24118,42 +24525,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [41] = { - [sym__statements] = STATE(3869), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(4031), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24167,8 +24574,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(745), - [anon_sym_SEMI_AMP] = ACTIONS(525), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(527), + [anon_sym_SEMI_AMP] = ACTIONS(539), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(541), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24207,42 +24614,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [42] = { - [sym__statements] = STATE(3913), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3968), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24256,8 +24663,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(747), - [anon_sym_SEMI_AMP] = ACTIONS(687), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(689), + [anon_sym_SEMI_AMP] = ACTIONS(533), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(535), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24296,42 +24703,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [43] = { - [sym__statements] = STATE(3921), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3936), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24345,8 +24752,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(749), - [anon_sym_SEMI_AMP] = ACTIONS(675), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), + [anon_sym_SEMI_AMP] = ACTIONS(663), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(665), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24385,42 +24792,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [44] = { - [sym__statements] = STATE(3834), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3929), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24434,8 +24841,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(751), - [anon_sym_SEMI_AMP] = ACTIONS(683), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(683), + [anon_sym_SEMI_AMP] = ACTIONS(651), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(653), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24474,42 +24881,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [45] = { - [sym__statements] = STATE(3895), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3934), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24523,8 +24930,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(753), - [anon_sym_SEMI_AMP] = ACTIONS(545), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(547), + [anon_sym_SEMI_AMP] = ACTIONS(659), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(659), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24563,42 +24970,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [46] = { - [sym__statements] = STATE(3801), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3990), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24612,8 +25019,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(755), - [anon_sym_SEMI_AMP] = ACTIONS(559), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(559), + [anon_sym_SEMI_AMP] = ACTIONS(473), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(475), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24652,42 +25059,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [47] = { - [sym__statements] = STATE(3796), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(4038), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24701,8 +25108,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(757), - [anon_sym_SEMI_AMP] = ACTIONS(663), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(663), + [anon_sym_SEMI_AMP] = ACTIONS(677), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24741,42 +25148,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(737), }, [48] = { - [sym__statements] = STATE(3807), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [sym__statements] = STATE(3995), + [sym_redirected_statement] = STATE(2501), + [sym_for_statement] = STATE(2501), + [sym_c_style_for_statement] = STATE(2501), + [sym_while_statement] = STATE(2501), + [sym_if_statement] = STATE(2501), + [sym_case_statement] = STATE(2501), + [sym_function_definition] = STATE(2501), + [sym_compound_statement] = STATE(2501), + [sym_subshell] = STATE(2501), + [sym_pipeline] = STATE(2501), + [sym_list] = STATE(2501), + [sym_negated_command] = STATE(2501), + [sym_test_command] = STATE(2501), + [sym_declaration_command] = STATE(2501), + [sym_unset_command] = STATE(2501), + [sym_command] = STATE(2501), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(557), + [sym_variable_assignments] = STATE(2501), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(285), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -24790,8 +25197,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(465), [anon_sym_case] = ACTIONS(467), [anon_sym_SEMI_SEMI] = ACTIONS(759), - [anon_sym_SEMI_AMP] = ACTIONS(531), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(533), + [anon_sym_SEMI_AMP] = ACTIONS(671), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(671), [anon_sym_function] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(479), [anon_sym_BANG] = ACTIONS(703), @@ -24831,40 +25238,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [49] = { [aux_sym__terminated_statement] = STATE(50), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -24918,41 +25325,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [50] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -25006,78 +25413,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [51] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_do_group] = STATE(2847), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(767), + [anon_sym_RPAREN] = ACTIONS(769), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_do] = ACTIONS(765), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25087,64 +25494,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [52] = { - [sym__statements] = STATE(4250), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(771), + [anon_sym_LPAREN] = ACTIONS(767), + [anon_sym_RPAREN] = ACTIONS(779), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25161,10 +25568,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25176,47 +25583,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [53] = { - [sym__statements] = STATE(4374), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4514), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -25231,7 +25638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25248,10 +25655,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25263,82 +25670,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [54] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_do_group] = STATE(3185), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(767), + [anon_sym_RPAREN] = ACTIONS(785), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_do] = ACTIONS(785), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25348,84 +25755,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [55] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_do_group] = STATE(2835), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [sym__statements] = STATE(4585), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(787), + [anon_sym_RPAREN] = ACTIONS(789), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_do] = ACTIONS(787), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25435,84 +25842,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [56] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_do_group] = STATE(2855), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(791), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_do] = ACTIONS(791), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25522,56 +25929,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [57] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(767), [anon_sym_RPAREN] = ACTIONS(793), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25579,7 +25986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25596,10 +26003,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25611,54 +26018,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [58] = { - [sym__statements] = STATE(4250), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4514), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(781), [anon_sym_RPAREN] = ACTIONS(795), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25666,7 +26073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25683,10 +26090,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25698,54 +26105,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [59] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(767), [anon_sym_RPAREN] = ACTIONS(797), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), @@ -25753,7 +26160,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -25770,10 +26177,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25785,82 +26192,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [60] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_do_group] = STATE(3292), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(799), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_do] = ACTIONS(799), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -25870,136 +26277,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [61] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(801), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [62] = { - [sym__statements] = STATE(4408), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_do_group] = STATE(2833), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), [sym_command_name] = STATE(477), [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26009,20 +26329,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_do] = ACTIONS(801), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -26048,44 +26369,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [63] = { - [sym__statements] = STATE(4231), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [62] = { + [sym__statements] = STATE(4392), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1328), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26099,7 +26420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -26116,10 +26437,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -26131,46 +26452,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [64] = { - [sym__statements] = STATE(4472), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [63] = { + [sym__statements] = STATE(4187), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26220,43 +26541,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [65] = { - [sym__statements] = STATE(4471), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [64] = { + [sym__statements] = STATE(4362), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26306,216 +26627,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [66] = { - [aux_sym__terminated_statement] = STATE(66), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(561), - [anon_sym_for] = ACTIONS(564), - [anon_sym_select] = ACTIONS(567), - [anon_sym_LPAREN_LPAREN] = ACTIONS(570), - [anon_sym_GT_GT] = ACTIONS(573), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(579), - [anon_sym_while] = ACTIONS(582), - [anon_sym_until] = ACTIONS(582), - [anon_sym_if] = ACTIONS(587), - [anon_sym_case] = ACTIONS(590), - [anon_sym_function] = ACTIONS(593), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_RBRACE] = ACTIONS(813), - [anon_sym_BANG] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(602), - [anon_sym_LBRACK_LBRACK] = ACTIONS(605), - [anon_sym_declare] = ACTIONS(608), - [anon_sym_typeset] = ACTIONS(608), - [anon_sym_export] = ACTIONS(608), - [anon_sym_readonly] = ACTIONS(608), - [anon_sym_local] = ACTIONS(608), - [anon_sym_unset] = ACTIONS(611), - [anon_sym_unsetenv] = ACTIONS(611), - [anon_sym_AMP_GT] = ACTIONS(576), - [anon_sym_AMP_GT_GT] = ACTIONS(573), - [anon_sym_LT_AMP] = ACTIONS(573), - [anon_sym_GT_AMP] = ACTIONS(573), - [anon_sym_GT_PIPE] = ACTIONS(573), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(570), - [anon_sym_DOLLAR] = ACTIONS(614), - [sym__special_character] = ACTIONS(617), - [anon_sym_DQUOTE] = ACTIONS(620), - [sym_raw_string] = ACTIONS(623), - [sym_ansi_c_string] = ACTIONS(623), - [aux_sym_number_token1] = ACTIONS(626), - [aux_sym_number_token2] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(632), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(638), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(641), - [anon_sym_LT_LPAREN] = ACTIONS(644), - [anon_sym_GT_LPAREN] = ACTIONS(644), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(647), - [sym_variable_name] = ACTIONS(650), - [sym_test_operator] = ACTIONS(653), - [sym__brace_start] = ACTIONS(656), - }, - [67] = { - [aux_sym__terminated_statement] = STATE(67), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [65] = { + [sym__statements] = STATE(4347), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(561), - [anon_sym_for] = ACTIONS(564), - [anon_sym_select] = ACTIONS(567), - [anon_sym_LPAREN_LPAREN] = ACTIONS(570), - [anon_sym_GT_GT] = ACTIONS(573), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(579), - [anon_sym_while] = ACTIONS(582), - [anon_sym_until] = ACTIONS(582), - [anon_sym_done] = ACTIONS(585), - [anon_sym_if] = ACTIONS(587), - [anon_sym_case] = ACTIONS(590), - [anon_sym_function] = ACTIONS(593), - [anon_sym_LBRACE] = ACTIONS(596), - [anon_sym_BANG] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(602), - [anon_sym_LBRACK_LBRACK] = ACTIONS(605), - [anon_sym_declare] = ACTIONS(608), - [anon_sym_typeset] = ACTIONS(608), - [anon_sym_export] = ACTIONS(608), - [anon_sym_readonly] = ACTIONS(608), - [anon_sym_local] = ACTIONS(608), - [anon_sym_unset] = ACTIONS(611), - [anon_sym_unsetenv] = ACTIONS(611), - [anon_sym_AMP_GT] = ACTIONS(576), - [anon_sym_AMP_GT_GT] = ACTIONS(573), - [anon_sym_LT_AMP] = ACTIONS(573), - [anon_sym_GT_AMP] = ACTIONS(573), - [anon_sym_GT_PIPE] = ACTIONS(573), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(570), - [anon_sym_DOLLAR] = ACTIONS(614), - [sym__special_character] = ACTIONS(617), - [anon_sym_DQUOTE] = ACTIONS(620), - [sym_raw_string] = ACTIONS(623), - [sym_ansi_c_string] = ACTIONS(623), - [aux_sym_number_token1] = ACTIONS(626), - [aux_sym_number_token2] = ACTIONS(629), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(632), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(635), - [anon_sym_BQUOTE] = ACTIONS(638), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(641), - [anon_sym_LT_LPAREN] = ACTIONS(644), - [anon_sym_GT_LPAREN] = ACTIONS(644), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(647), - [sym_variable_name] = ACTIONS(650), - [sym_test_operator] = ACTIONS(653), - [sym__brace_start] = ACTIONS(656), - }, - [68] = { - [sym__statements] = STATE(4470), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26529,7 +26678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -26546,10 +26695,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -26561,46 +26710,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [69] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [66] = { + [sym__statements] = STATE(4432), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26611,20 +26761,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(815), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -26650,43 +26799,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [70] = { - [sym__statements] = STATE(4313), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [67] = { + [sym__statements] = STATE(4431), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26736,43 +26885,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [71] = { - [sym__statements] = STATE(4106), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [68] = { + [sym__statements] = STATE(4397), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -26822,43 +26971,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [72] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [69] = { + [sym__statements] = STATE(4398), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26869,20 +27019,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(817), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -26908,44 +27057,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [73] = { - [sym__statements] = STATE(4446), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1316), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [70] = { + [sym__statements] = STATE(4399), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -26959,7 +27108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -26976,10 +27125,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -26991,46 +27140,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [74] = { - [sym__statements] = STATE(4441), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [71] = { + [sym__statements] = STATE(4476), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1325), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [72] = { + [sym__statements] = STATE(4403), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27080,43 +27315,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [75] = { - [sym__statements] = STATE(4440), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [73] = { + [sym__statements] = STATE(4404), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27166,42 +27401,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [76] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [74] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27213,7 +27448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(819), + [anon_sym_then] = ACTIONS(813), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), @@ -27252,44 +27487,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [77] = { - [sym__statements] = STATE(4438), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [75] = { + [sym__statements] = STATE(4405), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27303,7 +27538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27320,10 +27555,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27335,47 +27570,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [78] = { - [sym__statements] = STATE(4317), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [76] = { + [sym__statements] = STATE(4341), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1346), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27389,7 +27624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27406,10 +27641,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27421,81 +27656,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [79] = { - [sym__statements] = STATE(4144), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [77] = { + [sym__statements] = STATE(4434), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1330), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27505,49 +27740,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [80] = { - [sym__statements] = STATE(4417), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), + [78] = { + [sym__statements] = STATE(4395), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), [sym_file_redirect] = STATE(1311), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27561,7 +27796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27578,10 +27813,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27593,47 +27828,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [81] = { - [sym__statements] = STATE(4092), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1398), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [79] = { + [sym__statements] = STATE(4410), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1364), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27647,7 +27882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -27664,10 +27899,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27679,46 +27914,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [82] = { - [aux_sym__terminated_statement] = STATE(66), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [80] = { + [sym__statements] = STATE(4412), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -27730,19 +27966,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(821), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -27768,78 +28003,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [83] = { - [sym__statements] = STATE(4042), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [81] = { + [aux_sym__terminated_statement] = STATE(125), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(815), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -27849,48 +28084,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [84] = { - [sym__statements] = STATE(4286), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [82] = { + [sym__statements] = STATE(4420), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -27940,78 +28175,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [85] = { - [sym__statements] = STATE(4294), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [83] = { + [sym__statements] = STATE(4422), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28021,49 +28256,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [86] = { - [sym__statements] = STATE(4407), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [84] = { + [sym__statements] = STATE(4363), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28077,7 +28312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28094,10 +28329,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28109,47 +28344,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [87] = { - [sym__statements] = STATE(4389), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1291), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [85] = { + [sym__statements] = STATE(4430), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1359), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28163,7 +28398,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28180,10 +28415,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28195,46 +28430,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [88] = { - [sym__statements] = STATE(4385), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [86] = { + [sym__statements] = STATE(4433), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28284,43 +28519,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [89] = { - [sym__statements] = STATE(4382), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [87] = { + [sym__statements] = STATE(4394), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28370,78 +28605,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [90] = { - [sym__statements] = STATE(4377), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [88] = { + [sym__statements] = STATE(4437), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28451,49 +28686,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [91] = { - [sym__statements] = STATE(4355), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1364), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [89] = { + [sym__statements] = STATE(4440), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28507,7 +28742,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28524,10 +28759,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28539,46 +28774,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [92] = { - [sym__statements] = STATE(4340), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [90] = { + [sym__statements] = STATE(4306), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28628,78 +28863,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [93] = { - [sym__statements] = STATE(4339), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [91] = { + [sym__statements] = STATE(4463), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1429), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28709,83 +28944,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [94] = { - [sym__statements] = STATE(4337), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [92] = { + [sym__statements] = STATE(4464), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28795,48 +29030,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [95] = { - [sym__statements] = STATE(4055), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [93] = { + [sym__statements] = STATE(4473), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -28886,44 +29121,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [96] = { - [sym__statements] = STATE(4314), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1396), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [94] = { + [sym__statements] = STATE(4567), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -28937,7 +29172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -28954,10 +29189,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -28969,81 +29204,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [97] = { - [sym__statements] = STATE(4311), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [95] = { + [sym__statements] = STATE(4486), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1315), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29053,48 +29288,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [98] = { - [sym__statements] = STATE(4310), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [96] = { + [sym__statements] = STATE(4487), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29144,43 +29379,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [99] = { - [sym__statements] = STATE(4052), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [97] = { + [sym__statements] = STATE(4491), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29230,44 +29465,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [100] = { - [sym__statements] = STATE(4296), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [98] = { + [sym__statements] = STATE(4492), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29281,7 +29516,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29298,10 +29533,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29313,47 +29548,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [101] = { - [sym__statements] = STATE(4266), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1329), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [99] = { + [sym__statements] = STATE(4496), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1356), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29367,7 +29602,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29384,10 +29619,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29399,46 +29634,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [102] = { - [sym__statements] = STATE(4264), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [100] = { + [sym__statements] = STATE(4498), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29488,44 +29723,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, + [101] = { + [sym__statements] = STATE(4500), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [102] = { + [sym__statements] = STATE(4505), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, [103] = { - [sym__statements] = STATE(4354), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1370), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4520), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1299), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -29539,7 +29946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -29556,10 +29963,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -29571,46 +29978,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [104] = { - [sym__statements] = STATE(4263), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4521), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29661,214 +30068,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [105] = { - [sym__statements] = STATE(4259), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [106] = { - [sym__statements] = STATE(4239), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1321), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [107] = { - [sym__statements] = STATE(4227), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4525), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -29918,43 +30153,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [108] = { - [sym__statements] = STATE(4225), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [106] = { + [sym__statements] = STATE(4393), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30004,44 +30239,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [109] = { - [sym__statements] = STATE(4222), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [107] = { + [sym__statements] = STATE(4528), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30055,7 +30290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30072,10 +30307,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30087,81 +30322,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [110] = { - [sym__statements] = STATE(4464), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [108] = { + [sym__statements] = STATE(4376), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1337), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30171,83 +30406,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [111] = { - [sym__statements] = STATE(4364), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [109] = { + [sym__statements] = STATE(4386), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30257,63 +30492,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [112] = { - [sym__statements] = STATE(4175), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1297), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [110] = { + [sym__statements] = STATE(4571), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_LPAREN] = ACTIONS(767), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30330,10 +30565,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30345,81 +30580,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [113] = { - [sym__statements] = STATE(4473), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [111] = { + [sym__statements] = STATE(4550), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1339), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30429,48 +30664,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [114] = { - [sym__statements] = STATE(4165), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [112] = { + [sym__statements] = STATE(4553), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30520,43 +30755,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [115] = { - [sym__statements] = STATE(4033), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [113] = { + [sym__statements] = STATE(4557), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30606,44 +30841,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [116] = { - [sym__statements] = STATE(4157), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [114] = { + [sym__statements] = STATE(4558), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30657,7 +30892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30674,10 +30909,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30689,47 +30924,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [117] = { - [sym__statements] = STATE(4463), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1348), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [115] = { + [sym__statements] = STATE(4375), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1313), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -30743,7 +30978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -30760,10 +30995,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -30775,132 +31010,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [118] = { - [sym__statements] = STATE(4128), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1302), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [119] = { - [sym__statements] = STATE(4123), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [116] = { + [sym__statements] = STATE(4374), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -30950,43 +31099,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [120] = { - [sym__statements] = STATE(4121), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [117] = { + [sym__statements] = STATE(4372), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31036,78 +31185,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [121] = { - [sym__statements] = STATE(4119), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [118] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(817), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31117,48 +31266,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [122] = { - [sym__statements] = STATE(4368), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [119] = { + [sym__statements] = STATE(4378), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31208,44 +31357,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [123] = { - [sym__statements] = STATE(4428), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [120] = { + [sym__statements] = STATE(4666), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1368), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31259,7 +31408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31276,10 +31425,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31291,47 +31440,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [124] = { - [sym__statements] = STATE(4082), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1317), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [121] = { + [sym__statements] = STATE(4370), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31345,7 +31494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31362,10 +31511,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31377,47 +31526,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [125] = { - [sym__statements] = STATE(4040), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1394), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [122] = { + [sym__statements] = STATE(4576), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [123] = { + [sym__statements] = STATE(4582), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [124] = { + [sym__statements] = STATE(4586), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31431,7 +31752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31448,10 +31769,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31463,47 +31784,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [126] = { - [sym__statements] = STATE(4370), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [125] = { + [aux_sym__terminated_statement] = STATE(125), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(549), + [anon_sym_for] = ACTIONS(552), + [anon_sym_select] = ACTIONS(555), + [anon_sym_LPAREN_LPAREN] = ACTIONS(558), + [anon_sym_GT_GT] = ACTIONS(561), + [anon_sym_LT] = ACTIONS(564), + [anon_sym_GT] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(567), + [anon_sym_while] = ACTIONS(570), + [anon_sym_until] = ACTIONS(570), + [anon_sym_if] = ACTIONS(575), + [anon_sym_case] = ACTIONS(578), + [anon_sym_function] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(584), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(590), + [anon_sym_LBRACK_LBRACK] = ACTIONS(593), + [anon_sym_declare] = ACTIONS(596), + [anon_sym_typeset] = ACTIONS(596), + [anon_sym_export] = ACTIONS(596), + [anon_sym_readonly] = ACTIONS(596), + [anon_sym_local] = ACTIONS(596), + [anon_sym_unset] = ACTIONS(599), + [anon_sym_unsetenv] = ACTIONS(599), + [anon_sym_AMP_GT] = ACTIONS(564), + [anon_sym_AMP_GT_GT] = ACTIONS(561), + [anon_sym_LT_AMP] = ACTIONS(561), + [anon_sym_GT_AMP] = ACTIONS(561), + [anon_sym_GT_PIPE] = ACTIONS(561), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(558), + [anon_sym_DOLLAR] = ACTIONS(602), + [sym__special_character] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(611), + [sym_ansi_c_string] = ACTIONS(611), + [aux_sym_number_token1] = ACTIONS(614), + [aux_sym_number_token2] = ACTIONS(617), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(620), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(623), + [anon_sym_BQUOTE] = ACTIONS(626), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(629), + [anon_sym_LT_LPAREN] = ACTIONS(632), + [anon_sym_GT_LPAREN] = ACTIONS(632), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(635), + [sym_variable_name] = ACTIONS(638), + [sym_test_operator] = ACTIONS(641), + [sym__brace_start] = ACTIONS(644), + }, + [126] = { + [sym__statements] = STATE(4592), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1342), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31517,7 +31924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31534,10 +31941,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31549,46 +31956,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [127] = { - [sym__statements] = STATE(4078), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4595), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31639,77 +32046,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [128] = { - [sym__statements] = STATE(4071), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4596), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31719,48 +32126,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [129] = { - [sym__statements] = STATE(4075), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4383), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -31811,43 +32218,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [130] = { - [sym__statements] = STATE(4073), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4597), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -31861,7 +32268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -31878,10 +32285,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31893,81 +32300,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [131] = { - [sym__statements] = STATE(4085), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4223), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -31977,83 +32384,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [132] = { - [sym__statements] = STATE(4424), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4604), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1345), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32063,83 +32470,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [133] = { - [sym__statements] = STATE(4048), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1318), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4606), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32149,49 +32556,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [134] = { - [sym__statements] = STATE(4076), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), [sym_command_name] = STATE(477), [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32202,19 +32608,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(821), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -32241,43 +32648,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [135] = { - [sym__statements] = STATE(4402), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1369), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4501), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32291,7 +32698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -32308,10 +32715,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32323,46 +32730,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [136] = { - [sym__statements] = STATE(4530), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4502), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32413,43 +32820,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [137] = { - [sym__statements] = STATE(4028), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [aux_sym__terminated_statement] = STATE(81), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32461,18 +32867,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_RBRACE] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -32499,43 +32906,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [138] = { - [sym__statements] = STATE(4067), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4360), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1319), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32549,7 +32956,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -32566,10 +32973,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32581,46 +32988,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [139] = { - [sym__statements] = STATE(4403), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4519), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32671,43 +33078,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [140] = { - [sym__statements] = STATE(4422), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), [sym_command_name] = STATE(477), [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -32718,19 +33124,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(825), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -32757,77 +33164,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [141] = { - [sym__statements] = STATE(4404), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4610), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -32837,48 +33244,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [142] = { - [sym__statements] = STATE(4095), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4305), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -32929,77 +33336,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [143] = { - [sym__statements] = STATE(4049), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1323), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4297), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33009,48 +33416,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [144] = { - [sym__statements] = STATE(4039), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4358), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -33101,42 +33508,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [145] = { - [aux_sym__terminated_statement] = STATE(67), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4357), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33146,21 +33554,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(823), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -33187,42 +33594,214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [146] = { - [sym__statements] = STATE(4031), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4291), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1361), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [147] = { + [sym__statements] = STATE(4281), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [148] = { + [sym__statements] = STATE(4503), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -33272,44 +33851,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [147] = { - [sym__statements] = STATE(4423), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1359), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [149] = { + [sym__statements] = STATE(4356), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33323,7 +33902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -33340,10 +33919,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33355,61 +33934,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [148] = { - [sym__statements] = STATE(4374), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [150] = { + [sym__statements] = STATE(4511), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1317), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -33426,10 +34005,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33441,47 +34020,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [149] = { - [sym__statements] = STATE(4309), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [151] = { + [sym__statements] = STATE(4303), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1321), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33495,7 +34074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -33512,10 +34091,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33527,46 +34106,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [150] = { - [aux_sym__terminated_statement] = STATE(164), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [152] = { + [sym__statements] = STATE(4175), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -33578,19 +34158,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -33616,43 +34195,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [151] = { - [sym__statements] = STATE(4466), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [153] = { + [sym__statements] = STATE(4274), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -33702,78 +34281,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [152] = { - [sym__statements] = STATE(4350), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1292), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [154] = { + [aux_sym__terminated_statement] = STATE(159), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(827), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33783,48 +34362,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [153] = { - [sym__statements] = STATE(4426), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [155] = { + [sym__statements] = STATE(4300), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -33874,78 +34453,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [154] = { - [aux_sym__terminated_statement] = STATE(67), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [156] = { + [sym__statements] = STATE(4299), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(827), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -33955,83 +34534,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [155] = { - [sym__statements] = STATE(4349), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [157] = { + [sym__statements] = STATE(4616), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1348), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34041,48 +34620,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [156] = { - [sym__statements] = STATE(4348), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [158] = { + [sym__statements] = STATE(4268), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34132,78 +34711,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [157] = { - [sym__statements] = STATE(4421), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1298), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [159] = { + [aux_sym__terminated_statement] = STATE(125), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(829), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34213,49 +34792,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [158] = { - [sym__statements] = STATE(4070), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1333), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [160] = { + [sym__statements] = STATE(4267), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1372), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34269,7 +34848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34286,10 +34865,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34301,47 +34880,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [159] = { - [sym__statements] = STATE(4347), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [161] = { + [sym__statements] = STATE(4276), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1324), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34355,7 +34934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34372,10 +34951,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34387,46 +34966,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [160] = { - [sym__statements] = STATE(4074), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [162] = { + [sym__statements] = STATE(4619), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34476,43 +35055,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [161] = { - [aux_sym__terminated_statement] = STATE(154), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [163] = { + [sym__statements] = STATE(4622), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34522,21 +35102,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(829), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -34562,44 +35141,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [162] = { - [sym__statements] = STATE(4268), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1375), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [164] = { + [sym__statements] = STATE(4402), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34613,7 +35192,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34630,10 +35209,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34645,46 +35224,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [163] = { - [sym__statements] = STATE(4152), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [165] = { + [sym__statements] = STATE(4275), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -34734,43 +35313,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [164] = { - [aux_sym__terminated_statement] = STATE(66), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [166] = { + [sym__statements] = STATE(4272), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34782,19 +35362,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(831), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -34820,78 +35399,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [165] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [167] = { + [sym__statements] = STATE(4270), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(833), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34901,49 +35480,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [166] = { - [sym__statements] = STATE(4069), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [168] = { + [sym__statements] = STATE(4623), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -34957,7 +35536,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -34974,10 +35553,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -34989,253 +35568,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [167] = { - [sym__statements] = STATE(4109), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1376), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [168] = { - [sym__statements] = STATE(4480), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1357), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [169] = { - [sym__statements] = STATE(4359), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4259), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35245,49 +35652,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [170] = { - [sym__statements] = STATE(4104), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1392), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4607), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1355), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35301,7 +35708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35318,10 +35725,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35333,46 +35740,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [171] = { - [sym__statements] = STATE(4539), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4734), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -35423,42 +35830,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [172] = { - [sym__statements] = STATE(4111), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4730), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -35509,43 +35916,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [173] = { - [sym__statements] = STATE(4590), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [aux_sym__terminated_statement] = STATE(193), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35555,20 +35961,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(831), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -35595,77 +36002,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [174] = { - [aux_sym__terminated_statement] = STATE(69), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [sym__statements] = STATE(4685), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(835), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35675,83 +36082,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [175] = { - [sym__statements] = STATE(4357), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4514), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(781), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35761,49 +36168,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [176] = { - [sym__statements] = STATE(4541), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1356), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4245), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1326), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35817,7 +36224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35834,10 +36241,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35849,47 +36256,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [177] = { - [sym__statements] = STATE(4163), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4681), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1357), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -35903,7 +36310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -35920,10 +36327,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -35935,46 +36342,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, [178] = { - [sym__statements] = STATE(4537), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4680), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36025,42 +36432,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [179] = { - [sym__statements] = STATE(4164), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4258), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36111,41 +36518,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [180] = { - [aux_sym__terminated_statement] = STATE(215), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(140), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36156,8 +36563,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(837), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(833), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), @@ -36197,42 +36604,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [181] = { - [sym__statements] = STATE(4527), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym__statements] = STATE(4679), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36283,57 +36690,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [182] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [aux_sym__terminated_statement] = STATE(191), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(835), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [183] = { + [sym__statements] = STATE(4677), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -36350,10 +36843,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -36365,46 +36858,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [183] = { - [sym__statements] = STATE(4116), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [184] = { + [sym__statements] = STATE(4237), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36454,44 +36947,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [184] = { - [sym__statements] = STATE(4526), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [185] = { + [sym__statements] = STATE(4674), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1360), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -36505,7 +36998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -36522,10 +37015,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -36537,46 +37030,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [185] = { - [sym__statements] = STATE(4529), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [186] = { + [sym__statements] = STATE(4256), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1422), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [187] = { + [sym__statements] = STATE(4585), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(787), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [188] = { + [sym__statements] = STATE(4235), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36626,43 +37291,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [186] = { - [sym__statements] = STATE(4098), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [189] = { + [sym__statements] = STATE(4673), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36712,43 +37377,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [187] = { - [sym__statements] = STATE(4342), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [190] = { + [sym__statements] = STATE(4230), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [191] = { + [aux_sym__terminated_statement] = STATE(191), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(549), + [anon_sym_for] = ACTIONS(552), + [anon_sym_select] = ACTIONS(555), + [anon_sym_LPAREN_LPAREN] = ACTIONS(558), + [anon_sym_GT_GT] = ACTIONS(561), + [anon_sym_LT] = ACTIONS(564), + [anon_sym_GT] = ACTIONS(564), + [anon_sym_LPAREN] = ACTIONS(567), + [anon_sym_while] = ACTIONS(570), + [anon_sym_until] = ACTIONS(570), + [anon_sym_done] = ACTIONS(573), + [anon_sym_if] = ACTIONS(575), + [anon_sym_case] = ACTIONS(578), + [anon_sym_function] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(590), + [anon_sym_LBRACK_LBRACK] = ACTIONS(593), + [anon_sym_declare] = ACTIONS(596), + [anon_sym_typeset] = ACTIONS(596), + [anon_sym_export] = ACTIONS(596), + [anon_sym_readonly] = ACTIONS(596), + [anon_sym_local] = ACTIONS(596), + [anon_sym_unset] = ACTIONS(599), + [anon_sym_unsetenv] = ACTIONS(599), + [anon_sym_AMP_GT] = ACTIONS(564), + [anon_sym_AMP_GT_GT] = ACTIONS(561), + [anon_sym_LT_AMP] = ACTIONS(561), + [anon_sym_GT_AMP] = ACTIONS(561), + [anon_sym_GT_PIPE] = ACTIONS(561), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(558), + [anon_sym_DOLLAR] = ACTIONS(602), + [sym__special_character] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(608), + [sym_raw_string] = ACTIONS(611), + [sym_ansi_c_string] = ACTIONS(611), + [aux_sym_number_token1] = ACTIONS(614), + [aux_sym_number_token2] = ACTIONS(617), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(620), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(623), + [anon_sym_BQUOTE] = ACTIONS(626), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(629), + [anon_sym_LT_LPAREN] = ACTIONS(632), + [anon_sym_GT_LPAREN] = ACTIONS(632), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(635), + [sym_variable_name] = ACTIONS(638), + [sym_test_operator] = ACTIONS(641), + [sym__brace_start] = ACTIONS(644), + }, + [192] = { + [sym__statements] = STATE(4671), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -36798,78 +37635,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [188] = { - [sym__statements] = STATE(4325), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1299), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [193] = { + [aux_sym__terminated_statement] = STATE(191), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(837), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -36879,63 +37716,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [189] = { - [sym__statements] = STATE(4250), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [194] = { + [aux_sym__terminated_statement] = STATE(191), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(839), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [195] = { + [sym__statements] = STATE(4670), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_GT_GT] = ACTIONS(79), [anon_sym_LT] = ACTIONS(81), [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -36952,10 +37875,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -36967,47 +37890,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [190] = { - [sym__statements] = STATE(4181), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1389), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [196] = { + [sym__statements] = STATE(4253), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37021,7 +37944,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37038,10 +37961,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37053,47 +37976,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [191] = { - [sym__statements] = STATE(4483), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1355), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [197] = { + [sym__statements] = STATE(4575), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1341), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37107,7 +38030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37124,10 +38047,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37139,47 +38062,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [192] = { - [sym__statements] = STATE(4237), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1360), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [198] = { + [sym__statements] = STATE(4218), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1336), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37193,7 +38116,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37210,10 +38133,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37225,46 +38148,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [193] = { - [sym__statements] = STATE(4235), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [199] = { + [sym__statements] = STATE(4216), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37314,43 +38237,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [194] = { - [sym__statements] = STATE(4234), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [200] = { + [sym__statements] = STATE(4213), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37400,44 +38323,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [195] = { - [sym__statements] = STATE(4474), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1336), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [201] = { + [sym__statements] = STATE(4207), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37451,7 +38374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37468,10 +38391,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37483,47 +38406,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [196] = { - [sym__statements] = STATE(4120), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [202] = { + [sym__statements] = STATE(4572), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1425), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37537,7 +38460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -37554,10 +38477,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37569,81 +38492,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [197] = { - [sym__statements] = STATE(4281), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [203] = { + [sym__statements] = STATE(4665), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37653,47 +38576,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [198] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [204] = { + [aux_sym__terminated_statement] = STATE(182), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37704,8 +38627,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(841), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(839), [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), @@ -37744,44 +38667,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [199] = { - [sym__statements] = STATE(4482), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [205] = { + [aux_sym__terminated_statement] = STATE(194), + [sym_redirected_statement] = STATE(2776), + [sym_for_statement] = STATE(2776), + [sym_c_style_for_statement] = STATE(2776), + [sym_while_statement] = STATE(2776), + [sym_if_statement] = STATE(2776), + [sym_case_statement] = STATE(2776), + [sym_function_definition] = STATE(2776), + [sym_compound_statement] = STATE(2776), + [sym_subshell] = STATE(2776), + [sym_pipeline] = STATE(2776), + [sym_list] = STATE(2776), + [sym_negated_command] = STATE(2776), + [sym_test_command] = STATE(2776), + [sym_declaration_command] = STATE(2776), + [sym_unset_command] = STATE(2776), + [sym_command] = STATE(2776), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(635), + [sym_variable_assignments] = STATE(2776), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -37791,20 +38713,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(843), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -37830,43 +38753,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [200] = { - [sym__statements] = STATE(4280), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [206] = { + [sym__statements] = STATE(4627), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -37916,78 +38839,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [201] = { - [aux_sym__terminated_statement] = STATE(213), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [207] = { + [sym__statements] = STATE(4194), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1347), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(841), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -37997,49 +38920,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [202] = { - [sym__statements] = STATE(4143), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1397), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [208] = { + [sym__statements] = STATE(4626), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38053,7 +38976,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38070,10 +38993,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38085,46 +39008,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [203] = { - [sym__statements] = STATE(4145), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [209] = { + [sym__statements] = STATE(4252), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -38174,215 +39097,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [204] = { - [aux_sym__terminated_statement] = STATE(145), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(843), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), - [sym__brace_start] = ACTIONS(437), - }, - [205] = { - [sym__statements] = STATE(4395), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [206] = { - [sym__statements] = STATE(4265), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [210] = { + [sym__statements] = STATE(4262), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -38432,44 +39183,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [207] = { - [sym__statements] = STATE(4253), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1335), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [211] = { + [sym__statements] = STATE(4620), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1371), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38483,7 +39234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -38500,10 +39251,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38515,46 +39266,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [208] = { - [sym__statements] = STATE(4396), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [212] = { + [sym__statements] = STATE(4191), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -38604,44 +39355,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [209] = { - [sym__statements] = STATE(4397), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [213] = { + [aux_sym__terminated_statement] = STATE(125), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38653,18 +39403,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_RBRACE] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -38690,78 +39441,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [210] = { - [sym__statements] = STATE(4398), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1377), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [214] = { + [sym__statements] = STATE(4189), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38771,83 +39522,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [211] = { - [sym__statements] = STATE(4093), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1343), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [215] = { + [sym__statements] = STATE(4570), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38857,83 +39608,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [212] = { - [sym__statements] = STATE(4532), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1361), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [216] = { + [sym__statements] = STATE(4618), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -38943,48 +39694,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [213] = { - [aux_sym__terminated_statement] = STATE(66), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [217] = { + [sym__statements] = STATE(4617), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -38996,19 +39748,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(845), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -39034,44 +39785,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [214] = { - [sym__statements] = STATE(4415), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [218] = { + [sym__statements] = STATE(4569), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [219] = { + [sym__statements] = STATE(4250), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1338), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -39085,7 +39922,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -39102,10 +39939,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39117,81 +39954,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [215] = { - [aux_sym__terminated_statement] = STATE(67), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), + [220] = { + [sym__statements] = STATE(4185), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(847), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39201,83 +40038,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [216] = { - [sym__statements] = STATE(4097), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [221] = { + [sym__statements] = STATE(4611), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1373), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39287,48 +40124,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [217] = { - [sym__statements] = STATE(4101), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [222] = { + [sym__statements] = STATE(4568), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [223] = { + [sym__statements] = STATE(4609), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39378,44 +40301,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [218] = { - [sym__statements] = STATE(4103), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [224] = { + [sym__statements] = STATE(4171), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1384), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -39429,7 +40352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -39446,10 +40369,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39461,46 +40384,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [219] = { - [sym__statements] = STATE(4100), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [225] = { + [sym__statements] = STATE(4162), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39550,43 +40473,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [220] = { - [sym__statements] = STATE(4146), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [226] = { + [aux_sym__terminated_statement] = STATE(29), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), [sym_command_name] = STATE(477), [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(847), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(411), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), + }, + [227] = { + [sym__statements] = STATE(4608), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39636,44 +40645,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [221] = { - [sym__statements] = STATE(4213), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [228] = { + [sym__statements] = STATE(4539), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -39687,7 +40696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -39704,10 +40713,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39719,46 +40728,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [222] = { - [sym__statements] = STATE(4481), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [229] = { + [sym__statements] = STATE(4159), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -39808,44 +40817,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [223] = { - [sym__statements] = STATE(4147), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [230] = { + [sym__statements] = STATE(4601), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1375), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -39859,7 +40868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -39876,10 +40885,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -39891,133 +40900,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [224] = { - [sym__statements] = STATE(4212), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), - [sym__brace_start] = ACTIONS(437), - }, - [225] = { - [sym__statements] = STATE(4219), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1337), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [231] = { + [sym__statements] = STATE(4243), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -40031,7 +40954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -40048,10 +40971,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40063,46 +40986,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [226] = { - [sym__statements] = STATE(4229), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [232] = { + [sym__statements] = STATE(4242), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40152,43 +41075,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [227] = { - [sym__statements] = STATE(4230), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [233] = { + [sym__statements] = STATE(4599), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40238,44 +41161,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [228] = { - [sym__statements] = STATE(4233), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [234] = { + [sym__statements] = STATE(4163), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -40289,7 +41212,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -40306,10 +41229,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40321,47 +41244,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [229] = { - [sym__statements] = STATE(4478), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1290), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [235] = { + [sym__statements] = STATE(4165), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1398), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -40375,7 +41298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -40392,10 +41315,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40407,46 +41330,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [230] = { - [sym__statements] = STATE(4469), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [236] = { + [sym__statements] = STATE(4168), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40496,129 +41419,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [231] = { - [sym__statements] = STATE(4206), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1390), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [232] = { - [sym__statements] = STATE(4536), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [237] = { + [sym__statements] = STATE(4240), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40668,43 +41505,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [233] = { - [sym__statements] = STATE(4200), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [238] = { + [sym__statements] = STATE(4598), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40754,44 +41591,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [234] = { - [sym__statements] = STATE(4323), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1295), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [239] = { + [sym__statements] = STATE(4239), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1430), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -40805,7 +41642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -40822,10 +41659,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -40837,46 +41674,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [235] = { - [sym__statements] = STATE(4327), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [240] = { + [sym__statements] = STATE(4540), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -40926,43 +41763,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [236] = { - [sym__statements] = STATE(4332), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [241] = { + [sym__statements] = STATE(4172), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41012,128 +41849,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [237] = { - [sym__statements] = STATE(4333), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [242] = { + [aux_sym__terminated_statement] = STATE(213), + [sym_redirected_statement] = STATE(2755), + [sym_for_statement] = STATE(2755), + [sym_c_style_for_statement] = STATE(2755), + [sym_while_statement] = STATE(2755), + [sym_if_statement] = STATE(2755), + [sym_case_statement] = STATE(2755), + [sym_function_definition] = STATE(2755), + [sym_compound_statement] = STATE(2755), + [sym_subshell] = STATE(2755), + [sym_pipeline] = STATE(2755), + [sym_list] = STATE(2755), + [sym_negated_command] = STATE(2755), + [sym_test_command] = STATE(2755), + [sym_declaration_command] = STATE(2755), + [sym_unset_command] = STATE(2755), + [sym_command] = STATE(2755), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(634), + [sym_variable_assignments] = STATE(2755), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [238] = { - [aux_sym__terminated_statement] = STATE(82), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41184,78 +41935,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [239] = { - [sym__statements] = STATE(4467), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [243] = { + [sym__statements] = STATE(4174), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41265,49 +42016,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [240] = { - [sym__statements] = STATE(4167), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1373), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [244] = { + [sym__statements] = STATE(4593), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1377), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41321,7 +42072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41338,10 +42089,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41353,81 +42104,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [241] = { - [sym__statements] = STATE(4252), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [245] = { + [sym__statements] = STATE(4186), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1405), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41437,49 +42188,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [242] = { - [sym__statements] = STATE(4353), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1320), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [246] = { + [sym__statements] = STATE(4384), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41493,7 +42244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41510,10 +42261,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41525,46 +42276,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [243] = { - [sym__statements] = STATE(4358), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [247] = { + [sym__statements] = STATE(4190), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41614,78 +42365,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [244] = { - [sym__statements] = STATE(4360), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [248] = { + [sym__statements] = STATE(4193), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41695,49 +42446,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [245] = { - [sym__statements] = STATE(4361), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [249] = { + [sym__statements] = STATE(4201), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1417), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41751,7 +42502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41768,10 +42519,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41783,47 +42534,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [246] = { - [sym__statements] = STATE(4378), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1332), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [250] = { + [sym__statements] = STATE(4542), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1312), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -41837,7 +42588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -41854,10 +42605,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -41869,46 +42620,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [247] = { - [sym__statements] = STATE(4379), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [251] = { + [sym__statements] = STATE(4202), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -41958,43 +42709,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [248] = { - [sym__statements] = STATE(4381), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [252] = { + [sym__statements] = STATE(4591), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42044,215 +42795,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [249] = { - [sym__statements] = STATE(4383), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [250] = { - [sym__statements] = STATE(4430), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1344), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [251] = { - [sym__statements] = STATE(4256), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [253] = { + [sym__statements] = STATE(4203), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42302,43 +42881,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [252] = { - [sym__statements] = STATE(4432), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [254] = { + [sym__statements] = STATE(4590), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42388,44 +42967,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [253] = { - [sym__statements] = STATE(4257), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [255] = { + [sym__statements] = STATE(4583), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1379), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42439,7 +43018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42456,10 +43035,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42471,47 +43050,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [254] = { - [sym__statements] = STATE(4107), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [256] = { + [sym__statements] = STATE(4205), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42525,7 +43104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42542,10 +43121,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42557,46 +43136,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [255] = { - [sym__statements] = STATE(4444), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [257] = { + [sym__statements] = STATE(4541), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42646,130 +43225,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [256] = { - [sym__statements] = STATE(4449), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [257] = { - [sym__statements] = STATE(4425), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1381), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [258] = { + [sym__statements] = STATE(4210), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1427), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -42783,7 +43276,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -42800,10 +43293,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42815,46 +43308,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [258] = { - [sym__statements] = STATE(4418), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [259] = { + [sym__statements] = STATE(4579), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -42904,78 +43397,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [259] = { - [sym__statements] = STATE(4535), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1363), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [260] = { + [sym__statements] = STATE(4578), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -42985,49 +43478,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [260] = { - [sym__statements] = STATE(4460), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1354), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [261] = { + [sym__statements] = STATE(4565), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1383), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43041,7 +43534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -43058,10 +43551,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43073,46 +43566,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [261] = { - [sym__statements] = STATE(4439), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [262] = { + [sym__statements] = STATE(4526), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43162,43 +43655,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [262] = { - [sym__statements] = STATE(4442), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [263] = { + [sym__statements] = STATE(4527), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43248,44 +43741,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [263] = { - [sym__statements] = STATE(4445), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1350), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [264] = { + [sym__statements] = STATE(4532), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1391), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43299,7 +43792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -43316,10 +43809,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43331,46 +43824,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [264] = { - [sym__statements] = STATE(4414), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [265] = { + [sym__statements] = STATE(4211), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43420,43 +43913,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [265] = { - [sym__statements] = STATE(4447), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [266] = { + [sym__statements] = STATE(4544), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43506,43 +43999,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [266] = { - [sym__statements] = STATE(4448), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [267] = { + [sym__statements] = STATE(4548), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43592,78 +44085,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [267] = { - [sym__statements] = STATE(4411), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [268] = { + [sym__statements] = STATE(4221), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43673,49 +44166,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [268] = { - [sym__statements] = STATE(4344), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1387), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [269] = { + [sym__statements] = STATE(4226), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43729,7 +44222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -43746,10 +44239,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43761,81 +44254,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [269] = { - [sym__statements] = STATE(4476), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [270] = { + [sym__statements] = STATE(4564), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -43845,48 +44338,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [270] = { - [sym__statements] = STATE(4319), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [271] = { + [sym__statements] = STATE(4563), + [sym_redirected_statement] = STATE(2614), + [sym_for_statement] = STATE(2614), + [sym_c_style_for_statement] = STATE(2614), + [sym_while_statement] = STATE(2614), + [sym_if_statement] = STATE(2614), + [sym_case_statement] = STATE(2614), + [sym_function_definition] = STATE(2614), + [sym_compound_statement] = STATE(2614), + [sym_subshell] = STATE(2614), + [sym_pipeline] = STATE(2614), + [sym_list] = STATE(2614), + [sym_negated_command] = STATE(2614), + [sym_test_command] = STATE(2614), + [sym_declaration_command] = STATE(2614), + [sym_unset_command] = STATE(2614), + [sym_command] = STATE(2614), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(628), + [sym_variable_assignments] = STATE(2614), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(276), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -43936,44 +44429,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [271] = { - [sym__statements] = STATE(4450), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1351), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [272] = { + [sym__statements] = STATE(4551), + [sym_redirected_statement] = STATE(2723), + [sym_for_statement] = STATE(2723), + [sym_c_style_for_statement] = STATE(2723), + [sym_while_statement] = STATE(2723), + [sym_if_statement] = STATE(2723), + [sym_case_statement] = STATE(2723), + [sym_function_definition] = STATE(2723), + [sym_compound_statement] = STATE(2723), + [sym_subshell] = STATE(2723), + [sym_pipeline] = STATE(2723), + [sym_list] = STATE(2723), + [sym_negated_command] = STATE(2723), + [sym_test_command] = STATE(2723), + [sym_declaration_command] = STATE(2723), + [sym_unset_command] = STATE(2723), + [sym_command] = STATE(2723), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(574), + [sym_variable_assignments] = STATE(2723), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1388), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(273), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -43987,7 +44480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(25), [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(89), @@ -44004,10 +44497,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -44019,81 +44512,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(119), [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [272] = { - [sym__statements] = STATE(4456), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [273] = { + [sym_redirected_statement] = STATE(2644), + [sym_for_statement] = STATE(2644), + [sym_c_style_for_statement] = STATE(2644), + [sym_while_statement] = STATE(2644), + [sym_if_statement] = STATE(2644), + [sym_case_statement] = STATE(2644), + [sym_function_definition] = STATE(2644), + [sym_compound_statement] = STATE(2644), + [sym_subshell] = STATE(2644), + [sym_pipeline] = STATE(2644), + [sym_list] = STATE(2644), + [sym_negated_command] = STATE(2644), + [sym_test_command] = STATE(2644), + [sym_declaration_command] = STATE(2644), + [sym_unset_command] = STATE(2644), + [sym_command] = STATE(2644), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(577), + [sym_variable_assignments] = STATE(2644), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym__statements_repeat1] = STATE(274), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(85), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(773), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -44103,49 +44595,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), [sym__brace_start] = ACTIONS(437), }, - [273] = { - [sym__statements] = STATE(4320), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), + [274] = { + [sym_redirected_statement] = STATE(2802), + [sym_for_statement] = STATE(2802), + [sym_c_style_for_statement] = STATE(2802), + [sym_while_statement] = STATE(2802), + [sym_if_statement] = STATE(2802), + [sym_case_statement] = STATE(2802), + [sym_function_definition] = STATE(2802), + [sym_compound_statement] = STATE(2802), + [sym_subshell] = STATE(2802), + [sym_pipeline] = STATE(2802), + [sym_list] = STATE(2802), + [sym_negated_command] = STATE(2802), + [sym_test_command] = STATE(2802), + [sym_declaration_command] = STATE(2802), + [sym_unset_command] = STATE(2802), + [sym_command] = STATE(2802), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(609), + [sym_variable_assignments] = STATE(2802), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(274), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(851), + [anon_sym_for] = ACTIONS(854), + [anon_sym_select] = ACTIONS(857), + [anon_sym_LPAREN_LPAREN] = ACTIONS(860), + [anon_sym_GT_GT] = ACTIONS(863), + [anon_sym_LT] = ACTIONS(866), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_LPAREN] = ACTIONS(869), + [anon_sym_while] = ACTIONS(872), + [anon_sym_until] = ACTIONS(872), + [anon_sym_if] = ACTIONS(875), + [anon_sym_case] = ACTIONS(878), + [anon_sym_function] = ACTIONS(881), + [anon_sym_LBRACE] = ACTIONS(884), + [anon_sym_BANG] = ACTIONS(887), + [anon_sym_LBRACK] = ACTIONS(890), + [anon_sym_LBRACK_LBRACK] = ACTIONS(893), + [anon_sym_declare] = ACTIONS(896), + [anon_sym_typeset] = ACTIONS(896), + [anon_sym_export] = ACTIONS(896), + [anon_sym_readonly] = ACTIONS(896), + [anon_sym_local] = ACTIONS(896), + [anon_sym_unset] = ACTIONS(899), + [anon_sym_unsetenv] = ACTIONS(899), + [anon_sym_AMP_GT] = ACTIONS(866), + [anon_sym_AMP_GT_GT] = ACTIONS(863), + [anon_sym_LT_AMP] = ACTIONS(863), + [anon_sym_GT_AMP] = ACTIONS(863), + [anon_sym_GT_PIPE] = ACTIONS(863), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(860), + [anon_sym_DOLLAR] = ACTIONS(902), + [sym__special_character] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(908), + [sym_raw_string] = ACTIONS(911), + [sym_ansi_c_string] = ACTIONS(911), + [aux_sym_number_token1] = ACTIONS(914), + [aux_sym_number_token2] = ACTIONS(917), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(923), + [anon_sym_BQUOTE] = ACTIONS(926), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(929), + [anon_sym_LT_LPAREN] = ACTIONS(932), + [anon_sym_GT_LPAREN] = ACTIONS(932), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(935), + [sym_variable_name] = ACTIONS(938), + [sym_test_operator] = ACTIONS(941), + [sym__brace_start] = ACTIONS(944), + }, + [275] = { + [aux_sym__terminated_statement] = STATE(56), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), [sym_command_name] = STATE(477), [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -44157,18 +44733,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -44194,43 +44770,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [274] = { - [sym__statements] = STATE(4458), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), + [276] = { + [sym_redirected_statement] = STATE(2639), + [sym_for_statement] = STATE(2639), + [sym_c_style_for_statement] = STATE(2639), + [sym_while_statement] = STATE(2639), + [sym_if_statement] = STATE(2639), + [sym_case_statement] = STATE(2639), + [sym_function_definition] = STATE(2639), + [sym_compound_statement] = STATE(2639), + [sym_subshell] = STATE(2639), + [sym_pipeline] = STATE(2639), + [sym_list] = STATE(2639), + [sym_negated_command] = STATE(2639), + [sym_test_command] = STATE(2639), + [sym_declaration_command] = STATE(2639), + [sym_unset_command] = STATE(2639), + [sym_command] = STATE(2639), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(611), + [sym_variable_assignments] = STATE(2639), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym__statements_repeat1] = STATE(274), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -44280,128 +44855,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [275] = { - [sym__statements] = STATE(4215), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), + [277] = { + [aux_sym__terminated_statement] = STATE(226), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [276] = { - [aux_sym__terminated_statement] = STATE(198), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -44451,128 +44940,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [277] = { - [sym_redirected_statement] = STATE(2643), - [sym_for_statement] = STATE(2643), - [sym_c_style_for_statement] = STATE(2643), - [sym_while_statement] = STATE(2643), - [sym_if_statement] = STATE(2643), - [sym_case_statement] = STATE(2643), - [sym_function_definition] = STATE(2643), - [sym_compound_statement] = STATE(2643), - [sym_subshell] = STATE(2643), - [sym_pipeline] = STATE(2643), - [sym_list] = STATE(2643), - [sym_negated_command] = STATE(2643), - [sym_test_command] = STATE(2643), - [sym_declaration_command] = STATE(2643), - [sym_unset_command] = STATE(2643), - [sym_command] = STATE(2643), - [sym_command_name] = STATE(462), - [sym_variable_assignment] = STATE(601), - [sym_variable_assignments] = STATE(2643), - [sym_subscript] = STATE(3947), - [sym_file_redirect] = STATE(1379), - [sym_arithmetic_expansion] = STATE(720), - [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), - [sym_string] = STATE(720), - [sym_translated_string] = STATE(720), - [sym_number] = STATE(720), - [sym_simple_expansion] = STATE(720), - [sym_expansion] = STATE(720), - [sym_command_substitution] = STATE(720), - [sym_process_substitution] = STATE(720), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2827), - [aux_sym_command_repeat1] = STATE(865), - [aux_sym__literal_repeat1] = STATE(930), - [sym_word] = ACTIONS(7), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(13), - [anon_sym_GT_GT] = ACTIONS(15), - [anon_sym_LT] = ACTIONS(17), - [anon_sym_GT] = ACTIONS(17), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(37), - [anon_sym_typeset] = ACTIONS(37), - [anon_sym_export] = ACTIONS(37), - [anon_sym_readonly] = ACTIONS(37), - [anon_sym_local] = ACTIONS(37), - [anon_sym_unset] = ACTIONS(39), - [anon_sym_unsetenv] = ACTIONS(39), - [anon_sym_AMP_GT] = ACTIONS(17), - [anon_sym_AMP_GT_GT] = ACTIONS(15), - [anon_sym_LT_AMP] = ACTIONS(15), - [anon_sym_GT_AMP] = ACTIONS(15), - [anon_sym_GT_PIPE] = ACTIONS(15), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(13), - [anon_sym_DOLLAR] = ACTIONS(41), - [sym__special_character] = ACTIONS(43), - [anon_sym_DQUOTE] = ACTIONS(45), - [sym_raw_string] = ACTIONS(47), - [sym_ansi_c_string] = ACTIONS(47), - [aux_sym_number_token1] = ACTIONS(49), - [aux_sym_number_token2] = ACTIONS(51), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(53), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(55), - [anon_sym_BQUOTE] = ACTIONS(57), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(59), - [anon_sym_LT_LPAREN] = ACTIONS(61), - [anon_sym_GT_LPAREN] = ACTIONS(61), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(65), - [sym_variable_name] = ACTIONS(67), - [sym_test_operator] = ACTIONS(69), - [sym__brace_start] = ACTIONS(71), - }, [278] = { - [sym_redirected_statement] = STATE(2660), - [sym_for_statement] = STATE(2660), - [sym_c_style_for_statement] = STATE(2660), - [sym_while_statement] = STATE(2660), - [sym_if_statement] = STATE(2660), - [sym_case_statement] = STATE(2660), - [sym_function_definition] = STATE(2660), - [sym_compound_statement] = STATE(2660), - [sym_subshell] = STATE(2660), - [sym_pipeline] = STATE(2660), - [sym_list] = STATE(2660), - [sym_negated_command] = STATE(2660), - [sym_test_command] = STATE(2660), - [sym_declaration_command] = STATE(2660), - [sym_unset_command] = STATE(2660), - [sym_command] = STATE(2660), + [aux_sym__terminated_statement] = STATE(118), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(671), - [sym_variable_assignments] = STATE(2660), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -44584,18 +44988,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -44622,126 +45026,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__brace_start] = ACTIONS(437), }, [279] = { - [sym_redirected_statement] = STATE(2453), - [sym_for_statement] = STATE(2453), - [sym_c_style_for_statement] = STATE(2453), - [sym_while_statement] = STATE(2453), - [sym_if_statement] = STATE(2453), - [sym_case_statement] = STATE(2453), - [sym_function_definition] = STATE(2453), - [sym_compound_statement] = STATE(2453), - [sym_subshell] = STATE(2453), - [sym_pipeline] = STATE(2453), - [sym_list] = STATE(2453), - [sym_negated_command] = STATE(2453), - [sym_test_command] = STATE(2453), - [sym_declaration_command] = STATE(2453), - [sym_unset_command] = STATE(2453), - [sym_command] = STATE(2453), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(569), - [sym_variable_assignments] = STATE(2453), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_word] = ACTIONS(691), - [anon_sym_for] = ACTIONS(451), - [anon_sym_select] = ACTIONS(453), - [anon_sym_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(697), - [anon_sym_GT] = ACTIONS(697), - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_while] = ACTIONS(463), - [anon_sym_until] = ACTIONS(463), - [anon_sym_if] = ACTIONS(465), - [anon_sym_case] = ACTIONS(467), - [anon_sym_function] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(703), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_LBRACK_LBRACK] = ACTIONS(485), - [anon_sym_declare] = ACTIONS(705), - [anon_sym_typeset] = ACTIONS(705), - [anon_sym_export] = ACTIONS(705), - [anon_sym_readonly] = ACTIONS(705), - [anon_sym_local] = ACTIONS(705), - [anon_sym_unset] = ACTIONS(707), - [anon_sym_unsetenv] = ACTIONS(707), - [anon_sym_AMP_GT] = ACTIONS(697), - [anon_sym_AMP_GT_GT] = ACTIONS(695), - [anon_sym_LT_AMP] = ACTIONS(695), - [anon_sym_GT_AMP] = ACTIONS(695), - [anon_sym_GT_PIPE] = ACTIONS(695), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_DOLLAR] = ACTIONS(709), - [sym__special_character] = ACTIONS(711), - [anon_sym_DQUOTE] = ACTIONS(713), - [sym_raw_string] = ACTIONS(715), - [sym_ansi_c_string] = ACTIONS(715), - [aux_sym_number_token1] = ACTIONS(717), - [aux_sym_number_token2] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(721), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(723), - [anon_sym_BQUOTE] = ACTIONS(725), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(727), - [anon_sym_LT_LPAREN] = ACTIONS(729), - [anon_sym_GT_LPAREN] = ACTIONS(729), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(731), - [sym_variable_name] = ACTIONS(733), - [sym_test_operator] = ACTIONS(735), - [sym__brace_start] = ACTIONS(737), - }, - [280] = { - [aux_sym__terminated_statement] = STATE(54), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [aux_sym__terminated_statement] = STATE(134), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -44791,297 +45110,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [281] = { - [sym_redirected_statement] = STATE(2678), - [sym_for_statement] = STATE(2678), - [sym_c_style_for_statement] = STATE(2678), - [sym_while_statement] = STATE(2678), - [sym_if_statement] = STATE(2678), - [sym_case_statement] = STATE(2678), - [sym_function_definition] = STATE(2678), - [sym_compound_statement] = STATE(2678), - [sym_subshell] = STATE(2678), - [sym_pipeline] = STATE(2678), - [sym_list] = STATE(2678), - [sym_negated_command] = STATE(2678), - [sym_test_command] = STATE(2678), - [sym_declaration_command] = STATE(2678), - [sym_unset_command] = STATE(2678), - [sym_command] = STATE(2678), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(631), - [sym_variable_assignments] = STATE(2678), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(851), - [anon_sym_for] = ACTIONS(854), - [anon_sym_select] = ACTIONS(857), - [anon_sym_LPAREN_LPAREN] = ACTIONS(860), - [anon_sym_GT_GT] = ACTIONS(863), - [anon_sym_LT] = ACTIONS(866), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_LPAREN] = ACTIONS(869), - [anon_sym_while] = ACTIONS(872), - [anon_sym_until] = ACTIONS(872), - [anon_sym_if] = ACTIONS(875), - [anon_sym_case] = ACTIONS(878), - [anon_sym_function] = ACTIONS(881), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_BANG] = ACTIONS(887), - [anon_sym_LBRACK] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(893), - [anon_sym_declare] = ACTIONS(896), - [anon_sym_typeset] = ACTIONS(896), - [anon_sym_export] = ACTIONS(896), - [anon_sym_readonly] = ACTIONS(896), - [anon_sym_local] = ACTIONS(896), - [anon_sym_unset] = ACTIONS(899), - [anon_sym_unsetenv] = ACTIONS(899), - [anon_sym_AMP_GT] = ACTIONS(866), - [anon_sym_AMP_GT_GT] = ACTIONS(863), - [anon_sym_LT_AMP] = ACTIONS(863), - [anon_sym_GT_AMP] = ACTIONS(863), - [anon_sym_GT_PIPE] = ACTIONS(863), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(902), - [sym__special_character] = ACTIONS(905), - [anon_sym_DQUOTE] = ACTIONS(908), - [sym_raw_string] = ACTIONS(911), - [sym_ansi_c_string] = ACTIONS(911), - [aux_sym_number_token1] = ACTIONS(914), - [aux_sym_number_token2] = ACTIONS(917), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(923), - [anon_sym_BQUOTE] = ACTIONS(926), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(929), - [anon_sym_LT_LPAREN] = ACTIONS(932), - [anon_sym_GT_LPAREN] = ACTIONS(932), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(935), - [sym_variable_name] = ACTIONS(938), - [sym_test_operator] = ACTIONS(941), - [sym__brace_start] = ACTIONS(944), - }, - [282] = { - [sym_redirected_statement] = STATE(2578), - [sym_for_statement] = STATE(2578), - [sym_c_style_for_statement] = STATE(2578), - [sym_while_statement] = STATE(2578), - [sym_if_statement] = STATE(2578), - [sym_case_statement] = STATE(2578), - [sym_function_definition] = STATE(2578), - [sym_compound_statement] = STATE(2578), - [sym_subshell] = STATE(2578), - [sym_pipeline] = STATE(2578), - [sym_list] = STATE(2578), - [sym_negated_command] = STATE(2578), - [sym_test_command] = STATE(2578), - [sym_declaration_command] = STATE(2578), - [sym_unset_command] = STATE(2578), - [sym_command] = STATE(2578), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(579), - [sym_variable_assignments] = STATE(2578), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [283] = { - [aux_sym__terminated_statement] = STATE(51), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [280] = { + [sym_redirected_statement] = STATE(2662), + [sym_for_statement] = STATE(2662), + [sym_c_style_for_statement] = STATE(2662), + [sym_while_statement] = STATE(2662), + [sym_if_statement] = STATE(2662), + [sym_case_statement] = STATE(2662), + [sym_function_definition] = STATE(2662), + [sym_compound_statement] = STATE(2662), + [sym_subshell] = STATE(2662), + [sym_pipeline] = STATE(2662), + [sym_list] = STATE(2662), + [sym_negated_command] = STATE(2662), + [sym_test_command] = STATE(2662), + [sym_declaration_command] = STATE(2662), + [sym_unset_command] = STATE(2662), + [sym_command] = STATE(2662), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(604), + [sym_variable_assignments] = STATE(2662), + [sym_subscript] = STATE(4108), + [sym_file_redirect] = STATE(1395), + [sym_arithmetic_expansion] = STATE(674), + [sym_brace_expression] = STATE(674), + [sym_concatenation] = STATE(1242), + [sym_string] = STATE(674), + [sym_translated_string] = STATE(674), + [sym_number] = STATE(674), + [sym_simple_expansion] = STATE(674), + [sym_expansion] = STATE(674), + [sym_command_substitution] = STATE(674), + [sym_process_substitution] = STATE(674), + [aux_sym__statements_repeat1] = STATE(274), + [aux_sym_redirected_statement_repeat2] = STATE(2930), + [aux_sym_command_repeat1] = STATE(918), + [aux_sym__literal_repeat1] = STATE(945), + [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(13), + [anon_sym_GT_GT] = ACTIONS(15), + [anon_sym_LT] = ACTIONS(17), + [anon_sym_GT] = ACTIONS(17), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), + [anon_sym_declare] = ACTIONS(37), + [anon_sym_typeset] = ACTIONS(37), + [anon_sym_export] = ACTIONS(37), + [anon_sym_readonly] = ACTIONS(37), + [anon_sym_local] = ACTIONS(37), + [anon_sym_unset] = ACTIONS(39), + [anon_sym_unsetenv] = ACTIONS(39), + [anon_sym_AMP_GT] = ACTIONS(17), + [anon_sym_AMP_GT_GT] = ACTIONS(15), + [anon_sym_LT_AMP] = ACTIONS(15), + [anon_sym_GT_AMP] = ACTIONS(15), + [anon_sym_GT_PIPE] = ACTIONS(15), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(13), + [anon_sym_DOLLAR] = ACTIONS(41), + [sym__special_character] = ACTIONS(43), + [anon_sym_DQUOTE] = ACTIONS(45), + [sym_raw_string] = ACTIONS(47), + [sym_ansi_c_string] = ACTIONS(47), + [aux_sym_number_token1] = ACTIONS(49), + [aux_sym_number_token2] = ACTIONS(51), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(53), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(55), + [anon_sym_BQUOTE] = ACTIONS(57), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(59), + [anon_sym_LT_LPAREN] = ACTIONS(61), + [anon_sym_GT_LPAREN] = ACTIONS(61), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), - [sym__brace_start] = ACTIONS(437), + [sym_file_descriptor] = ACTIONS(65), + [sym_variable_name] = ACTIONS(67), + [sym_test_operator] = ACTIONS(69), + [sym__brace_start] = ACTIONS(71), }, - [284] = { - [aux_sym__terminated_statement] = STATE(76), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [281] = { + [aux_sym__terminated_statement] = STATE(60), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45131,42 +45280,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [285] = { - [aux_sym__terminated_statement] = STATE(55), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [282] = { + [aux_sym__terminated_statement] = STATE(74), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45216,42 +45365,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [286] = { - [aux_sym__terminated_statement] = STATE(72), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), + [283] = { + [aux_sym__terminated_statement] = STATE(61), + [sym_redirected_statement] = STATE(2767), + [sym_for_statement] = STATE(2767), + [sym_c_style_for_statement] = STATE(2767), + [sym_while_statement] = STATE(2767), + [sym_if_statement] = STATE(2767), + [sym_case_statement] = STATE(2767), + [sym_function_definition] = STATE(2767), + [sym_compound_statement] = STATE(2767), + [sym_subshell] = STATE(2767), + [sym_pipeline] = STATE(2767), + [sym_list] = STATE(2767), + [sym_negated_command] = STATE(2767), + [sym_test_command] = STATE(2767), + [sym_declaration_command] = STATE(2767), + [sym_unset_command] = STATE(2767), + [sym_command] = STATE(2767), + [sym_command_name] = STATE(477), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2767), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -45301,42 +45450,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [287] = { - [sym_redirected_statement] = STATE(2426), - [sym_for_statement] = STATE(2426), - [sym_c_style_for_statement] = STATE(2426), - [sym_while_statement] = STATE(2426), - [sym_if_statement] = STATE(2426), - [sym_case_statement] = STATE(2426), - [sym_function_definition] = STATE(2426), - [sym_compound_statement] = STATE(2426), - [sym_subshell] = STATE(2426), - [sym_pipeline] = STATE(2426), - [sym_list] = STATE(2426), - [sym_negated_command] = STATE(2426), - [sym_test_command] = STATE(2426), - [sym_declaration_command] = STATE(2426), - [sym_unset_command] = STATE(2426), - [sym_command] = STATE(2426), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(557), - [sym_variable_assignments] = STATE(2426), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [284] = { + [sym_redirected_statement] = STATE(2465), + [sym_for_statement] = STATE(2465), + [sym_c_style_for_statement] = STATE(2465), + [sym_while_statement] = STATE(2465), + [sym_if_statement] = STATE(2465), + [sym_case_statement] = STATE(2465), + [sym_function_definition] = STATE(2465), + [sym_compound_statement] = STATE(2465), + [sym_subshell] = STATE(2465), + [sym_pipeline] = STATE(2465), + [sym_list] = STATE(2465), + [sym_negated_command] = STATE(2465), + [sym_test_command] = STATE(2465), + [sym_declaration_command] = STATE(2465), + [sym_unset_command] = STATE(2465), + [sym_command] = STATE(2465), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(550), + [sym_variable_assignments] = STATE(2465), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym__statements_repeat1] = STATE(274), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -45386,126 +45535,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(517), [sym__brace_start] = ACTIONS(519), }, - [288] = { - [aux_sym__terminated_statement] = STATE(165), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), - [sym__brace_start] = ACTIONS(437), - }, - [289] = { - [sym_redirected_statement] = STATE(2449), - [sym_for_statement] = STATE(2449), - [sym_c_style_for_statement] = STATE(2449), - [sym_while_statement] = STATE(2449), - [sym_if_statement] = STATE(2449), - [sym_case_statement] = STATE(2449), - [sym_function_definition] = STATE(2449), - [sym_compound_statement] = STATE(2449), - [sym_subshell] = STATE(2449), - [sym_pipeline] = STATE(2449), - [sym_list] = STATE(2449), - [sym_negated_command] = STATE(2449), - [sym_test_command] = STATE(2449), - [sym_declaration_command] = STATE(2449), - [sym_unset_command] = STATE(2449), - [sym_command] = STATE(2449), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(558), - [sym_variable_assignments] = STATE(2449), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), + [285] = { + [sym_redirected_statement] = STATE(2490), + [sym_for_statement] = STATE(2490), + [sym_c_style_for_statement] = STATE(2490), + [sym_while_statement] = STATE(2490), + [sym_if_statement] = STATE(2490), + [sym_case_statement] = STATE(2490), + [sym_function_definition] = STATE(2490), + [sym_compound_statement] = STATE(2490), + [sym_subshell] = STATE(2490), + [sym_pipeline] = STATE(2490), + [sym_list] = STATE(2490), + [sym_negated_command] = STATE(2490), + [sym_test_command] = STATE(2490), + [sym_declaration_command] = STATE(2490), + [sym_unset_command] = STATE(2490), + [sym_command] = STATE(2490), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(556), + [sym_variable_assignments] = STATE(2490), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym__statements_repeat1] = STATE(274), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), [sym_word] = ACTIONS(691), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -45555,76 +45620,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(735), [sym__brace_start] = ACTIONS(737), }, - [290] = { - [sym_redirected_statement] = STATE(2727), - [sym_for_statement] = STATE(2727), - [sym_c_style_for_statement] = STATE(2727), - [sym_while_statement] = STATE(2727), - [sym_if_statement] = STATE(2727), - [sym_case_statement] = STATE(2727), - [sym_function_definition] = STATE(2727), - [sym_compound_statement] = STATE(2727), - [sym_subshell] = STATE(2727), - [sym_pipeline] = STATE(2727), - [sym_list] = STATE(2727), - [sym_negated_command] = STATE(2727), - [sym_test_command] = STATE(2727), - [sym_declaration_command] = STATE(2727), - [sym_unset_command] = STATE(2727), - [sym_command] = STATE(2727), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(648), - [sym_variable_assignments] = STATE(2727), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [286] = { + [sym_redirected_statement] = STATE(2988), + [sym_for_statement] = STATE(2988), + [sym_c_style_for_statement] = STATE(2988), + [sym_while_statement] = STATE(2988), + [sym_if_statement] = STATE(2988), + [sym_case_statement] = STATE(2988), + [sym_function_definition] = STATE(2988), + [sym_compound_statement] = STATE(2988), + [sym_subshell] = STATE(2988), + [sym_pipeline] = STATE(2988), + [sym_list] = STATE(2988), + [sym_negated_command] = STATE(2988), + [sym_test_command] = STATE(2988), + [sym_declaration_command] = STATE(2988), + [sym_unset_command] = STATE(2988), + [sym_command] = STATE(2988), + [sym_command_name] = STATE(523), + [sym_variable_assignment] = STATE(949), + [sym_variable_assignments] = STATE(2988), + [sym_subscript] = STATE(4077), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(1278), + [sym_brace_expression] = STATE(1278), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(1278), + [sym_translated_string] = STATE(1278), + [sym_number] = STATE(1278), + [sym_simple_expansion] = STATE(1278), + [sym_expansion] = STATE(1278), + [sym_command_substitution] = STATE(1278), + [sym_process_substitution] = STATE(1278), + [aux_sym_redirected_statement_repeat2] = STATE(3190), + [aux_sym_command_repeat1] = STATE(826), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(947), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(949), + [anon_sym_LT] = ACTIONS(951), + [anon_sym_GT] = ACTIONS(951), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(953), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(955), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), + [anon_sym_declare] = ACTIONS(957), + [anon_sym_typeset] = ACTIONS(957), + [anon_sym_export] = ACTIONS(957), + [anon_sym_readonly] = ACTIONS(957), + [anon_sym_local] = ACTIONS(957), + [anon_sym_unset] = ACTIONS(959), + [anon_sym_unsetenv] = ACTIONS(959), + [anon_sym_AMP_GT] = ACTIONS(951), + [anon_sym_AMP_GT_GT] = ACTIONS(949), + [anon_sym_LT_AMP] = ACTIONS(949), + [anon_sym_GT_AMP] = ACTIONS(949), + [anon_sym_GT_PIPE] = ACTIONS(949), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), + [sym__special_character] = ACTIONS(961), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), + [sym_raw_string] = ACTIONS(963), + [sym_ansi_c_string] = ACTIONS(963), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -45634,46 +45699,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), + [sym_file_descriptor] = ACTIONS(965), + [sym_variable_name] = ACTIONS(967), + [sym_test_operator] = ACTIONS(969), [sym__brace_start] = ACTIONS(437), }, - [291] = { - [sym_redirected_statement] = STATE(2422), - [sym_for_statement] = STATE(2422), - [sym_c_style_for_statement] = STATE(2422), - [sym_while_statement] = STATE(2422), - [sym_if_statement] = STATE(2422), - [sym_case_statement] = STATE(2422), - [sym_function_definition] = STATE(2422), - [sym_compound_statement] = STATE(2422), - [sym_subshell] = STATE(2422), - [sym_pipeline] = STATE(2422), - [sym_list] = STATE(2422), - [sym_negated_command] = STATE(2422), - [sym_test_command] = STATE(2422), - [sym_declaration_command] = STATE(2422), - [sym_unset_command] = STATE(2422), - [sym_command] = STATE(2422), - [sym_command_name] = STATE(429), + [287] = { + [sym_redirected_statement] = STATE(2475), + [sym_for_statement] = STATE(2475), + [sym_c_style_for_statement] = STATE(2475), + [sym_while_statement] = STATE(2475), + [sym_if_statement] = STATE(2475), + [sym_case_statement] = STATE(2475), + [sym_function_definition] = STATE(2475), + [sym_compound_statement] = STATE(2475), + [sym_subshell] = STATE(2475), + [sym_pipeline] = STATE(2475), + [sym_list] = STATE(2475), + [sym_negated_command] = STATE(2475), + [sym_test_command] = STATE(2475), + [sym_declaration_command] = STATE(2475), + [sym_unset_command] = STATE(2475), + [sym_command] = STATE(2475), + [sym_command_name] = STATE(421), [sym_variable_assignment] = STATE(547), - [sym_variable_assignments] = STATE(2422), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), + [sym_variable_assignments] = STATE(2475), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), [sym_word] = ACTIONS(449), [anon_sym_for] = ACTIONS(451), [anon_sym_select] = ACTIONS(453), @@ -45723,224 +45788,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(517), [sym__brace_start] = ACTIONS(519), }, - [292] = { - [sym__expression] = STATE(1636), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1347), - [sym_brace_expression] = STATE(1347), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1347), - [sym_translated_string] = STATE(1347), - [sym_number] = STATE(1347), - [sym_simple_expansion] = STATE(1347), - [sym_expansion] = STATE(1347), - [sym_command_substitution] = STATE(1347), - [sym_process_substitution] = STATE(1347), - [aux_sym__literal_repeat1] = STATE(1458), - [aux_sym_concatenation_repeat1] = STATE(1346), - [sym_word] = ACTIONS(181), - [anon_sym_LPAREN_LPAREN] = ACTIONS(947), - [anon_sym_RPAREN_RPAREN] = ACTIONS(350), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(350), - [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_RPAREN] = ACTIONS(185), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(194), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(93), - [anon_sym_PLUS2] = ACTIONS(93), - [anon_sym_TILDE] = ACTIONS(95), - [anon_sym_PLUS_PLUS2] = ACTIONS(95), - [anon_sym_DASH_DASH2] = ACTIONS(95), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(947), - [aux_sym_concatenation_token1] = ACTIONS(949), - [anon_sym_DOLLAR] = ACTIONS(198), - [sym__special_character] = ACTIONS(951), - [anon_sym_DQUOTE] = ACTIONS(953), - [sym_raw_string] = ACTIONS(955), - [sym_ansi_c_string] = ACTIONS(955), - [aux_sym_number_token1] = ACTIONS(204), - [aux_sym_number_token2] = ACTIONS(206), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), - [anon_sym_BQUOTE] = ACTIONS(212), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(959), - [anon_sym_LT_LPAREN] = ACTIONS(961), - [anon_sym_GT_LPAREN] = ACTIONS(961), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(949), - [sym_test_operator] = ACTIONS(222), - [sym__brace_start] = ACTIONS(224), - }, - [293] = { - [sym_redirected_statement] = STATE(2441), - [sym_for_statement] = STATE(2441), - [sym_c_style_for_statement] = STATE(2441), - [sym_while_statement] = STATE(2441), - [sym_if_statement] = STATE(2441), - [sym_case_statement] = STATE(2441), - [sym_function_definition] = STATE(2441), - [sym_compound_statement] = STATE(2441), - [sym_subshell] = STATE(2441), - [sym_pipeline] = STATE(2441), - [sym_list] = STATE(2441), - [sym_negated_command] = STATE(2441), - [sym_test_command] = STATE(2441), - [sym_declaration_command] = STATE(2441), - [sym_unset_command] = STATE(2441), - [sym_command] = STATE(2441), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(559), - [sym_variable_assignments] = STATE(2441), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_word] = ACTIONS(691), - [anon_sym_for] = ACTIONS(451), - [anon_sym_select] = ACTIONS(453), - [anon_sym_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(697), - [anon_sym_GT] = ACTIONS(697), - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_while] = ACTIONS(463), - [anon_sym_until] = ACTIONS(463), - [anon_sym_if] = ACTIONS(465), - [anon_sym_case] = ACTIONS(467), - [anon_sym_function] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(703), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_LBRACK_LBRACK] = ACTIONS(485), - [anon_sym_declare] = ACTIONS(705), - [anon_sym_typeset] = ACTIONS(705), - [anon_sym_export] = ACTIONS(705), - [anon_sym_readonly] = ACTIONS(705), - [anon_sym_local] = ACTIONS(705), - [anon_sym_unset] = ACTIONS(707), - [anon_sym_unsetenv] = ACTIONS(707), - [anon_sym_AMP_GT] = ACTIONS(697), - [anon_sym_AMP_GT_GT] = ACTIONS(695), - [anon_sym_LT_AMP] = ACTIONS(695), - [anon_sym_GT_AMP] = ACTIONS(695), - [anon_sym_GT_PIPE] = ACTIONS(695), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_DOLLAR] = ACTIONS(709), - [sym__special_character] = ACTIONS(711), - [anon_sym_DQUOTE] = ACTIONS(713), - [sym_raw_string] = ACTIONS(715), - [sym_ansi_c_string] = ACTIONS(715), - [aux_sym_number_token1] = ACTIONS(717), - [aux_sym_number_token2] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(721), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(723), - [anon_sym_BQUOTE] = ACTIONS(725), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(727), - [anon_sym_LT_LPAREN] = ACTIONS(729), - [anon_sym_GT_LPAREN] = ACTIONS(729), + [288] = { + [sym_redirected_statement] = STATE(3125), + [sym_for_statement] = STATE(3125), + [sym_c_style_for_statement] = STATE(3125), + [sym_while_statement] = STATE(3125), + [sym_if_statement] = STATE(3125), + [sym_case_statement] = STATE(3125), + [sym_function_definition] = STATE(3125), + [sym_compound_statement] = STATE(3125), + [sym_subshell] = STATE(3125), + [sym_pipeline] = STATE(3125), + [sym_list] = STATE(3125), + [sym_negated_command] = STATE(3125), + [sym_test_command] = STATE(3125), + [sym_declaration_command] = STATE(3125), + [sym_unset_command] = STATE(3125), + [sym_command] = STATE(3125), + [sym_command_name] = STATE(555), + [sym_variable_assignment] = STATE(1087), + [sym_variable_assignments] = STATE(3125), + [sym_subscript] = STATE(4075), + [sym_file_redirect] = STATE(1885), + [sym_arithmetic_expansion] = STATE(1367), + [sym_brace_expression] = STATE(1367), + [sym_concatenation] = STATE(1696), + [sym_string] = STATE(1367), + [sym_translated_string] = STATE(1367), + [sym_number] = STATE(1367), + [sym_simple_expansion] = STATE(1367), + [sym_expansion] = STATE(1367), + [sym_command_substitution] = STATE(1367), + [sym_process_substitution] = STATE(1367), + [aux_sym_redirected_statement_repeat2] = STATE(3210), + [aux_sym_command_repeat1] = STATE(896), + [aux_sym__literal_repeat1] = STATE(1597), + [sym_word] = ACTIONS(971), + [anon_sym_for] = ACTIONS(238), + [anon_sym_select] = ACTIONS(240), + [anon_sym_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_GT_GT] = ACTIONS(975), + [anon_sym_LT] = ACTIONS(977), + [anon_sym_GT] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(979), + [anon_sym_while] = ACTIONS(250), + [anon_sym_until] = ACTIONS(250), + [anon_sym_if] = ACTIONS(252), + [anon_sym_case] = ACTIONS(254), + [anon_sym_function] = ACTIONS(256), + [anon_sym_LBRACE] = ACTIONS(258), + [anon_sym_BANG] = ACTIONS(981), + [anon_sym_LBRACK] = ACTIONS(262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(266), + [anon_sym_declare] = ACTIONS(268), + [anon_sym_typeset] = ACTIONS(268), + [anon_sym_export] = ACTIONS(268), + [anon_sym_readonly] = ACTIONS(268), + [anon_sym_local] = ACTIONS(268), + [anon_sym_unset] = ACTIONS(270), + [anon_sym_unsetenv] = ACTIONS(270), + [anon_sym_AMP_GT] = ACTIONS(977), + [anon_sym_AMP_GT_GT] = ACTIONS(975), + [anon_sym_LT_AMP] = ACTIONS(975), + [anon_sym_GT_AMP] = ACTIONS(975), + [anon_sym_GT_PIPE] = ACTIONS(975), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_DOLLAR] = ACTIONS(983), + [sym__special_character] = ACTIONS(985), + [anon_sym_DQUOTE] = ACTIONS(987), + [sym_raw_string] = ACTIONS(989), + [sym_ansi_c_string] = ACTIONS(989), + [aux_sym_number_token1] = ACTIONS(991), + [aux_sym_number_token2] = ACTIONS(993), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(997), + [anon_sym_BQUOTE] = ACTIONS(999), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1001), + [anon_sym_LT_LPAREN] = ACTIONS(1003), + [anon_sym_GT_LPAREN] = ACTIONS(1003), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(731), - [sym_variable_name] = ACTIONS(733), - [sym_test_operator] = ACTIONS(735), - [sym__brace_start] = ACTIONS(737), + [sym_file_descriptor] = ACTIONS(1005), + [sym_variable_name] = ACTIONS(300), + [sym_test_operator] = ACTIONS(1007), + [sym__brace_start] = ACTIONS(1009), }, - [294] = { - [sym_redirected_statement] = STATE(3016), - [sym_for_statement] = STATE(3016), - [sym_c_style_for_statement] = STATE(3016), - [sym_while_statement] = STATE(3016), - [sym_if_statement] = STATE(3016), - [sym_case_statement] = STATE(3016), - [sym_function_definition] = STATE(3016), - [sym_compound_statement] = STATE(3016), - [sym_subshell] = STATE(3016), - [sym_pipeline] = STATE(3016), - [sym_list] = STATE(3016), - [sym_negated_command] = STATE(3016), - [sym_test_command] = STATE(3016), - [sym_declaration_command] = STATE(3016), - [sym_unset_command] = STATE(3016), - [sym_command] = STATE(3016), - [sym_command_name] = STATE(546), - [sym_variable_assignment] = STATE(1166), - [sym_variable_assignments] = STATE(3016), - [sym_subscript] = STATE(3974), - [sym_file_redirect] = STATE(1838), - [sym_arithmetic_expansion] = STATE(1330), - [sym_brace_expression] = STATE(1330), - [sym_concatenation] = STATE(1749), - [sym_string] = STATE(1330), - [sym_translated_string] = STATE(1330), - [sym_number] = STATE(1330), - [sym_simple_expansion] = STATE(1330), - [sym_expansion] = STATE(1330), - [sym_command_substitution] = STATE(1330), - [sym_process_substitution] = STATE(1330), - [aux_sym_redirected_statement_repeat2] = STATE(3145), - [aux_sym_command_repeat1] = STATE(897), - [aux_sym__literal_repeat1] = STATE(1547), - [sym_word] = ACTIONS(963), + [289] = { + [sym_redirected_statement] = STATE(3031), + [sym_for_statement] = STATE(3031), + [sym_c_style_for_statement] = STATE(3031), + [sym_while_statement] = STATE(3031), + [sym_if_statement] = STATE(3031), + [sym_case_statement] = STATE(3031), + [sym_function_definition] = STATE(3031), + [sym_compound_statement] = STATE(3031), + [sym_subshell] = STATE(3031), + [sym_pipeline] = STATE(3031), + [sym_list] = STATE(3031), + [sym_negated_command] = STATE(3031), + [sym_test_command] = STATE(3031), + [sym_declaration_command] = STATE(3031), + [sym_unset_command] = STATE(3031), + [sym_command] = STATE(3031), + [sym_command_name] = STATE(555), + [sym_variable_assignment] = STATE(1085), + [sym_variable_assignments] = STATE(3031), + [sym_subscript] = STATE(4075), + [sym_file_redirect] = STATE(1885), + [sym_arithmetic_expansion] = STATE(1367), + [sym_brace_expression] = STATE(1367), + [sym_concatenation] = STATE(1696), + [sym_string] = STATE(1367), + [sym_translated_string] = STATE(1367), + [sym_number] = STATE(1367), + [sym_simple_expansion] = STATE(1367), + [sym_expansion] = STATE(1367), + [sym_command_substitution] = STATE(1367), + [sym_process_substitution] = STATE(1367), + [aux_sym_redirected_statement_repeat2] = STATE(3210), + [aux_sym_command_repeat1] = STATE(896), + [aux_sym__literal_repeat1] = STATE(1597), + [sym_word] = ACTIONS(971), [anon_sym_for] = ACTIONS(238), [anon_sym_select] = ACTIONS(240), - [anon_sym_LPAREN_LPAREN] = ACTIONS(965), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LPAREN] = ACTIONS(971), + [anon_sym_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_GT_GT] = ACTIONS(975), + [anon_sym_LT] = ACTIONS(977), + [anon_sym_GT] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(979), [anon_sym_while] = ACTIONS(250), [anon_sym_until] = ACTIONS(250), [anon_sym_if] = ACTIONS(252), [anon_sym_case] = ACTIONS(254), [anon_sym_function] = ACTIONS(256), [anon_sym_LBRACE] = ACTIONS(258), - [anon_sym_BANG] = ACTIONS(973), + [anon_sym_BANG] = ACTIONS(981), [anon_sym_LBRACK] = ACTIONS(262), [anon_sym_LBRACK_LBRACK] = ACTIONS(266), [anon_sym_declare] = ACTIONS(268), @@ -45950,67 +45931,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_local] = ACTIONS(268), [anon_sym_unset] = ACTIONS(270), [anon_sym_unsetenv] = ACTIONS(270), - [anon_sym_AMP_GT] = ACTIONS(969), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_GT_PIPE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(975), - [sym__special_character] = ACTIONS(977), - [anon_sym_DQUOTE] = ACTIONS(979), - [sym_raw_string] = ACTIONS(981), - [sym_ansi_c_string] = ACTIONS(981), - [aux_sym_number_token1] = ACTIONS(983), - [aux_sym_number_token2] = ACTIONS(985), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(987), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(989), - [anon_sym_BQUOTE] = ACTIONS(991), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(993), - [anon_sym_LT_LPAREN] = ACTIONS(995), - [anon_sym_GT_LPAREN] = ACTIONS(995), + [anon_sym_AMP_GT] = ACTIONS(977), + [anon_sym_AMP_GT_GT] = ACTIONS(975), + [anon_sym_LT_AMP] = ACTIONS(975), + [anon_sym_GT_AMP] = ACTIONS(975), + [anon_sym_GT_PIPE] = ACTIONS(975), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_DOLLAR] = ACTIONS(983), + [sym__special_character] = ACTIONS(985), + [anon_sym_DQUOTE] = ACTIONS(987), + [sym_raw_string] = ACTIONS(989), + [sym_ansi_c_string] = ACTIONS(989), + [aux_sym_number_token1] = ACTIONS(991), + [aux_sym_number_token2] = ACTIONS(993), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(995), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(997), + [anon_sym_BQUOTE] = ACTIONS(999), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1001), + [anon_sym_LT_LPAREN] = ACTIONS(1003), + [anon_sym_GT_LPAREN] = ACTIONS(1003), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(997), + [sym_file_descriptor] = ACTIONS(1005), [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(999), - [sym__brace_start] = ACTIONS(1001), + [sym_test_operator] = ACTIONS(1007), + [sym__brace_start] = ACTIONS(1009), }, - [295] = { - [sym_redirected_statement] = STATE(2556), - [sym_for_statement] = STATE(2556), - [sym_c_style_for_statement] = STATE(2556), - [sym_while_statement] = STATE(2556), - [sym_if_statement] = STATE(2556), - [sym_case_statement] = STATE(2556), - [sym_function_definition] = STATE(2556), - [sym_compound_statement] = STATE(2556), - [sym_subshell] = STATE(2556), - [sym_pipeline] = STATE(2556), - [sym_list] = STATE(2556), - [sym_negated_command] = STATE(2556), - [sym_test_command] = STATE(2556), - [sym_declaration_command] = STATE(2556), - [sym_unset_command] = STATE(2556), - [sym_command] = STATE(2556), + [290] = { + [sym_redirected_statement] = STATE(2727), + [sym_for_statement] = STATE(2727), + [sym_c_style_for_statement] = STATE(2727), + [sym_while_statement] = STATE(2727), + [sym_if_statement] = STATE(2727), + [sym_case_statement] = STATE(2727), + [sym_function_definition] = STATE(2727), + [sym_compound_statement] = STATE(2727), + [sym_subshell] = STATE(2727), + [sym_pipeline] = STATE(2727), + [sym_list] = STATE(2727), + [sym_negated_command] = STATE(2727), + [sym_test_command] = STATE(2727), + [sym_declaration_command] = STATE(2727), + [sym_unset_command] = STATE(2727), + [sym_command] = STATE(2727), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(627), - [sym_variable_assignments] = STATE(2556), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(649), + [sym_variable_assignments] = STATE(2727), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -46022,18 +46003,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -46059,42 +46040,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [296] = { - [sym_redirected_statement] = STATE(2641), - [sym_for_statement] = STATE(2641), - [sym_c_style_for_statement] = STATE(2641), - [sym_while_statement] = STATE(2641), - [sym_if_statement] = STATE(2641), - [sym_case_statement] = STATE(2641), - [sym_function_definition] = STATE(2641), - [sym_compound_statement] = STATE(2641), - [sym_subshell] = STATE(2641), - [sym_pipeline] = STATE(2641), - [sym_list] = STATE(2641), - [sym_negated_command] = STATE(2641), - [sym_test_command] = STATE(2641), - [sym_declaration_command] = STATE(2641), - [sym_unset_command] = STATE(2641), - [sym_command] = STATE(2641), + [291] = { + [sym_redirected_statement] = STATE(2806), + [sym_for_statement] = STATE(2806), + [sym_c_style_for_statement] = STATE(2806), + [sym_while_statement] = STATE(2806), + [sym_if_statement] = STATE(2806), + [sym_case_statement] = STATE(2806), + [sym_function_definition] = STATE(2806), + [sym_compound_statement] = STATE(2806), + [sym_subshell] = STATE(2806), + [sym_pipeline] = STATE(2806), + [sym_list] = STATE(2806), + [sym_negated_command] = STATE(2806), + [sym_test_command] = STATE(2806), + [sym_declaration_command] = STATE(2806), + [sym_unset_command] = STATE(2806), + [sym_command] = STATE(2806), [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(632), - [sym_variable_assignments] = STATE(2641), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym_variable_assignment] = STATE(650), + [sym_variable_assignments] = STATE(2806), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2950), + [aux_sym_command_repeat1] = STATE(808), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(387), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), @@ -46106,18 +46087,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(809), - [anon_sym_typeset] = ACTIONS(809), - [anon_sym_export] = ACTIONS(809), - [anon_sym_readonly] = ACTIONS(809), - [anon_sym_local] = ACTIONS(809), - [anon_sym_unset] = ACTIONS(811), - [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_declare] = ACTIONS(405), + [anon_sym_typeset] = ACTIONS(405), + [anon_sym_export] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_local] = ACTIONS(405), + [anon_sym_unset] = ACTIONS(407), + [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_AMP_GT] = ACTIONS(393), [anon_sym_AMP_GT_GT] = ACTIONS(391), [anon_sym_LT_AMP] = ACTIONS(391), @@ -46143,31 +46124,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [297] = { - [sym_redirected_statement] = STATE(2922), - [sym_for_statement] = STATE(2922), - [sym_c_style_for_statement] = STATE(2922), - [sym_while_statement] = STATE(2922), - [sym_if_statement] = STATE(2922), - [sym_case_statement] = STATE(2922), - [sym_function_definition] = STATE(2922), - [sym_compound_statement] = STATE(2922), - [sym_subshell] = STATE(2922), - [sym_pipeline] = STATE(2922), - [sym_list] = STATE(2922), - [sym_negated_command] = STATE(2922), - [sym_test_command] = STATE(2922), - [sym_declaration_command] = STATE(2922), - [sym_unset_command] = STATE(2922), - [sym_command] = STATE(2922), - [sym_command_name] = STATE(530), - [sym_variable_assignment] = STATE(992), - [sym_variable_assignments] = STATE(2922), - [sym_subscript] = STATE(3972), - [sym_file_redirect] = STATE(1374), + [292] = { + [sym__expression] = STATE(1664), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1300), + [sym_brace_expression] = STATE(1300), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1300), + [sym_translated_string] = STATE(1300), + [sym_number] = STATE(1300), + [sym_simple_expansion] = STATE(1300), + [sym_expansion] = STATE(1300), + [sym_command_substitution] = STATE(1300), + [sym_process_substitution] = STATE(1300), + [aux_sym__literal_repeat1] = STATE(1520), + [aux_sym_concatenation_repeat1] = STATE(1308), + [sym_word] = ACTIONS(183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1011), + [anon_sym_RPAREN_RPAREN] = ACTIONS(350), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(350), + [anon_sym_GT_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_EQ] = ACTIONS(350), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(350), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(350), + [anon_sym_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_AMP] = ACTIONS(350), + [anon_sym_PIPE_PIPE] = ACTIONS(350), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_RPAREN] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(196), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(93), + [anon_sym_PLUS2] = ACTIONS(93), + [anon_sym_TILDE] = ACTIONS(95), + [anon_sym_PLUS_PLUS2] = ACTIONS(95), + [anon_sym_DASH_DASH2] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1011), + [aux_sym_concatenation_token1] = ACTIONS(1013), + [anon_sym_DOLLAR] = ACTIONS(200), + [sym__special_character] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1017), + [sym_raw_string] = ACTIONS(1019), + [sym_ansi_c_string] = ACTIONS(1019), + [aux_sym_number_token1] = ACTIONS(206), + [aux_sym_number_token2] = ACTIONS(208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1021), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(212), + [anon_sym_BQUOTE] = ACTIONS(214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1023), + [anon_sym_LT_LPAREN] = ACTIONS(1025), + [anon_sym_GT_LPAREN] = ACTIONS(1025), + [sym_comment] = ACTIONS(63), + [sym__concat] = ACTIONS(1013), + [sym_test_operator] = ACTIONS(224), + [sym__brace_start] = ACTIONS(226), + }, + [293] = { + [sym_redirected_statement] = STATE(2985), + [sym_for_statement] = STATE(2985), + [sym_c_style_for_statement] = STATE(2985), + [sym_while_statement] = STATE(2985), + [sym_if_statement] = STATE(2985), + [sym_case_statement] = STATE(2985), + [sym_function_definition] = STATE(2985), + [sym_compound_statement] = STATE(2985), + [sym_subshell] = STATE(2985), + [sym_pipeline] = STATE(2985), + [sym_list] = STATE(2985), + [sym_negated_command] = STATE(2985), + [sym_test_command] = STATE(2985), + [sym_declaration_command] = STATE(2985), + [sym_unset_command] = STATE(2985), + [sym_command] = STATE(2985), + [sym_command_name] = STATE(523), + [sym_variable_assignment] = STATE(931), + [sym_variable_assignments] = STATE(2985), + [sym_subscript] = STATE(4077), + [sym_file_redirect] = STATE(1304), [sym_arithmetic_expansion] = STATE(1278), [sym_brace_expression] = STATE(1278), - [sym_concatenation] = STATE(1134), + [sym_concatenation] = STATE(1246), [sym_string] = STATE(1278), [sym_translated_string] = STATE(1278), [sym_number] = STATE(1278), @@ -46175,44 +46240,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1278), [sym_command_substitution] = STATE(1278), [sym_process_substitution] = STATE(1278), - [aux_sym_redirected_statement_repeat2] = STATE(3071), - [aux_sym_command_repeat1] = STATE(877), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(1003), + [aux_sym_redirected_statement_repeat2] = STATE(3190), + [aux_sym_command_repeat1] = STATE(826), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(947), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(1005), - [anon_sym_LT] = ACTIONS(1007), - [anon_sym_GT] = ACTIONS(1007), + [anon_sym_GT_GT] = ACTIONS(949), + [anon_sym_LT] = ACTIONS(951), + [anon_sym_GT] = ACTIONS(951), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(1009), + [anon_sym_function] = ACTIONS(953), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(955), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(1013), - [anon_sym_typeset] = ACTIONS(1013), - [anon_sym_export] = ACTIONS(1013), - [anon_sym_readonly] = ACTIONS(1013), - [anon_sym_local] = ACTIONS(1013), - [anon_sym_unset] = ACTIONS(1015), - [anon_sym_unsetenv] = ACTIONS(1015), - [anon_sym_AMP_GT] = ACTIONS(1007), - [anon_sym_AMP_GT_GT] = ACTIONS(1005), - [anon_sym_LT_AMP] = ACTIONS(1005), - [anon_sym_GT_AMP] = ACTIONS(1005), - [anon_sym_GT_PIPE] = ACTIONS(1005), + [anon_sym_declare] = ACTIONS(957), + [anon_sym_typeset] = ACTIONS(957), + [anon_sym_export] = ACTIONS(957), + [anon_sym_readonly] = ACTIONS(957), + [anon_sym_local] = ACTIONS(957), + [anon_sym_unset] = ACTIONS(959), + [anon_sym_unsetenv] = ACTIONS(959), + [anon_sym_AMP_GT] = ACTIONS(951), + [anon_sym_AMP_GT_GT] = ACTIONS(949), + [anon_sym_LT_AMP] = ACTIONS(949), + [anon_sym_GT_AMP] = ACTIONS(949), + [anon_sym_GT_PIPE] = ACTIONS(949), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(1017), + [sym__special_character] = ACTIONS(961), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(1019), - [sym_ansi_c_string] = ACTIONS(1019), + [sym_raw_string] = ACTIONS(963), + [sym_ansi_c_string] = ACTIONS(963), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -46222,165 +46287,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1021), - [sym_variable_name] = ACTIONS(1023), - [sym_test_operator] = ACTIONS(1025), + [sym_file_descriptor] = ACTIONS(965), + [sym_variable_name] = ACTIONS(967), + [sym_test_operator] = ACTIONS(969), [sym__brace_start] = ACTIONS(437), }, - [298] = { - [sym_redirected_statement] = STATE(3010), - [sym_for_statement] = STATE(3010), - [sym_c_style_for_statement] = STATE(3010), - [sym_while_statement] = STATE(3010), - [sym_if_statement] = STATE(3010), - [sym_case_statement] = STATE(3010), - [sym_function_definition] = STATE(3010), - [sym_compound_statement] = STATE(3010), - [sym_subshell] = STATE(3010), - [sym_pipeline] = STATE(3010), - [sym_list] = STATE(3010), - [sym_negated_command] = STATE(3010), - [sym_test_command] = STATE(3010), - [sym_declaration_command] = STATE(3010), - [sym_unset_command] = STATE(3010), - [sym_command] = STATE(3010), - [sym_command_name] = STATE(546), - [sym_variable_assignment] = STATE(1141), - [sym_variable_assignments] = STATE(3010), - [sym_subscript] = STATE(3974), - [sym_file_redirect] = STATE(1838), - [sym_arithmetic_expansion] = STATE(1330), - [sym_brace_expression] = STATE(1330), - [sym_concatenation] = STATE(1749), - [sym_string] = STATE(1330), - [sym_translated_string] = STATE(1330), - [sym_number] = STATE(1330), - [sym_simple_expansion] = STATE(1330), - [sym_expansion] = STATE(1330), - [sym_command_substitution] = STATE(1330), - [sym_process_substitution] = STATE(1330), - [aux_sym_redirected_statement_repeat2] = STATE(3145), - [aux_sym_command_repeat1] = STATE(897), - [aux_sym__literal_repeat1] = STATE(1547), - [sym_word] = ACTIONS(963), - [anon_sym_for] = ACTIONS(238), - [anon_sym_select] = ACTIONS(240), - [anon_sym_LPAREN_LPAREN] = ACTIONS(965), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LPAREN] = ACTIONS(971), - [anon_sym_while] = ACTIONS(250), - [anon_sym_until] = ACTIONS(250), - [anon_sym_if] = ACTIONS(252), - [anon_sym_case] = ACTIONS(254), - [anon_sym_function] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(258), - [anon_sym_BANG] = ACTIONS(973), - [anon_sym_LBRACK] = ACTIONS(262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(266), - [anon_sym_declare] = ACTIONS(268), - [anon_sym_typeset] = ACTIONS(268), - [anon_sym_export] = ACTIONS(268), - [anon_sym_readonly] = ACTIONS(268), - [anon_sym_local] = ACTIONS(268), - [anon_sym_unset] = ACTIONS(270), - [anon_sym_unsetenv] = ACTIONS(270), - [anon_sym_AMP_GT] = ACTIONS(969), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_GT_PIPE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(975), - [sym__special_character] = ACTIONS(977), - [anon_sym_DQUOTE] = ACTIONS(979), - [sym_raw_string] = ACTIONS(981), - [sym_ansi_c_string] = ACTIONS(981), - [aux_sym_number_token1] = ACTIONS(983), - [aux_sym_number_token2] = ACTIONS(985), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(987), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(989), - [anon_sym_BQUOTE] = ACTIONS(991), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(993), - [anon_sym_LT_LPAREN] = ACTIONS(995), - [anon_sym_GT_LPAREN] = ACTIONS(995), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(997), - [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(999), - [sym__brace_start] = ACTIONS(1001), - }, - [299] = { - [sym_redirected_statement] = STATE(2920), - [sym_for_statement] = STATE(2920), - [sym_c_style_for_statement] = STATE(2920), - [sym_while_statement] = STATE(2920), - [sym_if_statement] = STATE(2920), - [sym_case_statement] = STATE(2920), - [sym_function_definition] = STATE(2920), - [sym_compound_statement] = STATE(2920), - [sym_subshell] = STATE(2920), - [sym_pipeline] = STATE(2920), - [sym_list] = STATE(2920), - [sym_negated_command] = STATE(2920), - [sym_test_command] = STATE(2920), - [sym_declaration_command] = STATE(2920), - [sym_unset_command] = STATE(2920), - [sym_command] = STATE(2920), - [sym_command_name] = STATE(530), - [sym_variable_assignment] = STATE(959), - [sym_variable_assignments] = STATE(2920), - [sym_subscript] = STATE(3972), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(1278), - [sym_brace_expression] = STATE(1278), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(1278), - [sym_translated_string] = STATE(1278), - [sym_number] = STATE(1278), - [sym_simple_expansion] = STATE(1278), - [sym_expansion] = STATE(1278), - [sym_command_substitution] = STATE(1278), - [sym_process_substitution] = STATE(1278), - [aux_sym_redirected_statement_repeat2] = STATE(3071), - [aux_sym_command_repeat1] = STATE(877), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(1003), + [294] = { + [sym_redirected_statement] = STATE(2675), + [sym_for_statement] = STATE(2675), + [sym_c_style_for_statement] = STATE(2675), + [sym_while_statement] = STATE(2675), + [sym_if_statement] = STATE(2675), + [sym_case_statement] = STATE(2675), + [sym_function_definition] = STATE(2675), + [sym_compound_statement] = STATE(2675), + [sym_subshell] = STATE(2675), + [sym_pipeline] = STATE(2675), + [sym_list] = STATE(2675), + [sym_negated_command] = STATE(2675), + [sym_test_command] = STATE(2675), + [sym_declaration_command] = STATE(2675), + [sym_unset_command] = STATE(2675), + [sym_command] = STATE(2675), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(641), + [sym_variable_assignments] = STATE(2675), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(1005), - [anon_sym_LT] = ACTIONS(1007), - [anon_sym_GT] = ACTIONS(1007), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(1009), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(1013), - [anon_sym_typeset] = ACTIONS(1013), - [anon_sym_export] = ACTIONS(1013), - [anon_sym_readonly] = ACTIONS(1013), - [anon_sym_local] = ACTIONS(1013), - [anon_sym_unset] = ACTIONS(1015), - [anon_sym_unsetenv] = ACTIONS(1015), - [anon_sym_AMP_GT] = ACTIONS(1007), - [anon_sym_AMP_GT_GT] = ACTIONS(1005), - [anon_sym_LT_AMP] = ACTIONS(1005), - [anon_sym_GT_AMP] = ACTIONS(1005), - [anon_sym_GT_PIPE] = ACTIONS(1005), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(1017), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(1019), - [sym_ansi_c_string] = ACTIONS(1019), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -46390,36 +46371,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1021), - [sym_variable_name] = ACTIONS(1023), - [sym_test_operator] = ACTIONS(1025), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [300] = { - [sym_redirected_statement] = STATE(2958), - [sym_for_statement] = STATE(2958), - [sym_c_style_for_statement] = STATE(2958), - [sym_while_statement] = STATE(2958), - [sym_if_statement] = STATE(2958), - [sym_case_statement] = STATE(2958), - [sym_function_definition] = STATE(2958), - [sym_compound_statement] = STATE(2958), - [sym_subshell] = STATE(2958), - [sym_pipeline] = STATE(2958), - [sym_list] = STATE(2958), - [sym_negated_command] = STATE(2958), - [sym_test_command] = STATE(2958), - [sym_declaration_command] = STATE(2958), - [sym_unset_command] = STATE(2958), - [sym_command] = STATE(2958), - [sym_command_name] = STATE(530), - [sym_variable_assignment] = STATE(960), - [sym_variable_assignments] = STATE(2958), - [sym_subscript] = STATE(3972), - [sym_file_redirect] = STATE(1374), + [295] = { + [sym_redirected_statement] = STATE(2977), + [sym_for_statement] = STATE(2977), + [sym_c_style_for_statement] = STATE(2977), + [sym_while_statement] = STATE(2977), + [sym_if_statement] = STATE(2977), + [sym_case_statement] = STATE(2977), + [sym_function_definition] = STATE(2977), + [sym_compound_statement] = STATE(2977), + [sym_subshell] = STATE(2977), + [sym_pipeline] = STATE(2977), + [sym_list] = STATE(2977), + [sym_negated_command] = STATE(2977), + [sym_test_command] = STATE(2977), + [sym_declaration_command] = STATE(2977), + [sym_unset_command] = STATE(2977), + [sym_command] = STATE(2977), + [sym_command_name] = STATE(523), + [sym_variable_assignment] = STATE(1006), + [sym_variable_assignments] = STATE(2977), + [sym_subscript] = STATE(4077), + [sym_file_redirect] = STATE(1304), [sym_arithmetic_expansion] = STATE(1278), [sym_brace_expression] = STATE(1278), - [sym_concatenation] = STATE(1134), + [sym_concatenation] = STATE(1246), [sym_string] = STATE(1278), [sym_translated_string] = STATE(1278), [sym_number] = STATE(1278), @@ -46427,44 +46408,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_expansion] = STATE(1278), [sym_command_substitution] = STATE(1278), [sym_process_substitution] = STATE(1278), - [aux_sym_redirected_statement_repeat2] = STATE(3071), - [aux_sym_command_repeat1] = STATE(877), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(1003), + [aux_sym_redirected_statement_repeat2] = STATE(3190), + [aux_sym_command_repeat1] = STATE(826), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(947), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(1005), - [anon_sym_LT] = ACTIONS(1007), - [anon_sym_GT] = ACTIONS(1007), + [anon_sym_GT_GT] = ACTIONS(949), + [anon_sym_LT] = ACTIONS(951), + [anon_sym_GT] = ACTIONS(951), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(1009), + [anon_sym_function] = ACTIONS(953), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(955), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(1013), - [anon_sym_typeset] = ACTIONS(1013), - [anon_sym_export] = ACTIONS(1013), - [anon_sym_readonly] = ACTIONS(1013), - [anon_sym_local] = ACTIONS(1013), - [anon_sym_unset] = ACTIONS(1015), - [anon_sym_unsetenv] = ACTIONS(1015), - [anon_sym_AMP_GT] = ACTIONS(1007), - [anon_sym_AMP_GT_GT] = ACTIONS(1005), - [anon_sym_LT_AMP] = ACTIONS(1005), - [anon_sym_GT_AMP] = ACTIONS(1005), - [anon_sym_GT_PIPE] = ACTIONS(1005), + [anon_sym_declare] = ACTIONS(957), + [anon_sym_typeset] = ACTIONS(957), + [anon_sym_export] = ACTIONS(957), + [anon_sym_readonly] = ACTIONS(957), + [anon_sym_local] = ACTIONS(957), + [anon_sym_unset] = ACTIONS(959), + [anon_sym_unsetenv] = ACTIONS(959), + [anon_sym_AMP_GT] = ACTIONS(951), + [anon_sym_AMP_GT_GT] = ACTIONS(949), + [anon_sym_LT_AMP] = ACTIONS(949), + [anon_sym_GT_AMP] = ACTIONS(949), + [anon_sym_GT_PIPE] = ACTIONS(949), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(1017), + [sym__special_character] = ACTIONS(961), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(1019), - [sym_ansi_c_string] = ACTIONS(1019), + [sym_raw_string] = ACTIONS(963), + [sym_ansi_c_string] = ACTIONS(963), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -46474,165 +46455,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1021), - [sym_variable_name] = ACTIONS(1023), - [sym_test_operator] = ACTIONS(1025), + [sym_file_descriptor] = ACTIONS(965), + [sym_variable_name] = ACTIONS(967), + [sym_test_operator] = ACTIONS(969), [sym__brace_start] = ACTIONS(437), }, - [301] = { - [sym_redirected_statement] = STATE(2434), - [sym_for_statement] = STATE(2434), - [sym_c_style_for_statement] = STATE(2434), - [sym_while_statement] = STATE(2434), - [sym_if_statement] = STATE(2434), - [sym_case_statement] = STATE(2434), - [sym_function_definition] = STATE(2434), - [sym_compound_statement] = STATE(2434), - [sym_subshell] = STATE(2434), - [sym_pipeline] = STATE(2434), - [sym_list] = STATE(2434), - [sym_negated_command] = STATE(2434), - [sym_test_command] = STATE(2434), - [sym_declaration_command] = STATE(2434), - [sym_unset_command] = STATE(2434), - [sym_command] = STATE(2434), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(555), - [sym_variable_assignments] = STATE(2434), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), - [sym_word] = ACTIONS(449), - [anon_sym_for] = ACTIONS(451), - [anon_sym_select] = ACTIONS(453), - [anon_sym_LPAREN_LPAREN] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_while] = ACTIONS(463), - [anon_sym_until] = ACTIONS(463), - [anon_sym_if] = ACTIONS(465), - [anon_sym_case] = ACTIONS(467), - [anon_sym_function] = ACTIONS(477), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(481), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_LBRACK_LBRACK] = ACTIONS(485), - [anon_sym_declare] = ACTIONS(487), - [anon_sym_typeset] = ACTIONS(487), - [anon_sym_export] = ACTIONS(487), - [anon_sym_readonly] = ACTIONS(487), - [anon_sym_local] = ACTIONS(487), - [anon_sym_unset] = ACTIONS(489), - [anon_sym_unsetenv] = ACTIONS(489), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_GT_PIPE] = ACTIONS(457), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(491), - [sym__special_character] = ACTIONS(493), - [anon_sym_DQUOTE] = ACTIONS(495), - [sym_raw_string] = ACTIONS(497), - [sym_ansi_c_string] = ACTIONS(497), - [aux_sym_number_token1] = ACTIONS(499), - [aux_sym_number_token2] = ACTIONS(501), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(503), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(505), - [anon_sym_BQUOTE] = ACTIONS(507), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(509), - [anon_sym_LT_LPAREN] = ACTIONS(511), - [anon_sym_GT_LPAREN] = ACTIONS(511), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(513), - [sym_variable_name] = ACTIONS(515), - [sym_test_operator] = ACTIONS(517), - [sym__brace_start] = ACTIONS(519), - }, - [302] = { - [sym_redirected_statement] = STATE(2543), - [sym_for_statement] = STATE(2543), - [sym_c_style_for_statement] = STATE(2543), - [sym_while_statement] = STATE(2543), - [sym_if_statement] = STATE(2543), - [sym_case_statement] = STATE(2543), - [sym_function_definition] = STATE(2543), - [sym_compound_statement] = STATE(2543), - [sym_subshell] = STATE(2543), - [sym_pipeline] = STATE(2543), - [sym_list] = STATE(2543), - [sym_negated_command] = STATE(2543), - [sym_test_command] = STATE(2543), - [sym_declaration_command] = STATE(2543), - [sym_unset_command] = STATE(2543), - [sym_command] = STATE(2543), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(592), - [sym_variable_assignments] = STATE(2543), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [296] = { + [sym_redirected_statement] = STATE(2718), + [sym_for_statement] = STATE(2718), + [sym_c_style_for_statement] = STATE(2718), + [sym_while_statement] = STATE(2718), + [sym_if_statement] = STATE(2718), + [sym_case_statement] = STATE(2718), + [sym_function_definition] = STATE(2718), + [sym_compound_statement] = STATE(2718), + [sym_subshell] = STATE(2718), + [sym_pipeline] = STATE(2718), + [sym_list] = STATE(2718), + [sym_negated_command] = STATE(2718), + [sym_test_command] = STATE(2718), + [sym_declaration_command] = STATE(2718), + [sym_unset_command] = STATE(2718), + [sym_command] = STATE(2718), + [sym_command_name] = STATE(476), + [sym_variable_assignment] = STATE(642), + [sym_variable_assignments] = STATE(2718), + [sym_subscript] = STATE(4155), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(803), + [sym_brace_expression] = STATE(803), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(803), + [sym_translated_string] = STATE(803), + [sym_number] = STATE(803), + [sym_simple_expansion] = STATE(803), + [sym_expansion] = STATE(803), + [sym_command_substitution] = STATE(803), + [sym_process_substitution] = STATE(803), + [aux_sym_redirected_statement_repeat2] = STATE(2923), + [aux_sym_command_repeat1] = STATE(911), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(803), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), + [anon_sym_GT_GT] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(805), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(807), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_declare] = ACTIONS(809), + [anon_sym_typeset] = ACTIONS(809), + [anon_sym_export] = ACTIONS(809), + [anon_sym_readonly] = ACTIONS(809), + [anon_sym_local] = ACTIONS(809), + [anon_sym_unset] = ACTIONS(811), + [anon_sym_unsetenv] = ACTIONS(811), + [anon_sym_AMP_GT] = ACTIONS(393), + [anon_sym_AMP_GT_GT] = ACTIONS(391), + [anon_sym_LT_AMP] = ACTIONS(391), + [anon_sym_GT_AMP] = ACTIONS(391), + [anon_sym_GT_PIPE] = ACTIONS(391), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), + [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), + [sym_raw_string] = ACTIONS(415), + [sym_ansi_c_string] = ACTIONS(415), [aux_sym_number_token1] = ACTIONS(417), [aux_sym_number_token2] = ACTIONS(419), [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), @@ -46642,12 +46539,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [303] = { + [297] = { [sym_redirected_statement] = STATE(2626), [sym_for_statement] = STATE(2626), [sym_c_style_for_statement] = STATE(2626), @@ -46664,207 +46561,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration_command] = STATE(2626), [sym_unset_command] = STATE(2626), [sym_command] = STATE(2626), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(593), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(600), [sym_variable_assignments] = STATE(2626), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), - }, - [304] = { - [sym_redirected_statement] = STATE(2729), - [sym_for_statement] = STATE(2729), - [sym_c_style_for_statement] = STATE(2729), - [sym_while_statement] = STATE(2729), - [sym_if_statement] = STATE(2729), - [sym_case_statement] = STATE(2729), - [sym_function_definition] = STATE(2729), - [sym_compound_statement] = STATE(2729), - [sym_subshell] = STATE(2729), - [sym_pipeline] = STATE(2729), - [sym_list] = STATE(2729), - [sym_negated_command] = STATE(2729), - [sym_test_command] = STATE(2729), - [sym_declaration_command] = STATE(2729), - [sym_unset_command] = STATE(2729), - [sym_command] = STATE(2729), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(607), - [sym_variable_assignments] = STATE(2729), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym_subscript] = STATE(4108), + [sym_file_redirect] = STATE(1395), + [sym_arithmetic_expansion] = STATE(674), + [sym_brace_expression] = STATE(674), + [sym_concatenation] = STATE(1242), + [sym_string] = STATE(674), + [sym_translated_string] = STATE(674), + [sym_number] = STATE(674), + [sym_simple_expansion] = STATE(674), + [sym_expansion] = STATE(674), + [sym_command_substitution] = STATE(674), + [sym_process_substitution] = STATE(674), + [aux_sym_redirected_statement_repeat2] = STATE(2930), + [aux_sym_command_repeat1] = STATE(918), + [aux_sym__literal_repeat1] = STATE(945), + [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(13), + [anon_sym_GT_GT] = ACTIONS(15), + [anon_sym_LT] = ACTIONS(17), + [anon_sym_GT] = ACTIONS(17), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(411), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(415), - [sym_ansi_c_string] = ACTIONS(415), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(431), - [sym_variable_name] = ACTIONS(433), - [sym_test_operator] = ACTIONS(435), - [sym__brace_start] = ACTIONS(437), - }, - [305] = { - [sym_redirected_statement] = STATE(2601), - [sym_for_statement] = STATE(2601), - [sym_c_style_for_statement] = STATE(2601), - [sym_while_statement] = STATE(2601), - [sym_if_statement] = STATE(2601), - [sym_case_statement] = STATE(2601), - [sym_function_definition] = STATE(2601), - [sym_compound_statement] = STATE(2601), - [sym_subshell] = STATE(2601), - [sym_pipeline] = STATE(2601), - [sym_list] = STATE(2601), - [sym_negated_command] = STATE(2601), - [sym_test_command] = STATE(2601), - [sym_declaration_command] = STATE(2601), - [sym_unset_command] = STATE(2601), - [sym_command] = STATE(2601), - [sym_command_name] = STATE(462), - [sym_variable_assignment] = STATE(578), - [sym_variable_assignments] = STATE(2601), - [sym_subscript] = STATE(3947), - [sym_file_redirect] = STATE(1379), - [sym_arithmetic_expansion] = STATE(720), - [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), - [sym_string] = STATE(720), - [sym_translated_string] = STATE(720), - [sym_number] = STATE(720), - [sym_simple_expansion] = STATE(720), - [sym_expansion] = STATE(720), - [sym_command_substitution] = STATE(720), - [sym_process_substitution] = STATE(720), - [aux_sym_redirected_statement_repeat2] = STATE(2827), - [aux_sym_command_repeat1] = STATE(865), - [aux_sym__literal_repeat1] = STATE(930), - [sym_word] = ACTIONS(7), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(13), - [anon_sym_GT_GT] = ACTIONS(15), - [anon_sym_LT] = ACTIONS(17), - [anon_sym_GT] = ACTIONS(17), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(31), [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym_declare] = ACTIONS(37), @@ -46899,41 +46628,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(69), [sym__brace_start] = ACTIONS(71), }, - [306] = { - [sym_redirected_statement] = STATE(2613), - [sym_for_statement] = STATE(2613), - [sym_c_style_for_statement] = STATE(2613), - [sym_while_statement] = STATE(2613), - [sym_if_statement] = STATE(2613), - [sym_case_statement] = STATE(2613), - [sym_function_definition] = STATE(2613), - [sym_compound_statement] = STATE(2613), - [sym_subshell] = STATE(2613), - [sym_pipeline] = STATE(2613), - [sym_list] = STATE(2613), - [sym_negated_command] = STATE(2613), - [sym_test_command] = STATE(2613), - [sym_declaration_command] = STATE(2613), - [sym_unset_command] = STATE(2613), - [sym_command] = STATE(2613), - [sym_command_name] = STATE(462), - [sym_variable_assignment] = STATE(577), - [sym_variable_assignments] = STATE(2613), - [sym_subscript] = STATE(3947), - [sym_file_redirect] = STATE(1379), - [sym_arithmetic_expansion] = STATE(720), - [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), - [sym_string] = STATE(720), - [sym_translated_string] = STATE(720), - [sym_number] = STATE(720), - [sym_simple_expansion] = STATE(720), - [sym_expansion] = STATE(720), - [sym_command_substitution] = STATE(720), - [sym_process_substitution] = STATE(720), - [aux_sym_redirected_statement_repeat2] = STATE(2827), - [aux_sym_command_repeat1] = STATE(865), - [aux_sym__literal_repeat1] = STATE(930), + [298] = { + [sym_redirected_statement] = STATE(2624), + [sym_for_statement] = STATE(2624), + [sym_c_style_for_statement] = STATE(2624), + [sym_while_statement] = STATE(2624), + [sym_if_statement] = STATE(2624), + [sym_case_statement] = STATE(2624), + [sym_function_definition] = STATE(2624), + [sym_compound_statement] = STATE(2624), + [sym_subshell] = STATE(2624), + [sym_pipeline] = STATE(2624), + [sym_list] = STATE(2624), + [sym_negated_command] = STATE(2624), + [sym_test_command] = STATE(2624), + [sym_declaration_command] = STATE(2624), + [sym_unset_command] = STATE(2624), + [sym_command] = STATE(2624), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(599), + [sym_variable_assignments] = STATE(2624), + [sym_subscript] = STATE(4108), + [sym_file_redirect] = STATE(1395), + [sym_arithmetic_expansion] = STATE(674), + [sym_brace_expression] = STATE(674), + [sym_concatenation] = STATE(1242), + [sym_string] = STATE(674), + [sym_translated_string] = STATE(674), + [sym_number] = STATE(674), + [sym_simple_expansion] = STATE(674), + [sym_expansion] = STATE(674), + [sym_command_substitution] = STATE(674), + [sym_process_substitution] = STATE(674), + [aux_sym_redirected_statement_repeat2] = STATE(2930), + [aux_sym_command_repeat1] = STATE(918), + [aux_sym__literal_repeat1] = STATE(945), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -46983,159 +46712,663 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_test_operator] = ACTIONS(69), [sym__brace_start] = ACTIONS(71), }, - [307] = { - [sym__expression] = STATE(1813), - [sym_binary_expression] = STATE(1763), - [sym_ternary_expression] = STATE(1763), - [sym_unary_expression] = STATE(1763), - [sym_postfix_expression] = STATE(1763), - [sym_parenthesized_expression] = STATE(1763), - [sym_arithmetic_expansion] = STATE(1439), - [sym_brace_expression] = STATE(1439), - [sym_concatenation] = STATE(1763), - [sym_string] = STATE(1439), - [sym_translated_string] = STATE(1439), - [sym_number] = STATE(1439), - [sym_simple_expansion] = STATE(1439), - [sym_expansion] = STATE(1439), - [sym_command_substitution] = STATE(1439), - [sym_process_substitution] = STATE(1439), - [aux_sym__literal_repeat1] = STATE(1420), - [aux_sym_concatenation_repeat1] = STATE(1493), - [sym_word] = ACTIONS(308), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [299] = { + [sym_redirected_statement] = STATE(2556), + [sym_for_statement] = STATE(2556), + [sym_c_style_for_statement] = STATE(2556), + [sym_while_statement] = STATE(2556), + [sym_if_statement] = STATE(2556), + [sym_case_statement] = STATE(2556), + [sym_function_definition] = STATE(2556), + [sym_compound_statement] = STATE(2556), + [sym_subshell] = STATE(2556), + [sym_pipeline] = STATE(2556), + [sym_list] = STATE(2556), + [sym_negated_command] = STATE(2556), + [sym_test_command] = STATE(2556), + [sym_declaration_command] = STATE(2556), + [sym_unset_command] = STATE(2556), + [sym_command] = STATE(2556), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(583), + [sym_variable_assignments] = STATE(2556), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [300] = { + [sym_redirected_statement] = STATE(2460), + [sym_for_statement] = STATE(2460), + [sym_c_style_for_statement] = STATE(2460), + [sym_while_statement] = STATE(2460), + [sym_if_statement] = STATE(2460), + [sym_case_statement] = STATE(2460), + [sym_function_definition] = STATE(2460), + [sym_compound_statement] = STATE(2460), + [sym_subshell] = STATE(2460), + [sym_pipeline] = STATE(2460), + [sym_list] = STATE(2460), + [sym_negated_command] = STATE(2460), + [sym_test_command] = STATE(2460), + [sym_declaration_command] = STATE(2460), + [sym_unset_command] = STATE(2460), + [sym_command] = STATE(2460), + [sym_command_name] = STATE(421), + [sym_variable_assignment] = STATE(554), + [sym_variable_assignments] = STATE(2460), + [sym_subscript] = STATE(4097), + [sym_file_redirect] = STATE(1247), + [sym_arithmetic_expansion] = STATE(603), + [sym_brace_expression] = STATE(603), + [sym_concatenation] = STATE(812), + [sym_string] = STATE(603), + [sym_translated_string] = STATE(603), + [sym_number] = STATE(603), + [sym_simple_expansion] = STATE(603), + [sym_expansion] = STATE(603), + [sym_command_substitution] = STATE(603), + [sym_process_substitution] = STATE(603), + [aux_sym_redirected_statement_repeat2] = STATE(2680), + [aux_sym_command_repeat1] = STATE(811), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(449), + [anon_sym_for] = ACTIONS(451), + [anon_sym_select] = ACTIONS(453), + [anon_sym_LPAREN_LPAREN] = ACTIONS(455), + [anon_sym_GT_GT] = ACTIONS(457), + [anon_sym_LT] = ACTIONS(459), + [anon_sym_GT] = ACTIONS(459), + [anon_sym_LPAREN] = ACTIONS(461), + [anon_sym_while] = ACTIONS(463), + [anon_sym_until] = ACTIONS(463), + [anon_sym_if] = ACTIONS(465), + [anon_sym_case] = ACTIONS(467), + [anon_sym_function] = ACTIONS(477), + [anon_sym_LBRACE] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(481), + [anon_sym_LBRACK] = ACTIONS(483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(485), + [anon_sym_declare] = ACTIONS(487), + [anon_sym_typeset] = ACTIONS(487), + [anon_sym_export] = ACTIONS(487), + [anon_sym_readonly] = ACTIONS(487), + [anon_sym_local] = ACTIONS(487), + [anon_sym_unset] = ACTIONS(489), + [anon_sym_unsetenv] = ACTIONS(489), + [anon_sym_AMP_GT] = ACTIONS(459), + [anon_sym_AMP_GT_GT] = ACTIONS(457), + [anon_sym_LT_AMP] = ACTIONS(457), + [anon_sym_GT_AMP] = ACTIONS(457), + [anon_sym_GT_PIPE] = ACTIONS(457), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(455), + [anon_sym_DOLLAR] = ACTIONS(491), + [sym__special_character] = ACTIONS(493), + [anon_sym_DQUOTE] = ACTIONS(495), + [sym_raw_string] = ACTIONS(497), + [sym_ansi_c_string] = ACTIONS(497), + [aux_sym_number_token1] = ACTIONS(499), + [aux_sym_number_token2] = ACTIONS(501), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(503), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(505), + [anon_sym_BQUOTE] = ACTIONS(507), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(509), + [anon_sym_LT_LPAREN] = ACTIONS(511), + [anon_sym_GT_LPAREN] = ACTIONS(511), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(513), + [sym_variable_name] = ACTIONS(515), + [sym_test_operator] = ACTIONS(517), + [sym__brace_start] = ACTIONS(519), + }, + [301] = { + [sym_redirected_statement] = STATE(3013), + [sym_for_statement] = STATE(3013), + [sym_c_style_for_statement] = STATE(3013), + [sym_while_statement] = STATE(3013), + [sym_if_statement] = STATE(3013), + [sym_case_statement] = STATE(3013), + [sym_function_definition] = STATE(3013), + [sym_compound_statement] = STATE(3013), + [sym_subshell] = STATE(3013), + [sym_pipeline] = STATE(3013), + [sym_list] = STATE(3013), + [sym_negated_command] = STATE(3013), + [sym_test_command] = STATE(3013), + [sym_declaration_command] = STATE(3013), + [sym_unset_command] = STATE(3013), + [sym_command] = STATE(3013), + [sym_command_name] = STATE(523), + [sym_variable_assignment] = STATE(1007), + [sym_variable_assignments] = STATE(3013), + [sym_subscript] = STATE(4077), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(1278), + [sym_brace_expression] = STATE(1278), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(1278), + [sym_translated_string] = STATE(1278), + [sym_number] = STATE(1278), + [sym_simple_expansion] = STATE(1278), + [sym_expansion] = STATE(1278), + [sym_command_substitution] = STATE(1278), + [sym_process_substitution] = STATE(1278), + [aux_sym_redirected_statement_repeat2] = STATE(3190), + [aux_sym_command_repeat1] = STATE(826), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(947), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(949), + [anon_sym_LT] = ACTIONS(951), + [anon_sym_GT] = ACTIONS(951), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(953), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(955), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(957), + [anon_sym_typeset] = ACTIONS(957), + [anon_sym_export] = ACTIONS(957), + [anon_sym_readonly] = ACTIONS(957), + [anon_sym_local] = ACTIONS(957), + [anon_sym_unset] = ACTIONS(959), + [anon_sym_unsetenv] = ACTIONS(959), + [anon_sym_AMP_GT] = ACTIONS(951), + [anon_sym_AMP_GT_GT] = ACTIONS(949), + [anon_sym_LT_AMP] = ACTIONS(949), + [anon_sym_GT_AMP] = ACTIONS(949), + [anon_sym_GT_PIPE] = ACTIONS(949), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(963), + [sym_ansi_c_string] = ACTIONS(963), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(965), + [sym_variable_name] = ACTIONS(967), + [sym_test_operator] = ACTIONS(969), + [sym__brace_start] = ACTIONS(437), + }, + [302] = { + [sym_redirected_statement] = STATE(2540), + [sym_for_statement] = STATE(2540), + [sym_c_style_for_statement] = STATE(2540), + [sym_while_statement] = STATE(2540), + [sym_if_statement] = STATE(2540), + [sym_case_statement] = STATE(2540), + [sym_function_definition] = STATE(2540), + [sym_compound_statement] = STATE(2540), + [sym_subshell] = STATE(2540), + [sym_pipeline] = STATE(2540), + [sym_list] = STATE(2540), + [sym_negated_command] = STATE(2540), + [sym_test_command] = STATE(2540), + [sym_declaration_command] = STATE(2540), + [sym_unset_command] = STATE(2540), + [sym_command] = STATE(2540), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(567), + [sym_variable_assignments] = STATE(2540), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), + [sym_word] = ACTIONS(691), + [anon_sym_for] = ACTIONS(451), + [anon_sym_select] = ACTIONS(453), + [anon_sym_LPAREN_LPAREN] = ACTIONS(693), + [anon_sym_GT_GT] = ACTIONS(695), + [anon_sym_LT] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(461), + [anon_sym_while] = ACTIONS(463), + [anon_sym_until] = ACTIONS(463), + [anon_sym_if] = ACTIONS(465), + [anon_sym_case] = ACTIONS(467), + [anon_sym_function] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(703), + [anon_sym_LBRACK] = ACTIONS(483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(485), + [anon_sym_declare] = ACTIONS(705), + [anon_sym_typeset] = ACTIONS(705), + [anon_sym_export] = ACTIONS(705), + [anon_sym_readonly] = ACTIONS(705), + [anon_sym_local] = ACTIONS(705), + [anon_sym_unset] = ACTIONS(707), + [anon_sym_unsetenv] = ACTIONS(707), + [anon_sym_AMP_GT] = ACTIONS(697), + [anon_sym_AMP_GT_GT] = ACTIONS(695), + [anon_sym_LT_AMP] = ACTIONS(695), + [anon_sym_GT_AMP] = ACTIONS(695), + [anon_sym_GT_PIPE] = ACTIONS(695), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(693), + [anon_sym_DOLLAR] = ACTIONS(709), + [sym__special_character] = ACTIONS(711), + [anon_sym_DQUOTE] = ACTIONS(713), + [sym_raw_string] = ACTIONS(715), + [sym_ansi_c_string] = ACTIONS(715), + [aux_sym_number_token1] = ACTIONS(717), + [aux_sym_number_token2] = ACTIONS(719), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(721), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(723), + [anon_sym_BQUOTE] = ACTIONS(725), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(727), + [anon_sym_LT_LPAREN] = ACTIONS(729), + [anon_sym_GT_LPAREN] = ACTIONS(729), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(731), + [sym_variable_name] = ACTIONS(733), + [sym_test_operator] = ACTIONS(735), + [sym__brace_start] = ACTIONS(737), + }, + [303] = { + [sym_redirected_statement] = STATE(2485), + [sym_for_statement] = STATE(2485), + [sym_c_style_for_statement] = STATE(2485), + [sym_while_statement] = STATE(2485), + [sym_if_statement] = STATE(2485), + [sym_case_statement] = STATE(2485), + [sym_function_definition] = STATE(2485), + [sym_compound_statement] = STATE(2485), + [sym_subshell] = STATE(2485), + [sym_pipeline] = STATE(2485), + [sym_list] = STATE(2485), + [sym_negated_command] = STATE(2485), + [sym_test_command] = STATE(2485), + [sym_declaration_command] = STATE(2485), + [sym_unset_command] = STATE(2485), + [sym_command] = STATE(2485), + [sym_command_name] = STATE(429), + [sym_variable_assignment] = STATE(560), + [sym_variable_assignments] = STATE(2485), + [sym_subscript] = STATE(4061), + [sym_file_redirect] = STATE(1263), + [sym_arithmetic_expansion] = STATE(647), + [sym_brace_expression] = STATE(647), + [sym_concatenation] = STATE(1052), + [sym_string] = STATE(647), + [sym_translated_string] = STATE(647), + [sym_number] = STATE(647), + [sym_simple_expansion] = STATE(647), + [sym_expansion] = STATE(647), + [sym_command_substitution] = STATE(647), + [sym_process_substitution] = STATE(647), + [aux_sym_redirected_statement_repeat2] = STATE(2726), + [aux_sym_command_repeat1] = STATE(841), + [aux_sym__literal_repeat1] = STATE(842), + [sym_word] = ACTIONS(691), + [anon_sym_for] = ACTIONS(451), + [anon_sym_select] = ACTIONS(453), + [anon_sym_LPAREN_LPAREN] = ACTIONS(693), + [anon_sym_GT_GT] = ACTIONS(695), + [anon_sym_LT] = ACTIONS(697), + [anon_sym_GT] = ACTIONS(697), + [anon_sym_LPAREN] = ACTIONS(461), + [anon_sym_while] = ACTIONS(463), + [anon_sym_until] = ACTIONS(463), + [anon_sym_if] = ACTIONS(465), + [anon_sym_case] = ACTIONS(467), + [anon_sym_function] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(703), + [anon_sym_LBRACK] = ACTIONS(483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(485), + [anon_sym_declare] = ACTIONS(705), + [anon_sym_typeset] = ACTIONS(705), + [anon_sym_export] = ACTIONS(705), + [anon_sym_readonly] = ACTIONS(705), + [anon_sym_local] = ACTIONS(705), + [anon_sym_unset] = ACTIONS(707), + [anon_sym_unsetenv] = ACTIONS(707), + [anon_sym_AMP_GT] = ACTIONS(697), + [anon_sym_AMP_GT_GT] = ACTIONS(695), + [anon_sym_LT_AMP] = ACTIONS(695), + [anon_sym_GT_AMP] = ACTIONS(695), + [anon_sym_GT_PIPE] = ACTIONS(695), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(693), + [anon_sym_DOLLAR] = ACTIONS(709), + [sym__special_character] = ACTIONS(711), + [anon_sym_DQUOTE] = ACTIONS(713), + [sym_raw_string] = ACTIONS(715), + [sym_ansi_c_string] = ACTIONS(715), + [aux_sym_number_token1] = ACTIONS(717), + [aux_sym_number_token2] = ACTIONS(719), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(721), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(723), + [anon_sym_BQUOTE] = ACTIONS(725), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(727), + [anon_sym_LT_LPAREN] = ACTIONS(729), + [anon_sym_GT_LPAREN] = ACTIONS(729), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(731), + [sym_variable_name] = ACTIONS(733), + [sym_test_operator] = ACTIONS(735), + [sym__brace_start] = ACTIONS(737), + }, + [304] = { + [sym_redirected_statement] = STATE(2611), + [sym_for_statement] = STATE(2611), + [sym_c_style_for_statement] = STATE(2611), + [sym_while_statement] = STATE(2611), + [sym_if_statement] = STATE(2611), + [sym_case_statement] = STATE(2611), + [sym_function_definition] = STATE(2611), + [sym_compound_statement] = STATE(2611), + [sym_subshell] = STATE(2611), + [sym_pipeline] = STATE(2611), + [sym_list] = STATE(2611), + [sym_negated_command] = STATE(2611), + [sym_test_command] = STATE(2611), + [sym_declaration_command] = STATE(2611), + [sym_unset_command] = STATE(2611), + [sym_command] = STATE(2611), + [sym_command_name] = STATE(457), + [sym_variable_assignment] = STATE(571), + [sym_variable_assignments] = STATE(2611), + [sym_subscript] = STATE(4148), + [sym_file_redirect] = STATE(1304), + [sym_arithmetic_expansion] = STATE(750), + [sym_brace_expression] = STATE(750), + [sym_concatenation] = STATE(1246), + [sym_string] = STATE(750), + [sym_translated_string] = STATE(750), + [sym_number] = STATE(750), + [sym_simple_expansion] = STATE(750), + [sym_expansion] = STATE(750), + [sym_command_substitution] = STATE(750), + [sym_process_substitution] = STATE(750), + [aux_sym_redirected_statement_repeat2] = STATE(2879), + [aux_sym_command_repeat1] = STATE(772), + [aux_sym__literal_repeat1] = STATE(939), + [sym_word] = ACTIONS(765), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(79), + [anon_sym_LT] = ACTIONS(81), + [anon_sym_GT] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(85), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(89), + [anon_sym_typeset] = ACTIONS(89), + [anon_sym_export] = ACTIONS(89), + [anon_sym_readonly] = ACTIONS(89), + [anon_sym_local] = ACTIONS(89), + [anon_sym_unset] = ACTIONS(91), + [anon_sym_unsetenv] = ACTIONS(91), + [anon_sym_AMP_GT] = ACTIONS(81), + [anon_sym_AMP_GT_GT] = ACTIONS(79), + [anon_sym_LT_AMP] = ACTIONS(79), + [anon_sym_GT_AMP] = ACTIONS(79), + [anon_sym_GT_PIPE] = ACTIONS(79), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [anon_sym_DOLLAR] = ACTIONS(409), + [sym__special_character] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(413), + [sym_raw_string] = ACTIONS(775), + [sym_ansi_c_string] = ACTIONS(775), + [aux_sym_number_token1] = ACTIONS(417), + [aux_sym_number_token2] = ACTIONS(419), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), + [anon_sym_BQUOTE] = ACTIONS(425), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), + [anon_sym_LT_LPAREN] = ACTIONS(429), + [anon_sym_GT_LPAREN] = ACTIONS(429), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(119), + [sym_variable_name] = ACTIONS(121), + [sym_test_operator] = ACTIONS(777), + [sym__brace_start] = ACTIONS(437), + }, + [305] = { + [sym__expression] = STATE(1849), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1495), + [sym_brace_expression] = STATE(1495), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1495), + [sym_translated_string] = STATE(1495), + [sym_number] = STATE(1495), + [sym_simple_expansion] = STATE(1495), + [sym_expansion] = STATE(1495), + [sym_command_substitution] = STATE(1495), + [sym_process_substitution] = STATE(1495), + [aux_sym__literal_repeat1] = STATE(1625), + [aux_sym_concatenation_repeat1] = STATE(1445), + [sym_word] = ACTIONS(1027), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1029), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(312), - [anon_sym_RPAREN] = ACTIONS(350), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(314), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(151), - [anon_sym_PLUS2] = ACTIONS(151), - [anon_sym_TILDE] = ACTIONS(153), - [anon_sym_PLUS_PLUS2] = ACTIONS(153), - [anon_sym_DASH_DASH2] = ACTIONS(153), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_RBRACK_RBRACK] = ACTIONS(350), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1033), + [anon_sym_PLUS2] = ACTIONS(1033), + [anon_sym_TILDE] = ACTIONS(1035), + [anon_sym_PLUS_PLUS2] = ACTIONS(1035), + [anon_sym_DASH_DASH2] = ACTIONS(1035), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1029), + [aux_sym_concatenation_token1] = ACTIONS(1037), [anon_sym_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(1031), - [anon_sym_DQUOTE] = ACTIONS(1033), - [sym_raw_string] = ACTIONS(1035), - [sym_ansi_c_string] = ACTIONS(1035), + [sym__special_character] = ACTIONS(1039), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym_raw_string] = ACTIONS(1043), + [sym_ansi_c_string] = ACTIONS(1043), [aux_sym_number_token1] = ACTIONS(324), [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1045), [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1047), + [anon_sym_LT_LPAREN] = ACTIONS(1049), + [anon_sym_GT_LPAREN] = ACTIONS(1049), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1029), - [sym_test_operator] = ACTIONS(340), + [sym__concat] = ACTIONS(1037), + [sym_test_operator] = ACTIONS(1051), [sym__brace_start] = ACTIONS(342), }, - [308] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), + [306] = { + [sym__expression] = STATE(1786), + [sym_binary_expression] = STATE(1746), + [sym_ternary_expression] = STATE(1746), + [sym_unary_expression] = STATE(1746), + [sym_postfix_expression] = STATE(1746), + [sym_parenthesized_expression] = STATE(1746), + [sym_arithmetic_expansion] = STATE(1533), + [sym_brace_expression] = STATE(1533), + [sym_concatenation] = STATE(1746), + [sym_string] = STATE(1533), + [sym_translated_string] = STATE(1533), + [sym_number] = STATE(1533), + [sym_simple_expansion] = STATE(1533), + [sym_expansion] = STATE(1533), + [sym_command_substitution] = STATE(1533), + [sym_process_substitution] = STATE(1533), + [aux_sym__literal_repeat1] = STATE(1499), + [aux_sym_concatenation_repeat1] = STATE(1530), + [sym_word] = ACTIONS(1053), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_RBRACK] = ACTIONS(1059), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1061), + [anon_sym_PLUS2] = ACTIONS(1061), + [anon_sym_TILDE] = ACTIONS(1063), + [anon_sym_PLUS_PLUS2] = ACTIONS(1063), + [anon_sym_DASH_DASH2] = ACTIONS(1063), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1067), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1069), + [sym_ansi_c_string] = ACTIONS(1069), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47145,163 +47378,329 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(381), [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(350), - [sym_test_operator] = ACTIONS(1059), + [sym__concat] = ACTIONS(1071), + [sym_test_operator] = ACTIONS(1073), + [sym__brace_start] = ACTIONS(385), + }, + [307] = { + [sym__expression] = STATE(1786), + [sym_binary_expression] = STATE(1746), + [sym_ternary_expression] = STATE(1746), + [sym_unary_expression] = STATE(1746), + [sym_postfix_expression] = STATE(1746), + [sym_parenthesized_expression] = STATE(1746), + [sym_arithmetic_expansion] = STATE(1533), + [sym_brace_expression] = STATE(1533), + [sym_concatenation] = STATE(1746), + [sym_string] = STATE(1533), + [sym_translated_string] = STATE(1533), + [sym_number] = STATE(1533), + [sym_simple_expansion] = STATE(1533), + [sym_expansion] = STATE(1533), + [sym_command_substitution] = STATE(1533), + [sym_process_substitution] = STATE(1533), + [aux_sym__literal_repeat1] = STATE(1499), + [aux_sym_concatenation_repeat1] = STATE(1530), + [sym_word] = ACTIONS(1053), + [anon_sym_LPAREN_LPAREN] = ACTIONS(348), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(350), + [anon_sym_GT_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_EQ] = ACTIONS(350), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(350), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(350), + [anon_sym_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_AMP] = ACTIONS(350), + [anon_sym_PIPE_PIPE] = ACTIONS(350), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_RBRACK] = ACTIONS(1075), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1061), + [anon_sym_PLUS2] = ACTIONS(1061), + [anon_sym_TILDE] = ACTIONS(1063), + [anon_sym_PLUS_PLUS2] = ACTIONS(1063), + [anon_sym_DASH_DASH2] = ACTIONS(1063), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), + [aux_sym_concatenation_token1] = ACTIONS(1065), + [anon_sym_DOLLAR] = ACTIONS(361), + [sym__special_character] = ACTIONS(1067), + [anon_sym_DQUOTE] = ACTIONS(365), + [sym_raw_string] = ACTIONS(1069), + [sym_ansi_c_string] = ACTIONS(1069), + [aux_sym_number_token1] = ACTIONS(369), + [aux_sym_number_token2] = ACTIONS(371), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(375), + [anon_sym_BQUOTE] = ACTIONS(377), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(379), + [anon_sym_LT_LPAREN] = ACTIONS(381), + [anon_sym_GT_LPAREN] = ACTIONS(381), + [sym_comment] = ACTIONS(63), + [sym__concat] = ACTIONS(1077), + [sym_test_operator] = ACTIONS(1073), [sym__brace_start] = ACTIONS(385), }, + [308] = { + [sym__expression] = STATE(1866), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1531), + [sym_brace_expression] = STATE(1531), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1531), + [sym_translated_string] = STATE(1531), + [sym_number] = STATE(1531), + [sym_simple_expansion] = STATE(1531), + [sym_expansion] = STATE(1531), + [sym_command_substitution] = STATE(1531), + [sym_process_substitution] = STATE(1531), + [aux_sym__literal_repeat1] = STATE(1520), + [aux_sym_concatenation_repeat1] = STATE(1501), + [sym_word] = ACTIONS(228), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1011), + [anon_sym_RPAREN_RPAREN] = ACTIONS(350), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(350), + [anon_sym_GT_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_EQ] = ACTIONS(350), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(350), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(350), + [anon_sym_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_AMP] = ACTIONS(350), + [anon_sym_PIPE_PIPE] = ACTIONS(350), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(230), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(133), + [anon_sym_PLUS2] = ACTIONS(133), + [anon_sym_TILDE] = ACTIONS(135), + [anon_sym_PLUS_PLUS2] = ACTIONS(135), + [anon_sym_DASH_DASH2] = ACTIONS(135), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1011), + [aux_sym_concatenation_token1] = ACTIONS(1013), + [anon_sym_DOLLAR] = ACTIONS(200), + [sym__special_character] = ACTIONS(1079), + [anon_sym_DQUOTE] = ACTIONS(1017), + [sym_raw_string] = ACTIONS(1081), + [sym_ansi_c_string] = ACTIONS(1081), + [aux_sym_number_token1] = ACTIONS(206), + [aux_sym_number_token2] = ACTIONS(208), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1021), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(212), + [anon_sym_BQUOTE] = ACTIONS(214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1023), + [anon_sym_LT_LPAREN] = ACTIONS(1025), + [anon_sym_GT_LPAREN] = ACTIONS(1025), + [sym_comment] = ACTIONS(63), + [sym__concat] = ACTIONS(1013), + [sym_test_operator] = ACTIONS(234), + [sym__brace_start] = ACTIONS(226), + }, [309] = { - [sym__expression] = STATE(1799), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1416), - [sym_brace_expression] = STATE(1416), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1416), - [sym_translated_string] = STATE(1416), - [sym_number] = STATE(1416), - [sym_simple_expansion] = STATE(1416), - [sym_expansion] = STATE(1416), - [sym_command_substitution] = STATE(1416), - [sym_process_substitution] = STATE(1416), - [aux_sym__literal_repeat1] = STATE(1420), - [aux_sym_concatenation_repeat1] = STATE(1469), - [sym_word] = ACTIONS(1061), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [sym__expression] = STATE(1814), + [sym_binary_expression] = STATE(1869), + [sym_ternary_expression] = STATE(1869), + [sym_unary_expression] = STATE(1869), + [sym_postfix_expression] = STATE(1869), + [sym_parenthesized_expression] = STATE(1869), + [sym_arithmetic_expansion] = STATE(1500), + [sym_brace_expression] = STATE(1500), + [sym_concatenation] = STATE(1869), + [sym_string] = STATE(1500), + [sym_translated_string] = STATE(1500), + [sym_number] = STATE(1500), + [sym_simple_expansion] = STATE(1500), + [sym_expansion] = STATE(1500), + [sym_command_substitution] = STATE(1500), + [sym_process_substitution] = STATE(1500), + [aux_sym__literal_repeat1] = STATE(1522), + [aux_sym_concatenation_repeat1] = STATE(1528), + [sym_word] = ACTIONS(308), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1029), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1063), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_COLON] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1065), - [anon_sym_PLUS2] = ACTIONS(1065), - [anon_sym_TILDE] = ACTIONS(1067), - [anon_sym_PLUS_PLUS2] = ACTIONS(1067), - [anon_sym_DASH_DASH2] = ACTIONS(1067), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(312), + [anon_sym_RPAREN] = ACTIONS(350), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(314), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(151), + [anon_sym_PLUS2] = ACTIONS(151), + [anon_sym_TILDE] = ACTIONS(153), + [anon_sym_PLUS_PLUS2] = ACTIONS(153), + [anon_sym_DASH_DASH2] = ACTIONS(153), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1029), + [aux_sym_concatenation_token1] = ACTIONS(1037), [anon_sym_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1033), - [sym_raw_string] = ACTIONS(1071), - [sym_ansi_c_string] = ACTIONS(1071), + [sym__special_character] = ACTIONS(1083), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym_raw_string] = ACTIONS(1085), + [sym_ansi_c_string] = ACTIONS(1085), [aux_sym_number_token1] = ACTIONS(324), [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1045), [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1047), + [anon_sym_LT_LPAREN] = ACTIONS(1049), + [anon_sym_GT_LPAREN] = ACTIONS(1049), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1029), - [sym_test_operator] = ACTIONS(1073), + [sym__concat] = ACTIONS(1037), + [sym_test_operator] = ACTIONS(340), [sym__brace_start] = ACTIONS(342), }, [310] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), + [sym__expression] = STATE(1786), + [sym_binary_expression] = STATE(1746), + [sym_ternary_expression] = STATE(1746), + [sym_unary_expression] = STATE(1746), + [sym_postfix_expression] = STATE(1746), + [sym_parenthesized_expression] = STATE(1746), + [sym_arithmetic_expansion] = STATE(1533), + [sym_brace_expression] = STATE(1533), + [sym_concatenation] = STATE(1746), + [sym_string] = STATE(1533), + [sym_translated_string] = STATE(1533), + [sym_number] = STATE(1533), + [sym_simple_expansion] = STATE(1533), + [sym_expansion] = STATE(1533), + [sym_command_substitution] = STATE(1533), + [sym_process_substitution] = STATE(1533), + [aux_sym__literal_repeat1] = STATE(1499), + [aux_sym_concatenation_repeat1] = STATE(1530), + [sym_word] = ACTIONS(1053), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1075), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_RBRACK] = ACTIONS(1087), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1061), + [anon_sym_PLUS2] = ACTIONS(1061), + [anon_sym_TILDE] = ACTIONS(1063), + [anon_sym_PLUS_PLUS2] = ACTIONS(1063), + [anon_sym_DASH_DASH2] = ACTIONS(1063), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1067), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1069), + [sym_ansi_c_string] = ACTIONS(1069), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47311,80 +47710,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(381), [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1077), - [sym_test_operator] = ACTIONS(1059), + [sym__concat] = ACTIONS(1089), + [sym_test_operator] = ACTIONS(1073), [sym__brace_start] = ACTIONS(385), }, [311] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), + [sym__expression] = STATE(1786), + [sym_binary_expression] = STATE(1746), + [sym_ternary_expression] = STATE(1746), + [sym_unary_expression] = STATE(1746), + [sym_postfix_expression] = STATE(1746), + [sym_parenthesized_expression] = STATE(1746), + [sym_arithmetic_expansion] = STATE(1533), + [sym_brace_expression] = STATE(1533), + [sym_concatenation] = STATE(1746), + [sym_string] = STATE(1533), + [sym_translated_string] = STATE(1533), + [sym_number] = STATE(1533), + [sym_simple_expansion] = STATE(1533), + [sym_expansion] = STATE(1533), + [sym_command_substitution] = STATE(1533), + [sym_process_substitution] = STATE(1533), + [aux_sym__literal_repeat1] = STATE(1499), + [aux_sym_concatenation_repeat1] = STATE(1530), + [sym_word] = ACTIONS(1053), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1079), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_RBRACK] = ACTIONS(1091), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1061), + [anon_sym_PLUS2] = ACTIONS(1061), + [anon_sym_TILDE] = ACTIONS(1063), + [anon_sym_PLUS_PLUS2] = ACTIONS(1063), + [anon_sym_DASH_DASH2] = ACTIONS(1063), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1067), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1069), + [sym_ansi_c_string] = ACTIONS(1069), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47394,163 +47793,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(381), [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1081), - [sym_test_operator] = ACTIONS(1059), + [sym__concat] = ACTIONS(1093), + [sym_test_operator] = ACTIONS(1073), [sym__brace_start] = ACTIONS(385), }, [312] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), - [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [sym__expression] = STATE(1819), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1486), + [sym_brace_expression] = STATE(1486), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1486), + [sym_translated_string] = STATE(1486), + [sym_number] = STATE(1486), + [sym_simple_expansion] = STATE(1486), + [sym_expansion] = STATE(1486), + [sym_command_substitution] = STATE(1486), + [sym_process_substitution] = STATE(1486), + [aux_sym__literal_repeat1] = STATE(1522), + [aux_sym_concatenation_repeat1] = STATE(1460), + [sym_word] = ACTIONS(1095), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1029), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1083), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), - [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), - [aux_sym_number_token1] = ACTIONS(369), - [aux_sym_number_token2] = ACTIONS(371), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(375), - [anon_sym_BQUOTE] = ACTIONS(377), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(379), - [anon_sym_LT_LPAREN] = ACTIONS(381), - [anon_sym_GT_LPAREN] = ACTIONS(381), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_COLON] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1099), + [anon_sym_PLUS2] = ACTIONS(1099), + [anon_sym_TILDE] = ACTIONS(1101), + [anon_sym_PLUS_PLUS2] = ACTIONS(1101), + [anon_sym_DASH_DASH2] = ACTIONS(1101), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1029), + [aux_sym_concatenation_token1] = ACTIONS(1037), + [anon_sym_DOLLAR] = ACTIONS(318), + [sym__special_character] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1041), + [sym_raw_string] = ACTIONS(1105), + [sym_ansi_c_string] = ACTIONS(1105), + [aux_sym_number_token1] = ACTIONS(324), + [aux_sym_number_token2] = ACTIONS(326), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1045), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), + [anon_sym_BQUOTE] = ACTIONS(332), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1047), + [anon_sym_LT_LPAREN] = ACTIONS(1049), + [anon_sym_GT_LPAREN] = ACTIONS(1049), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1085), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [sym__concat] = ACTIONS(1037), + [sym_test_operator] = ACTIONS(1107), + [sym__brace_start] = ACTIONS(342), }, [313] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), + [sym__expression] = STATE(1786), + [sym_binary_expression] = STATE(1746), + [sym_ternary_expression] = STATE(1746), + [sym_unary_expression] = STATE(1746), + [sym_postfix_expression] = STATE(1746), + [sym_parenthesized_expression] = STATE(1746), + [sym_arithmetic_expansion] = STATE(1533), + [sym_brace_expression] = STATE(1533), + [sym_concatenation] = STATE(1746), + [sym_string] = STATE(1533), + [sym_translated_string] = STATE(1533), + [sym_number] = STATE(1533), + [sym_simple_expansion] = STATE(1533), + [sym_expansion] = STATE(1533), + [sym_command_substitution] = STATE(1533), + [sym_process_substitution] = STATE(1533), + [aux_sym__literal_repeat1] = STATE(1499), + [aux_sym_concatenation_repeat1] = STATE(1530), + [sym_word] = ACTIONS(1053), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1087), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_RBRACK] = ACTIONS(350), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1061), + [anon_sym_PLUS2] = ACTIONS(1061), + [anon_sym_TILDE] = ACTIONS(1063), + [anon_sym_PLUS_PLUS2] = ACTIONS(1063), + [anon_sym_DASH_DASH2] = ACTIONS(1063), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1067), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1069), + [sym_ansi_c_string] = ACTIONS(1069), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47560,158 +47959,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(381), [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1089), - [sym_test_operator] = ACTIONS(1059), + [sym__concat] = ACTIONS(350), + [sym_test_operator] = ACTIONS(1073), [sym__brace_start] = ACTIONS(385), }, [314] = { - [sym__expression] = STATE(1783), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1499), - [sym_brace_expression] = STATE(1499), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1499), - [sym_translated_string] = STATE(1499), - [sym_number] = STATE(1499), - [sym_simple_expansion] = STATE(1499), - [sym_expansion] = STATE(1499), - [sym_command_substitution] = STATE(1499), - [sym_process_substitution] = STATE(1499), - [aux_sym__literal_repeat1] = STATE(1458), - [aux_sym_concatenation_repeat1] = STATE(1443), - [sym_word] = ACTIONS(228), - [anon_sym_LPAREN_LPAREN] = ACTIONS(947), - [anon_sym_RPAREN_RPAREN] = ACTIONS(350), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(350), - [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(230), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(133), - [anon_sym_PLUS2] = ACTIONS(133), - [anon_sym_TILDE] = ACTIONS(135), - [anon_sym_PLUS_PLUS2] = ACTIONS(135), - [anon_sym_DASH_DASH2] = ACTIONS(135), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(947), - [aux_sym_concatenation_token1] = ACTIONS(949), - [anon_sym_DOLLAR] = ACTIONS(198), - [sym__special_character] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(953), - [sym_raw_string] = ACTIONS(1093), - [sym_ansi_c_string] = ACTIONS(1093), - [aux_sym_number_token1] = ACTIONS(204), - [aux_sym_number_token2] = ACTIONS(206), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), - [anon_sym_BQUOTE] = ACTIONS(212), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(959), - [anon_sym_LT_LPAREN] = ACTIONS(961), - [anon_sym_GT_LPAREN] = ACTIONS(961), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(949), - [sym_test_operator] = ACTIONS(234), - [sym__brace_start] = ACTIONS(224), - }, - [315] = { - [sym__expression] = STATE(1819), - [sym_binary_expression] = STATE(1773), - [sym_ternary_expression] = STATE(1773), - [sym_unary_expression] = STATE(1773), - [sym_postfix_expression] = STATE(1773), - [sym_parenthesized_expression] = STATE(1773), - [sym_arithmetic_expansion] = STATE(1521), - [sym_brace_expression] = STATE(1521), - [sym_concatenation] = STATE(1773), - [sym_string] = STATE(1521), - [sym_translated_string] = STATE(1521), - [sym_number] = STATE(1521), - [sym_simple_expansion] = STATE(1521), - [sym_expansion] = STATE(1521), - [sym_command_substitution] = STATE(1521), - [sym_process_substitution] = STATE(1521), - [aux_sym__literal_repeat1] = STATE(1550), - [aux_sym_concatenation_repeat1] = STATE(1404), + [sym__expression] = STATE(1816), + [sym_binary_expression] = STATE(1877), + [sym_ternary_expression] = STATE(1877), + [sym_unary_expression] = STATE(1877), + [sym_postfix_expression] = STATE(1877), + [sym_parenthesized_expression] = STATE(1877), + [sym_arithmetic_expansion] = STATE(1476), + [sym_brace_expression] = STATE(1476), + [sym_concatenation] = STATE(1877), + [sym_string] = STATE(1476), + [sym_translated_string] = STATE(1476), + [sym_number] = STATE(1476), + [sym_simple_expansion] = STATE(1476), + [sym_expansion] = STATE(1476), + [sym_command_substitution] = STATE(1476), + [sym_process_substitution] = STATE(1476), + [aux_sym__literal_repeat1] = STATE(1621), + [aux_sym_concatenation_repeat1] = STATE(1526), [sym_word] = ACTIONS(346), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), [anon_sym_LPAREN] = ACTIONS(355), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_PIPE] = ACTIONS(187), [anon_sym_BANG] = ACTIONS(357), [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), [anon_sym_DASH2] = ACTIONS(272), [anon_sym_PLUS2] = ACTIONS(272), [anon_sym_TILDE] = ACTIONS(274), [anon_sym_PLUS_PLUS2] = ACTIONS(274), [anon_sym_DASH_DASH2] = ACTIONS(274), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(361), [sym__special_character] = ACTIONS(363), [anon_sym_DQUOTE] = ACTIONS(365), @@ -47726,163 +48042,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LPAREN] = ACTIONS(381), [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1053), + [sym__concat] = ACTIONS(1065), [sym_test_operator] = ACTIONS(383), [sym__brace_start] = ACTIONS(385), }, - [316] = { - [sym__expression] = STATE(1775), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1406), - [sym_brace_expression] = STATE(1406), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1406), - [sym_translated_string] = STATE(1406), - [sym_number] = STATE(1406), - [sym_simple_expansion] = STATE(1406), - [sym_expansion] = STATE(1406), - [sym_command_substitution] = STATE(1406), - [sym_process_substitution] = STATE(1406), - [aux_sym__literal_repeat1] = STATE(1571), - [aux_sym_concatenation_repeat1] = STATE(1418), - [sym_word] = ACTIONS(1095), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(350), - [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1097), - [anon_sym_RBRACK_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1099), - [anon_sym_PLUS2] = ACTIONS(1099), - [anon_sym_TILDE] = ACTIONS(1101), - [anon_sym_PLUS_PLUS2] = ACTIONS(1101), - [anon_sym_DASH_DASH2] = ACTIONS(1101), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(1103), - [anon_sym_DQUOTE] = ACTIONS(1033), - [sym_raw_string] = ACTIONS(1105), - [sym_ansi_c_string] = ACTIONS(1105), - [aux_sym_number_token1] = ACTIONS(324), - [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1029), - [sym_test_operator] = ACTIONS(1107), - [sym__brace_start] = ACTIONS(342), - }, - [317] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), + [315] = { + [sym__expression] = STATE(1786), + [sym_binary_expression] = STATE(1746), + [sym_ternary_expression] = STATE(1746), + [sym_unary_expression] = STATE(1746), + [sym_postfix_expression] = STATE(1746), + [sym_parenthesized_expression] = STATE(1746), + [sym_arithmetic_expansion] = STATE(1533), + [sym_brace_expression] = STATE(1533), + [sym_concatenation] = STATE(1746), + [sym_string] = STATE(1533), + [sym_translated_string] = STATE(1533), + [sym_number] = STATE(1533), + [sym_simple_expansion] = STATE(1533), + [sym_expansion] = STATE(1533), + [sym_command_substitution] = STATE(1533), + [sym_process_substitution] = STATE(1533), + [aux_sym__literal_repeat1] = STATE(1499), + [aux_sym_concatenation_repeat1] = STATE(1530), + [sym_word] = ACTIONS(1053), [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(1057), [anon_sym_RBRACK] = ACTIONS(1109), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DASH2] = ACTIONS(1061), + [anon_sym_PLUS2] = ACTIONS(1061), + [anon_sym_TILDE] = ACTIONS(1063), + [anon_sym_PLUS_PLUS2] = ACTIONS(1063), + [anon_sym_DASH_DASH2] = ACTIONS(1063), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), + [aux_sym_concatenation_token1] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), + [sym__special_character] = ACTIONS(1067), [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), + [sym_raw_string] = ACTIONS(1069), + [sym_ansi_c_string] = ACTIONS(1069), [aux_sym_number_token1] = ACTIONS(369), [aux_sym_number_token2] = ACTIONS(371), [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), @@ -47893,93 +48126,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(381), [sym_comment] = ACTIONS(63), [sym__concat] = ACTIONS(1111), - [sym_test_operator] = ACTIONS(1059), + [sym_test_operator] = ACTIONS(1073), [sym__brace_start] = ACTIONS(385), }, - [318] = { - [sym__expression] = STATE(1848), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1541), - [sym_brace_expression] = STATE(1541), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1541), - [sym_translated_string] = STATE(1541), - [sym_number] = STATE(1541), - [sym_simple_expansion] = STATE(1541), - [sym_expansion] = STATE(1541), - [sym_command_substitution] = STATE(1541), - [sym_process_substitution] = STATE(1541), - [aux_sym__literal_repeat1] = STATE(1420), - [aux_sym_concatenation_repeat1] = STATE(1562), + [316] = { + [sym__expression] = STATE(1916), + [sym_binary_expression] = STATE(1481), + [sym_ternary_expression] = STATE(1481), + [sym_unary_expression] = STATE(1481), + [sym_postfix_expression] = STATE(1481), + [sym_parenthesized_expression] = STATE(1481), + [sym_arithmetic_expansion] = STATE(1568), + [sym_brace_expression] = STATE(1568), + [sym_concatenation] = STATE(1481), + [sym_string] = STATE(1568), + [sym_translated_string] = STATE(1568), + [sym_number] = STATE(1568), + [sym_simple_expansion] = STATE(1568), + [sym_expansion] = STATE(1568), + [sym_command_substitution] = STATE(1568), + [sym_process_substitution] = STATE(1568), + [aux_sym__literal_repeat1] = STATE(1522), + [aux_sym_concatenation_repeat1] = STATE(1551), [sym_word] = ACTIONS(1113), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1029), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), [anon_sym_LT_LT_EQ] = ACTIONS(350), [anon_sym_GT_GT_EQ] = ACTIONS(350), [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), + [anon_sym_CARET_EQ] = ACTIONS(187), [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), [anon_sym_LT_EQ] = ACTIONS(350), [anon_sym_GT_EQ] = ACTIONS(350), [anon_sym_AMP_AMP] = ACTIONS(350), [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), + [anon_sym_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(194), + [anon_sym_PIPE] = ACTIONS(187), [anon_sym_BANG] = ACTIONS(1115), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), [anon_sym_DASH2] = ACTIONS(1117), [anon_sym_PLUS2] = ACTIONS(1117), [anon_sym_TILDE] = ACTIONS(1119), [anon_sym_PLUS_PLUS2] = ACTIONS(1119), [anon_sym_DASH_DASH2] = ACTIONS(1119), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1029), + [aux_sym_concatenation_token1] = ACTIONS(1037), [anon_sym_DOLLAR] = ACTIONS(318), [sym__special_character] = ACTIONS(1121), - [anon_sym_DQUOTE] = ACTIONS(1033), + [anon_sym_DQUOTE] = ACTIONS(1041), [sym_raw_string] = ACTIONS(1123), [sym_ansi_c_string] = ACTIONS(1123), [aux_sym_number_token1] = ACTIONS(324), [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1045), [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1047), + [anon_sym_LT_LPAREN] = ACTIONS(1049), + [anon_sym_GT_LPAREN] = ACTIONS(1049), [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1029), + [sym__concat] = ACTIONS(1037), [sym_test_operator] = ACTIONS(1125), [sym__brace_start] = ACTIONS(342), }, - [319] = { - [sym_string] = STATE(336), + [317] = { + [sym_string] = STATE(355), [sym_word] = ACTIONS(1127), [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), [anon_sym_RPAREN_RPAREN] = ACTIONS(1127), @@ -48056,8 +48289,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1135), [sym__brace_start] = ACTIONS(1135), }, - [320] = { - [sym_string] = STATE(336), + [318] = { + [sym_string] = STATE(355), [sym_word] = ACTIONS(1137), [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), [anon_sym_RPAREN_RPAREN] = ACTIONS(1137), @@ -48134,8 +48367,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1139), [sym__brace_start] = ACTIONS(1139), }, - [321] = { - [sym_string] = STATE(376), + [319] = { + [sym_string] = STATE(365), [sym_word] = ACTIONS(1127), [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), [anon_sym_SEMI] = ACTIONS(1127), @@ -48211,8 +48444,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1135), [sym__brace_start] = ACTIONS(1135), }, - [322] = { - [sym_string] = STATE(376), + [320] = { + [sym_string] = STATE(365), [sym_word] = ACTIONS(1137), [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), [anon_sym_SEMI] = ACTIONS(1137), @@ -48288,8 +48521,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1139), [sym__brace_start] = ACTIONS(1139), }, - [323] = { - [aux_sym_concatenation_repeat1] = STATE(332), + [321] = { + [aux_sym_concatenation_repeat1] = STATE(328), [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), @@ -48341,7 +48574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1149), [anon_sym_QMARK] = ACTIONS(1149), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), - [aux_sym_concatenation_token1] = ACTIONS(196), + [aux_sym_concatenation_token1] = ACTIONS(198), [anon_sym_DOLLAR] = ACTIONS(1147), [sym__special_character] = ACTIONS(1147), [anon_sym_DQUOTE] = ACTIONS(1147), @@ -48357,87 +48590,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(1147), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(220), + [sym__concat] = ACTIONS(222), [sym_test_operator] = ACTIONS(1158), [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [324] = { - [aux_sym_concatenation_repeat1] = STATE(332), - [sym_word] = ACTIONS(1147), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), - [anon_sym_SEMI] = ACTIONS(1147), - [anon_sym_EQ] = ACTIONS(1149), - [anon_sym_PLUS_PLUS] = ACTIONS(1149), - [anon_sym_DASH_DASH] = ACTIONS(1149), - [anon_sym_PLUS_EQ] = ACTIONS(1149), - [anon_sym_DASH_EQ] = ACTIONS(1149), - [anon_sym_STAR_EQ] = ACTIONS(1149), - [anon_sym_SLASH_EQ] = ACTIONS(1149), - [anon_sym_PERCENT_EQ] = ACTIONS(1149), - [anon_sym_LT_LT_EQ] = ACTIONS(1149), - [anon_sym_GT_GT_EQ] = ACTIONS(1149), - [anon_sym_AMP_EQ] = ACTIONS(1149), - [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1149), - [anon_sym_EQ_EQ] = ACTIONS(1151), - [anon_sym_BANG_EQ] = ACTIONS(1149), - [anon_sym_LT_EQ] = ACTIONS(1149), - [anon_sym_GT_EQ] = ACTIONS(1149), - [anon_sym_AMP_AMP] = ACTIONS(1151), - [anon_sym_PIPE_PIPE] = ACTIONS(1151), - [anon_sym_LT_LT] = ACTIONS(1151), - [anon_sym_GT_GT] = ACTIONS(1151), - [anon_sym_PLUS] = ACTIONS(1149), - [anon_sym_DASH] = ACTIONS(1149), - [anon_sym_STAR] = ACTIONS(1149), - [anon_sym_SLASH] = ACTIONS(1149), - [anon_sym_PERCENT] = ACTIONS(1149), - [anon_sym_STAR_STAR] = ACTIONS(1149), - [anon_sym_LT] = ACTIONS(1151), - [anon_sym_GT] = ACTIONS(1151), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(1147), - [anon_sym_PIPE] = ACTIONS(1151), - [anon_sym_SEMI_SEMI] = ACTIONS(1147), - [anon_sym_PIPE_AMP] = ACTIONS(1147), - [anon_sym_EQ_TILDE] = ACTIONS(1151), - [anon_sym_AMP_GT] = ACTIONS(1147), - [anon_sym_AMP_GT_GT] = ACTIONS(1147), - [anon_sym_LT_AMP] = ACTIONS(1147), - [anon_sym_GT_AMP] = ACTIONS(1147), - [anon_sym_GT_PIPE] = ACTIONS(1147), - [anon_sym_LT_LT_DASH] = ACTIONS(1147), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), - [anon_sym_LT_LT_LT] = ACTIONS(1147), - [anon_sym_AMP] = ACTIONS(1151), - [anon_sym_CARET] = ACTIONS(1149), - [anon_sym_QMARK] = ACTIONS(1149), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), - [aux_sym_concatenation_token1] = ACTIONS(196), - [anon_sym_DOLLAR] = ACTIONS(1147), - [sym__special_character] = ACTIONS(1147), - [anon_sym_DQUOTE] = ACTIONS(1147), - [sym_raw_string] = ACTIONS(1147), - [sym_ansi_c_string] = ACTIONS(1147), - [aux_sym_number_token1] = ACTIONS(1147), - [aux_sym_number_token2] = ACTIONS(1147), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1147), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1147), - [anon_sym_BQUOTE] = ACTIONS(1147), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1147), - [anon_sym_LT_LPAREN] = ACTIONS(1147), - [anon_sym_GT_LPAREN] = ACTIONS(1147), + [322] = { + [sym_string] = STATE(396), + [sym_word] = ACTIONS(1137), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), + [anon_sym_EQ] = ACTIONS(1137), + [anon_sym_PLUS_PLUS] = ACTIONS(1137), + [anon_sym_DASH_DASH] = ACTIONS(1137), + [anon_sym_PLUS_EQ] = ACTIONS(1137), + [anon_sym_DASH_EQ] = ACTIONS(1137), + [anon_sym_STAR_EQ] = ACTIONS(1137), + [anon_sym_SLASH_EQ] = ACTIONS(1137), + [anon_sym_PERCENT_EQ] = ACTIONS(1137), + [anon_sym_LT_LT_EQ] = ACTIONS(1137), + [anon_sym_GT_GT_EQ] = ACTIONS(1137), + [anon_sym_AMP_EQ] = ACTIONS(1137), + [anon_sym_CARET_EQ] = ACTIONS(1137), + [anon_sym_PIPE_EQ] = ACTIONS(1137), + [anon_sym_EQ_EQ] = ACTIONS(1137), + [anon_sym_BANG_EQ] = ACTIONS(1137), + [anon_sym_LT_EQ] = ACTIONS(1137), + [anon_sym_GT_EQ] = ACTIONS(1137), + [anon_sym_AMP_AMP] = ACTIONS(1137), + [anon_sym_PIPE_PIPE] = ACTIONS(1137), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1137), + [anon_sym_DASH] = ACTIONS(1161), + [anon_sym_STAR] = ACTIONS(1161), + [anon_sym_SLASH] = ACTIONS(1137), + [anon_sym_PERCENT] = ACTIONS(1137), + [anon_sym_STAR_STAR] = ACTIONS(1137), + [anon_sym_LT] = ACTIONS(1137), + [anon_sym_GT] = ACTIONS(1137), + [anon_sym_PIPE] = ACTIONS(1137), + [anon_sym_PIPE_AMP] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1161), + [anon_sym_RBRACK] = ACTIONS(1137), + [anon_sym_EQ_TILDE] = ACTIONS(1137), + [anon_sym_AMP_GT] = ACTIONS(1137), + [anon_sym_AMP_GT_GT] = ACTIONS(1137), + [anon_sym_LT_AMP] = ACTIONS(1137), + [anon_sym_GT_AMP] = ACTIONS(1137), + [anon_sym_GT_PIPE] = ACTIONS(1137), + [anon_sym_LT_LT_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1137), + [anon_sym_CARET] = ACTIONS(1137), + [anon_sym_QMARK] = ACTIONS(1161), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), + [anon_sym_DOLLAR] = ACTIONS(1161), + [sym__special_character] = ACTIONS(1137), + [anon_sym_DQUOTE] = ACTIONS(1163), + [sym_raw_string] = ACTIONS(1137), + [sym_ansi_c_string] = ACTIONS(1137), + [aux_sym_number_token1] = ACTIONS(1137), + [aux_sym_number_token2] = ACTIONS(1137), + [anon_sym_POUND] = ACTIONS(1161), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), + [anon_sym_BQUOTE] = ACTIONS(1137), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), + [anon_sym_LT_LPAREN] = ACTIONS(1137), + [anon_sym_GT_LPAREN] = ACTIONS(1137), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(220), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [aux_sym__simple_variable_name_token1] = ACTIONS(1165), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1165), + [anon_sym_AT2] = ACTIONS(1161), + [anon_sym_0] = ACTIONS(1161), + [anon_sym__] = ACTIONS(1161), + [sym_file_descriptor] = ACTIONS(1139), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1139), + [sym__brace_start] = ACTIONS(1139), }, - [325] = { - [sym_string] = STATE(394), + [323] = { + [sym_string] = STATE(396), [sym_word] = ACTIONS(1127), [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), [anon_sym_EQ] = ACTIONS(1127), @@ -48510,82 +48743,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1135), [sym__brace_start] = ACTIONS(1135), }, - [326] = { - [sym_string] = STATE(394), - [sym_word] = ACTIONS(1137), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_EQ] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_EQ] = ACTIONS(1137), - [anon_sym_DASH_EQ] = ACTIONS(1137), - [anon_sym_STAR_EQ] = ACTIONS(1137), - [anon_sym_SLASH_EQ] = ACTIONS(1137), - [anon_sym_PERCENT_EQ] = ACTIONS(1137), - [anon_sym_LT_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_EQ] = ACTIONS(1137), - [anon_sym_CARET_EQ] = ACTIONS(1137), - [anon_sym_PIPE_EQ] = ACTIONS(1137), - [anon_sym_EQ_EQ] = ACTIONS(1137), - [anon_sym_BANG_EQ] = ACTIONS(1137), - [anon_sym_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_PIPE_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT] = ACTIONS(1137), - [anon_sym_GT_GT] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1161), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_SLASH] = ACTIONS(1137), - [anon_sym_PERCENT] = ACTIONS(1137), - [anon_sym_STAR_STAR] = ACTIONS(1137), - [anon_sym_LT] = ACTIONS(1137), - [anon_sym_GT] = ACTIONS(1137), - [anon_sym_PIPE] = ACTIONS(1137), - [anon_sym_PIPE_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1161), - [anon_sym_RBRACK] = ACTIONS(1137), - [anon_sym_EQ_TILDE] = ACTIONS(1137), - [anon_sym_AMP_GT] = ACTIONS(1137), - [anon_sym_AMP_GT_GT] = ACTIONS(1137), - [anon_sym_LT_AMP] = ACTIONS(1137), - [anon_sym_GT_AMP] = ACTIONS(1137), - [anon_sym_GT_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT_DASH] = ACTIONS(1137), - [anon_sym_LT_LT_LT] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_CARET] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1161), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1161), - [sym__special_character] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_raw_string] = ACTIONS(1137), - [sym_ansi_c_string] = ACTIONS(1137), - [aux_sym_number_token1] = ACTIONS(1137), - [aux_sym_number_token2] = ACTIONS(1137), - [anon_sym_POUND] = ACTIONS(1161), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), - [anon_sym_BQUOTE] = ACTIONS(1137), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), - [anon_sym_LT_LPAREN] = ACTIONS(1137), - [anon_sym_GT_LPAREN] = ACTIONS(1137), - [sym_comment] = ACTIONS(3), - [aux_sym__simple_variable_name_token1] = ACTIONS(1165), - [aux_sym__multiline_variable_name_token1] = ACTIONS(1165), - [anon_sym_AT2] = ACTIONS(1161), - [anon_sym_0] = ACTIONS(1161), - [anon_sym__] = ACTIONS(1161), - [sym_file_descriptor] = ACTIONS(1139), - [sym_test_operator] = ACTIONS(1139), - [sym__bare_dollar] = ACTIONS(1139), - [sym__brace_start] = ACTIONS(1139), - }, - [327] = { - [aux_sym_concatenation_repeat1] = STATE(332), + [324] = { + [aux_sym_concatenation_repeat1] = STATE(328), [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), @@ -48619,6 +48778,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(1151), [anon_sym_GT] = ACTIONS(1151), + [anon_sym_LPAREN] = ACTIONS(1154), [anon_sym_RPAREN] = ACTIONS(1147), [anon_sym_PIPE] = ACTIONS(1151), [anon_sym_SEMI_SEMI] = ACTIONS(1147), @@ -48636,7 +48796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1149), [anon_sym_QMARK] = ACTIONS(1149), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), - [aux_sym_concatenation_token1] = ACTIONS(196), + [aux_sym_concatenation_token1] = ACTIONS(198), [anon_sym_DOLLAR] = ACTIONS(1147), [sym__special_character] = ACTIONS(1147), [anon_sym_DQUOTE] = ACTIONS(1147), @@ -48652,13 +48812,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(1147), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(220), + [sym__concat] = ACTIONS(222), [sym_test_operator] = ACTIONS(1158), [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [328] = { - [aux_sym_concatenation_repeat1] = STATE(332), + [325] = { + [aux_sym_concatenation_repeat1] = STATE(328), [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), @@ -48709,80 +48869,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1149), [anon_sym_QMARK] = ACTIONS(1149), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), - [aux_sym_concatenation_token1] = ACTIONS(196), - [anon_sym_DOLLAR] = ACTIONS(1147), - [sym__special_character] = ACTIONS(1147), - [anon_sym_DQUOTE] = ACTIONS(1147), - [sym_raw_string] = ACTIONS(1147), - [sym_ansi_c_string] = ACTIONS(1147), - [aux_sym_number_token1] = ACTIONS(1147), - [aux_sym_number_token2] = ACTIONS(1147), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1147), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1147), - [anon_sym_BQUOTE] = ACTIONS(1147), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1147), - [anon_sym_LT_LPAREN] = ACTIONS(1147), - [anon_sym_GT_LPAREN] = ACTIONS(1147), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(220), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), - }, - [329] = { - [aux_sym_concatenation_repeat1] = STATE(334), - [sym_word] = ACTIONS(1147), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), - [anon_sym_SEMI] = ACTIONS(1147), - [anon_sym_EQ] = ACTIONS(1149), - [anon_sym_PLUS_PLUS] = ACTIONS(1149), - [anon_sym_DASH_DASH] = ACTIONS(1149), - [anon_sym_PLUS_EQ] = ACTIONS(1149), - [anon_sym_DASH_EQ] = ACTIONS(1149), - [anon_sym_STAR_EQ] = ACTIONS(1149), - [anon_sym_SLASH_EQ] = ACTIONS(1149), - [anon_sym_PERCENT_EQ] = ACTIONS(1149), - [anon_sym_LT_LT_EQ] = ACTIONS(1149), - [anon_sym_GT_GT_EQ] = ACTIONS(1149), - [anon_sym_AMP_EQ] = ACTIONS(1149), - [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1149), - [anon_sym_EQ_EQ] = ACTIONS(1151), - [anon_sym_BANG_EQ] = ACTIONS(1149), - [anon_sym_LT_EQ] = ACTIONS(1149), - [anon_sym_GT_EQ] = ACTIONS(1149), - [anon_sym_AMP_AMP] = ACTIONS(1151), - [anon_sym_PIPE_PIPE] = ACTIONS(1151), - [anon_sym_LT_LT] = ACTIONS(1151), - [anon_sym_GT_GT] = ACTIONS(1151), - [anon_sym_PLUS] = ACTIONS(1149), - [anon_sym_DASH] = ACTIONS(1149), - [anon_sym_STAR] = ACTIONS(1149), - [anon_sym_SLASH] = ACTIONS(1149), - [anon_sym_PERCENT] = ACTIONS(1149), - [anon_sym_STAR_STAR] = ACTIONS(1149), - [anon_sym_LT] = ACTIONS(1151), - [anon_sym_GT] = ACTIONS(1151), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(1151), - [anon_sym_PIPE] = ACTIONS(1151), - [anon_sym_SEMI_SEMI] = ACTIONS(1147), - [anon_sym_PIPE_AMP] = ACTIONS(1147), - [anon_sym_EQ_TILDE] = ACTIONS(1151), - [anon_sym_AMP_GT] = ACTIONS(1147), - [anon_sym_AMP_GT_GT] = ACTIONS(1147), - [anon_sym_LT_AMP] = ACTIONS(1147), - [anon_sym_GT_AMP] = ACTIONS(1147), - [anon_sym_GT_PIPE] = ACTIONS(1147), - [anon_sym_LT_LT_DASH] = ACTIONS(1147), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), - [anon_sym_LT_LT_LT] = ACTIONS(1147), - [anon_sym_AMP] = ACTIONS(1151), - [anon_sym_CARET] = ACTIONS(1149), - [anon_sym_QMARK] = ACTIONS(1149), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), - [aux_sym_concatenation_token1] = ACTIONS(316), + [aux_sym_concatenation_token1] = ACTIONS(198), [anon_sym_DOLLAR] = ACTIONS(1147), [sym__special_character] = ACTIONS(1147), [anon_sym_DQUOTE] = ACTIONS(1147), @@ -48798,13 +48885,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(1147), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(338), + [sym__concat] = ACTIONS(222), [sym_test_operator] = ACTIONS(1158), [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [330] = { - [aux_sym_concatenation_repeat1] = STATE(331), + [326] = { + [aux_sym_concatenation_repeat1] = STATE(330), [sym_word] = ACTIONS(1167), [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), [anon_sym_RPAREN_RPAREN] = ACTIONS(1167), @@ -48855,7 +48942,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1167), [anon_sym_QMARK] = ACTIONS(1167), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), - [aux_sym_concatenation_token1] = ACTIONS(196), + [aux_sym_concatenation_token1] = ACTIONS(198), [anon_sym_DOLLAR] = ACTIONS(1167), [sym__special_character] = ACTIONS(1167), [anon_sym_DQUOTE] = ACTIONS(1167), @@ -48871,86 +48958,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(1167), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(1169), - [sym__concat] = ACTIONS(220), + [sym__concat] = ACTIONS(1171), [sym_test_operator] = ACTIONS(1169), [sym__bare_dollar] = ACTIONS(1169), [sym__brace_start] = ACTIONS(1169), }, - [331] = { - [aux_sym_concatenation_repeat1] = STATE(333), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1171), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), - [anon_sym_SEMI] = ACTIONS(1171), - [anon_sym_EQ] = ACTIONS(1171), - [anon_sym_PLUS_PLUS] = ACTIONS(1171), - [anon_sym_DASH_DASH] = ACTIONS(1171), - [anon_sym_PLUS_EQ] = ACTIONS(1171), - [anon_sym_DASH_EQ] = ACTIONS(1171), - [anon_sym_STAR_EQ] = ACTIONS(1171), - [anon_sym_SLASH_EQ] = ACTIONS(1171), - [anon_sym_PERCENT_EQ] = ACTIONS(1171), - [anon_sym_LT_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_EQ] = ACTIONS(1171), - [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1171), - [anon_sym_EQ_EQ] = ACTIONS(1171), - [anon_sym_BANG_EQ] = ACTIONS(1171), - [anon_sym_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1171), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT] = ACTIONS(1171), - [anon_sym_GT_GT] = ACTIONS(1171), - [anon_sym_PLUS] = ACTIONS(1171), - [anon_sym_DASH] = ACTIONS(1171), - [anon_sym_STAR] = ACTIONS(1171), - [anon_sym_SLASH] = ACTIONS(1171), - [anon_sym_PERCENT] = ACTIONS(1171), - [anon_sym_STAR_STAR] = ACTIONS(1171), - [anon_sym_LT] = ACTIONS(1171), - [anon_sym_GT] = ACTIONS(1171), - [anon_sym_RPAREN] = ACTIONS(1171), - [anon_sym_PIPE] = ACTIONS(1171), - [anon_sym_SEMI_SEMI] = ACTIONS(1171), - [anon_sym_PIPE_AMP] = ACTIONS(1171), - [anon_sym_EQ_TILDE] = ACTIONS(1171), - [anon_sym_AMP_GT] = ACTIONS(1171), - [anon_sym_AMP_GT_GT] = ACTIONS(1171), - [anon_sym_LT_AMP] = ACTIONS(1171), - [anon_sym_GT_AMP] = ACTIONS(1171), - [anon_sym_GT_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT_DASH] = ACTIONS(1171), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1173), - [anon_sym_LT_LT_LT] = ACTIONS(1171), - [anon_sym_AMP] = ACTIONS(1171), - [anon_sym_CARET] = ACTIONS(1171), - [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1171), - [aux_sym_concatenation_token1] = ACTIONS(196), - [anon_sym_DOLLAR] = ACTIONS(1171), - [sym__special_character] = ACTIONS(1171), - [anon_sym_DQUOTE] = ACTIONS(1171), - [sym_raw_string] = ACTIONS(1171), - [sym_ansi_c_string] = ACTIONS(1171), - [aux_sym_number_token1] = ACTIONS(1171), - [aux_sym_number_token2] = ACTIONS(1171), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1171), - [anon_sym_BQUOTE] = ACTIONS(1171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1171), - [anon_sym_LT_LPAREN] = ACTIONS(1171), - [anon_sym_GT_LPAREN] = ACTIONS(1171), + [327] = { + [aux_sym_concatenation_repeat1] = STATE(326), + [sym_word] = ACTIONS(1173), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1173), + [anon_sym_SEMI] = ACTIONS(1173), + [anon_sym_EQ] = ACTIONS(1173), + [anon_sym_PLUS_PLUS] = ACTIONS(1173), + [anon_sym_DASH_DASH] = ACTIONS(1173), + [anon_sym_PLUS_EQ] = ACTIONS(1173), + [anon_sym_DASH_EQ] = ACTIONS(1173), + [anon_sym_STAR_EQ] = ACTIONS(1173), + [anon_sym_SLASH_EQ] = ACTIONS(1173), + [anon_sym_PERCENT_EQ] = ACTIONS(1173), + [anon_sym_LT_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_EQ] = ACTIONS(1173), + [anon_sym_CARET_EQ] = ACTIONS(1173), + [anon_sym_PIPE_EQ] = ACTIONS(1173), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1173), + [anon_sym_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_AMP] = ACTIONS(1173), + [anon_sym_PIPE_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [anon_sym_PLUS] = ACTIONS(1173), + [anon_sym_DASH] = ACTIONS(1173), + [anon_sym_STAR] = ACTIONS(1173), + [anon_sym_SLASH] = ACTIONS(1173), + [anon_sym_PERCENT] = ACTIONS(1173), + [anon_sym_STAR_STAR] = ACTIONS(1173), + [anon_sym_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1173), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1173), + [anon_sym_AMP_GT_GT] = ACTIONS(1173), + [anon_sym_LT_AMP] = ACTIONS(1173), + [anon_sym_GT_AMP] = ACTIONS(1173), + [anon_sym_GT_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT_DASH] = ACTIONS(1173), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1175), + [anon_sym_LT_LT_LT] = ACTIONS(1173), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1173), + [anon_sym_QMARK] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1173), + [sym__special_character] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(1173), + [sym_raw_string] = ACTIONS(1173), + [sym_ansi_c_string] = ACTIONS(1173), + [aux_sym_number_token1] = ACTIONS(1173), + [aux_sym_number_token2] = ACTIONS(1173), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1173), + [anon_sym_BQUOTE] = ACTIONS(1173), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1173), + [anon_sym_LT_LPAREN] = ACTIONS(1173), + [anon_sym_GT_LPAREN] = ACTIONS(1173), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1173), - [sym__concat] = ACTIONS(1175), - [sym_test_operator] = ACTIONS(1173), - [sym__bare_dollar] = ACTIONS(1173), - [sym__brace_start] = ACTIONS(1173), + [sym_file_descriptor] = ACTIONS(1175), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1175), + [sym__bare_dollar] = ACTIONS(1175), + [sym__brace_start] = ACTIONS(1175), }, - [332] = { - [aux_sym_concatenation_repeat1] = STATE(333), + [328] = { + [aux_sym_concatenation_repeat1] = STATE(330), [sym_word] = ACTIONS(1177), [anon_sym_LPAREN_LPAREN] = ACTIONS(1177), [anon_sym_RPAREN_RPAREN] = ACTIONS(1177), @@ -49001,7 +49088,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1177), [anon_sym_QMARK] = ACTIONS(1177), [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1177), - [aux_sym_concatenation_token1] = ACTIONS(196), + [aux_sym_concatenation_token1] = ACTIONS(198), [anon_sym_DOLLAR] = ACTIONS(1177), [sym__special_character] = ACTIONS(1177), [anon_sym_DQUOTE] = ACTIONS(1177), @@ -49022,8 +49109,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1179), [sym__brace_start] = ACTIONS(1179), }, - [333] = { - [aux_sym_concatenation_repeat1] = STATE(333), + [329] = { + [aux_sym_concatenation_repeat1] = STATE(328), + [sym_word] = ACTIONS(1147), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), + [anon_sym_SEMI] = ACTIONS(1147), + [anon_sym_EQ] = ACTIONS(1149), + [anon_sym_PLUS_PLUS] = ACTIONS(1149), + [anon_sym_DASH_DASH] = ACTIONS(1149), + [anon_sym_PLUS_EQ] = ACTIONS(1149), + [anon_sym_DASH_EQ] = ACTIONS(1149), + [anon_sym_STAR_EQ] = ACTIONS(1149), + [anon_sym_SLASH_EQ] = ACTIONS(1149), + [anon_sym_PERCENT_EQ] = ACTIONS(1149), + [anon_sym_LT_LT_EQ] = ACTIONS(1149), + [anon_sym_GT_GT_EQ] = ACTIONS(1149), + [anon_sym_AMP_EQ] = ACTIONS(1149), + [anon_sym_CARET_EQ] = ACTIONS(1149), + [anon_sym_PIPE_EQ] = ACTIONS(1149), + [anon_sym_EQ_EQ] = ACTIONS(1151), + [anon_sym_BANG_EQ] = ACTIONS(1149), + [anon_sym_LT_EQ] = ACTIONS(1149), + [anon_sym_GT_EQ] = ACTIONS(1149), + [anon_sym_AMP_AMP] = ACTIONS(1151), + [anon_sym_PIPE_PIPE] = ACTIONS(1151), + [anon_sym_LT_LT] = ACTIONS(1151), + [anon_sym_GT_GT] = ACTIONS(1151), + [anon_sym_PLUS] = ACTIONS(1149), + [anon_sym_DASH] = ACTIONS(1149), + [anon_sym_STAR] = ACTIONS(1149), + [anon_sym_SLASH] = ACTIONS(1149), + [anon_sym_PERCENT] = ACTIONS(1149), + [anon_sym_STAR_STAR] = ACTIONS(1149), + [anon_sym_LT] = ACTIONS(1151), + [anon_sym_GT] = ACTIONS(1151), + [anon_sym_RPAREN] = ACTIONS(1147), + [anon_sym_PIPE] = ACTIONS(1151), + [anon_sym_SEMI_SEMI] = ACTIONS(1147), + [anon_sym_PIPE_AMP] = ACTIONS(1147), + [anon_sym_EQ_TILDE] = ACTIONS(1151), + [anon_sym_AMP_GT] = ACTIONS(1147), + [anon_sym_AMP_GT_GT] = ACTIONS(1147), + [anon_sym_LT_AMP] = ACTIONS(1147), + [anon_sym_GT_AMP] = ACTIONS(1147), + [anon_sym_GT_PIPE] = ACTIONS(1147), + [anon_sym_LT_LT_DASH] = ACTIONS(1147), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), + [anon_sym_LT_LT_LT] = ACTIONS(1147), + [anon_sym_AMP] = ACTIONS(1151), + [anon_sym_CARET] = ACTIONS(1149), + [anon_sym_QMARK] = ACTIONS(1149), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), + [aux_sym_concatenation_token1] = ACTIONS(198), + [anon_sym_DOLLAR] = ACTIONS(1147), + [sym__special_character] = ACTIONS(1147), + [anon_sym_DQUOTE] = ACTIONS(1147), + [sym_raw_string] = ACTIONS(1147), + [sym_ansi_c_string] = ACTIONS(1147), + [aux_sym_number_token1] = ACTIONS(1147), + [aux_sym_number_token2] = ACTIONS(1147), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1147), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1147), + [anon_sym_BQUOTE] = ACTIONS(1147), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1147), + [anon_sym_LT_LPAREN] = ACTIONS(1147), + [anon_sym_GT_LPAREN] = ACTIONS(1147), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1156), + [sym__concat] = ACTIONS(222), + [sym_test_operator] = ACTIONS(1158), + [sym__bare_dollar] = ACTIONS(1156), + [sym__brace_start] = ACTIONS(1156), + }, + [330] = { + [aux_sym_concatenation_repeat1] = STATE(330), [sym_word] = ACTIONS(1183), [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), [anon_sym_RPAREN_RPAREN] = ACTIONS(1183), @@ -49095,512 +49255,657 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1185), [sym__brace_start] = ACTIONS(1185), }, - [334] = { - [aux_sym_concatenation_repeat1] = STATE(335), - [sym_word] = ACTIONS(1177), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1177), - [anon_sym_SEMI] = ACTIONS(1177), - [anon_sym_EQ] = ACTIONS(1177), - [anon_sym_PLUS_PLUS] = ACTIONS(1177), - [anon_sym_DASH_DASH] = ACTIONS(1177), - [anon_sym_PLUS_EQ] = ACTIONS(1177), - [anon_sym_DASH_EQ] = ACTIONS(1177), - [anon_sym_STAR_EQ] = ACTIONS(1177), - [anon_sym_SLASH_EQ] = ACTIONS(1177), - [anon_sym_PERCENT_EQ] = ACTIONS(1177), - [anon_sym_LT_LT_EQ] = ACTIONS(1177), - [anon_sym_GT_GT_EQ] = ACTIONS(1177), - [anon_sym_AMP_EQ] = ACTIONS(1177), - [anon_sym_CARET_EQ] = ACTIONS(1177), - [anon_sym_PIPE_EQ] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1177), - [anon_sym_BANG_EQ] = ACTIONS(1177), - [anon_sym_LT_EQ] = ACTIONS(1177), - [anon_sym_GT_EQ] = ACTIONS(1177), - [anon_sym_AMP_AMP] = ACTIONS(1177), - [anon_sym_PIPE_PIPE] = ACTIONS(1177), - [anon_sym_LT_LT] = ACTIONS(1177), - [anon_sym_GT_GT] = ACTIONS(1177), - [anon_sym_PLUS] = ACTIONS(1177), - [anon_sym_DASH] = ACTIONS(1177), - [anon_sym_STAR] = ACTIONS(1177), - [anon_sym_SLASH] = ACTIONS(1177), - [anon_sym_PERCENT] = ACTIONS(1177), - [anon_sym_STAR_STAR] = ACTIONS(1177), - [anon_sym_LT] = ACTIONS(1177), - [anon_sym_GT] = ACTIONS(1177), - [anon_sym_RPAREN] = ACTIONS(1177), - [anon_sym_PIPE] = ACTIONS(1177), - [anon_sym_SEMI_SEMI] = ACTIONS(1177), - [anon_sym_PIPE_AMP] = ACTIONS(1177), - [anon_sym_EQ_TILDE] = ACTIONS(1177), - [anon_sym_AMP_GT] = ACTIONS(1177), - [anon_sym_AMP_GT_GT] = ACTIONS(1177), - [anon_sym_LT_AMP] = ACTIONS(1177), - [anon_sym_GT_AMP] = ACTIONS(1177), - [anon_sym_GT_PIPE] = ACTIONS(1177), - [anon_sym_LT_LT_DASH] = ACTIONS(1177), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1179), - [anon_sym_LT_LT_LT] = ACTIONS(1177), - [anon_sym_AMP] = ACTIONS(1177), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_QMARK] = ACTIONS(1177), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1177), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1177), - [sym__special_character] = ACTIONS(1177), - [anon_sym_DQUOTE] = ACTIONS(1177), - [sym_raw_string] = ACTIONS(1177), - [sym_ansi_c_string] = ACTIONS(1177), - [aux_sym_number_token1] = ACTIONS(1177), - [aux_sym_number_token2] = ACTIONS(1177), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1177), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1177), - [anon_sym_BQUOTE] = ACTIONS(1177), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1177), - [anon_sym_LT_LPAREN] = ACTIONS(1177), - [anon_sym_GT_LPAREN] = ACTIONS(1177), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1179), - [sym__concat] = ACTIONS(1193), - [sym_test_operator] = ACTIONS(1179), - [sym__bare_dollar] = ACTIONS(1179), - [sym__brace_start] = ACTIONS(1179), - }, - [335] = { - [aux_sym_concatenation_repeat1] = STATE(335), - [sym_word] = ACTIONS(1183), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), - [anon_sym_SEMI] = ACTIONS(1183), - [anon_sym_EQ] = ACTIONS(1183), - [anon_sym_PLUS_PLUS] = ACTIONS(1183), - [anon_sym_DASH_DASH] = ACTIONS(1183), - [anon_sym_PLUS_EQ] = ACTIONS(1183), - [anon_sym_DASH_EQ] = ACTIONS(1183), - [anon_sym_STAR_EQ] = ACTIONS(1183), - [anon_sym_SLASH_EQ] = ACTIONS(1183), - [anon_sym_PERCENT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_EQ] = ACTIONS(1183), - [anon_sym_CARET_EQ] = ACTIONS(1183), - [anon_sym_PIPE_EQ] = ACTIONS(1183), - [anon_sym_EQ_EQ] = ACTIONS(1183), - [anon_sym_BANG_EQ] = ACTIONS(1183), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_AMP] = ACTIONS(1183), - [anon_sym_PIPE_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1183), - [anon_sym_GT_GT] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1183), - [anon_sym_DASH] = ACTIONS(1183), - [anon_sym_STAR] = ACTIONS(1183), - [anon_sym_SLASH] = ACTIONS(1183), - [anon_sym_PERCENT] = ACTIONS(1183), - [anon_sym_STAR_STAR] = ACTIONS(1183), - [anon_sym_LT] = ACTIONS(1183), - [anon_sym_GT] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1183), - [anon_sym_PIPE] = ACTIONS(1183), - [anon_sym_SEMI_SEMI] = ACTIONS(1183), - [anon_sym_PIPE_AMP] = ACTIONS(1183), - [anon_sym_EQ_TILDE] = ACTIONS(1183), - [anon_sym_AMP_GT] = ACTIONS(1183), - [anon_sym_AMP_GT_GT] = ACTIONS(1183), - [anon_sym_LT_AMP] = ACTIONS(1183), - [anon_sym_GT_AMP] = ACTIONS(1183), - [anon_sym_GT_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT_DASH] = ACTIONS(1183), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), - [anon_sym_LT_LT_LT] = ACTIONS(1183), - [anon_sym_AMP] = ACTIONS(1183), - [anon_sym_CARET] = ACTIONS(1183), - [anon_sym_QMARK] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), + [331] = { + [aux_sym_concatenation_repeat1] = STATE(336), + [sym_word] = ACTIONS(1147), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), + [anon_sym_SEMI] = ACTIONS(1147), + [anon_sym_EQ] = ACTIONS(1149), + [anon_sym_PLUS_PLUS] = ACTIONS(1149), + [anon_sym_DASH_DASH] = ACTIONS(1149), + [anon_sym_PLUS_EQ] = ACTIONS(1149), + [anon_sym_DASH_EQ] = ACTIONS(1149), + [anon_sym_STAR_EQ] = ACTIONS(1149), + [anon_sym_SLASH_EQ] = ACTIONS(1149), + [anon_sym_PERCENT_EQ] = ACTIONS(1149), + [anon_sym_LT_LT_EQ] = ACTIONS(1149), + [anon_sym_GT_GT_EQ] = ACTIONS(1149), + [anon_sym_AMP_EQ] = ACTIONS(1149), + [anon_sym_CARET_EQ] = ACTIONS(1149), + [anon_sym_PIPE_EQ] = ACTIONS(1149), + [anon_sym_EQ_EQ] = ACTIONS(1151), + [anon_sym_BANG_EQ] = ACTIONS(1149), + [anon_sym_LT_EQ] = ACTIONS(1149), + [anon_sym_GT_EQ] = ACTIONS(1149), + [anon_sym_AMP_AMP] = ACTIONS(1151), + [anon_sym_PIPE_PIPE] = ACTIONS(1151), + [anon_sym_LT_LT] = ACTIONS(1151), + [anon_sym_GT_GT] = ACTIONS(1151), + [anon_sym_PLUS] = ACTIONS(1149), + [anon_sym_DASH] = ACTIONS(1149), + [anon_sym_STAR] = ACTIONS(1149), + [anon_sym_SLASH] = ACTIONS(1149), + [anon_sym_PERCENT] = ACTIONS(1149), + [anon_sym_STAR_STAR] = ACTIONS(1149), + [anon_sym_LT] = ACTIONS(1151), + [anon_sym_GT] = ACTIONS(1151), + [anon_sym_LPAREN] = ACTIONS(1154), + [anon_sym_RPAREN] = ACTIONS(1151), + [anon_sym_PIPE] = ACTIONS(1151), + [anon_sym_SEMI_SEMI] = ACTIONS(1147), + [anon_sym_PIPE_AMP] = ACTIONS(1147), + [anon_sym_EQ_TILDE] = ACTIONS(1151), + [anon_sym_AMP_GT] = ACTIONS(1147), + [anon_sym_AMP_GT_GT] = ACTIONS(1147), + [anon_sym_LT_AMP] = ACTIONS(1147), + [anon_sym_GT_AMP] = ACTIONS(1147), + [anon_sym_GT_PIPE] = ACTIONS(1147), + [anon_sym_LT_LT_DASH] = ACTIONS(1147), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), + [anon_sym_LT_LT_LT] = ACTIONS(1147), + [anon_sym_AMP] = ACTIONS(1151), + [anon_sym_CARET] = ACTIONS(1149), + [anon_sym_QMARK] = ACTIONS(1149), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), + [aux_sym_concatenation_token1] = ACTIONS(316), + [anon_sym_DOLLAR] = ACTIONS(1147), + [sym__special_character] = ACTIONS(1147), + [anon_sym_DQUOTE] = ACTIONS(1147), + [sym_raw_string] = ACTIONS(1147), + [sym_ansi_c_string] = ACTIONS(1147), + [aux_sym_number_token1] = ACTIONS(1147), + [aux_sym_number_token2] = ACTIONS(1147), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1147), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1147), + [anon_sym_BQUOTE] = ACTIONS(1147), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1147), + [anon_sym_LT_LPAREN] = ACTIONS(1147), + [anon_sym_GT_LPAREN] = ACTIONS(1147), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1156), + [sym__concat] = ACTIONS(338), + [sym_test_operator] = ACTIONS(1158), + [sym__bare_dollar] = ACTIONS(1156), + [sym__brace_start] = ACTIONS(1156), + }, + [332] = { + [aux_sym_concatenation_repeat1] = STATE(344), + [sym_word] = ACTIONS(1167), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), + [anon_sym_SEMI] = ACTIONS(1167), + [anon_sym_EQ] = ACTIONS(1167), + [anon_sym_PLUS_PLUS] = ACTIONS(1167), + [anon_sym_DASH_DASH] = ACTIONS(1167), + [anon_sym_PLUS_EQ] = ACTIONS(1167), + [anon_sym_DASH_EQ] = ACTIONS(1167), + [anon_sym_STAR_EQ] = ACTIONS(1167), + [anon_sym_SLASH_EQ] = ACTIONS(1167), + [anon_sym_PERCENT_EQ] = ACTIONS(1167), + [anon_sym_LT_LT_EQ] = ACTIONS(1167), + [anon_sym_GT_GT_EQ] = ACTIONS(1167), + [anon_sym_AMP_EQ] = ACTIONS(1167), + [anon_sym_CARET_EQ] = ACTIONS(1167), + [anon_sym_PIPE_EQ] = ACTIONS(1167), + [anon_sym_EQ_EQ] = ACTIONS(1167), + [anon_sym_BANG_EQ] = ACTIONS(1167), + [anon_sym_LT_EQ] = ACTIONS(1167), + [anon_sym_GT_EQ] = ACTIONS(1167), + [anon_sym_AMP_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1167), + [anon_sym_LT_LT] = ACTIONS(1167), + [anon_sym_GT_GT] = ACTIONS(1167), + [anon_sym_PLUS] = ACTIONS(1167), + [anon_sym_DASH] = ACTIONS(1167), + [anon_sym_STAR] = ACTIONS(1167), + [anon_sym_SLASH] = ACTIONS(1167), + [anon_sym_PERCENT] = ACTIONS(1167), + [anon_sym_STAR_STAR] = ACTIONS(1167), + [anon_sym_LT] = ACTIONS(1167), + [anon_sym_GT] = ACTIONS(1167), + [anon_sym_RPAREN] = ACTIONS(1167), + [anon_sym_PIPE] = ACTIONS(1167), + [anon_sym_SEMI_SEMI] = ACTIONS(1167), + [anon_sym_PIPE_AMP] = ACTIONS(1167), + [anon_sym_EQ_TILDE] = ACTIONS(1167), + [anon_sym_AMP_GT] = ACTIONS(1167), + [anon_sym_AMP_GT_GT] = ACTIONS(1167), + [anon_sym_LT_AMP] = ACTIONS(1167), + [anon_sym_GT_AMP] = ACTIONS(1167), + [anon_sym_GT_PIPE] = ACTIONS(1167), + [anon_sym_LT_LT_DASH] = ACTIONS(1167), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), + [anon_sym_LT_LT_LT] = ACTIONS(1167), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_CARET] = ACTIONS(1167), + [anon_sym_QMARK] = ACTIONS(1167), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), + [aux_sym_concatenation_token1] = ACTIONS(316), + [anon_sym_DOLLAR] = ACTIONS(1167), + [sym__special_character] = ACTIONS(1167), + [anon_sym_DQUOTE] = ACTIONS(1167), + [sym_raw_string] = ACTIONS(1167), + [sym_ansi_c_string] = ACTIONS(1167), + [aux_sym_number_token1] = ACTIONS(1167), + [aux_sym_number_token2] = ACTIONS(1167), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), + [anon_sym_BQUOTE] = ACTIONS(1167), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), + [anon_sym_LT_LPAREN] = ACTIONS(1167), + [anon_sym_GT_LPAREN] = ACTIONS(1167), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1169), + [sym__concat] = ACTIONS(1193), + [sym_test_operator] = ACTIONS(1169), + [sym__bare_dollar] = ACTIONS(1169), + [sym__brace_start] = ACTIONS(1169), + }, + [333] = { + [sym_word] = ACTIONS(1195), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1195), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1195), + [anon_sym_SEMI] = ACTIONS(1195), + [anon_sym_EQ] = ACTIONS(1195), + [anon_sym_PLUS_PLUS] = ACTIONS(1195), + [anon_sym_DASH_DASH] = ACTIONS(1195), + [anon_sym_PLUS_EQ] = ACTIONS(1195), + [anon_sym_DASH_EQ] = ACTIONS(1195), + [anon_sym_STAR_EQ] = ACTIONS(1195), + [anon_sym_SLASH_EQ] = ACTIONS(1195), + [anon_sym_PERCENT_EQ] = ACTIONS(1195), + [anon_sym_LT_LT_EQ] = ACTIONS(1195), + [anon_sym_GT_GT_EQ] = ACTIONS(1195), + [anon_sym_AMP_EQ] = ACTIONS(1195), + [anon_sym_CARET_EQ] = ACTIONS(1195), + [anon_sym_PIPE_EQ] = ACTIONS(1195), + [anon_sym_EQ_EQ] = ACTIONS(1195), + [anon_sym_BANG_EQ] = ACTIONS(1195), + [anon_sym_LT_EQ] = ACTIONS(1195), + [anon_sym_GT_EQ] = ACTIONS(1195), + [anon_sym_AMP_AMP] = ACTIONS(1195), + [anon_sym_PIPE_PIPE] = ACTIONS(1195), + [anon_sym_LT_LT] = ACTIONS(1195), + [anon_sym_GT_GT] = ACTIONS(1195), + [anon_sym_PLUS] = ACTIONS(1195), + [anon_sym_DASH] = ACTIONS(1195), + [anon_sym_STAR] = ACTIONS(1195), + [anon_sym_SLASH] = ACTIONS(1195), + [anon_sym_PERCENT] = ACTIONS(1195), + [anon_sym_STAR_STAR] = ACTIONS(1195), + [anon_sym_LT] = ACTIONS(1195), + [anon_sym_GT] = ACTIONS(1195), + [anon_sym_RPAREN] = ACTIONS(1195), + [anon_sym_PIPE] = ACTIONS(1195), + [anon_sym_SEMI_SEMI] = ACTIONS(1195), + [anon_sym_PIPE_AMP] = ACTIONS(1195), + [anon_sym_EQ_TILDE] = ACTIONS(1195), + [anon_sym_AMP_GT] = ACTIONS(1195), + [anon_sym_AMP_GT_GT] = ACTIONS(1195), + [anon_sym_LT_AMP] = ACTIONS(1195), + [anon_sym_GT_AMP] = ACTIONS(1195), + [anon_sym_GT_PIPE] = ACTIONS(1195), + [anon_sym_LT_LT_DASH] = ACTIONS(1195), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1197), + [anon_sym_LT_LT_LT] = ACTIONS(1195), + [anon_sym_AMP] = ACTIONS(1195), + [anon_sym_CARET] = ACTIONS(1195), + [anon_sym_QMARK] = ACTIONS(1195), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1195), [aux_sym_concatenation_token1] = ACTIONS(1195), - [anon_sym_DOLLAR] = ACTIONS(1183), - [sym__special_character] = ACTIONS(1183), - [anon_sym_DQUOTE] = ACTIONS(1183), - [sym_raw_string] = ACTIONS(1183), - [sym_ansi_c_string] = ACTIONS(1183), - [aux_sym_number_token1] = ACTIONS(1183), - [aux_sym_number_token2] = ACTIONS(1183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), - [anon_sym_BQUOTE] = ACTIONS(1183), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), - [anon_sym_LT_LPAREN] = ACTIONS(1183), - [anon_sym_GT_LPAREN] = ACTIONS(1183), + [anon_sym_DOLLAR] = ACTIONS(1195), + [sym__special_character] = ACTIONS(1195), + [anon_sym_DQUOTE] = ACTIONS(1195), + [sym_raw_string] = ACTIONS(1195), + [sym_ansi_c_string] = ACTIONS(1195), + [aux_sym_number_token1] = ACTIONS(1195), + [aux_sym_number_token2] = ACTIONS(1195), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1195), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1195), + [anon_sym_BQUOTE] = ACTIONS(1195), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1195), + [anon_sym_LT_LPAREN] = ACTIONS(1195), + [anon_sym_GT_LPAREN] = ACTIONS(1195), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1185), - [sym__concat] = ACTIONS(1198), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), + [sym_file_descriptor] = ACTIONS(1197), + [sym__concat] = ACTIONS(1197), + [sym_test_operator] = ACTIONS(1197), + [sym__bare_dollar] = ACTIONS(1197), + [sym__brace_start] = ACTIONS(1197), + }, + [334] = { + [sym_word] = ACTIONS(1199), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1199), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1199), + [anon_sym_SEMI] = ACTIONS(1199), + [anon_sym_EQ] = ACTIONS(1199), + [anon_sym_PLUS_PLUS] = ACTIONS(1199), + [anon_sym_DASH_DASH] = ACTIONS(1199), + [anon_sym_PLUS_EQ] = ACTIONS(1199), + [anon_sym_DASH_EQ] = ACTIONS(1199), + [anon_sym_STAR_EQ] = ACTIONS(1199), + [anon_sym_SLASH_EQ] = ACTIONS(1199), + [anon_sym_PERCENT_EQ] = ACTIONS(1199), + [anon_sym_LT_LT_EQ] = ACTIONS(1199), + [anon_sym_GT_GT_EQ] = ACTIONS(1199), + [anon_sym_AMP_EQ] = ACTIONS(1199), + [anon_sym_CARET_EQ] = ACTIONS(1199), + [anon_sym_PIPE_EQ] = ACTIONS(1199), + [anon_sym_EQ_EQ] = ACTIONS(1199), + [anon_sym_BANG_EQ] = ACTIONS(1199), + [anon_sym_LT_EQ] = ACTIONS(1199), + [anon_sym_GT_EQ] = ACTIONS(1199), + [anon_sym_AMP_AMP] = ACTIONS(1199), + [anon_sym_PIPE_PIPE] = ACTIONS(1199), + [anon_sym_LT_LT] = ACTIONS(1199), + [anon_sym_GT_GT] = ACTIONS(1199), + [anon_sym_PLUS] = ACTIONS(1199), + [anon_sym_DASH] = ACTIONS(1199), + [anon_sym_STAR] = ACTIONS(1199), + [anon_sym_SLASH] = ACTIONS(1199), + [anon_sym_PERCENT] = ACTIONS(1199), + [anon_sym_STAR_STAR] = ACTIONS(1199), + [anon_sym_LT] = ACTIONS(1199), + [anon_sym_GT] = ACTIONS(1199), + [anon_sym_RPAREN] = ACTIONS(1199), + [anon_sym_PIPE] = ACTIONS(1199), + [anon_sym_SEMI_SEMI] = ACTIONS(1199), + [anon_sym_PIPE_AMP] = ACTIONS(1199), + [anon_sym_EQ_TILDE] = ACTIONS(1199), + [anon_sym_AMP_GT] = ACTIONS(1199), + [anon_sym_AMP_GT_GT] = ACTIONS(1199), + [anon_sym_LT_AMP] = ACTIONS(1199), + [anon_sym_GT_AMP] = ACTIONS(1199), + [anon_sym_GT_PIPE] = ACTIONS(1199), + [anon_sym_LT_LT_DASH] = ACTIONS(1199), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1201), + [anon_sym_LT_LT_LT] = ACTIONS(1199), + [anon_sym_AMP] = ACTIONS(1199), + [anon_sym_CARET] = ACTIONS(1199), + [anon_sym_QMARK] = ACTIONS(1199), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1199), + [aux_sym_concatenation_token1] = ACTIONS(1199), + [anon_sym_DOLLAR] = ACTIONS(1199), + [sym__special_character] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1199), + [sym_raw_string] = ACTIONS(1199), + [sym_ansi_c_string] = ACTIONS(1199), + [aux_sym_number_token1] = ACTIONS(1199), + [aux_sym_number_token2] = ACTIONS(1199), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1199), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1199), + [anon_sym_BQUOTE] = ACTIONS(1199), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1199), + [anon_sym_LT_LPAREN] = ACTIONS(1199), + [anon_sym_GT_LPAREN] = ACTIONS(1199), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1201), + [sym__concat] = ACTIONS(1201), + [sym_test_operator] = ACTIONS(1201), + [sym__bare_dollar] = ACTIONS(1201), + [sym__brace_start] = ACTIONS(1201), + }, + [335] = { + [sym_word] = ACTIONS(1203), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1203), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1203), + [anon_sym_SEMI] = ACTIONS(1203), + [anon_sym_EQ] = ACTIONS(1203), + [anon_sym_PLUS_PLUS] = ACTIONS(1203), + [anon_sym_DASH_DASH] = ACTIONS(1203), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_LT_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_GT_EQ] = ACTIONS(1203), + [anon_sym_AMP_EQ] = ACTIONS(1203), + [anon_sym_CARET_EQ] = ACTIONS(1203), + [anon_sym_PIPE_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_PIPE_PIPE] = ACTIONS(1203), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_PLUS] = ACTIONS(1203), + [anon_sym_DASH] = ACTIONS(1203), + [anon_sym_STAR] = ACTIONS(1203), + [anon_sym_SLASH] = ACTIONS(1203), + [anon_sym_PERCENT] = ACTIONS(1203), + [anon_sym_STAR_STAR] = ACTIONS(1203), + [anon_sym_LT] = ACTIONS(1203), + [anon_sym_GT] = ACTIONS(1203), + [anon_sym_RPAREN] = ACTIONS(1203), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_SEMI_SEMI] = ACTIONS(1203), + [anon_sym_PIPE_AMP] = ACTIONS(1203), + [anon_sym_EQ_TILDE] = ACTIONS(1203), + [anon_sym_AMP_GT] = ACTIONS(1203), + [anon_sym_AMP_GT_GT] = ACTIONS(1203), + [anon_sym_LT_AMP] = ACTIONS(1203), + [anon_sym_GT_AMP] = ACTIONS(1203), + [anon_sym_GT_PIPE] = ACTIONS(1203), + [anon_sym_LT_LT_DASH] = ACTIONS(1203), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1205), + [anon_sym_LT_LT_LT] = ACTIONS(1203), + [anon_sym_AMP] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1203), + [anon_sym_QMARK] = ACTIONS(1203), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1203), + [aux_sym_concatenation_token1] = ACTIONS(1203), + [anon_sym_DOLLAR] = ACTIONS(1203), + [sym__special_character] = ACTIONS(1203), + [anon_sym_DQUOTE] = ACTIONS(1203), + [sym_raw_string] = ACTIONS(1203), + [sym_ansi_c_string] = ACTIONS(1203), + [aux_sym_number_token1] = ACTIONS(1203), + [aux_sym_number_token2] = ACTIONS(1203), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1203), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1203), + [anon_sym_BQUOTE] = ACTIONS(1203), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1203), + [anon_sym_LT_LPAREN] = ACTIONS(1203), + [anon_sym_GT_LPAREN] = ACTIONS(1203), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1205), + [sym__concat] = ACTIONS(1205), + [sym_test_operator] = ACTIONS(1205), + [sym__bare_dollar] = ACTIONS(1205), + [sym__brace_start] = ACTIONS(1205), }, [336] = { - [sym_word] = ACTIONS(1201), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1201), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1201), - [anon_sym_SEMI] = ACTIONS(1201), - [anon_sym_EQ] = ACTIONS(1201), - [anon_sym_PLUS_PLUS] = ACTIONS(1201), - [anon_sym_DASH_DASH] = ACTIONS(1201), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_EQ_EQ] = ACTIONS(1201), - [anon_sym_BANG_EQ] = ACTIONS(1201), - [anon_sym_LT_EQ] = ACTIONS(1201), - [anon_sym_GT_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1201), - [anon_sym_PIPE_PIPE] = ACTIONS(1201), - [anon_sym_LT_LT] = ACTIONS(1201), - [anon_sym_GT_GT] = ACTIONS(1201), - [anon_sym_PLUS] = ACTIONS(1201), - [anon_sym_DASH] = ACTIONS(1201), - [anon_sym_STAR] = ACTIONS(1201), - [anon_sym_SLASH] = ACTIONS(1201), - [anon_sym_PERCENT] = ACTIONS(1201), - [anon_sym_STAR_STAR] = ACTIONS(1201), - [anon_sym_LT] = ACTIONS(1201), - [anon_sym_GT] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(1201), - [anon_sym_PIPE] = ACTIONS(1201), - [anon_sym_SEMI_SEMI] = ACTIONS(1201), - [anon_sym_PIPE_AMP] = ACTIONS(1201), - [anon_sym_EQ_TILDE] = ACTIONS(1201), - [anon_sym_AMP_GT] = ACTIONS(1201), - [anon_sym_AMP_GT_GT] = ACTIONS(1201), - [anon_sym_LT_AMP] = ACTIONS(1201), - [anon_sym_GT_AMP] = ACTIONS(1201), - [anon_sym_GT_PIPE] = ACTIONS(1201), - [anon_sym_LT_LT_DASH] = ACTIONS(1201), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1203), - [anon_sym_LT_LT_LT] = ACTIONS(1201), - [anon_sym_AMP] = ACTIONS(1201), - [anon_sym_CARET] = ACTIONS(1201), - [anon_sym_QMARK] = ACTIONS(1201), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1201), - [aux_sym_concatenation_token1] = ACTIONS(1201), - [anon_sym_DOLLAR] = ACTIONS(1201), - [sym__special_character] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1201), - [sym_raw_string] = ACTIONS(1201), - [sym_ansi_c_string] = ACTIONS(1201), - [aux_sym_number_token1] = ACTIONS(1201), - [aux_sym_number_token2] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1201), - [anon_sym_BQUOTE] = ACTIONS(1201), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1201), - [anon_sym_LT_LPAREN] = ACTIONS(1201), - [anon_sym_GT_LPAREN] = ACTIONS(1201), + [aux_sym_concatenation_repeat1] = STATE(344), + [sym_word] = ACTIONS(1177), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1177), + [anon_sym_SEMI] = ACTIONS(1177), + [anon_sym_EQ] = ACTIONS(1177), + [anon_sym_PLUS_PLUS] = ACTIONS(1177), + [anon_sym_DASH_DASH] = ACTIONS(1177), + [anon_sym_PLUS_EQ] = ACTIONS(1177), + [anon_sym_DASH_EQ] = ACTIONS(1177), + [anon_sym_STAR_EQ] = ACTIONS(1177), + [anon_sym_SLASH_EQ] = ACTIONS(1177), + [anon_sym_PERCENT_EQ] = ACTIONS(1177), + [anon_sym_LT_LT_EQ] = ACTIONS(1177), + [anon_sym_GT_GT_EQ] = ACTIONS(1177), + [anon_sym_AMP_EQ] = ACTIONS(1177), + [anon_sym_CARET_EQ] = ACTIONS(1177), + [anon_sym_PIPE_EQ] = ACTIONS(1177), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT_EQ] = ACTIONS(1177), + [anon_sym_GT_EQ] = ACTIONS(1177), + [anon_sym_AMP_AMP] = ACTIONS(1177), + [anon_sym_PIPE_PIPE] = ACTIONS(1177), + [anon_sym_LT_LT] = ACTIONS(1177), + [anon_sym_GT_GT] = ACTIONS(1177), + [anon_sym_PLUS] = ACTIONS(1177), + [anon_sym_DASH] = ACTIONS(1177), + [anon_sym_STAR] = ACTIONS(1177), + [anon_sym_SLASH] = ACTIONS(1177), + [anon_sym_PERCENT] = ACTIONS(1177), + [anon_sym_STAR_STAR] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1177), + [anon_sym_GT] = ACTIONS(1177), + [anon_sym_RPAREN] = ACTIONS(1177), + [anon_sym_PIPE] = ACTIONS(1177), + [anon_sym_SEMI_SEMI] = ACTIONS(1177), + [anon_sym_PIPE_AMP] = ACTIONS(1177), + [anon_sym_EQ_TILDE] = ACTIONS(1177), + [anon_sym_AMP_GT] = ACTIONS(1177), + [anon_sym_AMP_GT_GT] = ACTIONS(1177), + [anon_sym_LT_AMP] = ACTIONS(1177), + [anon_sym_GT_AMP] = ACTIONS(1177), + [anon_sym_GT_PIPE] = ACTIONS(1177), + [anon_sym_LT_LT_DASH] = ACTIONS(1177), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1179), + [anon_sym_LT_LT_LT] = ACTIONS(1177), + [anon_sym_AMP] = ACTIONS(1177), + [anon_sym_CARET] = ACTIONS(1177), + [anon_sym_QMARK] = ACTIONS(1177), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1177), + [aux_sym_concatenation_token1] = ACTIONS(316), + [anon_sym_DOLLAR] = ACTIONS(1177), + [sym__special_character] = ACTIONS(1177), + [anon_sym_DQUOTE] = ACTIONS(1177), + [sym_raw_string] = ACTIONS(1177), + [sym_ansi_c_string] = ACTIONS(1177), + [aux_sym_number_token1] = ACTIONS(1177), + [aux_sym_number_token2] = ACTIONS(1177), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1177), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1177), + [anon_sym_BQUOTE] = ACTIONS(1177), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1177), + [anon_sym_LT_LPAREN] = ACTIONS(1177), + [anon_sym_GT_LPAREN] = ACTIONS(1177), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1203), - [sym__concat] = ACTIONS(1203), - [sym_test_operator] = ACTIONS(1203), - [sym__bare_dollar] = ACTIONS(1203), - [sym__brace_start] = ACTIONS(1203), + [sym_file_descriptor] = ACTIONS(1179), + [sym__concat] = ACTIONS(1207), + [sym_test_operator] = ACTIONS(1179), + [sym__bare_dollar] = ACTIONS(1179), + [sym__brace_start] = ACTIONS(1179), }, [337] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1205), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1205), - [anon_sym_SEMI] = ACTIONS(1205), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_EQ] = ACTIONS(1205), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1205), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_AMP] = ACTIONS(1205), - [anon_sym_PIPE_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_RPAREN] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_SEMI_SEMI] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1205), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1205), - [anon_sym_LT_AMP] = ACTIONS(1205), - [anon_sym_GT_AMP] = ACTIONS(1205), - [anon_sym_GT_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT_DASH] = ACTIONS(1205), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1205), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1205), - [aux_sym_concatenation_token1] = ACTIONS(1205), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1205), - [sym_raw_string] = ACTIONS(1205), - [sym_ansi_c_string] = ACTIONS(1205), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1205), - [anon_sym_LT_LPAREN] = ACTIONS(1205), - [anon_sym_GT_LPAREN] = ACTIONS(1205), + [sym_word] = ACTIONS(1209), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1209), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1209), + [anon_sym_SEMI] = ACTIONS(1209), + [anon_sym_EQ] = ACTIONS(1209), + [anon_sym_PLUS_PLUS] = ACTIONS(1209), + [anon_sym_DASH_DASH] = ACTIONS(1209), + [anon_sym_PLUS_EQ] = ACTIONS(1209), + [anon_sym_DASH_EQ] = ACTIONS(1209), + [anon_sym_STAR_EQ] = ACTIONS(1209), + [anon_sym_SLASH_EQ] = ACTIONS(1209), + [anon_sym_PERCENT_EQ] = ACTIONS(1209), + [anon_sym_LT_LT_EQ] = ACTIONS(1209), + [anon_sym_GT_GT_EQ] = ACTIONS(1209), + [anon_sym_AMP_EQ] = ACTIONS(1209), + [anon_sym_CARET_EQ] = ACTIONS(1209), + [anon_sym_PIPE_EQ] = ACTIONS(1209), + [anon_sym_EQ_EQ] = ACTIONS(1209), + [anon_sym_BANG_EQ] = ACTIONS(1209), + [anon_sym_LT_EQ] = ACTIONS(1209), + [anon_sym_GT_EQ] = ACTIONS(1209), + [anon_sym_AMP_AMP] = ACTIONS(1209), + [anon_sym_PIPE_PIPE] = ACTIONS(1209), + [anon_sym_LT_LT] = ACTIONS(1209), + [anon_sym_GT_GT] = ACTIONS(1209), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1209), + [anon_sym_SLASH] = ACTIONS(1209), + [anon_sym_PERCENT] = ACTIONS(1209), + [anon_sym_STAR_STAR] = ACTIONS(1209), + [anon_sym_LT] = ACTIONS(1209), + [anon_sym_GT] = ACTIONS(1209), + [anon_sym_RPAREN] = ACTIONS(1209), + [anon_sym_PIPE] = ACTIONS(1209), + [anon_sym_SEMI_SEMI] = ACTIONS(1209), + [anon_sym_PIPE_AMP] = ACTIONS(1209), + [anon_sym_EQ_TILDE] = ACTIONS(1209), + [anon_sym_AMP_GT] = ACTIONS(1209), + [anon_sym_AMP_GT_GT] = ACTIONS(1209), + [anon_sym_LT_AMP] = ACTIONS(1209), + [anon_sym_GT_AMP] = ACTIONS(1209), + [anon_sym_GT_PIPE] = ACTIONS(1209), + [anon_sym_LT_LT_DASH] = ACTIONS(1209), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1211), + [anon_sym_LT_LT_LT] = ACTIONS(1209), + [anon_sym_AMP] = ACTIONS(1209), + [anon_sym_CARET] = ACTIONS(1209), + [anon_sym_QMARK] = ACTIONS(1209), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1209), + [aux_sym_concatenation_token1] = ACTIONS(1209), + [anon_sym_DOLLAR] = ACTIONS(1209), + [sym__special_character] = ACTIONS(1209), + [anon_sym_DQUOTE] = ACTIONS(1209), + [sym_raw_string] = ACTIONS(1209), + [sym_ansi_c_string] = ACTIONS(1209), + [aux_sym_number_token1] = ACTIONS(1209), + [aux_sym_number_token2] = ACTIONS(1209), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1209), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1209), + [anon_sym_BQUOTE] = ACTIONS(1209), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1209), + [anon_sym_LT_LPAREN] = ACTIONS(1209), + [anon_sym_GT_LPAREN] = ACTIONS(1209), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1211), + [sym__concat] = ACTIONS(1211), + [sym_test_operator] = ACTIONS(1211), + [sym__bare_dollar] = ACTIONS(1211), + [sym__brace_start] = ACTIONS(1211), }, [338] = { - [aux_sym_concatenation_repeat1] = STATE(335), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1171), - [anon_sym_SEMI] = ACTIONS(1171), - [anon_sym_EQ] = ACTIONS(1171), - [anon_sym_PLUS_PLUS] = ACTIONS(1171), - [anon_sym_DASH_DASH] = ACTIONS(1171), - [anon_sym_PLUS_EQ] = ACTIONS(1171), - [anon_sym_DASH_EQ] = ACTIONS(1171), - [anon_sym_STAR_EQ] = ACTIONS(1171), - [anon_sym_SLASH_EQ] = ACTIONS(1171), - [anon_sym_PERCENT_EQ] = ACTIONS(1171), - [anon_sym_LT_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_EQ] = ACTIONS(1171), - [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1171), - [anon_sym_EQ_EQ] = ACTIONS(1171), - [anon_sym_BANG_EQ] = ACTIONS(1171), - [anon_sym_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1171), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT] = ACTIONS(1171), - [anon_sym_GT_GT] = ACTIONS(1171), - [anon_sym_PLUS] = ACTIONS(1171), - [anon_sym_DASH] = ACTIONS(1171), - [anon_sym_STAR] = ACTIONS(1171), - [anon_sym_SLASH] = ACTIONS(1171), - [anon_sym_PERCENT] = ACTIONS(1171), - [anon_sym_STAR_STAR] = ACTIONS(1171), - [anon_sym_LT] = ACTIONS(1171), - [anon_sym_GT] = ACTIONS(1171), - [anon_sym_RPAREN] = ACTIONS(1171), - [anon_sym_PIPE] = ACTIONS(1171), - [anon_sym_SEMI_SEMI] = ACTIONS(1171), - [anon_sym_PIPE_AMP] = ACTIONS(1171), - [anon_sym_EQ_TILDE] = ACTIONS(1171), - [anon_sym_AMP_GT] = ACTIONS(1171), - [anon_sym_AMP_GT_GT] = ACTIONS(1171), - [anon_sym_LT_AMP] = ACTIONS(1171), - [anon_sym_GT_AMP] = ACTIONS(1171), - [anon_sym_GT_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT_DASH] = ACTIONS(1171), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1173), - [anon_sym_LT_LT_LT] = ACTIONS(1171), - [anon_sym_AMP] = ACTIONS(1171), - [anon_sym_CARET] = ACTIONS(1171), - [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1171), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1171), - [sym__special_character] = ACTIONS(1171), - [anon_sym_DQUOTE] = ACTIONS(1171), - [sym_raw_string] = ACTIONS(1171), - [sym_ansi_c_string] = ACTIONS(1171), - [aux_sym_number_token1] = ACTIONS(1171), - [aux_sym_number_token2] = ACTIONS(1171), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1171), - [anon_sym_BQUOTE] = ACTIONS(1171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1171), - [anon_sym_LT_LPAREN] = ACTIONS(1171), - [anon_sym_GT_LPAREN] = ACTIONS(1171), + [sym_word] = ACTIONS(1213), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1213), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1213), + [anon_sym_SEMI] = ACTIONS(1213), + [anon_sym_EQ] = ACTIONS(1213), + [anon_sym_PLUS_PLUS] = ACTIONS(1213), + [anon_sym_DASH_DASH] = ACTIONS(1213), + [anon_sym_PLUS_EQ] = ACTIONS(1213), + [anon_sym_DASH_EQ] = ACTIONS(1213), + [anon_sym_STAR_EQ] = ACTIONS(1213), + [anon_sym_SLASH_EQ] = ACTIONS(1213), + [anon_sym_PERCENT_EQ] = ACTIONS(1213), + [anon_sym_LT_LT_EQ] = ACTIONS(1213), + [anon_sym_GT_GT_EQ] = ACTIONS(1213), + [anon_sym_AMP_EQ] = ACTIONS(1213), + [anon_sym_CARET_EQ] = ACTIONS(1213), + [anon_sym_PIPE_EQ] = ACTIONS(1213), + [anon_sym_EQ_EQ] = ACTIONS(1213), + [anon_sym_BANG_EQ] = ACTIONS(1213), + [anon_sym_LT_EQ] = ACTIONS(1213), + [anon_sym_GT_EQ] = ACTIONS(1213), + [anon_sym_AMP_AMP] = ACTIONS(1213), + [anon_sym_PIPE_PIPE] = ACTIONS(1213), + [anon_sym_LT_LT] = ACTIONS(1213), + [anon_sym_GT_GT] = ACTIONS(1213), + [anon_sym_PLUS] = ACTIONS(1213), + [anon_sym_DASH] = ACTIONS(1213), + [anon_sym_STAR] = ACTIONS(1213), + [anon_sym_SLASH] = ACTIONS(1213), + [anon_sym_PERCENT] = ACTIONS(1213), + [anon_sym_STAR_STAR] = ACTIONS(1213), + [anon_sym_LT] = ACTIONS(1213), + [anon_sym_GT] = ACTIONS(1213), + [anon_sym_RPAREN] = ACTIONS(1213), + [anon_sym_PIPE] = ACTIONS(1213), + [anon_sym_SEMI_SEMI] = ACTIONS(1213), + [anon_sym_PIPE_AMP] = ACTIONS(1213), + [anon_sym_EQ_TILDE] = ACTIONS(1213), + [anon_sym_AMP_GT] = ACTIONS(1213), + [anon_sym_AMP_GT_GT] = ACTIONS(1213), + [anon_sym_LT_AMP] = ACTIONS(1213), + [anon_sym_GT_AMP] = ACTIONS(1213), + [anon_sym_GT_PIPE] = ACTIONS(1213), + [anon_sym_LT_LT_DASH] = ACTIONS(1213), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1215), + [anon_sym_LT_LT_LT] = ACTIONS(1213), + [anon_sym_AMP] = ACTIONS(1213), + [anon_sym_CARET] = ACTIONS(1213), + [anon_sym_QMARK] = ACTIONS(1213), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1213), + [aux_sym_concatenation_token1] = ACTIONS(1213), + [anon_sym_DOLLAR] = ACTIONS(1213), + [sym__special_character] = ACTIONS(1213), + [anon_sym_DQUOTE] = ACTIONS(1213), + [sym_raw_string] = ACTIONS(1213), + [sym_ansi_c_string] = ACTIONS(1213), + [aux_sym_number_token1] = ACTIONS(1213), + [aux_sym_number_token2] = ACTIONS(1213), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1213), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1213), + [anon_sym_BQUOTE] = ACTIONS(1213), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1213), + [anon_sym_LT_LPAREN] = ACTIONS(1213), + [anon_sym_GT_LPAREN] = ACTIONS(1213), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1173), - [sym__concat] = ACTIONS(1209), - [sym_test_operator] = ACTIONS(1173), - [sym__bare_dollar] = ACTIONS(1173), - [sym__brace_start] = ACTIONS(1173), + [sym_file_descriptor] = ACTIONS(1215), + [sym__concat] = ACTIONS(1215), + [sym_test_operator] = ACTIONS(1215), + [sym__bare_dollar] = ACTIONS(1215), + [sym__brace_start] = ACTIONS(1215), }, [339] = { - [sym_word] = ACTIONS(1211), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1211), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1211), - [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_EQ] = ACTIONS(1211), - [anon_sym_PLUS_PLUS] = ACTIONS(1211), - [anon_sym_DASH_DASH] = ACTIONS(1211), - [anon_sym_PLUS_EQ] = ACTIONS(1211), - [anon_sym_DASH_EQ] = ACTIONS(1211), - [anon_sym_STAR_EQ] = ACTIONS(1211), - [anon_sym_SLASH_EQ] = ACTIONS(1211), - [anon_sym_PERCENT_EQ] = ACTIONS(1211), - [anon_sym_LT_LT_EQ] = ACTIONS(1211), - [anon_sym_GT_GT_EQ] = ACTIONS(1211), - [anon_sym_AMP_EQ] = ACTIONS(1211), - [anon_sym_CARET_EQ] = ACTIONS(1211), - [anon_sym_PIPE_EQ] = ACTIONS(1211), - [anon_sym_EQ_EQ] = ACTIONS(1211), - [anon_sym_BANG_EQ] = ACTIONS(1211), - [anon_sym_LT_EQ] = ACTIONS(1211), - [anon_sym_GT_EQ] = ACTIONS(1211), - [anon_sym_AMP_AMP] = ACTIONS(1211), - [anon_sym_PIPE_PIPE] = ACTIONS(1211), - [anon_sym_LT_LT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(1211), - [anon_sym_PLUS] = ACTIONS(1211), - [anon_sym_DASH] = ACTIONS(1211), - [anon_sym_STAR] = ACTIONS(1211), - [anon_sym_SLASH] = ACTIONS(1211), - [anon_sym_PERCENT] = ACTIONS(1211), - [anon_sym_STAR_STAR] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_RPAREN] = ACTIONS(1211), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_SEMI_SEMI] = ACTIONS(1211), - [anon_sym_PIPE_AMP] = ACTIONS(1211), - [anon_sym_EQ_TILDE] = ACTIONS(1211), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(1211), - [anon_sym_LT_AMP] = ACTIONS(1211), - [anon_sym_GT_AMP] = ACTIONS(1211), - [anon_sym_GT_PIPE] = ACTIONS(1211), - [anon_sym_LT_LT_DASH] = ACTIONS(1211), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1213), - [anon_sym_LT_LT_LT] = ACTIONS(1211), - [anon_sym_AMP] = ACTIONS(1211), - [anon_sym_CARET] = ACTIONS(1211), - [anon_sym_QMARK] = ACTIONS(1211), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1211), - [aux_sym_concatenation_token1] = ACTIONS(1211), - [anon_sym_DOLLAR] = ACTIONS(1211), - [sym__special_character] = ACTIONS(1211), - [anon_sym_DQUOTE] = ACTIONS(1211), - [sym_raw_string] = ACTIONS(1211), - [sym_ansi_c_string] = ACTIONS(1211), - [aux_sym_number_token1] = ACTIONS(1211), - [aux_sym_number_token2] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1211), - [anon_sym_BQUOTE] = ACTIONS(1211), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1211), - [anon_sym_LT_LPAREN] = ACTIONS(1211), - [anon_sym_GT_LPAREN] = ACTIONS(1211), + [sym_word] = ACTIONS(1217), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1217), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1217), + [anon_sym_SEMI] = ACTIONS(1217), + [anon_sym_EQ] = ACTIONS(1217), + [anon_sym_PLUS_PLUS] = ACTIONS(1217), + [anon_sym_DASH_DASH] = ACTIONS(1217), + [anon_sym_PLUS_EQ] = ACTIONS(1217), + [anon_sym_DASH_EQ] = ACTIONS(1217), + [anon_sym_STAR_EQ] = ACTIONS(1217), + [anon_sym_SLASH_EQ] = ACTIONS(1217), + [anon_sym_PERCENT_EQ] = ACTIONS(1217), + [anon_sym_LT_LT_EQ] = ACTIONS(1217), + [anon_sym_GT_GT_EQ] = ACTIONS(1217), + [anon_sym_AMP_EQ] = ACTIONS(1217), + [anon_sym_CARET_EQ] = ACTIONS(1217), + [anon_sym_PIPE_EQ] = ACTIONS(1217), + [anon_sym_EQ_EQ] = ACTIONS(1217), + [anon_sym_BANG_EQ] = ACTIONS(1217), + [anon_sym_LT_EQ] = ACTIONS(1217), + [anon_sym_GT_EQ] = ACTIONS(1217), + [anon_sym_AMP_AMP] = ACTIONS(1217), + [anon_sym_PIPE_PIPE] = ACTIONS(1217), + [anon_sym_LT_LT] = ACTIONS(1217), + [anon_sym_GT_GT] = ACTIONS(1217), + [anon_sym_PLUS] = ACTIONS(1217), + [anon_sym_DASH] = ACTIONS(1217), + [anon_sym_STAR] = ACTIONS(1217), + [anon_sym_SLASH] = ACTIONS(1217), + [anon_sym_PERCENT] = ACTIONS(1217), + [anon_sym_STAR_STAR] = ACTIONS(1217), + [anon_sym_LT] = ACTIONS(1217), + [anon_sym_GT] = ACTIONS(1217), + [anon_sym_RPAREN] = ACTIONS(1217), + [anon_sym_PIPE] = ACTIONS(1217), + [anon_sym_SEMI_SEMI] = ACTIONS(1217), + [anon_sym_PIPE_AMP] = ACTIONS(1217), + [anon_sym_EQ_TILDE] = ACTIONS(1217), + [anon_sym_AMP_GT] = ACTIONS(1217), + [anon_sym_AMP_GT_GT] = ACTIONS(1217), + [anon_sym_LT_AMP] = ACTIONS(1217), + [anon_sym_GT_AMP] = ACTIONS(1217), + [anon_sym_GT_PIPE] = ACTIONS(1217), + [anon_sym_LT_LT_DASH] = ACTIONS(1217), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1219), + [anon_sym_LT_LT_LT] = ACTIONS(1217), + [anon_sym_AMP] = ACTIONS(1217), + [anon_sym_CARET] = ACTIONS(1217), + [anon_sym_QMARK] = ACTIONS(1217), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1217), + [aux_sym_concatenation_token1] = ACTIONS(1217), + [anon_sym_DOLLAR] = ACTIONS(1217), + [sym__special_character] = ACTIONS(1217), + [anon_sym_DQUOTE] = ACTIONS(1217), + [sym_raw_string] = ACTIONS(1217), + [sym_ansi_c_string] = ACTIONS(1217), + [aux_sym_number_token1] = ACTIONS(1217), + [aux_sym_number_token2] = ACTIONS(1217), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1217), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1217), + [anon_sym_BQUOTE] = ACTIONS(1217), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1217), + [anon_sym_LT_LPAREN] = ACTIONS(1217), + [anon_sym_GT_LPAREN] = ACTIONS(1217), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1213), - [sym__concat] = ACTIONS(1213), - [sym_test_operator] = ACTIONS(1213), - [sym__bare_dollar] = ACTIONS(1213), - [sym__brace_start] = ACTIONS(1213), + [sym_file_descriptor] = ACTIONS(1219), + [sym__concat] = ACTIONS(1219), + [sym_test_operator] = ACTIONS(1219), + [sym__bare_dollar] = ACTIONS(1219), + [sym__brace_start] = ACTIONS(1219), }, [340] = { - [sym_word] = ACTIONS(1215), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1215), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1215), - [anon_sym_SEMI] = ACTIONS(1215), - [anon_sym_EQ] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_EQ] = ACTIONS(1215), - [anon_sym_DASH_EQ] = ACTIONS(1215), - [anon_sym_STAR_EQ] = ACTIONS(1215), - [anon_sym_SLASH_EQ] = ACTIONS(1215), - [anon_sym_PERCENT_EQ] = ACTIONS(1215), - [anon_sym_LT_LT_EQ] = ACTIONS(1215), - [anon_sym_GT_GT_EQ] = ACTIONS(1215), - [anon_sym_AMP_EQ] = ACTIONS(1215), - [anon_sym_CARET_EQ] = ACTIONS(1215), - [anon_sym_PIPE_EQ] = ACTIONS(1215), - [anon_sym_EQ_EQ] = ACTIONS(1215), - [anon_sym_BANG_EQ] = ACTIONS(1215), - [anon_sym_LT_EQ] = ACTIONS(1215), - [anon_sym_GT_EQ] = ACTIONS(1215), - [anon_sym_AMP_AMP] = ACTIONS(1215), - [anon_sym_PIPE_PIPE] = ACTIONS(1215), - [anon_sym_LT_LT] = ACTIONS(1215), - [anon_sym_GT_GT] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_SLASH] = ACTIONS(1215), - [anon_sym_PERCENT] = ACTIONS(1215), - [anon_sym_STAR_STAR] = ACTIONS(1215), - [anon_sym_LT] = ACTIONS(1215), - [anon_sym_GT] = ACTIONS(1215), - [anon_sym_RPAREN] = ACTIONS(1215), - [anon_sym_PIPE] = ACTIONS(1215), - [anon_sym_SEMI_SEMI] = ACTIONS(1215), - [anon_sym_PIPE_AMP] = ACTIONS(1215), - [anon_sym_EQ_TILDE] = ACTIONS(1215), - [anon_sym_AMP_GT] = ACTIONS(1215), - [anon_sym_AMP_GT_GT] = ACTIONS(1215), - [anon_sym_LT_AMP] = ACTIONS(1215), - [anon_sym_GT_AMP] = ACTIONS(1215), - [anon_sym_GT_PIPE] = ACTIONS(1215), - [anon_sym_LT_LT_DASH] = ACTIONS(1215), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1217), - [anon_sym_LT_LT_LT] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_CARET] = ACTIONS(1215), - [anon_sym_QMARK] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1215), - [aux_sym_concatenation_token1] = ACTIONS(1215), - [anon_sym_DOLLAR] = ACTIONS(1215), - [sym__special_character] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1215), - [sym_raw_string] = ACTIONS(1215), - [sym_ansi_c_string] = ACTIONS(1215), - [aux_sym_number_token1] = ACTIONS(1215), - [aux_sym_number_token2] = ACTIONS(1215), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1215), - [anon_sym_BQUOTE] = ACTIONS(1215), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1215), - [anon_sym_LT_LPAREN] = ACTIONS(1215), - [anon_sym_GT_LPAREN] = ACTIONS(1215), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1217), - [sym__concat] = ACTIONS(1217), - [sym_test_operator] = ACTIONS(1217), - [sym__bare_dollar] = ACTIONS(1217), - [sym__brace_start] = ACTIONS(1217), - }, - [341] = { - [aux_sym_concatenation_repeat1] = STATE(334), + [aux_sym_concatenation_repeat1] = STATE(336), [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_SEMI] = ACTIONS(1147), @@ -49671,295 +49976,295 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, + [341] = { + [sym_word] = ACTIONS(1221), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1221), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym_EQ] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_EQ] = ACTIONS(1221), + [anon_sym_DASH_EQ] = ACTIONS(1221), + [anon_sym_STAR_EQ] = ACTIONS(1221), + [anon_sym_SLASH_EQ] = ACTIONS(1221), + [anon_sym_PERCENT_EQ] = ACTIONS(1221), + [anon_sym_LT_LT_EQ] = ACTIONS(1221), + [anon_sym_GT_GT_EQ] = ACTIONS(1221), + [anon_sym_AMP_EQ] = ACTIONS(1221), + [anon_sym_CARET_EQ] = ACTIONS(1221), + [anon_sym_PIPE_EQ] = ACTIONS(1221), + [anon_sym_EQ_EQ] = ACTIONS(1221), + [anon_sym_BANG_EQ] = ACTIONS(1221), + [anon_sym_LT_EQ] = ACTIONS(1221), + [anon_sym_GT_EQ] = ACTIONS(1221), + [anon_sym_AMP_AMP] = ACTIONS(1221), + [anon_sym_PIPE_PIPE] = ACTIONS(1221), + [anon_sym_LT_LT] = ACTIONS(1221), + [anon_sym_GT_GT] = ACTIONS(1221), + [anon_sym_PLUS] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1221), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_SLASH] = ACTIONS(1221), + [anon_sym_PERCENT] = ACTIONS(1221), + [anon_sym_STAR_STAR] = ACTIONS(1221), + [anon_sym_LT] = ACTIONS(1221), + [anon_sym_GT] = ACTIONS(1221), + [anon_sym_RPAREN] = ACTIONS(1221), + [anon_sym_PIPE] = ACTIONS(1221), + [anon_sym_SEMI_SEMI] = ACTIONS(1221), + [anon_sym_PIPE_AMP] = ACTIONS(1221), + [anon_sym_EQ_TILDE] = ACTIONS(1221), + [anon_sym_AMP_GT] = ACTIONS(1221), + [anon_sym_AMP_GT_GT] = ACTIONS(1221), + [anon_sym_LT_AMP] = ACTIONS(1221), + [anon_sym_GT_AMP] = ACTIONS(1221), + [anon_sym_GT_PIPE] = ACTIONS(1221), + [anon_sym_LT_LT_DASH] = ACTIONS(1221), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1223), + [anon_sym_LT_LT_LT] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_CARET] = ACTIONS(1221), + [anon_sym_QMARK] = ACTIONS(1221), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1221), + [aux_sym_concatenation_token1] = ACTIONS(1221), + [anon_sym_DOLLAR] = ACTIONS(1221), + [sym__special_character] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_raw_string] = ACTIONS(1221), + [sym_ansi_c_string] = ACTIONS(1221), + [aux_sym_number_token1] = ACTIONS(1221), + [aux_sym_number_token2] = ACTIONS(1221), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1221), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1221), + [anon_sym_BQUOTE] = ACTIONS(1221), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1221), + [anon_sym_LT_LPAREN] = ACTIONS(1221), + [anon_sym_GT_LPAREN] = ACTIONS(1221), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1223), + [sym__concat] = ACTIONS(1223), + [sym_test_operator] = ACTIONS(1223), + [sym__bare_dollar] = ACTIONS(1223), + [sym__brace_start] = ACTIONS(1223), + }, [342] = { - [sym_word] = ACTIONS(1219), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1219), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1219), - [anon_sym_SEMI] = ACTIONS(1219), - [anon_sym_EQ] = ACTIONS(1219), - [anon_sym_PLUS_PLUS] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1219), - [anon_sym_PLUS_EQ] = ACTIONS(1219), - [anon_sym_DASH_EQ] = ACTIONS(1219), - [anon_sym_STAR_EQ] = ACTIONS(1219), - [anon_sym_SLASH_EQ] = ACTIONS(1219), - [anon_sym_PERCENT_EQ] = ACTIONS(1219), - [anon_sym_LT_LT_EQ] = ACTIONS(1219), - [anon_sym_GT_GT_EQ] = ACTIONS(1219), - [anon_sym_AMP_EQ] = ACTIONS(1219), - [anon_sym_CARET_EQ] = ACTIONS(1219), - [anon_sym_PIPE_EQ] = ACTIONS(1219), - [anon_sym_EQ_EQ] = ACTIONS(1219), - [anon_sym_BANG_EQ] = ACTIONS(1219), - [anon_sym_LT_EQ] = ACTIONS(1219), - [anon_sym_GT_EQ] = ACTIONS(1219), - [anon_sym_AMP_AMP] = ACTIONS(1219), - [anon_sym_PIPE_PIPE] = ACTIONS(1219), - [anon_sym_LT_LT] = ACTIONS(1219), - [anon_sym_GT_GT] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_SLASH] = ACTIONS(1219), - [anon_sym_PERCENT] = ACTIONS(1219), - [anon_sym_STAR_STAR] = ACTIONS(1219), - [anon_sym_LT] = ACTIONS(1219), - [anon_sym_GT] = ACTIONS(1219), - [anon_sym_RPAREN] = ACTIONS(1219), - [anon_sym_PIPE] = ACTIONS(1219), - [anon_sym_SEMI_SEMI] = ACTIONS(1219), - [anon_sym_PIPE_AMP] = ACTIONS(1219), - [anon_sym_EQ_TILDE] = ACTIONS(1219), - [anon_sym_AMP_GT] = ACTIONS(1219), - [anon_sym_AMP_GT_GT] = ACTIONS(1219), - [anon_sym_LT_AMP] = ACTIONS(1219), - [anon_sym_GT_AMP] = ACTIONS(1219), - [anon_sym_GT_PIPE] = ACTIONS(1219), - [anon_sym_LT_LT_DASH] = ACTIONS(1219), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1221), - [anon_sym_LT_LT_LT] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_CARET] = ACTIONS(1219), - [anon_sym_QMARK] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1219), - [aux_sym_concatenation_token1] = ACTIONS(1219), - [anon_sym_DOLLAR] = ACTIONS(1219), - [sym__special_character] = ACTIONS(1219), - [anon_sym_DQUOTE] = ACTIONS(1219), - [sym_raw_string] = ACTIONS(1219), - [sym_ansi_c_string] = ACTIONS(1219), - [aux_sym_number_token1] = ACTIONS(1219), - [aux_sym_number_token2] = ACTIONS(1219), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1219), - [anon_sym_BQUOTE] = ACTIONS(1219), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1219), - [anon_sym_LT_LPAREN] = ACTIONS(1219), - [anon_sym_GT_LPAREN] = ACTIONS(1219), + [sym_word] = ACTIONS(1183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1183), + [anon_sym_SEMI] = ACTIONS(1183), + [anon_sym_EQ] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_EQ] = ACTIONS(1183), + [anon_sym_DASH_EQ] = ACTIONS(1183), + [anon_sym_STAR_EQ] = ACTIONS(1183), + [anon_sym_SLASH_EQ] = ACTIONS(1183), + [anon_sym_PERCENT_EQ] = ACTIONS(1183), + [anon_sym_LT_LT_EQ] = ACTIONS(1183), + [anon_sym_GT_GT_EQ] = ACTIONS(1183), + [anon_sym_AMP_EQ] = ACTIONS(1183), + [anon_sym_CARET_EQ] = ACTIONS(1183), + [anon_sym_PIPE_EQ] = ACTIONS(1183), + [anon_sym_EQ_EQ] = ACTIONS(1183), + [anon_sym_BANG_EQ] = ACTIONS(1183), + [anon_sym_LT_EQ] = ACTIONS(1183), + [anon_sym_GT_EQ] = ACTIONS(1183), + [anon_sym_AMP_AMP] = ACTIONS(1183), + [anon_sym_PIPE_PIPE] = ACTIONS(1183), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1183), + [anon_sym_DASH] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_SLASH] = ACTIONS(1183), + [anon_sym_PERCENT] = ACTIONS(1183), + [anon_sym_STAR_STAR] = ACTIONS(1183), + [anon_sym_LT] = ACTIONS(1183), + [anon_sym_GT] = ACTIONS(1183), + [anon_sym_RPAREN] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1183), + [anon_sym_SEMI_SEMI] = ACTIONS(1183), + [anon_sym_PIPE_AMP] = ACTIONS(1183), + [anon_sym_EQ_TILDE] = ACTIONS(1183), + [anon_sym_AMP_GT] = ACTIONS(1183), + [anon_sym_AMP_GT_GT] = ACTIONS(1183), + [anon_sym_LT_AMP] = ACTIONS(1183), + [anon_sym_GT_AMP] = ACTIONS(1183), + [anon_sym_GT_PIPE] = ACTIONS(1183), + [anon_sym_LT_LT_DASH] = ACTIONS(1183), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), + [anon_sym_LT_LT_LT] = ACTIONS(1183), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_CARET] = ACTIONS(1183), + [anon_sym_QMARK] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), + [aux_sym_concatenation_token1] = ACTIONS(1183), + [anon_sym_DOLLAR] = ACTIONS(1183), + [sym__special_character] = ACTIONS(1183), + [anon_sym_DQUOTE] = ACTIONS(1183), + [sym_raw_string] = ACTIONS(1183), + [sym_ansi_c_string] = ACTIONS(1183), + [aux_sym_number_token1] = ACTIONS(1183), + [aux_sym_number_token2] = ACTIONS(1183), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), + [anon_sym_BQUOTE] = ACTIONS(1183), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), + [anon_sym_LT_LPAREN] = ACTIONS(1183), + [anon_sym_GT_LPAREN] = ACTIONS(1183), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1221), - [sym__concat] = ACTIONS(1221), - [sym_test_operator] = ACTIONS(1221), - [sym__bare_dollar] = ACTIONS(1221), - [sym__brace_start] = ACTIONS(1221), + [sym_file_descriptor] = ACTIONS(1185), + [sym__concat] = ACTIONS(1185), + [sym_test_operator] = ACTIONS(1185), + [sym__bare_dollar] = ACTIONS(1185), + [sym__brace_start] = ACTIONS(1185), }, [343] = { - [sym_word] = ACTIONS(1223), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1223), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1223), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_EQ] = ACTIONS(1223), - [anon_sym_PLUS_PLUS] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1223), - [anon_sym_PLUS_EQ] = ACTIONS(1223), - [anon_sym_DASH_EQ] = ACTIONS(1223), - [anon_sym_STAR_EQ] = ACTIONS(1223), - [anon_sym_SLASH_EQ] = ACTIONS(1223), - [anon_sym_PERCENT_EQ] = ACTIONS(1223), - [anon_sym_LT_LT_EQ] = ACTIONS(1223), - [anon_sym_GT_GT_EQ] = ACTIONS(1223), - [anon_sym_AMP_EQ] = ACTIONS(1223), - [anon_sym_CARET_EQ] = ACTIONS(1223), - [anon_sym_PIPE_EQ] = ACTIONS(1223), - [anon_sym_EQ_EQ] = ACTIONS(1223), - [anon_sym_BANG_EQ] = ACTIONS(1223), - [anon_sym_LT_EQ] = ACTIONS(1223), - [anon_sym_GT_EQ] = ACTIONS(1223), - [anon_sym_AMP_AMP] = ACTIONS(1223), - [anon_sym_PIPE_PIPE] = ACTIONS(1223), - [anon_sym_LT_LT] = ACTIONS(1223), - [anon_sym_GT_GT] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1223), - [anon_sym_SLASH] = ACTIONS(1223), - [anon_sym_PERCENT] = ACTIONS(1223), - [anon_sym_STAR_STAR] = ACTIONS(1223), - [anon_sym_LT] = ACTIONS(1223), - [anon_sym_GT] = ACTIONS(1223), - [anon_sym_RPAREN] = ACTIONS(1223), - [anon_sym_PIPE] = ACTIONS(1223), - [anon_sym_SEMI_SEMI] = ACTIONS(1223), - [anon_sym_PIPE_AMP] = ACTIONS(1223), - [anon_sym_EQ_TILDE] = ACTIONS(1223), - [anon_sym_AMP_GT] = ACTIONS(1223), - [anon_sym_AMP_GT_GT] = ACTIONS(1223), - [anon_sym_LT_AMP] = ACTIONS(1223), - [anon_sym_GT_AMP] = ACTIONS(1223), - [anon_sym_GT_PIPE] = ACTIONS(1223), - [anon_sym_LT_LT_DASH] = ACTIONS(1223), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1225), - [anon_sym_LT_LT_LT] = ACTIONS(1223), - [anon_sym_AMP] = ACTIONS(1223), - [anon_sym_CARET] = ACTIONS(1223), - [anon_sym_QMARK] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1223), - [aux_sym_concatenation_token1] = ACTIONS(1223), - [anon_sym_DOLLAR] = ACTIONS(1223), - [sym__special_character] = ACTIONS(1223), - [anon_sym_DQUOTE] = ACTIONS(1223), - [sym_raw_string] = ACTIONS(1223), - [sym_ansi_c_string] = ACTIONS(1223), - [aux_sym_number_token1] = ACTIONS(1223), - [aux_sym_number_token2] = ACTIONS(1223), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1223), - [anon_sym_BQUOTE] = ACTIONS(1223), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1223), - [anon_sym_LT_LPAREN] = ACTIONS(1223), - [anon_sym_GT_LPAREN] = ACTIONS(1223), + [sym_word] = ACTIONS(1225), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1225), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1225), + [anon_sym_SEMI] = ACTIONS(1225), + [anon_sym_EQ] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_EQ] = ACTIONS(1225), + [anon_sym_DASH_EQ] = ACTIONS(1225), + [anon_sym_STAR_EQ] = ACTIONS(1225), + [anon_sym_SLASH_EQ] = ACTIONS(1225), + [anon_sym_PERCENT_EQ] = ACTIONS(1225), + [anon_sym_LT_LT_EQ] = ACTIONS(1225), + [anon_sym_GT_GT_EQ] = ACTIONS(1225), + [anon_sym_AMP_EQ] = ACTIONS(1225), + [anon_sym_CARET_EQ] = ACTIONS(1225), + [anon_sym_PIPE_EQ] = ACTIONS(1225), + [anon_sym_EQ_EQ] = ACTIONS(1225), + [anon_sym_BANG_EQ] = ACTIONS(1225), + [anon_sym_LT_EQ] = ACTIONS(1225), + [anon_sym_GT_EQ] = ACTIONS(1225), + [anon_sym_AMP_AMP] = ACTIONS(1225), + [anon_sym_PIPE_PIPE] = ACTIONS(1225), + [anon_sym_LT_LT] = ACTIONS(1225), + [anon_sym_GT_GT] = ACTIONS(1225), + [anon_sym_PLUS] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1225), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_SLASH] = ACTIONS(1225), + [anon_sym_PERCENT] = ACTIONS(1225), + [anon_sym_STAR_STAR] = ACTIONS(1225), + [anon_sym_LT] = ACTIONS(1225), + [anon_sym_GT] = ACTIONS(1225), + [anon_sym_RPAREN] = ACTIONS(1225), + [anon_sym_PIPE] = ACTIONS(1225), + [anon_sym_SEMI_SEMI] = ACTIONS(1225), + [anon_sym_PIPE_AMP] = ACTIONS(1225), + [anon_sym_EQ_TILDE] = ACTIONS(1225), + [anon_sym_AMP_GT] = ACTIONS(1225), + [anon_sym_AMP_GT_GT] = ACTIONS(1225), + [anon_sym_LT_AMP] = ACTIONS(1225), + [anon_sym_GT_AMP] = ACTIONS(1225), + [anon_sym_GT_PIPE] = ACTIONS(1225), + [anon_sym_LT_LT_DASH] = ACTIONS(1225), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1227), + [anon_sym_LT_LT_LT] = ACTIONS(1225), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_CARET] = ACTIONS(1225), + [anon_sym_QMARK] = ACTIONS(1225), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1225), + [aux_sym_concatenation_token1] = ACTIONS(1225), + [anon_sym_DOLLAR] = ACTIONS(1225), + [sym__special_character] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1225), + [sym_raw_string] = ACTIONS(1225), + [sym_ansi_c_string] = ACTIONS(1225), + [aux_sym_number_token1] = ACTIONS(1225), + [aux_sym_number_token2] = ACTIONS(1225), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1225), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1225), + [anon_sym_BQUOTE] = ACTIONS(1225), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1225), + [anon_sym_LT_LPAREN] = ACTIONS(1225), + [anon_sym_GT_LPAREN] = ACTIONS(1225), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1225), - [sym__concat] = ACTIONS(1225), - [sym_test_operator] = ACTIONS(1225), - [sym__bare_dollar] = ACTIONS(1225), - [sym__brace_start] = ACTIONS(1225), + [sym_file_descriptor] = ACTIONS(1227), + [sym__concat] = ACTIONS(1227), + [sym_test_operator] = ACTIONS(1227), + [sym__bare_dollar] = ACTIONS(1227), + [sym__brace_start] = ACTIONS(1227), }, [344] = { - [sym_word] = ACTIONS(1227), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1227), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1227), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_GT_EQ] = ACTIONS(1227), - [anon_sym_AMP_EQ] = ACTIONS(1227), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1227), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_EQ] = ACTIONS(1227), - [anon_sym_AMP_AMP] = ACTIONS(1227), - [anon_sym_PIPE_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT] = ACTIONS(1227), - [anon_sym_GT_GT] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1227), - [anon_sym_SLASH] = ACTIONS(1227), - [anon_sym_PERCENT] = ACTIONS(1227), - [anon_sym_STAR_STAR] = ACTIONS(1227), - [anon_sym_LT] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1227), - [anon_sym_RPAREN] = ACTIONS(1227), - [anon_sym_PIPE] = ACTIONS(1227), - [anon_sym_SEMI_SEMI] = ACTIONS(1227), - [anon_sym_PIPE_AMP] = ACTIONS(1227), - [anon_sym_EQ_TILDE] = ACTIONS(1227), - [anon_sym_AMP_GT] = ACTIONS(1227), - [anon_sym_AMP_GT_GT] = ACTIONS(1227), - [anon_sym_LT_AMP] = ACTIONS(1227), - [anon_sym_GT_AMP] = ACTIONS(1227), - [anon_sym_GT_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT_DASH] = ACTIONS(1227), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1229), - [anon_sym_LT_LT_LT] = ACTIONS(1227), - [anon_sym_AMP] = ACTIONS(1227), - [anon_sym_CARET] = ACTIONS(1227), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1227), - [aux_sym_concatenation_token1] = ACTIONS(1227), - [anon_sym_DOLLAR] = ACTIONS(1227), - [sym__special_character] = ACTIONS(1227), - [anon_sym_DQUOTE] = ACTIONS(1227), - [sym_raw_string] = ACTIONS(1227), - [sym_ansi_c_string] = ACTIONS(1227), - [aux_sym_number_token1] = ACTIONS(1227), - [aux_sym_number_token2] = ACTIONS(1227), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1227), - [anon_sym_BQUOTE] = ACTIONS(1227), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1227), - [anon_sym_LT_LPAREN] = ACTIONS(1227), - [anon_sym_GT_LPAREN] = ACTIONS(1227), + [aux_sym_concatenation_repeat1] = STATE(344), + [sym_word] = ACTIONS(1183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), + [anon_sym_SEMI] = ACTIONS(1183), + [anon_sym_EQ] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_EQ] = ACTIONS(1183), + [anon_sym_DASH_EQ] = ACTIONS(1183), + [anon_sym_STAR_EQ] = ACTIONS(1183), + [anon_sym_SLASH_EQ] = ACTIONS(1183), + [anon_sym_PERCENT_EQ] = ACTIONS(1183), + [anon_sym_LT_LT_EQ] = ACTIONS(1183), + [anon_sym_GT_GT_EQ] = ACTIONS(1183), + [anon_sym_AMP_EQ] = ACTIONS(1183), + [anon_sym_CARET_EQ] = ACTIONS(1183), + [anon_sym_PIPE_EQ] = ACTIONS(1183), + [anon_sym_EQ_EQ] = ACTIONS(1183), + [anon_sym_BANG_EQ] = ACTIONS(1183), + [anon_sym_LT_EQ] = ACTIONS(1183), + [anon_sym_GT_EQ] = ACTIONS(1183), + [anon_sym_AMP_AMP] = ACTIONS(1183), + [anon_sym_PIPE_PIPE] = ACTIONS(1183), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1183), + [anon_sym_DASH] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_SLASH] = ACTIONS(1183), + [anon_sym_PERCENT] = ACTIONS(1183), + [anon_sym_STAR_STAR] = ACTIONS(1183), + [anon_sym_LT] = ACTIONS(1183), + [anon_sym_GT] = ACTIONS(1183), + [anon_sym_RPAREN] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1183), + [anon_sym_SEMI_SEMI] = ACTIONS(1183), + [anon_sym_PIPE_AMP] = ACTIONS(1183), + [anon_sym_EQ_TILDE] = ACTIONS(1183), + [anon_sym_AMP_GT] = ACTIONS(1183), + [anon_sym_AMP_GT_GT] = ACTIONS(1183), + [anon_sym_LT_AMP] = ACTIONS(1183), + [anon_sym_GT_AMP] = ACTIONS(1183), + [anon_sym_GT_PIPE] = ACTIONS(1183), + [anon_sym_LT_LT_DASH] = ACTIONS(1183), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), + [anon_sym_LT_LT_LT] = ACTIONS(1183), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_CARET] = ACTIONS(1183), + [anon_sym_QMARK] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), + [aux_sym_concatenation_token1] = ACTIONS(1229), + [anon_sym_DOLLAR] = ACTIONS(1183), + [sym__special_character] = ACTIONS(1183), + [anon_sym_DQUOTE] = ACTIONS(1183), + [sym_raw_string] = ACTIONS(1183), + [sym_ansi_c_string] = ACTIONS(1183), + [aux_sym_number_token1] = ACTIONS(1183), + [aux_sym_number_token2] = ACTIONS(1183), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), + [anon_sym_BQUOTE] = ACTIONS(1183), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), + [anon_sym_LT_LPAREN] = ACTIONS(1183), + [anon_sym_GT_LPAREN] = ACTIONS(1183), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1229), - [sym__concat] = ACTIONS(1229), - [sym_test_operator] = ACTIONS(1229), - [sym__bare_dollar] = ACTIONS(1229), - [sym__brace_start] = ACTIONS(1229), + [sym_file_descriptor] = ACTIONS(1185), + [sym__concat] = ACTIONS(1232), + [sym_test_operator] = ACTIONS(1185), + [sym__bare_dollar] = ACTIONS(1185), + [sym__brace_start] = ACTIONS(1185), }, [345] = { - [sym_word] = ACTIONS(1231), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1231), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1231), - [anon_sym_SEMI] = ACTIONS(1231), - [anon_sym_EQ] = ACTIONS(1231), - [anon_sym_PLUS_PLUS] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1231), - [anon_sym_PLUS_EQ] = ACTIONS(1231), - [anon_sym_DASH_EQ] = ACTIONS(1231), - [anon_sym_STAR_EQ] = ACTIONS(1231), - [anon_sym_SLASH_EQ] = ACTIONS(1231), - [anon_sym_PERCENT_EQ] = ACTIONS(1231), - [anon_sym_LT_LT_EQ] = ACTIONS(1231), - [anon_sym_GT_GT_EQ] = ACTIONS(1231), - [anon_sym_AMP_EQ] = ACTIONS(1231), - [anon_sym_CARET_EQ] = ACTIONS(1231), - [anon_sym_PIPE_EQ] = ACTIONS(1231), - [anon_sym_EQ_EQ] = ACTIONS(1231), - [anon_sym_BANG_EQ] = ACTIONS(1231), - [anon_sym_LT_EQ] = ACTIONS(1231), - [anon_sym_GT_EQ] = ACTIONS(1231), - [anon_sym_AMP_AMP] = ACTIONS(1231), - [anon_sym_PIPE_PIPE] = ACTIONS(1231), - [anon_sym_LT_LT] = ACTIONS(1231), - [anon_sym_GT_GT] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1231), - [anon_sym_SLASH] = ACTIONS(1231), - [anon_sym_PERCENT] = ACTIONS(1231), - [anon_sym_STAR_STAR] = ACTIONS(1231), - [anon_sym_LT] = ACTIONS(1231), - [anon_sym_GT] = ACTIONS(1231), - [anon_sym_RPAREN] = ACTIONS(1231), - [anon_sym_PIPE] = ACTIONS(1231), - [anon_sym_SEMI_SEMI] = ACTIONS(1231), - [anon_sym_PIPE_AMP] = ACTIONS(1231), - [anon_sym_EQ_TILDE] = ACTIONS(1231), - [anon_sym_AMP_GT] = ACTIONS(1231), - [anon_sym_AMP_GT_GT] = ACTIONS(1231), - [anon_sym_LT_AMP] = ACTIONS(1231), - [anon_sym_GT_AMP] = ACTIONS(1231), - [anon_sym_GT_PIPE] = ACTIONS(1231), - [anon_sym_LT_LT_DASH] = ACTIONS(1231), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1233), - [anon_sym_LT_LT_LT] = ACTIONS(1231), - [anon_sym_AMP] = ACTIONS(1231), - [anon_sym_CARET] = ACTIONS(1231), - [anon_sym_QMARK] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1231), - [aux_sym_concatenation_token1] = ACTIONS(1231), - [anon_sym_DOLLAR] = ACTIONS(1231), - [sym__special_character] = ACTIONS(1231), - [anon_sym_DQUOTE] = ACTIONS(1231), - [sym_raw_string] = ACTIONS(1231), - [sym_ansi_c_string] = ACTIONS(1231), - [aux_sym_number_token1] = ACTIONS(1231), - [aux_sym_number_token2] = ACTIONS(1231), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1231), - [anon_sym_BQUOTE] = ACTIONS(1231), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1231), - [anon_sym_LT_LPAREN] = ACTIONS(1231), - [anon_sym_GT_LPAREN] = ACTIONS(1231), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1233), - [sym__concat] = ACTIONS(1233), - [sym_test_operator] = ACTIONS(1233), - [sym__bare_dollar] = ACTIONS(1233), - [sym__brace_start] = ACTIONS(1233), - }, - [346] = { [sym_word] = ACTIONS(1235), [anon_sym_LPAREN_LPAREN] = ACTIONS(1235), [anon_sym_RPAREN_RPAREN] = ACTIONS(1235), @@ -50031,151 +50336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1237), [sym__brace_start] = ACTIONS(1237), }, - [347] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1205), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1205), - [anon_sym_SEMI] = ACTIONS(1205), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_EQ] = ACTIONS(1205), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1205), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_AMP] = ACTIONS(1205), - [anon_sym_PIPE_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_RPAREN] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_SEMI_SEMI] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1205), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1205), - [anon_sym_LT_AMP] = ACTIONS(1205), - [anon_sym_GT_AMP] = ACTIONS(1205), - [anon_sym_GT_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT_DASH] = ACTIONS(1205), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1205), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1205), - [aux_sym_concatenation_token1] = ACTIONS(1205), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1205), - [sym_raw_string] = ACTIONS(1205), - [sym_ansi_c_string] = ACTIONS(1205), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1205), - [anon_sym_LT_LPAREN] = ACTIONS(1205), - [anon_sym_GT_LPAREN] = ACTIONS(1205), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), - }, - [348] = { - [aux_sym_concatenation_repeat1] = STATE(338), - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_SEMI] = ACTIONS(1167), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_AMP] = ACTIONS(1167), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_SEMI_SEMI] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1167), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1167), - [anon_sym_LT_AMP] = ACTIONS(1167), - [anon_sym_GT_AMP] = ACTIONS(1167), - [anon_sym_GT_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(1167), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1167), - [sym_raw_string] = ACTIONS(1167), - [sym_ansi_c_string] = ACTIONS(1167), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), - [anon_sym_LT_LPAREN] = ACTIONS(1167), - [anon_sym_GT_LPAREN] = ACTIONS(1167), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1169), - [sym__concat] = ACTIONS(338), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), - }, - [349] = { + [346] = { [sym_word] = ACTIONS(1239), [anon_sym_LPAREN_LPAREN] = ACTIONS(1239), [anon_sym_RPAREN_RPAREN] = ACTIONS(1239), @@ -50247,7 +50408,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1241), [sym__brace_start] = ACTIONS(1241), }, - [350] = { + [347] = { + [sym_word] = ACTIONS(1235), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1235), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1235), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_EQ] = ACTIONS(1235), + [anon_sym_PLUS_PLUS] = ACTIONS(1235), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_PLUS_EQ] = ACTIONS(1235), + [anon_sym_DASH_EQ] = ACTIONS(1235), + [anon_sym_STAR_EQ] = ACTIONS(1235), + [anon_sym_SLASH_EQ] = ACTIONS(1235), + [anon_sym_PERCENT_EQ] = ACTIONS(1235), + [anon_sym_LT_LT_EQ] = ACTIONS(1235), + [anon_sym_GT_GT_EQ] = ACTIONS(1235), + [anon_sym_AMP_EQ] = ACTIONS(1235), + [anon_sym_CARET_EQ] = ACTIONS(1235), + [anon_sym_PIPE_EQ] = ACTIONS(1235), + [anon_sym_EQ_EQ] = ACTIONS(1235), + [anon_sym_BANG_EQ] = ACTIONS(1235), + [anon_sym_LT_EQ] = ACTIONS(1235), + [anon_sym_GT_EQ] = ACTIONS(1235), + [anon_sym_AMP_AMP] = ACTIONS(1235), + [anon_sym_PIPE_PIPE] = ACTIONS(1235), + [anon_sym_LT_LT] = ACTIONS(1235), + [anon_sym_GT_GT] = ACTIONS(1235), + [anon_sym_PLUS] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_SLASH] = ACTIONS(1235), + [anon_sym_PERCENT] = ACTIONS(1235), + [anon_sym_STAR_STAR] = ACTIONS(1235), + [anon_sym_LT] = ACTIONS(1235), + [anon_sym_GT] = ACTIONS(1235), + [anon_sym_RPAREN] = ACTIONS(1235), + [anon_sym_PIPE] = ACTIONS(1235), + [anon_sym_SEMI_SEMI] = ACTIONS(1235), + [anon_sym_PIPE_AMP] = ACTIONS(1235), + [anon_sym_EQ_TILDE] = ACTIONS(1235), + [anon_sym_AMP_GT] = ACTIONS(1235), + [anon_sym_AMP_GT_GT] = ACTIONS(1235), + [anon_sym_LT_AMP] = ACTIONS(1235), + [anon_sym_GT_AMP] = ACTIONS(1235), + [anon_sym_GT_PIPE] = ACTIONS(1235), + [anon_sym_LT_LT_DASH] = ACTIONS(1235), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1237), + [anon_sym_LT_LT_LT] = ACTIONS(1235), + [anon_sym_AMP] = ACTIONS(1235), + [anon_sym_CARET] = ACTIONS(1235), + [anon_sym_QMARK] = ACTIONS(1235), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1235), + [aux_sym_concatenation_token1] = ACTIONS(1235), + [anon_sym_DOLLAR] = ACTIONS(1235), + [sym__special_character] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1235), + [sym_raw_string] = ACTIONS(1235), + [sym_ansi_c_string] = ACTIONS(1235), + [aux_sym_number_token1] = ACTIONS(1235), + [aux_sym_number_token2] = ACTIONS(1235), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1235), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1235), + [anon_sym_BQUOTE] = ACTIONS(1235), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1235), + [anon_sym_LT_LPAREN] = ACTIONS(1235), + [anon_sym_GT_LPAREN] = ACTIONS(1235), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1237), + [sym__concat] = ACTIONS(1237), + [sym_test_operator] = ACTIONS(1237), + [sym__bare_dollar] = ACTIONS(1237), + [sym__brace_start] = ACTIONS(1237), + }, + [348] = { [sym_word] = ACTIONS(1243), [anon_sym_LPAREN_LPAREN] = ACTIONS(1243), [anon_sym_RPAREN_RPAREN] = ACTIONS(1243), @@ -50319,7 +50552,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1245), [sym__brace_start] = ACTIONS(1245), }, - [351] = { + [349] = { [sym_word] = ACTIONS(1247), [anon_sym_LPAREN_LPAREN] = ACTIONS(1247), [anon_sym_RPAREN_RPAREN] = ACTIONS(1247), @@ -50391,7 +50624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1249), [sym__brace_start] = ACTIONS(1249), }, - [352] = { + [350] = { [sym_word] = ACTIONS(1251), [anon_sym_LPAREN_LPAREN] = ACTIONS(1251), [anon_sym_RPAREN_RPAREN] = ACTIONS(1251), @@ -50463,7 +50696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1253), [sym__brace_start] = ACTIONS(1253), }, - [353] = { + [351] = { [sym_word] = ACTIONS(1255), [anon_sym_LPAREN_LPAREN] = ACTIONS(1255), [anon_sym_RPAREN_RPAREN] = ACTIONS(1255), @@ -50535,79 +50768,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1257), [sym__brace_start] = ACTIONS(1257), }, - [354] = { - [sym_word] = ACTIONS(1183), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1183), - [anon_sym_SEMI] = ACTIONS(1183), - [anon_sym_EQ] = ACTIONS(1183), - [anon_sym_PLUS_PLUS] = ACTIONS(1183), - [anon_sym_DASH_DASH] = ACTIONS(1183), - [anon_sym_PLUS_EQ] = ACTIONS(1183), - [anon_sym_DASH_EQ] = ACTIONS(1183), - [anon_sym_STAR_EQ] = ACTIONS(1183), - [anon_sym_SLASH_EQ] = ACTIONS(1183), - [anon_sym_PERCENT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_EQ] = ACTIONS(1183), - [anon_sym_CARET_EQ] = ACTIONS(1183), - [anon_sym_PIPE_EQ] = ACTIONS(1183), - [anon_sym_EQ_EQ] = ACTIONS(1183), - [anon_sym_BANG_EQ] = ACTIONS(1183), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_AMP] = ACTIONS(1183), - [anon_sym_PIPE_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1183), - [anon_sym_GT_GT] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1183), - [anon_sym_DASH] = ACTIONS(1183), - [anon_sym_STAR] = ACTIONS(1183), - [anon_sym_SLASH] = ACTIONS(1183), - [anon_sym_PERCENT] = ACTIONS(1183), - [anon_sym_STAR_STAR] = ACTIONS(1183), - [anon_sym_LT] = ACTIONS(1183), - [anon_sym_GT] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1183), - [anon_sym_PIPE] = ACTIONS(1183), - [anon_sym_SEMI_SEMI] = ACTIONS(1183), - [anon_sym_PIPE_AMP] = ACTIONS(1183), - [anon_sym_EQ_TILDE] = ACTIONS(1183), - [anon_sym_AMP_GT] = ACTIONS(1183), - [anon_sym_AMP_GT_GT] = ACTIONS(1183), - [anon_sym_LT_AMP] = ACTIONS(1183), - [anon_sym_GT_AMP] = ACTIONS(1183), - [anon_sym_GT_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT_DASH] = ACTIONS(1183), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), - [anon_sym_LT_LT_LT] = ACTIONS(1183), - [anon_sym_AMP] = ACTIONS(1183), - [anon_sym_CARET] = ACTIONS(1183), - [anon_sym_QMARK] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), - [aux_sym_concatenation_token1] = ACTIONS(1183), - [anon_sym_DOLLAR] = ACTIONS(1183), - [sym__special_character] = ACTIONS(1183), - [anon_sym_DQUOTE] = ACTIONS(1183), - [sym_raw_string] = ACTIONS(1183), - [sym_ansi_c_string] = ACTIONS(1183), - [aux_sym_number_token1] = ACTIONS(1183), - [aux_sym_number_token2] = ACTIONS(1183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), - [anon_sym_BQUOTE] = ACTIONS(1183), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), - [anon_sym_LT_LPAREN] = ACTIONS(1183), - [anon_sym_GT_LPAREN] = ACTIONS(1183), + [352] = { + [aux_sym_concatenation_repeat1] = STATE(332), + [sym_word] = ACTIONS(1173), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_SEMI] = ACTIONS(1173), + [anon_sym_EQ] = ACTIONS(1173), + [anon_sym_PLUS_PLUS] = ACTIONS(1173), + [anon_sym_DASH_DASH] = ACTIONS(1173), + [anon_sym_PLUS_EQ] = ACTIONS(1173), + [anon_sym_DASH_EQ] = ACTIONS(1173), + [anon_sym_STAR_EQ] = ACTIONS(1173), + [anon_sym_SLASH_EQ] = ACTIONS(1173), + [anon_sym_PERCENT_EQ] = ACTIONS(1173), + [anon_sym_LT_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_EQ] = ACTIONS(1173), + [anon_sym_CARET_EQ] = ACTIONS(1173), + [anon_sym_PIPE_EQ] = ACTIONS(1173), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1173), + [anon_sym_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_AMP] = ACTIONS(1173), + [anon_sym_PIPE_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [anon_sym_PLUS] = ACTIONS(1173), + [anon_sym_DASH] = ACTIONS(1173), + [anon_sym_STAR] = ACTIONS(1173), + [anon_sym_SLASH] = ACTIONS(1173), + [anon_sym_PERCENT] = ACTIONS(1173), + [anon_sym_STAR_STAR] = ACTIONS(1173), + [anon_sym_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1173), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1173), + [anon_sym_AMP_GT_GT] = ACTIONS(1173), + [anon_sym_LT_AMP] = ACTIONS(1173), + [anon_sym_GT_AMP] = ACTIONS(1173), + [anon_sym_GT_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT_DASH] = ACTIONS(1173), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1175), + [anon_sym_LT_LT_LT] = ACTIONS(1173), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1173), + [anon_sym_QMARK] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), + [aux_sym_concatenation_token1] = ACTIONS(316), + [anon_sym_DOLLAR] = ACTIONS(1173), + [sym__special_character] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(1173), + [sym_raw_string] = ACTIONS(1173), + [sym_ansi_c_string] = ACTIONS(1173), + [aux_sym_number_token1] = ACTIONS(1173), + [aux_sym_number_token2] = ACTIONS(1173), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1173), + [anon_sym_BQUOTE] = ACTIONS(1173), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1173), + [anon_sym_LT_LPAREN] = ACTIONS(1173), + [anon_sym_GT_LPAREN] = ACTIONS(1173), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1185), - [sym__concat] = ACTIONS(1185), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), + [sym_file_descriptor] = ACTIONS(1175), + [sym__concat] = ACTIONS(338), + [sym_test_operator] = ACTIONS(1175), + [sym__bare_dollar] = ACTIONS(1175), + [sym__brace_start] = ACTIONS(1175), }, - [355] = { + [353] = { [sym_word] = ACTIONS(1259), [anon_sym_LPAREN_LPAREN] = ACTIONS(1259), [anon_sym_RPAREN_RPAREN] = ACTIONS(1259), @@ -50679,7 +50912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1261), [sym__brace_start] = ACTIONS(1261), }, - [356] = { + [354] = { [sym_word] = ACTIONS(1263), [anon_sym_LPAREN_LPAREN] = ACTIONS(1263), [anon_sym_RPAREN_RPAREN] = ACTIONS(1263), @@ -50751,7 +50984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1265), [sym__brace_start] = ACTIONS(1265), }, - [357] = { + [355] = { [sym_word] = ACTIONS(1267), [anon_sym_LPAREN_LPAREN] = ACTIONS(1267), [anon_sym_RPAREN_RPAREN] = ACTIONS(1267), @@ -50823,291 +51056,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1269), [sym__brace_start] = ACTIONS(1269), }, - [358] = { - [sym_word] = ACTIONS(1183), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), - [anon_sym_SEMI] = ACTIONS(1183), - [anon_sym_EQ] = ACTIONS(1183), - [anon_sym_PLUS_PLUS] = ACTIONS(1183), - [anon_sym_DASH_DASH] = ACTIONS(1183), - [anon_sym_PLUS_EQ] = ACTIONS(1183), - [anon_sym_DASH_EQ] = ACTIONS(1183), - [anon_sym_STAR_EQ] = ACTIONS(1183), - [anon_sym_SLASH_EQ] = ACTIONS(1183), - [anon_sym_PERCENT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_EQ] = ACTIONS(1183), - [anon_sym_CARET_EQ] = ACTIONS(1183), - [anon_sym_PIPE_EQ] = ACTIONS(1183), - [anon_sym_EQ_EQ] = ACTIONS(1183), - [anon_sym_BANG_EQ] = ACTIONS(1183), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_AMP] = ACTIONS(1183), - [anon_sym_PIPE_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1183), - [anon_sym_GT_GT] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1183), - [anon_sym_DASH] = ACTIONS(1183), - [anon_sym_STAR] = ACTIONS(1183), - [anon_sym_SLASH] = ACTIONS(1183), - [anon_sym_PERCENT] = ACTIONS(1183), - [anon_sym_STAR_STAR] = ACTIONS(1183), - [anon_sym_LT] = ACTIONS(1183), - [anon_sym_GT] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1183), - [anon_sym_PIPE] = ACTIONS(1183), - [anon_sym_SEMI_SEMI] = ACTIONS(1183), - [anon_sym_PIPE_AMP] = ACTIONS(1183), - [anon_sym_EQ_TILDE] = ACTIONS(1183), - [anon_sym_AMP_GT] = ACTIONS(1183), - [anon_sym_AMP_GT_GT] = ACTIONS(1183), - [anon_sym_LT_AMP] = ACTIONS(1183), - [anon_sym_GT_AMP] = ACTIONS(1183), - [anon_sym_GT_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT_DASH] = ACTIONS(1183), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), - [anon_sym_LT_LT_LT] = ACTIONS(1183), - [anon_sym_AMP] = ACTIONS(1183), - [anon_sym_CARET] = ACTIONS(1183), - [anon_sym_QMARK] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), - [aux_sym_concatenation_token1] = ACTIONS(1183), - [anon_sym_DOLLAR] = ACTIONS(1183), - [sym__special_character] = ACTIONS(1183), - [anon_sym_DQUOTE] = ACTIONS(1183), - [sym_raw_string] = ACTIONS(1183), - [sym_ansi_c_string] = ACTIONS(1183), - [aux_sym_number_token1] = ACTIONS(1183), - [aux_sym_number_token2] = ACTIONS(1183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), - [anon_sym_BQUOTE] = ACTIONS(1183), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), - [anon_sym_LT_LPAREN] = ACTIONS(1183), - [anon_sym_GT_LPAREN] = ACTIONS(1183), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1185), - [sym__concat] = ACTIONS(1185), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), - }, - [359] = { - [sym_word] = ACTIONS(1219), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1219), - [anon_sym_SEMI] = ACTIONS(1219), - [anon_sym_EQ] = ACTIONS(1219), - [anon_sym_PLUS_PLUS] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1219), - [anon_sym_PLUS_EQ] = ACTIONS(1219), - [anon_sym_DASH_EQ] = ACTIONS(1219), - [anon_sym_STAR_EQ] = ACTIONS(1219), - [anon_sym_SLASH_EQ] = ACTIONS(1219), - [anon_sym_PERCENT_EQ] = ACTIONS(1219), - [anon_sym_LT_LT_EQ] = ACTIONS(1219), - [anon_sym_GT_GT_EQ] = ACTIONS(1219), - [anon_sym_AMP_EQ] = ACTIONS(1219), - [anon_sym_CARET_EQ] = ACTIONS(1219), - [anon_sym_PIPE_EQ] = ACTIONS(1219), - [anon_sym_EQ_EQ] = ACTIONS(1219), - [anon_sym_BANG_EQ] = ACTIONS(1219), - [anon_sym_LT_EQ] = ACTIONS(1219), - [anon_sym_GT_EQ] = ACTIONS(1219), - [anon_sym_AMP_AMP] = ACTIONS(1219), - [anon_sym_PIPE_PIPE] = ACTIONS(1219), - [anon_sym_LT_LT] = ACTIONS(1219), - [anon_sym_GT_GT] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_SLASH] = ACTIONS(1219), - [anon_sym_PERCENT] = ACTIONS(1219), - [anon_sym_STAR_STAR] = ACTIONS(1219), - [anon_sym_LT] = ACTIONS(1219), - [anon_sym_GT] = ACTIONS(1219), - [anon_sym_RPAREN] = ACTIONS(1219), - [anon_sym_PIPE] = ACTIONS(1219), - [anon_sym_SEMI_SEMI] = ACTIONS(1219), - [anon_sym_PIPE_AMP] = ACTIONS(1219), - [anon_sym_EQ_TILDE] = ACTIONS(1219), - [anon_sym_AMP_GT] = ACTIONS(1219), - [anon_sym_AMP_GT_GT] = ACTIONS(1219), - [anon_sym_LT_AMP] = ACTIONS(1219), - [anon_sym_GT_AMP] = ACTIONS(1219), - [anon_sym_GT_PIPE] = ACTIONS(1219), - [anon_sym_LT_LT_DASH] = ACTIONS(1219), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1221), - [anon_sym_LT_LT_LT] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_CARET] = ACTIONS(1219), - [anon_sym_QMARK] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1219), - [aux_sym_concatenation_token1] = ACTIONS(1219), - [anon_sym_DOLLAR] = ACTIONS(1219), - [sym__special_character] = ACTIONS(1219), - [anon_sym_DQUOTE] = ACTIONS(1219), - [sym_raw_string] = ACTIONS(1219), - [sym_ansi_c_string] = ACTIONS(1219), - [aux_sym_number_token1] = ACTIONS(1219), - [aux_sym_number_token2] = ACTIONS(1219), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1219), - [anon_sym_BQUOTE] = ACTIONS(1219), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1219), - [anon_sym_LT_LPAREN] = ACTIONS(1219), - [anon_sym_GT_LPAREN] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1221), - [sym__concat] = ACTIONS(1221), - [sym_test_operator] = ACTIONS(1221), - [sym__bare_dollar] = ACTIONS(1221), - [sym__brace_start] = ACTIONS(1221), - }, - [360] = { - [sym_word] = ACTIONS(1251), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1251), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_EQ] = ACTIONS(1251), - [anon_sym_PLUS_PLUS] = ACTIONS(1251), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_PLUS_EQ] = ACTIONS(1251), - [anon_sym_DASH_EQ] = ACTIONS(1251), - [anon_sym_STAR_EQ] = ACTIONS(1251), - [anon_sym_SLASH_EQ] = ACTIONS(1251), - [anon_sym_PERCENT_EQ] = ACTIONS(1251), - [anon_sym_LT_LT_EQ] = ACTIONS(1251), - [anon_sym_GT_GT_EQ] = ACTIONS(1251), - [anon_sym_AMP_EQ] = ACTIONS(1251), - [anon_sym_CARET_EQ] = ACTIONS(1251), - [anon_sym_PIPE_EQ] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT_EQ] = ACTIONS(1251), - [anon_sym_GT_EQ] = ACTIONS(1251), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1251), - [anon_sym_SLASH] = ACTIONS(1251), - [anon_sym_PERCENT] = ACTIONS(1251), - [anon_sym_STAR_STAR] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_RPAREN] = ACTIONS(1251), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_SEMI_SEMI] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1251), - [anon_sym_EQ_TILDE] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1251), - [anon_sym_LT_AMP] = ACTIONS(1251), - [anon_sym_GT_AMP] = ACTIONS(1251), - [anon_sym_GT_PIPE] = ACTIONS(1251), - [anon_sym_LT_LT_DASH] = ACTIONS(1251), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1253), - [anon_sym_LT_LT_LT] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_QMARK] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1251), - [aux_sym_concatenation_token1] = ACTIONS(1251), - [anon_sym_DOLLAR] = ACTIONS(1251), - [sym__special_character] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_raw_string] = ACTIONS(1251), - [sym_ansi_c_string] = ACTIONS(1251), - [aux_sym_number_token1] = ACTIONS(1251), - [aux_sym_number_token2] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1251), - [anon_sym_LT_LPAREN] = ACTIONS(1251), - [anon_sym_GT_LPAREN] = ACTIONS(1251), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1253), - [sym__concat] = ACTIONS(1253), - [sym_test_operator] = ACTIONS(1253), - [sym__bare_dollar] = ACTIONS(1253), - [sym__brace_start] = ACTIONS(1253), - }, - [361] = { - [sym_word] = ACTIONS(1247), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1247), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_EQ] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_EQ] = ACTIONS(1247), - [anon_sym_DASH_EQ] = ACTIONS(1247), - [anon_sym_STAR_EQ] = ACTIONS(1247), - [anon_sym_SLASH_EQ] = ACTIONS(1247), - [anon_sym_PERCENT_EQ] = ACTIONS(1247), - [anon_sym_LT_LT_EQ] = ACTIONS(1247), - [anon_sym_GT_GT_EQ] = ACTIONS(1247), - [anon_sym_AMP_EQ] = ACTIONS(1247), - [anon_sym_CARET_EQ] = ACTIONS(1247), - [anon_sym_PIPE_EQ] = ACTIONS(1247), - [anon_sym_EQ_EQ] = ACTIONS(1247), - [anon_sym_BANG_EQ] = ACTIONS(1247), - [anon_sym_LT_EQ] = ACTIONS(1247), - [anon_sym_GT_EQ] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_PLUS] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1247), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1247), - [anon_sym_PERCENT] = ACTIONS(1247), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_EQ_TILDE] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_GT_PIPE] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1249), - [anon_sym_LT_LT_LT] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1247), - [anon_sym_QMARK] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1247), - [aux_sym_concatenation_token1] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [sym__special_character] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [sym_ansi_c_string] = ACTIONS(1247), - [aux_sym_number_token1] = ACTIONS(1247), - [aux_sym_number_token2] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), + [356] = { + [sym_word] = ACTIONS(1195), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1195), + [anon_sym_SEMI] = ACTIONS(1195), + [anon_sym_EQ] = ACTIONS(1195), + [anon_sym_PLUS_PLUS] = ACTIONS(1195), + [anon_sym_DASH_DASH] = ACTIONS(1195), + [anon_sym_PLUS_EQ] = ACTIONS(1195), + [anon_sym_DASH_EQ] = ACTIONS(1195), + [anon_sym_STAR_EQ] = ACTIONS(1195), + [anon_sym_SLASH_EQ] = ACTIONS(1195), + [anon_sym_PERCENT_EQ] = ACTIONS(1195), + [anon_sym_LT_LT_EQ] = ACTIONS(1195), + [anon_sym_GT_GT_EQ] = ACTIONS(1195), + [anon_sym_AMP_EQ] = ACTIONS(1195), + [anon_sym_CARET_EQ] = ACTIONS(1195), + [anon_sym_PIPE_EQ] = ACTIONS(1195), + [anon_sym_EQ_EQ] = ACTIONS(1195), + [anon_sym_BANG_EQ] = ACTIONS(1195), + [anon_sym_LT_EQ] = ACTIONS(1195), + [anon_sym_GT_EQ] = ACTIONS(1195), + [anon_sym_AMP_AMP] = ACTIONS(1195), + [anon_sym_PIPE_PIPE] = ACTIONS(1195), + [anon_sym_LT_LT] = ACTIONS(1195), + [anon_sym_GT_GT] = ACTIONS(1195), + [anon_sym_PLUS] = ACTIONS(1195), + [anon_sym_DASH] = ACTIONS(1195), + [anon_sym_STAR] = ACTIONS(1195), + [anon_sym_SLASH] = ACTIONS(1195), + [anon_sym_PERCENT] = ACTIONS(1195), + [anon_sym_STAR_STAR] = ACTIONS(1195), + [anon_sym_LT] = ACTIONS(1195), + [anon_sym_GT] = ACTIONS(1195), + [anon_sym_RPAREN] = ACTIONS(1195), + [anon_sym_PIPE] = ACTIONS(1195), + [anon_sym_SEMI_SEMI] = ACTIONS(1195), + [anon_sym_PIPE_AMP] = ACTIONS(1195), + [anon_sym_EQ_TILDE] = ACTIONS(1195), + [anon_sym_AMP_GT] = ACTIONS(1195), + [anon_sym_AMP_GT_GT] = ACTIONS(1195), + [anon_sym_LT_AMP] = ACTIONS(1195), + [anon_sym_GT_AMP] = ACTIONS(1195), + [anon_sym_GT_PIPE] = ACTIONS(1195), + [anon_sym_LT_LT_DASH] = ACTIONS(1195), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1197), + [anon_sym_LT_LT_LT] = ACTIONS(1195), + [anon_sym_AMP] = ACTIONS(1195), + [anon_sym_CARET] = ACTIONS(1195), + [anon_sym_QMARK] = ACTIONS(1195), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1195), + [aux_sym_concatenation_token1] = ACTIONS(1195), + [anon_sym_DOLLAR] = ACTIONS(1195), + [sym__special_character] = ACTIONS(1195), + [anon_sym_DQUOTE] = ACTIONS(1195), + [sym_raw_string] = ACTIONS(1195), + [sym_ansi_c_string] = ACTIONS(1195), + [aux_sym_number_token1] = ACTIONS(1195), + [aux_sym_number_token2] = ACTIONS(1195), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1195), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1195), + [anon_sym_BQUOTE] = ACTIONS(1195), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1195), + [anon_sym_LT_LPAREN] = ACTIONS(1195), + [anon_sym_GT_LPAREN] = ACTIONS(1195), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1249), - [sym__concat] = ACTIONS(1249), - [sym_test_operator] = ACTIONS(1249), - [sym__bare_dollar] = ACTIONS(1249), - [sym__brace_start] = ACTIONS(1249), + [sym_file_descriptor] = ACTIONS(1197), + [sym__concat] = ACTIONS(1197), + [sym_test_operator] = ACTIONS(1197), + [sym__bare_dollar] = ACTIONS(1197), + [sym__brace_start] = ACTIONS(1197), }, - [362] = { + [357] = { [sym_word] = ACTIONS(1235), [anon_sym_LPAREN_LPAREN] = ACTIONS(1235), [anon_sym_SEMI] = ACTIONS(1235), @@ -51178,220 +51198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1237), [sym__brace_start] = ACTIONS(1237), }, - [363] = { - [sym_word] = ACTIONS(1243), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1243), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_EQ] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_EQ] = ACTIONS(1243), - [anon_sym_DASH_EQ] = ACTIONS(1243), - [anon_sym_STAR_EQ] = ACTIONS(1243), - [anon_sym_SLASH_EQ] = ACTIONS(1243), - [anon_sym_PERCENT_EQ] = ACTIONS(1243), - [anon_sym_LT_LT_EQ] = ACTIONS(1243), - [anon_sym_GT_GT_EQ] = ACTIONS(1243), - [anon_sym_AMP_EQ] = ACTIONS(1243), - [anon_sym_CARET_EQ] = ACTIONS(1243), - [anon_sym_PIPE_EQ] = ACTIONS(1243), - [anon_sym_EQ_EQ] = ACTIONS(1243), - [anon_sym_BANG_EQ] = ACTIONS(1243), - [anon_sym_LT_EQ] = ACTIONS(1243), - [anon_sym_GT_EQ] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_LT_LT] = ACTIONS(1243), - [anon_sym_GT_GT] = ACTIONS(1243), - [anon_sym_PLUS] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1243), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_SLASH] = ACTIONS(1243), - [anon_sym_PERCENT] = ACTIONS(1243), - [anon_sym_STAR_STAR] = ACTIONS(1243), - [anon_sym_LT] = ACTIONS(1243), - [anon_sym_GT] = ACTIONS(1243), - [anon_sym_RPAREN] = ACTIONS(1243), - [anon_sym_PIPE] = ACTIONS(1243), - [anon_sym_SEMI_SEMI] = ACTIONS(1243), - [anon_sym_PIPE_AMP] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1243), - [anon_sym_AMP_GT] = ACTIONS(1243), - [anon_sym_AMP_GT_GT] = ACTIONS(1243), - [anon_sym_LT_AMP] = ACTIONS(1243), - [anon_sym_GT_AMP] = ACTIONS(1243), - [anon_sym_GT_PIPE] = ACTIONS(1243), - [anon_sym_LT_LT_DASH] = ACTIONS(1243), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1245), - [anon_sym_LT_LT_LT] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_CARET] = ACTIONS(1243), - [anon_sym_QMARK] = ACTIONS(1243), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1243), - [aux_sym_concatenation_token1] = ACTIONS(1243), - [anon_sym_DOLLAR] = ACTIONS(1243), - [sym__special_character] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_raw_string] = ACTIONS(1243), - [sym_ansi_c_string] = ACTIONS(1243), - [aux_sym_number_token1] = ACTIONS(1243), - [aux_sym_number_token2] = ACTIONS(1243), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1243), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1243), - [anon_sym_BQUOTE] = ACTIONS(1243), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1243), - [anon_sym_LT_LPAREN] = ACTIONS(1243), - [anon_sym_GT_LPAREN] = ACTIONS(1243), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_test_operator] = ACTIONS(1245), - [sym__bare_dollar] = ACTIONS(1245), - [sym__brace_start] = ACTIONS(1245), - }, - [364] = { - [aux_sym__literal_repeat1] = STATE(370), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN_RPAREN] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym_raw_string] = ACTIONS(187), - [sym_ansi_c_string] = ACTIONS(187), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(187), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(187), - [anon_sym_LT_LPAREN] = ACTIONS(187), - [anon_sym_GT_LPAREN] = ACTIONS(187), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), - }, - [365] = { - [sym_word] = ACTIONS(1263), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1263), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_EQ] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_EQ] = ACTIONS(1263), - [anon_sym_DASH_EQ] = ACTIONS(1263), - [anon_sym_STAR_EQ] = ACTIONS(1263), - [anon_sym_SLASH_EQ] = ACTIONS(1263), - [anon_sym_PERCENT_EQ] = ACTIONS(1263), - [anon_sym_LT_LT_EQ] = ACTIONS(1263), - [anon_sym_GT_GT_EQ] = ACTIONS(1263), - [anon_sym_AMP_EQ] = ACTIONS(1263), - [anon_sym_CARET_EQ] = ACTIONS(1263), - [anon_sym_PIPE_EQ] = ACTIONS(1263), - [anon_sym_EQ_EQ] = ACTIONS(1263), - [anon_sym_BANG_EQ] = ACTIONS(1263), - [anon_sym_LT_EQ] = ACTIONS(1263), - [anon_sym_GT_EQ] = ACTIONS(1263), - [anon_sym_AMP_AMP] = ACTIONS(1263), - [anon_sym_PIPE_PIPE] = ACTIONS(1263), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_SLASH] = ACTIONS(1263), - [anon_sym_PERCENT] = ACTIONS(1263), - [anon_sym_STAR_STAR] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_RPAREN] = ACTIONS(1263), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_SEMI_SEMI] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1263), - [anon_sym_EQ_TILDE] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1263), - [anon_sym_LT_AMP] = ACTIONS(1263), - [anon_sym_GT_AMP] = ACTIONS(1263), - [anon_sym_GT_PIPE] = ACTIONS(1263), - [anon_sym_LT_LT_DASH] = ACTIONS(1263), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1265), - [anon_sym_LT_LT_LT] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_CARET] = ACTIONS(1263), - [anon_sym_QMARK] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1263), - [aux_sym_concatenation_token1] = ACTIONS(1263), - [anon_sym_DOLLAR] = ACTIONS(1263), - [sym__special_character] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_raw_string] = ACTIONS(1263), - [sym_ansi_c_string] = ACTIONS(1263), - [aux_sym_number_token1] = ACTIONS(1263), - [aux_sym_number_token2] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1263), - [anon_sym_LT_LPAREN] = ACTIONS(1263), - [anon_sym_GT_LPAREN] = ACTIONS(1263), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1265), - [sym__concat] = ACTIONS(1265), - [sym_test_operator] = ACTIONS(1265), - [sym__bare_dollar] = ACTIONS(1265), - [sym__brace_start] = ACTIONS(1265), - }, - [366] = { + [358] = { [sym_word] = ACTIONS(1239), [anon_sym_LPAREN_LPAREN] = ACTIONS(1239), [anon_sym_SEMI] = ACTIONS(1239), @@ -51462,221 +51269,221 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1241), [sym__brace_start] = ACTIONS(1241), }, - [367] = { - [sym_word] = ACTIONS(1259), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1259), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_EQ] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_EQ] = ACTIONS(1259), - [anon_sym_DASH_EQ] = ACTIONS(1259), - [anon_sym_STAR_EQ] = ACTIONS(1259), - [anon_sym_SLASH_EQ] = ACTIONS(1259), - [anon_sym_PERCENT_EQ] = ACTIONS(1259), - [anon_sym_LT_LT_EQ] = ACTIONS(1259), - [anon_sym_GT_GT_EQ] = ACTIONS(1259), - [anon_sym_AMP_EQ] = ACTIONS(1259), - [anon_sym_CARET_EQ] = ACTIONS(1259), - [anon_sym_PIPE_EQ] = ACTIONS(1259), - [anon_sym_EQ_EQ] = ACTIONS(1259), - [anon_sym_BANG_EQ] = ACTIONS(1259), - [anon_sym_LT_EQ] = ACTIONS(1259), - [anon_sym_GT_EQ] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1259), - [anon_sym_PERCENT] = ACTIONS(1259), - [anon_sym_STAR_STAR] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_EQ_TILDE] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_GT_PIPE] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1261), - [anon_sym_LT_LT_LT] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_CARET] = ACTIONS(1259), - [anon_sym_QMARK] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1259), - [aux_sym_concatenation_token1] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [sym__special_character] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [sym_ansi_c_string] = ACTIONS(1259), - [aux_sym_number_token1] = ACTIONS(1259), - [aux_sym_number_token2] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), + [359] = { + [sym_word] = ACTIONS(1235), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1235), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_EQ] = ACTIONS(1235), + [anon_sym_PLUS_PLUS] = ACTIONS(1235), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_PLUS_EQ] = ACTIONS(1235), + [anon_sym_DASH_EQ] = ACTIONS(1235), + [anon_sym_STAR_EQ] = ACTIONS(1235), + [anon_sym_SLASH_EQ] = ACTIONS(1235), + [anon_sym_PERCENT_EQ] = ACTIONS(1235), + [anon_sym_LT_LT_EQ] = ACTIONS(1235), + [anon_sym_GT_GT_EQ] = ACTIONS(1235), + [anon_sym_AMP_EQ] = ACTIONS(1235), + [anon_sym_CARET_EQ] = ACTIONS(1235), + [anon_sym_PIPE_EQ] = ACTIONS(1235), + [anon_sym_EQ_EQ] = ACTIONS(1235), + [anon_sym_BANG_EQ] = ACTIONS(1235), + [anon_sym_LT_EQ] = ACTIONS(1235), + [anon_sym_GT_EQ] = ACTIONS(1235), + [anon_sym_AMP_AMP] = ACTIONS(1235), + [anon_sym_PIPE_PIPE] = ACTIONS(1235), + [anon_sym_LT_LT] = ACTIONS(1235), + [anon_sym_GT_GT] = ACTIONS(1235), + [anon_sym_PLUS] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_SLASH] = ACTIONS(1235), + [anon_sym_PERCENT] = ACTIONS(1235), + [anon_sym_STAR_STAR] = ACTIONS(1235), + [anon_sym_LT] = ACTIONS(1235), + [anon_sym_GT] = ACTIONS(1235), + [anon_sym_RPAREN] = ACTIONS(1235), + [anon_sym_PIPE] = ACTIONS(1235), + [anon_sym_SEMI_SEMI] = ACTIONS(1235), + [anon_sym_PIPE_AMP] = ACTIONS(1235), + [anon_sym_EQ_TILDE] = ACTIONS(1235), + [anon_sym_AMP_GT] = ACTIONS(1235), + [anon_sym_AMP_GT_GT] = ACTIONS(1235), + [anon_sym_LT_AMP] = ACTIONS(1235), + [anon_sym_GT_AMP] = ACTIONS(1235), + [anon_sym_GT_PIPE] = ACTIONS(1235), + [anon_sym_LT_LT_DASH] = ACTIONS(1235), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1237), + [anon_sym_LT_LT_LT] = ACTIONS(1235), + [anon_sym_AMP] = ACTIONS(1235), + [anon_sym_CARET] = ACTIONS(1235), + [anon_sym_QMARK] = ACTIONS(1235), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1235), + [aux_sym_concatenation_token1] = ACTIONS(1235), + [anon_sym_DOLLAR] = ACTIONS(1235), + [sym__special_character] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1235), + [sym_raw_string] = ACTIONS(1235), + [sym_ansi_c_string] = ACTIONS(1235), + [aux_sym_number_token1] = ACTIONS(1235), + [aux_sym_number_token2] = ACTIONS(1235), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1235), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1235), + [anon_sym_BQUOTE] = ACTIONS(1235), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1235), + [anon_sym_LT_LPAREN] = ACTIONS(1235), + [anon_sym_GT_LPAREN] = ACTIONS(1235), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1261), - [sym__concat] = ACTIONS(1261), - [sym_test_operator] = ACTIONS(1261), - [sym__bare_dollar] = ACTIONS(1261), - [sym__brace_start] = ACTIONS(1261), + [sym_file_descriptor] = ACTIONS(1237), + [sym__concat] = ACTIONS(1237), + [sym_test_operator] = ACTIONS(1237), + [sym__bare_dollar] = ACTIONS(1237), + [sym__brace_start] = ACTIONS(1237), }, - [368] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1205), - [anon_sym_SEMI] = ACTIONS(1205), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_EQ] = ACTIONS(1205), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1205), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_AMP] = ACTIONS(1205), - [anon_sym_PIPE_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_RPAREN] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_SEMI_SEMI] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1205), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1205), - [anon_sym_LT_AMP] = ACTIONS(1205), - [anon_sym_GT_AMP] = ACTIONS(1205), - [anon_sym_GT_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT_DASH] = ACTIONS(1205), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1205), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1205), - [aux_sym_concatenation_token1] = ACTIONS(1205), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1205), - [sym_raw_string] = ACTIONS(1205), - [sym_ansi_c_string] = ACTIONS(1205), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1205), - [anon_sym_LT_LPAREN] = ACTIONS(1205), - [anon_sym_GT_LPAREN] = ACTIONS(1205), + [360] = { + [sym_word] = ACTIONS(1183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), + [anon_sym_SEMI] = ACTIONS(1183), + [anon_sym_EQ] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_EQ] = ACTIONS(1183), + [anon_sym_DASH_EQ] = ACTIONS(1183), + [anon_sym_STAR_EQ] = ACTIONS(1183), + [anon_sym_SLASH_EQ] = ACTIONS(1183), + [anon_sym_PERCENT_EQ] = ACTIONS(1183), + [anon_sym_LT_LT_EQ] = ACTIONS(1183), + [anon_sym_GT_GT_EQ] = ACTIONS(1183), + [anon_sym_AMP_EQ] = ACTIONS(1183), + [anon_sym_CARET_EQ] = ACTIONS(1183), + [anon_sym_PIPE_EQ] = ACTIONS(1183), + [anon_sym_EQ_EQ] = ACTIONS(1183), + [anon_sym_BANG_EQ] = ACTIONS(1183), + [anon_sym_LT_EQ] = ACTIONS(1183), + [anon_sym_GT_EQ] = ACTIONS(1183), + [anon_sym_AMP_AMP] = ACTIONS(1183), + [anon_sym_PIPE_PIPE] = ACTIONS(1183), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1183), + [anon_sym_DASH] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_SLASH] = ACTIONS(1183), + [anon_sym_PERCENT] = ACTIONS(1183), + [anon_sym_STAR_STAR] = ACTIONS(1183), + [anon_sym_LT] = ACTIONS(1183), + [anon_sym_GT] = ACTIONS(1183), + [anon_sym_RPAREN] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1183), + [anon_sym_SEMI_SEMI] = ACTIONS(1183), + [anon_sym_PIPE_AMP] = ACTIONS(1183), + [anon_sym_EQ_TILDE] = ACTIONS(1183), + [anon_sym_AMP_GT] = ACTIONS(1183), + [anon_sym_AMP_GT_GT] = ACTIONS(1183), + [anon_sym_LT_AMP] = ACTIONS(1183), + [anon_sym_GT_AMP] = ACTIONS(1183), + [anon_sym_GT_PIPE] = ACTIONS(1183), + [anon_sym_LT_LT_DASH] = ACTIONS(1183), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), + [anon_sym_LT_LT_LT] = ACTIONS(1183), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_CARET] = ACTIONS(1183), + [anon_sym_QMARK] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), + [aux_sym_concatenation_token1] = ACTIONS(1183), + [anon_sym_DOLLAR] = ACTIONS(1183), + [sym__special_character] = ACTIONS(1183), + [anon_sym_DQUOTE] = ACTIONS(1183), + [sym_raw_string] = ACTIONS(1183), + [sym_ansi_c_string] = ACTIONS(1183), + [aux_sym_number_token1] = ACTIONS(1183), + [aux_sym_number_token2] = ACTIONS(1183), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), + [anon_sym_BQUOTE] = ACTIONS(1183), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), + [anon_sym_LT_LPAREN] = ACTIONS(1183), + [anon_sym_GT_LPAREN] = ACTIONS(1183), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1185), + [sym__concat] = ACTIONS(1185), + [sym_test_operator] = ACTIONS(1185), + [sym__bare_dollar] = ACTIONS(1185), + [sym__brace_start] = ACTIONS(1185), }, - [369] = { - [sym_word] = ACTIONS(1215), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1215), - [anon_sym_SEMI] = ACTIONS(1215), - [anon_sym_EQ] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_EQ] = ACTIONS(1215), - [anon_sym_DASH_EQ] = ACTIONS(1215), - [anon_sym_STAR_EQ] = ACTIONS(1215), - [anon_sym_SLASH_EQ] = ACTIONS(1215), - [anon_sym_PERCENT_EQ] = ACTIONS(1215), - [anon_sym_LT_LT_EQ] = ACTIONS(1215), - [anon_sym_GT_GT_EQ] = ACTIONS(1215), - [anon_sym_AMP_EQ] = ACTIONS(1215), - [anon_sym_CARET_EQ] = ACTIONS(1215), - [anon_sym_PIPE_EQ] = ACTIONS(1215), - [anon_sym_EQ_EQ] = ACTIONS(1215), - [anon_sym_BANG_EQ] = ACTIONS(1215), - [anon_sym_LT_EQ] = ACTIONS(1215), - [anon_sym_GT_EQ] = ACTIONS(1215), - [anon_sym_AMP_AMP] = ACTIONS(1215), - [anon_sym_PIPE_PIPE] = ACTIONS(1215), - [anon_sym_LT_LT] = ACTIONS(1215), - [anon_sym_GT_GT] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_SLASH] = ACTIONS(1215), - [anon_sym_PERCENT] = ACTIONS(1215), - [anon_sym_STAR_STAR] = ACTIONS(1215), - [anon_sym_LT] = ACTIONS(1215), - [anon_sym_GT] = ACTIONS(1215), - [anon_sym_RPAREN] = ACTIONS(1215), - [anon_sym_PIPE] = ACTIONS(1215), - [anon_sym_SEMI_SEMI] = ACTIONS(1215), - [anon_sym_PIPE_AMP] = ACTIONS(1215), - [anon_sym_EQ_TILDE] = ACTIONS(1215), - [anon_sym_AMP_GT] = ACTIONS(1215), - [anon_sym_AMP_GT_GT] = ACTIONS(1215), - [anon_sym_LT_AMP] = ACTIONS(1215), - [anon_sym_GT_AMP] = ACTIONS(1215), - [anon_sym_GT_PIPE] = ACTIONS(1215), - [anon_sym_LT_LT_DASH] = ACTIONS(1215), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1217), - [anon_sym_LT_LT_LT] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_CARET] = ACTIONS(1215), - [anon_sym_QMARK] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1215), - [aux_sym_concatenation_token1] = ACTIONS(1215), - [anon_sym_DOLLAR] = ACTIONS(1215), - [sym__special_character] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1215), - [sym_raw_string] = ACTIONS(1215), - [sym_ansi_c_string] = ACTIONS(1215), - [aux_sym_number_token1] = ACTIONS(1215), - [aux_sym_number_token2] = ACTIONS(1215), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1215), - [anon_sym_BQUOTE] = ACTIONS(1215), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1215), - [anon_sym_LT_LPAREN] = ACTIONS(1215), - [anon_sym_GT_LPAREN] = ACTIONS(1215), + [361] = { + [aux_sym__literal_repeat1] = STATE(362), + [sym_word] = ACTIONS(189), + [anon_sym_LPAREN_LPAREN] = ACTIONS(189), + [anon_sym_RPAREN_RPAREN] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(187), + [anon_sym_GT_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_EQ] = ACTIONS(187), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(191), + [anon_sym_PIPE_PIPE] = ACTIONS(191), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), + [anon_sym_RPAREN] = ACTIONS(191), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_SEMI_SEMI] = ACTIONS(189), + [anon_sym_PIPE_AMP] = ACTIONS(189), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(189), + [anon_sym_LT_AMP] = ACTIONS(189), + [anon_sym_GT_AMP] = ACTIONS(189), + [anon_sym_GT_PIPE] = ACTIONS(189), + [anon_sym_LT_LT_DASH] = ACTIONS(189), + [aux_sym_heredoc_redirect_token1] = ACTIONS(220), + [anon_sym_LT_LT_LT] = ACTIONS(189), + [anon_sym_AMP] = ACTIONS(191), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(189), + [anon_sym_DOLLAR] = ACTIONS(189), + [sym__special_character] = ACTIONS(1271), + [anon_sym_DQUOTE] = ACTIONS(189), + [sym_raw_string] = ACTIONS(189), + [sym_ansi_c_string] = ACTIONS(189), + [aux_sym_number_token1] = ACTIONS(189), + [aux_sym_number_token2] = ACTIONS(189), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(189), + [anon_sym_BQUOTE] = ACTIONS(189), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(189), + [anon_sym_LT_LPAREN] = ACTIONS(189), + [anon_sym_GT_LPAREN] = ACTIONS(189), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1217), - [sym__concat] = ACTIONS(1217), - [sym_test_operator] = ACTIONS(1217), - [sym__bare_dollar] = ACTIONS(1217), - [sym__brace_start] = ACTIONS(1217), + [sym_file_descriptor] = ACTIONS(220), + [sym_test_operator] = ACTIONS(352), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), }, - [370] = { - [aux_sym__literal_repeat1] = STATE(370), + [362] = { + [aux_sym__literal_repeat1] = STATE(362), [sym_word] = ACTIONS(1273), [anon_sym_LPAREN_LPAREN] = ACTIONS(1273), [anon_sym_RPAREN_RPAREN] = ACTIONS(1273), @@ -51746,291 +51553,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1275), [sym__brace_start] = ACTIONS(1275), }, - [371] = { - [aux_sym__literal_repeat1] = STATE(370), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN_RPAREN] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym_raw_string] = ACTIONS(187), - [sym_ansi_c_string] = ACTIONS(187), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(187), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(187), - [anon_sym_LT_LPAREN] = ACTIONS(187), - [anon_sym_GT_LPAREN] = ACTIONS(187), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), - }, - [372] = { - [sym_word] = ACTIONS(1231), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1231), - [anon_sym_SEMI] = ACTIONS(1231), - [anon_sym_EQ] = ACTIONS(1231), - [anon_sym_PLUS_PLUS] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1231), - [anon_sym_PLUS_EQ] = ACTIONS(1231), - [anon_sym_DASH_EQ] = ACTIONS(1231), - [anon_sym_STAR_EQ] = ACTIONS(1231), - [anon_sym_SLASH_EQ] = ACTIONS(1231), - [anon_sym_PERCENT_EQ] = ACTIONS(1231), - [anon_sym_LT_LT_EQ] = ACTIONS(1231), - [anon_sym_GT_GT_EQ] = ACTIONS(1231), - [anon_sym_AMP_EQ] = ACTIONS(1231), - [anon_sym_CARET_EQ] = ACTIONS(1231), - [anon_sym_PIPE_EQ] = ACTIONS(1231), - [anon_sym_EQ_EQ] = ACTIONS(1231), - [anon_sym_BANG_EQ] = ACTIONS(1231), - [anon_sym_LT_EQ] = ACTIONS(1231), - [anon_sym_GT_EQ] = ACTIONS(1231), - [anon_sym_AMP_AMP] = ACTIONS(1231), - [anon_sym_PIPE_PIPE] = ACTIONS(1231), - [anon_sym_LT_LT] = ACTIONS(1231), - [anon_sym_GT_GT] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1231), - [anon_sym_SLASH] = ACTIONS(1231), - [anon_sym_PERCENT] = ACTIONS(1231), - [anon_sym_STAR_STAR] = ACTIONS(1231), - [anon_sym_LT] = ACTIONS(1231), - [anon_sym_GT] = ACTIONS(1231), - [anon_sym_RPAREN] = ACTIONS(1231), - [anon_sym_PIPE] = ACTIONS(1231), - [anon_sym_SEMI_SEMI] = ACTIONS(1231), - [anon_sym_PIPE_AMP] = ACTIONS(1231), - [anon_sym_EQ_TILDE] = ACTIONS(1231), - [anon_sym_AMP_GT] = ACTIONS(1231), - [anon_sym_AMP_GT_GT] = ACTIONS(1231), - [anon_sym_LT_AMP] = ACTIONS(1231), - [anon_sym_GT_AMP] = ACTIONS(1231), - [anon_sym_GT_PIPE] = ACTIONS(1231), - [anon_sym_LT_LT_DASH] = ACTIONS(1231), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1233), - [anon_sym_LT_LT_LT] = ACTIONS(1231), - [anon_sym_AMP] = ACTIONS(1231), - [anon_sym_CARET] = ACTIONS(1231), - [anon_sym_QMARK] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1231), - [aux_sym_concatenation_token1] = ACTIONS(1231), - [anon_sym_DOLLAR] = ACTIONS(1231), - [sym__special_character] = ACTIONS(1231), - [anon_sym_DQUOTE] = ACTIONS(1231), - [sym_raw_string] = ACTIONS(1231), - [sym_ansi_c_string] = ACTIONS(1231), - [aux_sym_number_token1] = ACTIONS(1231), - [aux_sym_number_token2] = ACTIONS(1231), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1231), - [anon_sym_BQUOTE] = ACTIONS(1231), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1231), - [anon_sym_LT_LPAREN] = ACTIONS(1231), - [anon_sym_GT_LPAREN] = ACTIONS(1231), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1233), - [sym__concat] = ACTIONS(1233), - [sym_test_operator] = ACTIONS(1233), - [sym__bare_dollar] = ACTIONS(1233), - [sym__brace_start] = ACTIONS(1233), - }, - [373] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1205), - [anon_sym_SEMI] = ACTIONS(1205), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_EQ] = ACTIONS(1205), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1205), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_AMP] = ACTIONS(1205), - [anon_sym_PIPE_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_RPAREN] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_SEMI_SEMI] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1205), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1205), - [anon_sym_LT_AMP] = ACTIONS(1205), - [anon_sym_GT_AMP] = ACTIONS(1205), - [anon_sym_GT_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT_DASH] = ACTIONS(1205), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1205), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1205), - [aux_sym_concatenation_token1] = ACTIONS(1205), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1205), - [sym_raw_string] = ACTIONS(1205), - [sym_ansi_c_string] = ACTIONS(1205), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1205), - [anon_sym_LT_LPAREN] = ACTIONS(1205), - [anon_sym_GT_LPAREN] = ACTIONS(1205), + [363] = { + [sym_word] = ACTIONS(1203), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1203), + [anon_sym_SEMI] = ACTIONS(1203), + [anon_sym_EQ] = ACTIONS(1203), + [anon_sym_PLUS_PLUS] = ACTIONS(1203), + [anon_sym_DASH_DASH] = ACTIONS(1203), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_LT_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_GT_EQ] = ACTIONS(1203), + [anon_sym_AMP_EQ] = ACTIONS(1203), + [anon_sym_CARET_EQ] = ACTIONS(1203), + [anon_sym_PIPE_EQ] = ACTIONS(1203), + [anon_sym_EQ_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1203), + [anon_sym_GT_EQ] = ACTIONS(1203), + [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_PIPE_PIPE] = ACTIONS(1203), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_PLUS] = ACTIONS(1203), + [anon_sym_DASH] = ACTIONS(1203), + [anon_sym_STAR] = ACTIONS(1203), + [anon_sym_SLASH] = ACTIONS(1203), + [anon_sym_PERCENT] = ACTIONS(1203), + [anon_sym_STAR_STAR] = ACTIONS(1203), + [anon_sym_LT] = ACTIONS(1203), + [anon_sym_GT] = ACTIONS(1203), + [anon_sym_RPAREN] = ACTIONS(1203), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_SEMI_SEMI] = ACTIONS(1203), + [anon_sym_PIPE_AMP] = ACTIONS(1203), + [anon_sym_EQ_TILDE] = ACTIONS(1203), + [anon_sym_AMP_GT] = ACTIONS(1203), + [anon_sym_AMP_GT_GT] = ACTIONS(1203), + [anon_sym_LT_AMP] = ACTIONS(1203), + [anon_sym_GT_AMP] = ACTIONS(1203), + [anon_sym_GT_PIPE] = ACTIONS(1203), + [anon_sym_LT_LT_DASH] = ACTIONS(1203), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1205), + [anon_sym_LT_LT_LT] = ACTIONS(1203), + [anon_sym_AMP] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1203), + [anon_sym_QMARK] = ACTIONS(1203), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1203), + [aux_sym_concatenation_token1] = ACTIONS(1203), + [anon_sym_DOLLAR] = ACTIONS(1203), + [sym__special_character] = ACTIONS(1203), + [anon_sym_DQUOTE] = ACTIONS(1203), + [sym_raw_string] = ACTIONS(1203), + [sym_ansi_c_string] = ACTIONS(1203), + [aux_sym_number_token1] = ACTIONS(1203), + [aux_sym_number_token2] = ACTIONS(1203), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1203), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1203), + [anon_sym_BQUOTE] = ACTIONS(1203), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1203), + [anon_sym_LT_LPAREN] = ACTIONS(1203), + [anon_sym_GT_LPAREN] = ACTIONS(1203), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1205), + [sym__concat] = ACTIONS(1205), + [sym_test_operator] = ACTIONS(1205), + [sym__bare_dollar] = ACTIONS(1205), + [sym__brace_start] = ACTIONS(1205), }, - [374] = { - [sym_word] = ACTIONS(1211), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1211), - [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_EQ] = ACTIONS(1211), - [anon_sym_PLUS_PLUS] = ACTIONS(1211), - [anon_sym_DASH_DASH] = ACTIONS(1211), - [anon_sym_PLUS_EQ] = ACTIONS(1211), - [anon_sym_DASH_EQ] = ACTIONS(1211), - [anon_sym_STAR_EQ] = ACTIONS(1211), - [anon_sym_SLASH_EQ] = ACTIONS(1211), - [anon_sym_PERCENT_EQ] = ACTIONS(1211), - [anon_sym_LT_LT_EQ] = ACTIONS(1211), - [anon_sym_GT_GT_EQ] = ACTIONS(1211), - [anon_sym_AMP_EQ] = ACTIONS(1211), - [anon_sym_CARET_EQ] = ACTIONS(1211), - [anon_sym_PIPE_EQ] = ACTIONS(1211), - [anon_sym_EQ_EQ] = ACTIONS(1211), - [anon_sym_BANG_EQ] = ACTIONS(1211), - [anon_sym_LT_EQ] = ACTIONS(1211), - [anon_sym_GT_EQ] = ACTIONS(1211), - [anon_sym_AMP_AMP] = ACTIONS(1211), - [anon_sym_PIPE_PIPE] = ACTIONS(1211), - [anon_sym_LT_LT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(1211), - [anon_sym_PLUS] = ACTIONS(1211), - [anon_sym_DASH] = ACTIONS(1211), - [anon_sym_STAR] = ACTIONS(1211), - [anon_sym_SLASH] = ACTIONS(1211), - [anon_sym_PERCENT] = ACTIONS(1211), - [anon_sym_STAR_STAR] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_RPAREN] = ACTIONS(1211), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_SEMI_SEMI] = ACTIONS(1211), - [anon_sym_PIPE_AMP] = ACTIONS(1211), - [anon_sym_EQ_TILDE] = ACTIONS(1211), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(1211), - [anon_sym_LT_AMP] = ACTIONS(1211), - [anon_sym_GT_AMP] = ACTIONS(1211), - [anon_sym_GT_PIPE] = ACTIONS(1211), - [anon_sym_LT_LT_DASH] = ACTIONS(1211), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1213), - [anon_sym_LT_LT_LT] = ACTIONS(1211), - [anon_sym_AMP] = ACTIONS(1211), - [anon_sym_CARET] = ACTIONS(1211), - [anon_sym_QMARK] = ACTIONS(1211), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1211), - [aux_sym_concatenation_token1] = ACTIONS(1211), - [anon_sym_DOLLAR] = ACTIONS(1211), - [sym__special_character] = ACTIONS(1211), - [anon_sym_DQUOTE] = ACTIONS(1211), - [sym_raw_string] = ACTIONS(1211), - [sym_ansi_c_string] = ACTIONS(1211), - [aux_sym_number_token1] = ACTIONS(1211), - [aux_sym_number_token2] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1211), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1211), - [anon_sym_BQUOTE] = ACTIONS(1211), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1211), - [anon_sym_LT_LPAREN] = ACTIONS(1211), - [anon_sym_GT_LPAREN] = ACTIONS(1211), + [364] = { + [sym_word] = ACTIONS(1209), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1209), + [anon_sym_SEMI] = ACTIONS(1209), + [anon_sym_EQ] = ACTIONS(1209), + [anon_sym_PLUS_PLUS] = ACTIONS(1209), + [anon_sym_DASH_DASH] = ACTIONS(1209), + [anon_sym_PLUS_EQ] = ACTIONS(1209), + [anon_sym_DASH_EQ] = ACTIONS(1209), + [anon_sym_STAR_EQ] = ACTIONS(1209), + [anon_sym_SLASH_EQ] = ACTIONS(1209), + [anon_sym_PERCENT_EQ] = ACTIONS(1209), + [anon_sym_LT_LT_EQ] = ACTIONS(1209), + [anon_sym_GT_GT_EQ] = ACTIONS(1209), + [anon_sym_AMP_EQ] = ACTIONS(1209), + [anon_sym_CARET_EQ] = ACTIONS(1209), + [anon_sym_PIPE_EQ] = ACTIONS(1209), + [anon_sym_EQ_EQ] = ACTIONS(1209), + [anon_sym_BANG_EQ] = ACTIONS(1209), + [anon_sym_LT_EQ] = ACTIONS(1209), + [anon_sym_GT_EQ] = ACTIONS(1209), + [anon_sym_AMP_AMP] = ACTIONS(1209), + [anon_sym_PIPE_PIPE] = ACTIONS(1209), + [anon_sym_LT_LT] = ACTIONS(1209), + [anon_sym_GT_GT] = ACTIONS(1209), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1209), + [anon_sym_SLASH] = ACTIONS(1209), + [anon_sym_PERCENT] = ACTIONS(1209), + [anon_sym_STAR_STAR] = ACTIONS(1209), + [anon_sym_LT] = ACTIONS(1209), + [anon_sym_GT] = ACTIONS(1209), + [anon_sym_RPAREN] = ACTIONS(1209), + [anon_sym_PIPE] = ACTIONS(1209), + [anon_sym_SEMI_SEMI] = ACTIONS(1209), + [anon_sym_PIPE_AMP] = ACTIONS(1209), + [anon_sym_EQ_TILDE] = ACTIONS(1209), + [anon_sym_AMP_GT] = ACTIONS(1209), + [anon_sym_AMP_GT_GT] = ACTIONS(1209), + [anon_sym_LT_AMP] = ACTIONS(1209), + [anon_sym_GT_AMP] = ACTIONS(1209), + [anon_sym_GT_PIPE] = ACTIONS(1209), + [anon_sym_LT_LT_DASH] = ACTIONS(1209), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1211), + [anon_sym_LT_LT_LT] = ACTIONS(1209), + [anon_sym_AMP] = ACTIONS(1209), + [anon_sym_CARET] = ACTIONS(1209), + [anon_sym_QMARK] = ACTIONS(1209), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1209), + [aux_sym_concatenation_token1] = ACTIONS(1209), + [anon_sym_DOLLAR] = ACTIONS(1209), + [sym__special_character] = ACTIONS(1209), + [anon_sym_DQUOTE] = ACTIONS(1209), + [sym_raw_string] = ACTIONS(1209), + [sym_ansi_c_string] = ACTIONS(1209), + [aux_sym_number_token1] = ACTIONS(1209), + [aux_sym_number_token2] = ACTIONS(1209), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1209), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1209), + [anon_sym_BQUOTE] = ACTIONS(1209), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1209), + [anon_sym_LT_LPAREN] = ACTIONS(1209), + [anon_sym_GT_LPAREN] = ACTIONS(1209), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1213), - [sym__concat] = ACTIONS(1213), - [sym_test_operator] = ACTIONS(1213), - [sym__bare_dollar] = ACTIONS(1213), - [sym__brace_start] = ACTIONS(1213), + [sym_file_descriptor] = ACTIONS(1211), + [sym__concat] = ACTIONS(1211), + [sym_test_operator] = ACTIONS(1211), + [sym__bare_dollar] = ACTIONS(1211), + [sym__brace_start] = ACTIONS(1211), }, - [375] = { + [365] = { [sym_word] = ACTIONS(1267), [anon_sym_LPAREN_LPAREN] = ACTIONS(1267), [anon_sym_SEMI] = ACTIONS(1267), @@ -52101,362 +51766,860 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1269), [sym__brace_start] = ACTIONS(1269), }, - [376] = { - [sym_word] = ACTIONS(1201), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1201), - [anon_sym_SEMI] = ACTIONS(1201), - [anon_sym_EQ] = ACTIONS(1201), - [anon_sym_PLUS_PLUS] = ACTIONS(1201), - [anon_sym_DASH_DASH] = ACTIONS(1201), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1201), - [anon_sym_GT_GT_EQ] = ACTIONS(1201), - [anon_sym_AMP_EQ] = ACTIONS(1201), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1201), - [anon_sym_EQ_EQ] = ACTIONS(1201), - [anon_sym_BANG_EQ] = ACTIONS(1201), - [anon_sym_LT_EQ] = ACTIONS(1201), - [anon_sym_GT_EQ] = ACTIONS(1201), - [anon_sym_AMP_AMP] = ACTIONS(1201), - [anon_sym_PIPE_PIPE] = ACTIONS(1201), - [anon_sym_LT_LT] = ACTIONS(1201), - [anon_sym_GT_GT] = ACTIONS(1201), - [anon_sym_PLUS] = ACTIONS(1201), - [anon_sym_DASH] = ACTIONS(1201), - [anon_sym_STAR] = ACTIONS(1201), - [anon_sym_SLASH] = ACTIONS(1201), - [anon_sym_PERCENT] = ACTIONS(1201), - [anon_sym_STAR_STAR] = ACTIONS(1201), - [anon_sym_LT] = ACTIONS(1201), - [anon_sym_GT] = ACTIONS(1201), - [anon_sym_RPAREN] = ACTIONS(1201), - [anon_sym_PIPE] = ACTIONS(1201), - [anon_sym_SEMI_SEMI] = ACTIONS(1201), - [anon_sym_PIPE_AMP] = ACTIONS(1201), - [anon_sym_EQ_TILDE] = ACTIONS(1201), - [anon_sym_AMP_GT] = ACTIONS(1201), - [anon_sym_AMP_GT_GT] = ACTIONS(1201), - [anon_sym_LT_AMP] = ACTIONS(1201), - [anon_sym_GT_AMP] = ACTIONS(1201), - [anon_sym_GT_PIPE] = ACTIONS(1201), - [anon_sym_LT_LT_DASH] = ACTIONS(1201), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1203), - [anon_sym_LT_LT_LT] = ACTIONS(1201), - [anon_sym_AMP] = ACTIONS(1201), - [anon_sym_CARET] = ACTIONS(1201), - [anon_sym_QMARK] = ACTIONS(1201), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1201), - [aux_sym_concatenation_token1] = ACTIONS(1201), - [anon_sym_DOLLAR] = ACTIONS(1201), - [sym__special_character] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1201), - [sym_raw_string] = ACTIONS(1201), - [sym_ansi_c_string] = ACTIONS(1201), - [aux_sym_number_token1] = ACTIONS(1201), - [aux_sym_number_token2] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1201), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1201), - [anon_sym_BQUOTE] = ACTIONS(1201), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1201), - [anon_sym_LT_LPAREN] = ACTIONS(1201), - [anon_sym_GT_LPAREN] = ACTIONS(1201), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1203), - [sym__concat] = ACTIONS(1203), - [sym_test_operator] = ACTIONS(1203), - [sym__bare_dollar] = ACTIONS(1203), - [sym__brace_start] = ACTIONS(1203), - }, - [377] = { - [sym_word] = ACTIONS(1227), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1227), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_GT_EQ] = ACTIONS(1227), - [anon_sym_AMP_EQ] = ACTIONS(1227), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1227), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_EQ] = ACTIONS(1227), - [anon_sym_AMP_AMP] = ACTIONS(1227), - [anon_sym_PIPE_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT] = ACTIONS(1227), - [anon_sym_GT_GT] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1227), - [anon_sym_SLASH] = ACTIONS(1227), - [anon_sym_PERCENT] = ACTIONS(1227), - [anon_sym_STAR_STAR] = ACTIONS(1227), - [anon_sym_LT] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1227), - [anon_sym_RPAREN] = ACTIONS(1227), - [anon_sym_PIPE] = ACTIONS(1227), - [anon_sym_SEMI_SEMI] = ACTIONS(1227), - [anon_sym_PIPE_AMP] = ACTIONS(1227), - [anon_sym_EQ_TILDE] = ACTIONS(1227), - [anon_sym_AMP_GT] = ACTIONS(1227), - [anon_sym_AMP_GT_GT] = ACTIONS(1227), - [anon_sym_LT_AMP] = ACTIONS(1227), - [anon_sym_GT_AMP] = ACTIONS(1227), - [anon_sym_GT_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT_DASH] = ACTIONS(1227), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1229), - [anon_sym_LT_LT_LT] = ACTIONS(1227), - [anon_sym_AMP] = ACTIONS(1227), - [anon_sym_CARET] = ACTIONS(1227), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1227), - [aux_sym_concatenation_token1] = ACTIONS(1227), - [anon_sym_DOLLAR] = ACTIONS(1227), - [sym__special_character] = ACTIONS(1227), - [anon_sym_DQUOTE] = ACTIONS(1227), - [sym_raw_string] = ACTIONS(1227), - [sym_ansi_c_string] = ACTIONS(1227), - [aux_sym_number_token1] = ACTIONS(1227), - [aux_sym_number_token2] = ACTIONS(1227), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1227), - [anon_sym_BQUOTE] = ACTIONS(1227), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1227), - [anon_sym_LT_LPAREN] = ACTIONS(1227), - [anon_sym_GT_LPAREN] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1229), - [sym__concat] = ACTIONS(1229), - [sym_test_operator] = ACTIONS(1229), - [sym__bare_dollar] = ACTIONS(1229), - [sym__brace_start] = ACTIONS(1229), - }, - [378] = { - [sym_word] = ACTIONS(1255), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1255), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_EQ] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_EQ] = ACTIONS(1255), - [anon_sym_DASH_EQ] = ACTIONS(1255), - [anon_sym_STAR_EQ] = ACTIONS(1255), - [anon_sym_SLASH_EQ] = ACTIONS(1255), - [anon_sym_PERCENT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_GT_EQ] = ACTIONS(1255), - [anon_sym_AMP_EQ] = ACTIONS(1255), - [anon_sym_CARET_EQ] = ACTIONS(1255), - [anon_sym_PIPE_EQ] = ACTIONS(1255), - [anon_sym_EQ_EQ] = ACTIONS(1255), - [anon_sym_BANG_EQ] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_AMP_AMP] = ACTIONS(1255), - [anon_sym_PIPE_PIPE] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1255), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_SLASH] = ACTIONS(1255), - [anon_sym_PERCENT] = ACTIONS(1255), - [anon_sym_STAR_STAR] = ACTIONS(1255), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1255), - [anon_sym_SEMI_SEMI] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1255), - [anon_sym_EQ_TILDE] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1255), - [anon_sym_AMP_GT_GT] = ACTIONS(1255), - [anon_sym_LT_AMP] = ACTIONS(1255), - [anon_sym_GT_AMP] = ACTIONS(1255), - [anon_sym_GT_PIPE] = ACTIONS(1255), - [anon_sym_LT_LT_DASH] = ACTIONS(1255), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1257), - [anon_sym_LT_LT_LT] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_CARET] = ACTIONS(1255), - [anon_sym_QMARK] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1255), - [aux_sym_concatenation_token1] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1255), - [sym__special_character] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_raw_string] = ACTIONS(1255), - [sym_ansi_c_string] = ACTIONS(1255), - [aux_sym_number_token1] = ACTIONS(1255), - [aux_sym_number_token2] = ACTIONS(1255), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1255), - [anon_sym_LT_LPAREN] = ACTIONS(1255), - [anon_sym_GT_LPAREN] = ACTIONS(1255), + [366] = { + [sym_word] = ACTIONS(1263), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1263), + [anon_sym_EQ] = ACTIONS(1263), + [anon_sym_PLUS_PLUS] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_EQ] = ACTIONS(1263), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1263), + [anon_sym_EQ_EQ] = ACTIONS(1263), + [anon_sym_BANG_EQ] = ACTIONS(1263), + [anon_sym_LT_EQ] = ACTIONS(1263), + [anon_sym_GT_EQ] = ACTIONS(1263), + [anon_sym_AMP_AMP] = ACTIONS(1263), + [anon_sym_PIPE_PIPE] = ACTIONS(1263), + [anon_sym_LT_LT] = ACTIONS(1263), + [anon_sym_GT_GT] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1263), + [anon_sym_PERCENT] = ACTIONS(1263), + [anon_sym_STAR_STAR] = ACTIONS(1263), + [anon_sym_LT] = ACTIONS(1263), + [anon_sym_GT] = ACTIONS(1263), + [anon_sym_RPAREN] = ACTIONS(1263), + [anon_sym_PIPE] = ACTIONS(1263), + [anon_sym_SEMI_SEMI] = ACTIONS(1263), + [anon_sym_PIPE_AMP] = ACTIONS(1263), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_AMP_GT] = ACTIONS(1263), + [anon_sym_AMP_GT_GT] = ACTIONS(1263), + [anon_sym_LT_AMP] = ACTIONS(1263), + [anon_sym_GT_AMP] = ACTIONS(1263), + [anon_sym_GT_PIPE] = ACTIONS(1263), + [anon_sym_LT_LT_DASH] = ACTIONS(1263), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1265), + [anon_sym_LT_LT_LT] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_CARET] = ACTIONS(1263), + [anon_sym_QMARK] = ACTIONS(1263), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1263), + [aux_sym_concatenation_token1] = ACTIONS(1263), + [anon_sym_DOLLAR] = ACTIONS(1263), + [sym__special_character] = ACTIONS(1263), + [anon_sym_DQUOTE] = ACTIONS(1263), + [sym_raw_string] = ACTIONS(1263), + [sym_ansi_c_string] = ACTIONS(1263), + [aux_sym_number_token1] = ACTIONS(1263), + [aux_sym_number_token2] = ACTIONS(1263), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), + [anon_sym_BQUOTE] = ACTIONS(1263), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1263), + [anon_sym_LT_LPAREN] = ACTIONS(1263), + [anon_sym_GT_LPAREN] = ACTIONS(1263), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_test_operator] = ACTIONS(1257), - [sym__bare_dollar] = ACTIONS(1257), - [sym__brace_start] = ACTIONS(1257), + [sym_file_descriptor] = ACTIONS(1265), + [sym__concat] = ACTIONS(1265), + [sym_test_operator] = ACTIONS(1265), + [sym__bare_dollar] = ACTIONS(1265), + [sym__brace_start] = ACTIONS(1265), }, - [379] = { - [sym_word] = ACTIONS(1223), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1223), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_EQ] = ACTIONS(1223), - [anon_sym_PLUS_PLUS] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1223), - [anon_sym_PLUS_EQ] = ACTIONS(1223), - [anon_sym_DASH_EQ] = ACTIONS(1223), - [anon_sym_STAR_EQ] = ACTIONS(1223), - [anon_sym_SLASH_EQ] = ACTIONS(1223), - [anon_sym_PERCENT_EQ] = ACTIONS(1223), - [anon_sym_LT_LT_EQ] = ACTIONS(1223), - [anon_sym_GT_GT_EQ] = ACTIONS(1223), - [anon_sym_AMP_EQ] = ACTIONS(1223), - [anon_sym_CARET_EQ] = ACTIONS(1223), - [anon_sym_PIPE_EQ] = ACTIONS(1223), - [anon_sym_EQ_EQ] = ACTIONS(1223), - [anon_sym_BANG_EQ] = ACTIONS(1223), - [anon_sym_LT_EQ] = ACTIONS(1223), - [anon_sym_GT_EQ] = ACTIONS(1223), - [anon_sym_AMP_AMP] = ACTIONS(1223), - [anon_sym_PIPE_PIPE] = ACTIONS(1223), - [anon_sym_LT_LT] = ACTIONS(1223), - [anon_sym_GT_GT] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1223), - [anon_sym_SLASH] = ACTIONS(1223), - [anon_sym_PERCENT] = ACTIONS(1223), - [anon_sym_STAR_STAR] = ACTIONS(1223), - [anon_sym_LT] = ACTIONS(1223), - [anon_sym_GT] = ACTIONS(1223), - [anon_sym_RPAREN] = ACTIONS(1223), - [anon_sym_PIPE] = ACTIONS(1223), - [anon_sym_SEMI_SEMI] = ACTIONS(1223), - [anon_sym_PIPE_AMP] = ACTIONS(1223), - [anon_sym_EQ_TILDE] = ACTIONS(1223), - [anon_sym_AMP_GT] = ACTIONS(1223), - [anon_sym_AMP_GT_GT] = ACTIONS(1223), - [anon_sym_LT_AMP] = ACTIONS(1223), - [anon_sym_GT_AMP] = ACTIONS(1223), - [anon_sym_GT_PIPE] = ACTIONS(1223), - [anon_sym_LT_LT_DASH] = ACTIONS(1223), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1225), - [anon_sym_LT_LT_LT] = ACTIONS(1223), - [anon_sym_AMP] = ACTIONS(1223), - [anon_sym_CARET] = ACTIONS(1223), - [anon_sym_QMARK] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1223), - [aux_sym_concatenation_token1] = ACTIONS(1223), - [anon_sym_DOLLAR] = ACTIONS(1223), - [sym__special_character] = ACTIONS(1223), - [anon_sym_DQUOTE] = ACTIONS(1223), - [sym_raw_string] = ACTIONS(1223), - [sym_ansi_c_string] = ACTIONS(1223), - [aux_sym_number_token1] = ACTIONS(1223), - [aux_sym_number_token2] = ACTIONS(1223), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1223), - [anon_sym_BQUOTE] = ACTIONS(1223), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1223), - [anon_sym_LT_LPAREN] = ACTIONS(1223), - [anon_sym_GT_LPAREN] = ACTIONS(1223), + [367] = { + [sym_word] = ACTIONS(1243), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1243), + [anon_sym_EQ] = ACTIONS(1243), + [anon_sym_PLUS_PLUS] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_EQ_EQ] = ACTIONS(1243), + [anon_sym_BANG_EQ] = ACTIONS(1243), + [anon_sym_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_AMP] = ACTIONS(1243), + [anon_sym_PIPE_PIPE] = ACTIONS(1243), + [anon_sym_LT_LT] = ACTIONS(1243), + [anon_sym_GT_GT] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1243), + [anon_sym_SLASH] = ACTIONS(1243), + [anon_sym_PERCENT] = ACTIONS(1243), + [anon_sym_STAR_STAR] = ACTIONS(1243), + [anon_sym_LT] = ACTIONS(1243), + [anon_sym_GT] = ACTIONS(1243), + [anon_sym_RPAREN] = ACTIONS(1243), + [anon_sym_PIPE] = ACTIONS(1243), + [anon_sym_SEMI_SEMI] = ACTIONS(1243), + [anon_sym_PIPE_AMP] = ACTIONS(1243), + [anon_sym_EQ_TILDE] = ACTIONS(1243), + [anon_sym_AMP_GT] = ACTIONS(1243), + [anon_sym_AMP_GT_GT] = ACTIONS(1243), + [anon_sym_LT_AMP] = ACTIONS(1243), + [anon_sym_GT_AMP] = ACTIONS(1243), + [anon_sym_GT_PIPE] = ACTIONS(1243), + [anon_sym_LT_LT_DASH] = ACTIONS(1243), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1245), + [anon_sym_LT_LT_LT] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1243), + [anon_sym_CARET] = ACTIONS(1243), + [anon_sym_QMARK] = ACTIONS(1243), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1243), + [aux_sym_concatenation_token1] = ACTIONS(1243), + [anon_sym_DOLLAR] = ACTIONS(1243), + [sym__special_character] = ACTIONS(1243), + [anon_sym_DQUOTE] = ACTIONS(1243), + [sym_raw_string] = ACTIONS(1243), + [sym_ansi_c_string] = ACTIONS(1243), + [aux_sym_number_token1] = ACTIONS(1243), + [aux_sym_number_token2] = ACTIONS(1243), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1243), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1243), + [anon_sym_BQUOTE] = ACTIONS(1243), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1243), + [anon_sym_LT_LPAREN] = ACTIONS(1243), + [anon_sym_GT_LPAREN] = ACTIONS(1243), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1225), - [sym__concat] = ACTIONS(1225), - [sym_test_operator] = ACTIONS(1225), - [sym__bare_dollar] = ACTIONS(1225), - [sym__brace_start] = ACTIONS(1225), + [sym_file_descriptor] = ACTIONS(1245), + [sym__concat] = ACTIONS(1245), + [sym_test_operator] = ACTIONS(1245), + [sym__bare_dollar] = ACTIONS(1245), + [sym__brace_start] = ACTIONS(1245), }, - [380] = { - [aux_sym__literal_repeat1] = STATE(380), - [sym_word] = ACTIONS(1273), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym_EQ] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_EQ] = ACTIONS(1273), - [anon_sym_DASH_EQ] = ACTIONS(1273), - [anon_sym_STAR_EQ] = ACTIONS(1273), - [anon_sym_SLASH_EQ] = ACTIONS(1273), - [anon_sym_PERCENT_EQ] = ACTIONS(1273), - [anon_sym_LT_LT_EQ] = ACTIONS(1273), - [anon_sym_GT_GT_EQ] = ACTIONS(1273), - [anon_sym_AMP_EQ] = ACTIONS(1273), - [anon_sym_CARET_EQ] = ACTIONS(1273), - [anon_sym_PIPE_EQ] = ACTIONS(1273), - [anon_sym_EQ_EQ] = ACTIONS(1273), - [anon_sym_BANG_EQ] = ACTIONS(1273), - [anon_sym_LT_EQ] = ACTIONS(1273), - [anon_sym_GT_EQ] = ACTIONS(1273), - [anon_sym_AMP_AMP] = ACTIONS(1273), - [anon_sym_PIPE_PIPE] = ACTIONS(1273), - [anon_sym_LT_LT] = ACTIONS(1273), - [anon_sym_GT_GT] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_SLASH] = ACTIONS(1273), - [anon_sym_PERCENT] = ACTIONS(1273), - [anon_sym_STAR_STAR] = ACTIONS(1273), - [anon_sym_LT] = ACTIONS(1273), - [anon_sym_GT] = ACTIONS(1273), - [anon_sym_RPAREN] = ACTIONS(1273), - [anon_sym_PIPE] = ACTIONS(1273), - [anon_sym_SEMI_SEMI] = ACTIONS(1273), - [anon_sym_PIPE_AMP] = ACTIONS(1273), - [anon_sym_EQ_TILDE] = ACTIONS(1273), - [anon_sym_AMP_GT] = ACTIONS(1273), - [anon_sym_AMP_GT_GT] = ACTIONS(1273), - [anon_sym_LT_AMP] = ACTIONS(1273), - [anon_sym_GT_AMP] = ACTIONS(1273), - [anon_sym_GT_PIPE] = ACTIONS(1273), - [anon_sym_LT_LT_DASH] = ACTIONS(1273), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1275), - [anon_sym_LT_LT_LT] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_CARET] = ACTIONS(1273), - [anon_sym_QMARK] = ACTIONS(1273), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1273), - [anon_sym_DOLLAR] = ACTIONS(1273), - [sym__special_character] = ACTIONS(1280), - [anon_sym_DQUOTE] = ACTIONS(1273), - [sym_raw_string] = ACTIONS(1273), - [sym_ansi_c_string] = ACTIONS(1273), - [aux_sym_number_token1] = ACTIONS(1273), - [aux_sym_number_token2] = ACTIONS(1273), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1273), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1273), - [anon_sym_BQUOTE] = ACTIONS(1273), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1273), - [anon_sym_LT_LPAREN] = ACTIONS(1273), - [anon_sym_GT_LPAREN] = ACTIONS(1273), + [368] = { + [sym_word] = ACTIONS(1251), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_EQ] = ACTIONS(1251), + [anon_sym_PLUS_PLUS] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1251), + [anon_sym_PLUS_EQ] = ACTIONS(1251), + [anon_sym_DASH_EQ] = ACTIONS(1251), + [anon_sym_STAR_EQ] = ACTIONS(1251), + [anon_sym_SLASH_EQ] = ACTIONS(1251), + [anon_sym_PERCENT_EQ] = ACTIONS(1251), + [anon_sym_LT_LT_EQ] = ACTIONS(1251), + [anon_sym_GT_GT_EQ] = ACTIONS(1251), + [anon_sym_AMP_EQ] = ACTIONS(1251), + [anon_sym_CARET_EQ] = ACTIONS(1251), + [anon_sym_PIPE_EQ] = ACTIONS(1251), + [anon_sym_EQ_EQ] = ACTIONS(1251), + [anon_sym_BANG_EQ] = ACTIONS(1251), + [anon_sym_LT_EQ] = ACTIONS(1251), + [anon_sym_GT_EQ] = ACTIONS(1251), + [anon_sym_AMP_AMP] = ACTIONS(1251), + [anon_sym_PIPE_PIPE] = ACTIONS(1251), + [anon_sym_LT_LT] = ACTIONS(1251), + [anon_sym_GT_GT] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1251), + [anon_sym_SLASH] = ACTIONS(1251), + [anon_sym_PERCENT] = ACTIONS(1251), + [anon_sym_STAR_STAR] = ACTIONS(1251), + [anon_sym_LT] = ACTIONS(1251), + [anon_sym_GT] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1251), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_SEMI_SEMI] = ACTIONS(1251), + [anon_sym_PIPE_AMP] = ACTIONS(1251), + [anon_sym_EQ_TILDE] = ACTIONS(1251), + [anon_sym_AMP_GT] = ACTIONS(1251), + [anon_sym_AMP_GT_GT] = ACTIONS(1251), + [anon_sym_LT_AMP] = ACTIONS(1251), + [anon_sym_GT_AMP] = ACTIONS(1251), + [anon_sym_GT_PIPE] = ACTIONS(1251), + [anon_sym_LT_LT_DASH] = ACTIONS(1251), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1253), + [anon_sym_LT_LT_LT] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1251), + [anon_sym_QMARK] = ACTIONS(1251), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1251), + [aux_sym_concatenation_token1] = ACTIONS(1251), + [anon_sym_DOLLAR] = ACTIONS(1251), + [sym__special_character] = ACTIONS(1251), + [anon_sym_DQUOTE] = ACTIONS(1251), + [sym_raw_string] = ACTIONS(1251), + [sym_ansi_c_string] = ACTIONS(1251), + [aux_sym_number_token1] = ACTIONS(1251), + [aux_sym_number_token2] = ACTIONS(1251), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1251), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), + [anon_sym_BQUOTE] = ACTIONS(1251), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1251), + [anon_sym_LT_LPAREN] = ACTIONS(1251), + [anon_sym_GT_LPAREN] = ACTIONS(1251), [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1275), - [sym_test_operator] = ACTIONS(1275), - [sym__bare_dollar] = ACTIONS(1275), - [sym__brace_start] = ACTIONS(1275), + [sym_file_descriptor] = ACTIONS(1253), + [sym__concat] = ACTIONS(1253), + [sym_test_operator] = ACTIONS(1253), + [sym__bare_dollar] = ACTIONS(1253), + [sym__brace_start] = ACTIONS(1253), }, - [381] = { - [aux_sym_concatenation_repeat1] = STATE(389), + [369] = { + [sym_word] = ACTIONS(1259), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1259), + [anon_sym_EQ] = ACTIONS(1259), + [anon_sym_PLUS_PLUS] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1259), + [anon_sym_PLUS_EQ] = ACTIONS(1259), + [anon_sym_DASH_EQ] = ACTIONS(1259), + [anon_sym_STAR_EQ] = ACTIONS(1259), + [anon_sym_SLASH_EQ] = ACTIONS(1259), + [anon_sym_PERCENT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_GT_EQ] = ACTIONS(1259), + [anon_sym_AMP_EQ] = ACTIONS(1259), + [anon_sym_CARET_EQ] = ACTIONS(1259), + [anon_sym_PIPE_EQ] = ACTIONS(1259), + [anon_sym_EQ_EQ] = ACTIONS(1259), + [anon_sym_BANG_EQ] = ACTIONS(1259), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_AMP_AMP] = ACTIONS(1259), + [anon_sym_PIPE_PIPE] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1259), + [anon_sym_GT_GT] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1259), + [anon_sym_SLASH] = ACTIONS(1259), + [anon_sym_PERCENT] = ACTIONS(1259), + [anon_sym_STAR_STAR] = ACTIONS(1259), + [anon_sym_LT] = ACTIONS(1259), + [anon_sym_GT] = ACTIONS(1259), + [anon_sym_RPAREN] = ACTIONS(1259), + [anon_sym_PIPE] = ACTIONS(1259), + [anon_sym_SEMI_SEMI] = ACTIONS(1259), + [anon_sym_PIPE_AMP] = ACTIONS(1259), + [anon_sym_EQ_TILDE] = ACTIONS(1259), + [anon_sym_AMP_GT] = ACTIONS(1259), + [anon_sym_AMP_GT_GT] = ACTIONS(1259), + [anon_sym_LT_AMP] = ACTIONS(1259), + [anon_sym_GT_AMP] = ACTIONS(1259), + [anon_sym_GT_PIPE] = ACTIONS(1259), + [anon_sym_LT_LT_DASH] = ACTIONS(1259), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1261), + [anon_sym_LT_LT_LT] = ACTIONS(1259), + [anon_sym_AMP] = ACTIONS(1259), + [anon_sym_CARET] = ACTIONS(1259), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1259), + [aux_sym_concatenation_token1] = ACTIONS(1259), + [anon_sym_DOLLAR] = ACTIONS(1259), + [sym__special_character] = ACTIONS(1259), + [anon_sym_DQUOTE] = ACTIONS(1259), + [sym_raw_string] = ACTIONS(1259), + [sym_ansi_c_string] = ACTIONS(1259), + [aux_sym_number_token1] = ACTIONS(1259), + [aux_sym_number_token2] = ACTIONS(1259), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), + [anon_sym_BQUOTE] = ACTIONS(1259), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1259), + [anon_sym_LT_LPAREN] = ACTIONS(1259), + [anon_sym_GT_LPAREN] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1261), + [sym__concat] = ACTIONS(1261), + [sym_test_operator] = ACTIONS(1261), + [sym__bare_dollar] = ACTIONS(1261), + [sym__brace_start] = ACTIONS(1261), + }, + [370] = { + [sym_word] = ACTIONS(1255), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(1255), + [anon_sym_EQ] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1255), + [anon_sym_PLUS_EQ] = ACTIONS(1255), + [anon_sym_DASH_EQ] = ACTIONS(1255), + [anon_sym_STAR_EQ] = ACTIONS(1255), + [anon_sym_SLASH_EQ] = ACTIONS(1255), + [anon_sym_PERCENT_EQ] = ACTIONS(1255), + [anon_sym_LT_LT_EQ] = ACTIONS(1255), + [anon_sym_GT_GT_EQ] = ACTIONS(1255), + [anon_sym_AMP_EQ] = ACTIONS(1255), + [anon_sym_CARET_EQ] = ACTIONS(1255), + [anon_sym_PIPE_EQ] = ACTIONS(1255), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT_EQ] = ACTIONS(1255), + [anon_sym_GT_EQ] = ACTIONS(1255), + [anon_sym_AMP_AMP] = ACTIONS(1255), + [anon_sym_PIPE_PIPE] = ACTIONS(1255), + [anon_sym_LT_LT] = ACTIONS(1255), + [anon_sym_GT_GT] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1255), + [anon_sym_PERCENT] = ACTIONS(1255), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1255), + [anon_sym_GT] = ACTIONS(1255), + [anon_sym_RPAREN] = ACTIONS(1255), + [anon_sym_PIPE] = ACTIONS(1255), + [anon_sym_SEMI_SEMI] = ACTIONS(1255), + [anon_sym_PIPE_AMP] = ACTIONS(1255), + [anon_sym_EQ_TILDE] = ACTIONS(1255), + [anon_sym_AMP_GT] = ACTIONS(1255), + [anon_sym_AMP_GT_GT] = ACTIONS(1255), + [anon_sym_LT_AMP] = ACTIONS(1255), + [anon_sym_GT_AMP] = ACTIONS(1255), + [anon_sym_GT_PIPE] = ACTIONS(1255), + [anon_sym_LT_LT_DASH] = ACTIONS(1255), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1257), + [anon_sym_LT_LT_LT] = ACTIONS(1255), + [anon_sym_AMP] = ACTIONS(1255), + [anon_sym_CARET] = ACTIONS(1255), + [anon_sym_QMARK] = ACTIONS(1255), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1255), + [aux_sym_concatenation_token1] = ACTIONS(1255), + [anon_sym_DOLLAR] = ACTIONS(1255), + [sym__special_character] = ACTIONS(1255), + [anon_sym_DQUOTE] = ACTIONS(1255), + [sym_raw_string] = ACTIONS(1255), + [sym_ansi_c_string] = ACTIONS(1255), + [aux_sym_number_token1] = ACTIONS(1255), + [aux_sym_number_token2] = ACTIONS(1255), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), + [anon_sym_BQUOTE] = ACTIONS(1255), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1255), + [anon_sym_LT_LPAREN] = ACTIONS(1255), + [anon_sym_GT_LPAREN] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1257), + [sym__concat] = ACTIONS(1257), + [sym_test_operator] = ACTIONS(1257), + [sym__bare_dollar] = ACTIONS(1257), + [sym__brace_start] = ACTIONS(1257), + }, + [371] = { + [sym_word] = ACTIONS(1247), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1247), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_EQ] = ACTIONS(1247), + [anon_sym_PLUS_PLUS] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1247), + [anon_sym_PLUS_EQ] = ACTIONS(1247), + [anon_sym_DASH_EQ] = ACTIONS(1247), + [anon_sym_STAR_EQ] = ACTIONS(1247), + [anon_sym_SLASH_EQ] = ACTIONS(1247), + [anon_sym_PERCENT_EQ] = ACTIONS(1247), + [anon_sym_LT_LT_EQ] = ACTIONS(1247), + [anon_sym_GT_GT_EQ] = ACTIONS(1247), + [anon_sym_AMP_EQ] = ACTIONS(1247), + [anon_sym_CARET_EQ] = ACTIONS(1247), + [anon_sym_PIPE_EQ] = ACTIONS(1247), + [anon_sym_EQ_EQ] = ACTIONS(1247), + [anon_sym_BANG_EQ] = ACTIONS(1247), + [anon_sym_LT_EQ] = ACTIONS(1247), + [anon_sym_GT_EQ] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1247), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_LT_LT] = ACTIONS(1247), + [anon_sym_GT_GT] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1247), + [anon_sym_SLASH] = ACTIONS(1247), + [anon_sym_PERCENT] = ACTIONS(1247), + [anon_sym_STAR_STAR] = ACTIONS(1247), + [anon_sym_LT] = ACTIONS(1247), + [anon_sym_GT] = ACTIONS(1247), + [anon_sym_RPAREN] = ACTIONS(1247), + [anon_sym_PIPE] = ACTIONS(1247), + [anon_sym_SEMI_SEMI] = ACTIONS(1247), + [anon_sym_PIPE_AMP] = ACTIONS(1247), + [anon_sym_EQ_TILDE] = ACTIONS(1247), + [anon_sym_AMP_GT] = ACTIONS(1247), + [anon_sym_AMP_GT_GT] = ACTIONS(1247), + [anon_sym_LT_AMP] = ACTIONS(1247), + [anon_sym_GT_AMP] = ACTIONS(1247), + [anon_sym_GT_PIPE] = ACTIONS(1247), + [anon_sym_LT_LT_DASH] = ACTIONS(1247), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1249), + [anon_sym_LT_LT_LT] = ACTIONS(1247), + [anon_sym_AMP] = ACTIONS(1247), + [anon_sym_CARET] = ACTIONS(1247), + [anon_sym_QMARK] = ACTIONS(1247), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1247), + [aux_sym_concatenation_token1] = ACTIONS(1247), + [anon_sym_DOLLAR] = ACTIONS(1247), + [sym__special_character] = ACTIONS(1247), + [anon_sym_DQUOTE] = ACTIONS(1247), + [sym_raw_string] = ACTIONS(1247), + [sym_ansi_c_string] = ACTIONS(1247), + [aux_sym_number_token1] = ACTIONS(1247), + [aux_sym_number_token2] = ACTIONS(1247), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), + [anon_sym_BQUOTE] = ACTIONS(1247), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1247), + [anon_sym_LT_LPAREN] = ACTIONS(1247), + [anon_sym_GT_LPAREN] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1249), + [sym__concat] = ACTIONS(1249), + [sym_test_operator] = ACTIONS(1249), + [sym__bare_dollar] = ACTIONS(1249), + [sym__brace_start] = ACTIONS(1249), + }, + [372] = { + [sym_word] = ACTIONS(1213), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1213), + [anon_sym_SEMI] = ACTIONS(1213), + [anon_sym_EQ] = ACTIONS(1213), + [anon_sym_PLUS_PLUS] = ACTIONS(1213), + [anon_sym_DASH_DASH] = ACTIONS(1213), + [anon_sym_PLUS_EQ] = ACTIONS(1213), + [anon_sym_DASH_EQ] = ACTIONS(1213), + [anon_sym_STAR_EQ] = ACTIONS(1213), + [anon_sym_SLASH_EQ] = ACTIONS(1213), + [anon_sym_PERCENT_EQ] = ACTIONS(1213), + [anon_sym_LT_LT_EQ] = ACTIONS(1213), + [anon_sym_GT_GT_EQ] = ACTIONS(1213), + [anon_sym_AMP_EQ] = ACTIONS(1213), + [anon_sym_CARET_EQ] = ACTIONS(1213), + [anon_sym_PIPE_EQ] = ACTIONS(1213), + [anon_sym_EQ_EQ] = ACTIONS(1213), + [anon_sym_BANG_EQ] = ACTIONS(1213), + [anon_sym_LT_EQ] = ACTIONS(1213), + [anon_sym_GT_EQ] = ACTIONS(1213), + [anon_sym_AMP_AMP] = ACTIONS(1213), + [anon_sym_PIPE_PIPE] = ACTIONS(1213), + [anon_sym_LT_LT] = ACTIONS(1213), + [anon_sym_GT_GT] = ACTIONS(1213), + [anon_sym_PLUS] = ACTIONS(1213), + [anon_sym_DASH] = ACTIONS(1213), + [anon_sym_STAR] = ACTIONS(1213), + [anon_sym_SLASH] = ACTIONS(1213), + [anon_sym_PERCENT] = ACTIONS(1213), + [anon_sym_STAR_STAR] = ACTIONS(1213), + [anon_sym_LT] = ACTIONS(1213), + [anon_sym_GT] = ACTIONS(1213), + [anon_sym_RPAREN] = ACTIONS(1213), + [anon_sym_PIPE] = ACTIONS(1213), + [anon_sym_SEMI_SEMI] = ACTIONS(1213), + [anon_sym_PIPE_AMP] = ACTIONS(1213), + [anon_sym_EQ_TILDE] = ACTIONS(1213), + [anon_sym_AMP_GT] = ACTIONS(1213), + [anon_sym_AMP_GT_GT] = ACTIONS(1213), + [anon_sym_LT_AMP] = ACTIONS(1213), + [anon_sym_GT_AMP] = ACTIONS(1213), + [anon_sym_GT_PIPE] = ACTIONS(1213), + [anon_sym_LT_LT_DASH] = ACTIONS(1213), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1215), + [anon_sym_LT_LT_LT] = ACTIONS(1213), + [anon_sym_AMP] = ACTIONS(1213), + [anon_sym_CARET] = ACTIONS(1213), + [anon_sym_QMARK] = ACTIONS(1213), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1213), + [aux_sym_concatenation_token1] = ACTIONS(1213), + [anon_sym_DOLLAR] = ACTIONS(1213), + [sym__special_character] = ACTIONS(1213), + [anon_sym_DQUOTE] = ACTIONS(1213), + [sym_raw_string] = ACTIONS(1213), + [sym_ansi_c_string] = ACTIONS(1213), + [aux_sym_number_token1] = ACTIONS(1213), + [aux_sym_number_token2] = ACTIONS(1213), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1213), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1213), + [anon_sym_BQUOTE] = ACTIONS(1213), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1213), + [anon_sym_LT_LPAREN] = ACTIONS(1213), + [anon_sym_GT_LPAREN] = ACTIONS(1213), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1215), + [sym__concat] = ACTIONS(1215), + [sym_test_operator] = ACTIONS(1215), + [sym__bare_dollar] = ACTIONS(1215), + [sym__brace_start] = ACTIONS(1215), + }, + [373] = { + [aux_sym__literal_repeat1] = STATE(362), + [sym_word] = ACTIONS(189), + [anon_sym_LPAREN_LPAREN] = ACTIONS(189), + [anon_sym_RPAREN_RPAREN] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(187), + [anon_sym_GT_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_EQ] = ACTIONS(187), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(191), + [anon_sym_PIPE_PIPE] = ACTIONS(191), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), + [anon_sym_RPAREN] = ACTIONS(189), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_SEMI_SEMI] = ACTIONS(189), + [anon_sym_PIPE_AMP] = ACTIONS(189), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(189), + [anon_sym_LT_AMP] = ACTIONS(189), + [anon_sym_GT_AMP] = ACTIONS(189), + [anon_sym_GT_PIPE] = ACTIONS(189), + [anon_sym_LT_LT_DASH] = ACTIONS(189), + [aux_sym_heredoc_redirect_token1] = ACTIONS(220), + [anon_sym_LT_LT_LT] = ACTIONS(189), + [anon_sym_AMP] = ACTIONS(191), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(189), + [anon_sym_DOLLAR] = ACTIONS(189), + [sym__special_character] = ACTIONS(1271), + [anon_sym_DQUOTE] = ACTIONS(189), + [sym_raw_string] = ACTIONS(189), + [sym_ansi_c_string] = ACTIONS(189), + [aux_sym_number_token1] = ACTIONS(189), + [aux_sym_number_token2] = ACTIONS(189), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(189), + [anon_sym_BQUOTE] = ACTIONS(189), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(189), + [anon_sym_LT_LPAREN] = ACTIONS(189), + [anon_sym_GT_LPAREN] = ACTIONS(189), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(220), + [sym_test_operator] = ACTIONS(352), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), + }, + [374] = { + [sym_word] = ACTIONS(1199), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1199), + [anon_sym_SEMI] = ACTIONS(1199), + [anon_sym_EQ] = ACTIONS(1199), + [anon_sym_PLUS_PLUS] = ACTIONS(1199), + [anon_sym_DASH_DASH] = ACTIONS(1199), + [anon_sym_PLUS_EQ] = ACTIONS(1199), + [anon_sym_DASH_EQ] = ACTIONS(1199), + [anon_sym_STAR_EQ] = ACTIONS(1199), + [anon_sym_SLASH_EQ] = ACTIONS(1199), + [anon_sym_PERCENT_EQ] = ACTIONS(1199), + [anon_sym_LT_LT_EQ] = ACTIONS(1199), + [anon_sym_GT_GT_EQ] = ACTIONS(1199), + [anon_sym_AMP_EQ] = ACTIONS(1199), + [anon_sym_CARET_EQ] = ACTIONS(1199), + [anon_sym_PIPE_EQ] = ACTIONS(1199), + [anon_sym_EQ_EQ] = ACTIONS(1199), + [anon_sym_BANG_EQ] = ACTIONS(1199), + [anon_sym_LT_EQ] = ACTIONS(1199), + [anon_sym_GT_EQ] = ACTIONS(1199), + [anon_sym_AMP_AMP] = ACTIONS(1199), + [anon_sym_PIPE_PIPE] = ACTIONS(1199), + [anon_sym_LT_LT] = ACTIONS(1199), + [anon_sym_GT_GT] = ACTIONS(1199), + [anon_sym_PLUS] = ACTIONS(1199), + [anon_sym_DASH] = ACTIONS(1199), + [anon_sym_STAR] = ACTIONS(1199), + [anon_sym_SLASH] = ACTIONS(1199), + [anon_sym_PERCENT] = ACTIONS(1199), + [anon_sym_STAR_STAR] = ACTIONS(1199), + [anon_sym_LT] = ACTIONS(1199), + [anon_sym_GT] = ACTIONS(1199), + [anon_sym_RPAREN] = ACTIONS(1199), + [anon_sym_PIPE] = ACTIONS(1199), + [anon_sym_SEMI_SEMI] = ACTIONS(1199), + [anon_sym_PIPE_AMP] = ACTIONS(1199), + [anon_sym_EQ_TILDE] = ACTIONS(1199), + [anon_sym_AMP_GT] = ACTIONS(1199), + [anon_sym_AMP_GT_GT] = ACTIONS(1199), + [anon_sym_LT_AMP] = ACTIONS(1199), + [anon_sym_GT_AMP] = ACTIONS(1199), + [anon_sym_GT_PIPE] = ACTIONS(1199), + [anon_sym_LT_LT_DASH] = ACTIONS(1199), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1201), + [anon_sym_LT_LT_LT] = ACTIONS(1199), + [anon_sym_AMP] = ACTIONS(1199), + [anon_sym_CARET] = ACTIONS(1199), + [anon_sym_QMARK] = ACTIONS(1199), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1199), + [aux_sym_concatenation_token1] = ACTIONS(1199), + [anon_sym_DOLLAR] = ACTIONS(1199), + [sym__special_character] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1199), + [sym_raw_string] = ACTIONS(1199), + [sym_ansi_c_string] = ACTIONS(1199), + [aux_sym_number_token1] = ACTIONS(1199), + [aux_sym_number_token2] = ACTIONS(1199), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1199), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1199), + [anon_sym_BQUOTE] = ACTIONS(1199), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1199), + [anon_sym_LT_LPAREN] = ACTIONS(1199), + [anon_sym_GT_LPAREN] = ACTIONS(1199), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1201), + [sym__concat] = ACTIONS(1201), + [sym_test_operator] = ACTIONS(1201), + [sym__bare_dollar] = ACTIONS(1201), + [sym__brace_start] = ACTIONS(1201), + }, + [375] = { + [sym_word] = ACTIONS(1225), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1225), + [anon_sym_SEMI] = ACTIONS(1225), + [anon_sym_EQ] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_EQ] = ACTIONS(1225), + [anon_sym_DASH_EQ] = ACTIONS(1225), + [anon_sym_STAR_EQ] = ACTIONS(1225), + [anon_sym_SLASH_EQ] = ACTIONS(1225), + [anon_sym_PERCENT_EQ] = ACTIONS(1225), + [anon_sym_LT_LT_EQ] = ACTIONS(1225), + [anon_sym_GT_GT_EQ] = ACTIONS(1225), + [anon_sym_AMP_EQ] = ACTIONS(1225), + [anon_sym_CARET_EQ] = ACTIONS(1225), + [anon_sym_PIPE_EQ] = ACTIONS(1225), + [anon_sym_EQ_EQ] = ACTIONS(1225), + [anon_sym_BANG_EQ] = ACTIONS(1225), + [anon_sym_LT_EQ] = ACTIONS(1225), + [anon_sym_GT_EQ] = ACTIONS(1225), + [anon_sym_AMP_AMP] = ACTIONS(1225), + [anon_sym_PIPE_PIPE] = ACTIONS(1225), + [anon_sym_LT_LT] = ACTIONS(1225), + [anon_sym_GT_GT] = ACTIONS(1225), + [anon_sym_PLUS] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1225), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_SLASH] = ACTIONS(1225), + [anon_sym_PERCENT] = ACTIONS(1225), + [anon_sym_STAR_STAR] = ACTIONS(1225), + [anon_sym_LT] = ACTIONS(1225), + [anon_sym_GT] = ACTIONS(1225), + [anon_sym_RPAREN] = ACTIONS(1225), + [anon_sym_PIPE] = ACTIONS(1225), + [anon_sym_SEMI_SEMI] = ACTIONS(1225), + [anon_sym_PIPE_AMP] = ACTIONS(1225), + [anon_sym_EQ_TILDE] = ACTIONS(1225), + [anon_sym_AMP_GT] = ACTIONS(1225), + [anon_sym_AMP_GT_GT] = ACTIONS(1225), + [anon_sym_LT_AMP] = ACTIONS(1225), + [anon_sym_GT_AMP] = ACTIONS(1225), + [anon_sym_GT_PIPE] = ACTIONS(1225), + [anon_sym_LT_LT_DASH] = ACTIONS(1225), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1227), + [anon_sym_LT_LT_LT] = ACTIONS(1225), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_CARET] = ACTIONS(1225), + [anon_sym_QMARK] = ACTIONS(1225), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1225), + [aux_sym_concatenation_token1] = ACTIONS(1225), + [anon_sym_DOLLAR] = ACTIONS(1225), + [sym__special_character] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1225), + [sym_raw_string] = ACTIONS(1225), + [sym_ansi_c_string] = ACTIONS(1225), + [aux_sym_number_token1] = ACTIONS(1225), + [aux_sym_number_token2] = ACTIONS(1225), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1225), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1225), + [anon_sym_BQUOTE] = ACTIONS(1225), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1225), + [anon_sym_LT_LPAREN] = ACTIONS(1225), + [anon_sym_GT_LPAREN] = ACTIONS(1225), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1227), + [sym__concat] = ACTIONS(1227), + [sym_test_operator] = ACTIONS(1227), + [sym__bare_dollar] = ACTIONS(1227), + [sym__brace_start] = ACTIONS(1227), + }, + [376] = { + [sym_word] = ACTIONS(1221), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym_EQ] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_EQ] = ACTIONS(1221), + [anon_sym_DASH_EQ] = ACTIONS(1221), + [anon_sym_STAR_EQ] = ACTIONS(1221), + [anon_sym_SLASH_EQ] = ACTIONS(1221), + [anon_sym_PERCENT_EQ] = ACTIONS(1221), + [anon_sym_LT_LT_EQ] = ACTIONS(1221), + [anon_sym_GT_GT_EQ] = ACTIONS(1221), + [anon_sym_AMP_EQ] = ACTIONS(1221), + [anon_sym_CARET_EQ] = ACTIONS(1221), + [anon_sym_PIPE_EQ] = ACTIONS(1221), + [anon_sym_EQ_EQ] = ACTIONS(1221), + [anon_sym_BANG_EQ] = ACTIONS(1221), + [anon_sym_LT_EQ] = ACTIONS(1221), + [anon_sym_GT_EQ] = ACTIONS(1221), + [anon_sym_AMP_AMP] = ACTIONS(1221), + [anon_sym_PIPE_PIPE] = ACTIONS(1221), + [anon_sym_LT_LT] = ACTIONS(1221), + [anon_sym_GT_GT] = ACTIONS(1221), + [anon_sym_PLUS] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1221), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_SLASH] = ACTIONS(1221), + [anon_sym_PERCENT] = ACTIONS(1221), + [anon_sym_STAR_STAR] = ACTIONS(1221), + [anon_sym_LT] = ACTIONS(1221), + [anon_sym_GT] = ACTIONS(1221), + [anon_sym_RPAREN] = ACTIONS(1221), + [anon_sym_PIPE] = ACTIONS(1221), + [anon_sym_SEMI_SEMI] = ACTIONS(1221), + [anon_sym_PIPE_AMP] = ACTIONS(1221), + [anon_sym_EQ_TILDE] = ACTIONS(1221), + [anon_sym_AMP_GT] = ACTIONS(1221), + [anon_sym_AMP_GT_GT] = ACTIONS(1221), + [anon_sym_LT_AMP] = ACTIONS(1221), + [anon_sym_GT_AMP] = ACTIONS(1221), + [anon_sym_GT_PIPE] = ACTIONS(1221), + [anon_sym_LT_LT_DASH] = ACTIONS(1221), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1223), + [anon_sym_LT_LT_LT] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_CARET] = ACTIONS(1221), + [anon_sym_QMARK] = ACTIONS(1221), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1221), + [aux_sym_concatenation_token1] = ACTIONS(1221), + [anon_sym_DOLLAR] = ACTIONS(1221), + [sym__special_character] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_raw_string] = ACTIONS(1221), + [sym_ansi_c_string] = ACTIONS(1221), + [aux_sym_number_token1] = ACTIONS(1221), + [aux_sym_number_token2] = ACTIONS(1221), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1221), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1221), + [anon_sym_BQUOTE] = ACTIONS(1221), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1221), + [anon_sym_LT_LPAREN] = ACTIONS(1221), + [anon_sym_GT_LPAREN] = ACTIONS(1221), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1223), + [sym__concat] = ACTIONS(1223), + [sym_test_operator] = ACTIONS(1223), + [sym__bare_dollar] = ACTIONS(1223), + [sym__brace_start] = ACTIONS(1223), + }, + [377] = { + [sym_word] = ACTIONS(1217), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1217), + [anon_sym_SEMI] = ACTIONS(1217), + [anon_sym_EQ] = ACTIONS(1217), + [anon_sym_PLUS_PLUS] = ACTIONS(1217), + [anon_sym_DASH_DASH] = ACTIONS(1217), + [anon_sym_PLUS_EQ] = ACTIONS(1217), + [anon_sym_DASH_EQ] = ACTIONS(1217), + [anon_sym_STAR_EQ] = ACTIONS(1217), + [anon_sym_SLASH_EQ] = ACTIONS(1217), + [anon_sym_PERCENT_EQ] = ACTIONS(1217), + [anon_sym_LT_LT_EQ] = ACTIONS(1217), + [anon_sym_GT_GT_EQ] = ACTIONS(1217), + [anon_sym_AMP_EQ] = ACTIONS(1217), + [anon_sym_CARET_EQ] = ACTIONS(1217), + [anon_sym_PIPE_EQ] = ACTIONS(1217), + [anon_sym_EQ_EQ] = ACTIONS(1217), + [anon_sym_BANG_EQ] = ACTIONS(1217), + [anon_sym_LT_EQ] = ACTIONS(1217), + [anon_sym_GT_EQ] = ACTIONS(1217), + [anon_sym_AMP_AMP] = ACTIONS(1217), + [anon_sym_PIPE_PIPE] = ACTIONS(1217), + [anon_sym_LT_LT] = ACTIONS(1217), + [anon_sym_GT_GT] = ACTIONS(1217), + [anon_sym_PLUS] = ACTIONS(1217), + [anon_sym_DASH] = ACTIONS(1217), + [anon_sym_STAR] = ACTIONS(1217), + [anon_sym_SLASH] = ACTIONS(1217), + [anon_sym_PERCENT] = ACTIONS(1217), + [anon_sym_STAR_STAR] = ACTIONS(1217), + [anon_sym_LT] = ACTIONS(1217), + [anon_sym_GT] = ACTIONS(1217), + [anon_sym_RPAREN] = ACTIONS(1217), + [anon_sym_PIPE] = ACTIONS(1217), + [anon_sym_SEMI_SEMI] = ACTIONS(1217), + [anon_sym_PIPE_AMP] = ACTIONS(1217), + [anon_sym_EQ_TILDE] = ACTIONS(1217), + [anon_sym_AMP_GT] = ACTIONS(1217), + [anon_sym_AMP_GT_GT] = ACTIONS(1217), + [anon_sym_LT_AMP] = ACTIONS(1217), + [anon_sym_GT_AMP] = ACTIONS(1217), + [anon_sym_GT_PIPE] = ACTIONS(1217), + [anon_sym_LT_LT_DASH] = ACTIONS(1217), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1219), + [anon_sym_LT_LT_LT] = ACTIONS(1217), + [anon_sym_AMP] = ACTIONS(1217), + [anon_sym_CARET] = ACTIONS(1217), + [anon_sym_QMARK] = ACTIONS(1217), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1217), + [aux_sym_concatenation_token1] = ACTIONS(1217), + [anon_sym_DOLLAR] = ACTIONS(1217), + [sym__special_character] = ACTIONS(1217), + [anon_sym_DQUOTE] = ACTIONS(1217), + [sym_raw_string] = ACTIONS(1217), + [sym_ansi_c_string] = ACTIONS(1217), + [aux_sym_number_token1] = ACTIONS(1217), + [aux_sym_number_token2] = ACTIONS(1217), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1217), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1217), + [anon_sym_BQUOTE] = ACTIONS(1217), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1217), + [anon_sym_LT_LPAREN] = ACTIONS(1217), + [anon_sym_GT_LPAREN] = ACTIONS(1217), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1219), + [sym__concat] = ACTIONS(1219), + [sym_test_operator] = ACTIONS(1219), + [sym__bare_dollar] = ACTIONS(1219), + [sym__brace_start] = ACTIONS(1219), + }, + [378] = { + [aux_sym_concatenation_repeat1] = STATE(386), [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1156), [anon_sym_EQ] = ACTIONS(1149), @@ -52467,15 +52630,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(1149), [anon_sym_SLASH_EQ] = ACTIONS(1149), [anon_sym_PERCENT_EQ] = ACTIONS(1149), - [anon_sym_LT_LT_EQ] = ACTIONS(1283), - [anon_sym_GT_GT_EQ] = ACTIONS(1283), - [anon_sym_AMP_EQ] = ACTIONS(1283), + [anon_sym_LT_LT_EQ] = ACTIONS(1280), + [anon_sym_GT_GT_EQ] = ACTIONS(1280), + [anon_sym_AMP_EQ] = ACTIONS(1280), [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1283), + [anon_sym_PIPE_EQ] = ACTIONS(1280), [anon_sym_EQ_EQ] = ACTIONS(1151), [anon_sym_BANG_EQ] = ACTIONS(1149), - [anon_sym_LT_EQ] = ACTIONS(1283), - [anon_sym_GT_EQ] = ACTIONS(1283), + [anon_sym_LT_EQ] = ACTIONS(1280), + [anon_sym_GT_EQ] = ACTIONS(1280), [anon_sym_AMP_AMP] = ACTIONS(1158), [anon_sym_PIPE_PIPE] = ACTIONS(1158), [anon_sym_LT_LT] = ACTIONS(1151), @@ -52488,10 +52651,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(1151), [anon_sym_GT] = ACTIONS(1151), - [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_LPAREN] = ACTIONS(1282), [anon_sym_PIPE] = ACTIONS(1151), [anon_sym_PIPE_AMP] = ACTIONS(1156), - [anon_sym_RBRACK] = ACTIONS(1283), + [anon_sym_RBRACK] = ACTIONS(1280), [anon_sym_EQ_TILDE] = ACTIONS(1151), [anon_sym_AMP_GT] = ACTIONS(1147), [anon_sym_AMP_GT_GT] = ACTIONS(1156), @@ -52525,77 +52688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [382] = { - [aux_sym__literal_repeat1] = STATE(380), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1287), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym_raw_string] = ACTIONS(187), - [sym_ansi_c_string] = ACTIONS(187), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(187), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(187), - [anon_sym_LT_LPAREN] = ACTIONS(187), - [anon_sym_GT_LPAREN] = ACTIONS(187), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), - }, - [383] = { + [379] = { [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), @@ -52665,7 +52758,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [384] = { + [380] = { + [aux_sym__literal_repeat1] = STATE(381), + [sym_word] = ACTIONS(189), + [anon_sym_LPAREN_LPAREN] = ACTIONS(189), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(187), + [anon_sym_GT_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_EQ] = ACTIONS(187), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(191), + [anon_sym_PIPE_PIPE] = ACTIONS(191), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), + [anon_sym_RPAREN] = ACTIONS(191), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_SEMI_SEMI] = ACTIONS(189), + [anon_sym_PIPE_AMP] = ACTIONS(189), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(189), + [anon_sym_LT_AMP] = ACTIONS(189), + [anon_sym_GT_AMP] = ACTIONS(189), + [anon_sym_GT_PIPE] = ACTIONS(189), + [anon_sym_LT_LT_DASH] = ACTIONS(189), + [aux_sym_heredoc_redirect_token1] = ACTIONS(220), + [anon_sym_LT_LT_LT] = ACTIONS(189), + [anon_sym_AMP] = ACTIONS(191), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(189), + [anon_sym_DOLLAR] = ACTIONS(189), + [sym__special_character] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(189), + [sym_raw_string] = ACTIONS(189), + [sym_ansi_c_string] = ACTIONS(189), + [aux_sym_number_token1] = ACTIONS(189), + [aux_sym_number_token2] = ACTIONS(189), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(189), + [anon_sym_BQUOTE] = ACTIONS(189), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(189), + [anon_sym_LT_LPAREN] = ACTIONS(189), + [anon_sym_GT_LPAREN] = ACTIONS(189), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(220), + [sym_test_operator] = ACTIONS(352), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), + }, + [381] = { + [aux_sym__literal_repeat1] = STATE(381), + [sym_word] = ACTIONS(1273), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1273), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_EQ] = ACTIONS(1273), + [anon_sym_DASH_EQ] = ACTIONS(1273), + [anon_sym_STAR_EQ] = ACTIONS(1273), + [anon_sym_SLASH_EQ] = ACTIONS(1273), + [anon_sym_PERCENT_EQ] = ACTIONS(1273), + [anon_sym_LT_LT_EQ] = ACTIONS(1273), + [anon_sym_GT_GT_EQ] = ACTIONS(1273), + [anon_sym_AMP_EQ] = ACTIONS(1273), + [anon_sym_CARET_EQ] = ACTIONS(1273), + [anon_sym_PIPE_EQ] = ACTIONS(1273), + [anon_sym_EQ_EQ] = ACTIONS(1273), + [anon_sym_BANG_EQ] = ACTIONS(1273), + [anon_sym_LT_EQ] = ACTIONS(1273), + [anon_sym_GT_EQ] = ACTIONS(1273), + [anon_sym_AMP_AMP] = ACTIONS(1273), + [anon_sym_PIPE_PIPE] = ACTIONS(1273), + [anon_sym_LT_LT] = ACTIONS(1273), + [anon_sym_GT_GT] = ACTIONS(1273), + [anon_sym_PLUS] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1273), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_SLASH] = ACTIONS(1273), + [anon_sym_PERCENT] = ACTIONS(1273), + [anon_sym_STAR_STAR] = ACTIONS(1273), + [anon_sym_LT] = ACTIONS(1273), + [anon_sym_GT] = ACTIONS(1273), + [anon_sym_RPAREN] = ACTIONS(1273), + [anon_sym_PIPE] = ACTIONS(1273), + [anon_sym_SEMI_SEMI] = ACTIONS(1273), + [anon_sym_PIPE_AMP] = ACTIONS(1273), + [anon_sym_EQ_TILDE] = ACTIONS(1273), + [anon_sym_AMP_GT] = ACTIONS(1273), + [anon_sym_AMP_GT_GT] = ACTIONS(1273), + [anon_sym_LT_AMP] = ACTIONS(1273), + [anon_sym_GT_AMP] = ACTIONS(1273), + [anon_sym_GT_PIPE] = ACTIONS(1273), + [anon_sym_LT_LT_DASH] = ACTIONS(1273), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1275), + [anon_sym_LT_LT_LT] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_QMARK] = ACTIONS(1273), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1273), + [anon_sym_DOLLAR] = ACTIONS(1273), + [sym__special_character] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_raw_string] = ACTIONS(1273), + [sym_ansi_c_string] = ACTIONS(1273), + [aux_sym_number_token1] = ACTIONS(1273), + [aux_sym_number_token2] = ACTIONS(1273), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1273), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1273), + [anon_sym_BQUOTE] = ACTIONS(1273), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1273), + [anon_sym_LT_LPAREN] = ACTIONS(1273), + [anon_sym_GT_LPAREN] = ACTIONS(1273), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1275), + [sym_test_operator] = ACTIONS(1275), + [sym__bare_dollar] = ACTIONS(1275), + [sym__brace_start] = ACTIONS(1275), + }, + [382] = { + [sym_word] = ACTIONS(1173), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_RPAREN_RPAREN] = ACTIONS(1173), + [anon_sym_SEMI] = ACTIONS(1173), + [anon_sym_EQ] = ACTIONS(1173), + [anon_sym_PLUS_PLUS] = ACTIONS(1173), + [anon_sym_DASH_DASH] = ACTIONS(1173), + [anon_sym_PLUS_EQ] = ACTIONS(1173), + [anon_sym_DASH_EQ] = ACTIONS(1173), + [anon_sym_STAR_EQ] = ACTIONS(1173), + [anon_sym_SLASH_EQ] = ACTIONS(1173), + [anon_sym_PERCENT_EQ] = ACTIONS(1173), + [anon_sym_LT_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_EQ] = ACTIONS(1173), + [anon_sym_CARET_EQ] = ACTIONS(1173), + [anon_sym_PIPE_EQ] = ACTIONS(1173), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1173), + [anon_sym_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_AMP] = ACTIONS(1173), + [anon_sym_PIPE_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [anon_sym_PLUS] = ACTIONS(1173), + [anon_sym_DASH] = ACTIONS(1173), + [anon_sym_STAR] = ACTIONS(1173), + [anon_sym_SLASH] = ACTIONS(1173), + [anon_sym_PERCENT] = ACTIONS(1173), + [anon_sym_STAR_STAR] = ACTIONS(1173), + [anon_sym_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1173), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1173), + [anon_sym_AMP_GT_GT] = ACTIONS(1173), + [anon_sym_LT_AMP] = ACTIONS(1173), + [anon_sym_GT_AMP] = ACTIONS(1173), + [anon_sym_GT_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT_DASH] = ACTIONS(1173), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1175), + [anon_sym_LT_LT_LT] = ACTIONS(1173), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1173), + [anon_sym_QMARK] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_DOLLAR] = ACTIONS(1173), + [sym__special_character] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(1173), + [sym_raw_string] = ACTIONS(1173), + [sym_ansi_c_string] = ACTIONS(1173), + [aux_sym_number_token1] = ACTIONS(1173), + [aux_sym_number_token2] = ACTIONS(1173), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1173), + [anon_sym_BQUOTE] = ACTIONS(1173), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1173), + [anon_sym_LT_LPAREN] = ACTIONS(1173), + [anon_sym_GT_LPAREN] = ACTIONS(1173), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1175), + [sym_test_operator] = ACTIONS(1175), + [sym__bare_dollar] = ACTIONS(1175), + [sym__brace_start] = ACTIONS(1175), + }, + [383] = { [sym_word] = ACTIONS(1147), [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_RPAREN_RPAREN] = ACTIONS(1149), @@ -52735,149 +53038,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [385] = { - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1167), - [anon_sym_SEMI] = ACTIONS(1167), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_AMP] = ACTIONS(1167), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_SEMI_SEMI] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1167), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1167), - [anon_sym_LT_AMP] = ACTIONS(1167), - [anon_sym_GT_AMP] = ACTIONS(1167), - [anon_sym_GT_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(1167), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1167), - [sym_raw_string] = ACTIONS(1167), - [sym_ansi_c_string] = ACTIONS(1167), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), - [anon_sym_LT_LPAREN] = ACTIONS(1167), - [anon_sym_GT_LPAREN] = ACTIONS(1167), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1169), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), - }, - [386] = { - [aux_sym_concatenation_repeat1] = STATE(391), - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1169), - [anon_sym_GT_GT_EQ] = ACTIONS(1169), - [anon_sym_AMP_EQ] = ACTIONS(1169), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1169), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1169), - [anon_sym_GT_EQ] = ACTIONS(1169), - [anon_sym_AMP_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1169), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1169), - [anon_sym_RBRACK] = ACTIONS(1169), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1169), - [anon_sym_LT_AMP] = ACTIONS(1169), - [anon_sym_GT_AMP] = ACTIONS(1169), - [anon_sym_GT_PIPE] = ACTIONS(1169), - [anon_sym_LT_LT_DASH] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), - [aux_sym_concatenation_token1] = ACTIONS(359), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1169), - [sym_raw_string] = ACTIONS(1169), - [sym_ansi_c_string] = ACTIONS(1169), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), - [anon_sym_LT_LPAREN] = ACTIONS(1169), - [anon_sym_GT_LPAREN] = ACTIONS(1169), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1169), - [sym__concat] = ACTIONS(359), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), - }, - [387] = { + [384] = { + [aux_sym_concatenation_repeat1] = STATE(386), [sym_word] = ACTIONS(1147), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), - [anon_sym_SEMI] = ACTIONS(1147), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1156), [anon_sym_EQ] = ACTIONS(1149), [anon_sym_PLUS_PLUS] = ACTIONS(1149), [anon_sym_DASH_DASH] = ACTIONS(1149), @@ -52886,17 +53050,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(1149), [anon_sym_SLASH_EQ] = ACTIONS(1149), [anon_sym_PERCENT_EQ] = ACTIONS(1149), - [anon_sym_LT_LT_EQ] = ACTIONS(1149), - [anon_sym_GT_GT_EQ] = ACTIONS(1149), - [anon_sym_AMP_EQ] = ACTIONS(1149), + [anon_sym_LT_LT_EQ] = ACTIONS(1280), + [anon_sym_GT_GT_EQ] = ACTIONS(1280), + [anon_sym_AMP_EQ] = ACTIONS(1280), [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1149), + [anon_sym_PIPE_EQ] = ACTIONS(1280), [anon_sym_EQ_EQ] = ACTIONS(1151), [anon_sym_BANG_EQ] = ACTIONS(1149), - [anon_sym_LT_EQ] = ACTIONS(1149), - [anon_sym_GT_EQ] = ACTIONS(1149), - [anon_sym_AMP_AMP] = ACTIONS(1151), - [anon_sym_PIPE_PIPE] = ACTIONS(1151), + [anon_sym_LT_EQ] = ACTIONS(1280), + [anon_sym_GT_EQ] = ACTIONS(1280), + [anon_sym_AMP_AMP] = ACTIONS(1158), + [anon_sym_PIPE_PIPE] = ACTIONS(1158), [anon_sym_LT_LT] = ACTIONS(1151), [anon_sym_GT_GT] = ACTIONS(1151), [anon_sym_PLUS] = ACTIONS(1149), @@ -52907,113 +53071,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(1151), [anon_sym_GT] = ACTIONS(1151), - [anon_sym_RPAREN] = ACTIONS(1151), [anon_sym_PIPE] = ACTIONS(1151), - [anon_sym_SEMI_SEMI] = ACTIONS(1147), - [anon_sym_PIPE_AMP] = ACTIONS(1147), + [anon_sym_PIPE_AMP] = ACTIONS(1156), + [anon_sym_RBRACK] = ACTIONS(1280), [anon_sym_EQ_TILDE] = ACTIONS(1151), [anon_sym_AMP_GT] = ACTIONS(1147), - [anon_sym_AMP_GT_GT] = ACTIONS(1147), - [anon_sym_LT_AMP] = ACTIONS(1147), - [anon_sym_GT_AMP] = ACTIONS(1147), - [anon_sym_GT_PIPE] = ACTIONS(1147), - [anon_sym_LT_LT_DASH] = ACTIONS(1147), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), - [anon_sym_LT_LT_LT] = ACTIONS(1147), - [anon_sym_AMP] = ACTIONS(1151), + [anon_sym_AMP_GT_GT] = ACTIONS(1156), + [anon_sym_LT_AMP] = ACTIONS(1156), + [anon_sym_GT_AMP] = ACTIONS(1156), + [anon_sym_GT_PIPE] = ACTIONS(1156), + [anon_sym_LT_LT_DASH] = ACTIONS(1156), + [anon_sym_LT_LT_LT] = ACTIONS(1156), + [anon_sym_AMP] = ACTIONS(1149), [anon_sym_CARET] = ACTIONS(1149), [anon_sym_QMARK] = ACTIONS(1149), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1156), + [aux_sym_concatenation_token1] = ACTIONS(359), [anon_sym_DOLLAR] = ACTIONS(1147), [sym__special_character] = ACTIONS(1147), - [anon_sym_DQUOTE] = ACTIONS(1147), - [sym_raw_string] = ACTIONS(1147), - [sym_ansi_c_string] = ACTIONS(1147), + [anon_sym_DQUOTE] = ACTIONS(1156), + [sym_raw_string] = ACTIONS(1156), + [sym_ansi_c_string] = ACTIONS(1156), [aux_sym_number_token1] = ACTIONS(1147), [aux_sym_number_token2] = ACTIONS(1147), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1147), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1156), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1147), [anon_sym_BQUOTE] = ACTIONS(1147), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1147), - [anon_sym_LT_LPAREN] = ACTIONS(1147), - [anon_sym_GT_LPAREN] = ACTIONS(1147), - [sym_comment] = ACTIONS(3), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1156), + [anon_sym_LT_LPAREN] = ACTIONS(1156), + [anon_sym_GT_LPAREN] = ACTIONS(1156), + [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(1156), + [sym__concat] = ACTIONS(359), [sym_test_operator] = ACTIONS(1158), [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [388] = { - [aux_sym_concatenation_repeat1] = STATE(388), - [sym_word] = ACTIONS(1183), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1185), - [anon_sym_EQ] = ACTIONS(1183), - [anon_sym_PLUS_PLUS] = ACTIONS(1183), - [anon_sym_DASH_DASH] = ACTIONS(1183), - [anon_sym_PLUS_EQ] = ACTIONS(1183), - [anon_sym_DASH_EQ] = ACTIONS(1183), - [anon_sym_STAR_EQ] = ACTIONS(1183), - [anon_sym_SLASH_EQ] = ACTIONS(1183), - [anon_sym_PERCENT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT_EQ] = ACTIONS(1185), - [anon_sym_GT_GT_EQ] = ACTIONS(1185), - [anon_sym_AMP_EQ] = ACTIONS(1185), - [anon_sym_CARET_EQ] = ACTIONS(1183), - [anon_sym_PIPE_EQ] = ACTIONS(1185), - [anon_sym_EQ_EQ] = ACTIONS(1183), - [anon_sym_BANG_EQ] = ACTIONS(1183), - [anon_sym_LT_EQ] = ACTIONS(1185), - [anon_sym_GT_EQ] = ACTIONS(1185), - [anon_sym_AMP_AMP] = ACTIONS(1185), - [anon_sym_PIPE_PIPE] = ACTIONS(1185), - [anon_sym_LT_LT] = ACTIONS(1183), - [anon_sym_GT_GT] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1183), - [anon_sym_DASH] = ACTIONS(1183), - [anon_sym_STAR] = ACTIONS(1183), - [anon_sym_SLASH] = ACTIONS(1183), - [anon_sym_PERCENT] = ACTIONS(1183), - [anon_sym_STAR_STAR] = ACTIONS(1183), - [anon_sym_LT] = ACTIONS(1183), - [anon_sym_GT] = ACTIONS(1183), - [anon_sym_PIPE] = ACTIONS(1183), - [anon_sym_PIPE_AMP] = ACTIONS(1185), - [anon_sym_RBRACK] = ACTIONS(1185), - [anon_sym_EQ_TILDE] = ACTIONS(1183), - [anon_sym_AMP_GT] = ACTIONS(1183), - [anon_sym_AMP_GT_GT] = ACTIONS(1185), - [anon_sym_LT_AMP] = ACTIONS(1185), - [anon_sym_GT_AMP] = ACTIONS(1185), - [anon_sym_GT_PIPE] = ACTIONS(1185), - [anon_sym_LT_LT_DASH] = ACTIONS(1185), - [anon_sym_LT_LT_LT] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1183), - [anon_sym_CARET] = ACTIONS(1183), - [anon_sym_QMARK] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1185), - [aux_sym_concatenation_token1] = ACTIONS(1289), - [anon_sym_DOLLAR] = ACTIONS(1183), - [sym__special_character] = ACTIONS(1183), - [anon_sym_DQUOTE] = ACTIONS(1185), - [sym_raw_string] = ACTIONS(1185), - [sym_ansi_c_string] = ACTIONS(1185), - [aux_sym_number_token1] = ACTIONS(1183), - [aux_sym_number_token2] = ACTIONS(1183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1185), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), - [anon_sym_BQUOTE] = ACTIONS(1183), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1185), - [anon_sym_LT_LPAREN] = ACTIONS(1185), - [anon_sym_GT_LPAREN] = ACTIONS(1185), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1185), - [sym__concat] = ACTIONS(1289), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), + [385] = { + [sym_word] = ACTIONS(1173), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_SEMI] = ACTIONS(1173), + [anon_sym_EQ] = ACTIONS(1173), + [anon_sym_PLUS_PLUS] = ACTIONS(1173), + [anon_sym_DASH_DASH] = ACTIONS(1173), + [anon_sym_PLUS_EQ] = ACTIONS(1173), + [anon_sym_DASH_EQ] = ACTIONS(1173), + [anon_sym_STAR_EQ] = ACTIONS(1173), + [anon_sym_SLASH_EQ] = ACTIONS(1173), + [anon_sym_PERCENT_EQ] = ACTIONS(1173), + [anon_sym_LT_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_EQ] = ACTIONS(1173), + [anon_sym_CARET_EQ] = ACTIONS(1173), + [anon_sym_PIPE_EQ] = ACTIONS(1173), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1173), + [anon_sym_LT_EQ] = ACTIONS(1173), + [anon_sym_GT_EQ] = ACTIONS(1173), + [anon_sym_AMP_AMP] = ACTIONS(1173), + [anon_sym_PIPE_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [anon_sym_PLUS] = ACTIONS(1173), + [anon_sym_DASH] = ACTIONS(1173), + [anon_sym_STAR] = ACTIONS(1173), + [anon_sym_SLASH] = ACTIONS(1173), + [anon_sym_PERCENT] = ACTIONS(1173), + [anon_sym_STAR_STAR] = ACTIONS(1173), + [anon_sym_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_RPAREN] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_SEMI_SEMI] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1173), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1173), + [anon_sym_AMP_GT_GT] = ACTIONS(1173), + [anon_sym_LT_AMP] = ACTIONS(1173), + [anon_sym_GT_AMP] = ACTIONS(1173), + [anon_sym_GT_PIPE] = ACTIONS(1173), + [anon_sym_LT_LT_DASH] = ACTIONS(1173), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1175), + [anon_sym_LT_LT_LT] = ACTIONS(1173), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1173), + [anon_sym_QMARK] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), + [anon_sym_DOLLAR] = ACTIONS(1173), + [sym__special_character] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(1173), + [sym_raw_string] = ACTIONS(1173), + [sym_ansi_c_string] = ACTIONS(1173), + [aux_sym_number_token1] = ACTIONS(1173), + [aux_sym_number_token2] = ACTIONS(1173), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1173), + [anon_sym_BQUOTE] = ACTIONS(1173), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1173), + [anon_sym_LT_LPAREN] = ACTIONS(1173), + [anon_sym_GT_LPAREN] = ACTIONS(1173), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1175), + [sym_test_operator] = ACTIONS(1175), + [sym__bare_dollar] = ACTIONS(1175), + [sym__brace_start] = ACTIONS(1175), }, - [389] = { - [aux_sym_concatenation_repeat1] = STATE(388), + [386] = { + [aux_sym_concatenation_repeat1] = STATE(387), [sym_word] = ACTIONS(1177), [anon_sym_LPAREN_LPAREN] = ACTIONS(1179), [anon_sym_EQ] = ACTIONS(1177), @@ -53076,15 +53240,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_LPAREN] = ACTIONS(1179), [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(1179), - [sym__concat] = ACTIONS(1292), + [sym__concat] = ACTIONS(1289), [sym_test_operator] = ACTIONS(1179), [sym__bare_dollar] = ACTIONS(1179), [sym__brace_start] = ACTIONS(1179), }, - [390] = { - [aux_sym_concatenation_repeat1] = STATE(389), + [387] = { + [aux_sym_concatenation_repeat1] = STATE(387), + [sym_word] = ACTIONS(1183), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1185), + [anon_sym_EQ] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_EQ] = ACTIONS(1183), + [anon_sym_DASH_EQ] = ACTIONS(1183), + [anon_sym_STAR_EQ] = ACTIONS(1183), + [anon_sym_SLASH_EQ] = ACTIONS(1183), + [anon_sym_PERCENT_EQ] = ACTIONS(1183), + [anon_sym_LT_LT_EQ] = ACTIONS(1185), + [anon_sym_GT_GT_EQ] = ACTIONS(1185), + [anon_sym_AMP_EQ] = ACTIONS(1185), + [anon_sym_CARET_EQ] = ACTIONS(1183), + [anon_sym_PIPE_EQ] = ACTIONS(1185), + [anon_sym_EQ_EQ] = ACTIONS(1183), + [anon_sym_BANG_EQ] = ACTIONS(1183), + [anon_sym_LT_EQ] = ACTIONS(1185), + [anon_sym_GT_EQ] = ACTIONS(1185), + [anon_sym_AMP_AMP] = ACTIONS(1185), + [anon_sym_PIPE_PIPE] = ACTIONS(1185), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1183), + [anon_sym_DASH] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_SLASH] = ACTIONS(1183), + [anon_sym_PERCENT] = ACTIONS(1183), + [anon_sym_STAR_STAR] = ACTIONS(1183), + [anon_sym_LT] = ACTIONS(1183), + [anon_sym_GT] = ACTIONS(1183), + [anon_sym_PIPE] = ACTIONS(1183), + [anon_sym_PIPE_AMP] = ACTIONS(1185), + [anon_sym_RBRACK] = ACTIONS(1185), + [anon_sym_EQ_TILDE] = ACTIONS(1183), + [anon_sym_AMP_GT] = ACTIONS(1183), + [anon_sym_AMP_GT_GT] = ACTIONS(1185), + [anon_sym_LT_AMP] = ACTIONS(1185), + [anon_sym_GT_AMP] = ACTIONS(1185), + [anon_sym_GT_PIPE] = ACTIONS(1185), + [anon_sym_LT_LT_DASH] = ACTIONS(1185), + [anon_sym_LT_LT_LT] = ACTIONS(1185), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_CARET] = ACTIONS(1183), + [anon_sym_QMARK] = ACTIONS(1183), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1185), + [aux_sym_concatenation_token1] = ACTIONS(1291), + [anon_sym_DOLLAR] = ACTIONS(1183), + [sym__special_character] = ACTIONS(1183), + [anon_sym_DQUOTE] = ACTIONS(1185), + [sym_raw_string] = ACTIONS(1185), + [sym_ansi_c_string] = ACTIONS(1185), + [aux_sym_number_token1] = ACTIONS(1183), + [aux_sym_number_token2] = ACTIONS(1183), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1185), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), + [anon_sym_BQUOTE] = ACTIONS(1183), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1185), + [anon_sym_LT_LPAREN] = ACTIONS(1185), + [anon_sym_GT_LPAREN] = ACTIONS(1185), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1185), + [sym__concat] = ACTIONS(1291), + [sym_test_operator] = ACTIONS(1185), + [sym__bare_dollar] = ACTIONS(1185), + [sym__brace_start] = ACTIONS(1185), + }, + [388] = { [sym_word] = ACTIONS(1147), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1156), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1147), + [anon_sym_SEMI] = ACTIONS(1147), [anon_sym_EQ] = ACTIONS(1149), [anon_sym_PLUS_PLUS] = ACTIONS(1149), [anon_sym_DASH_DASH] = ACTIONS(1149), @@ -53093,17 +53326,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(1149), [anon_sym_SLASH_EQ] = ACTIONS(1149), [anon_sym_PERCENT_EQ] = ACTIONS(1149), - [anon_sym_LT_LT_EQ] = ACTIONS(1283), - [anon_sym_GT_GT_EQ] = ACTIONS(1283), - [anon_sym_AMP_EQ] = ACTIONS(1283), + [anon_sym_LT_LT_EQ] = ACTIONS(1149), + [anon_sym_GT_GT_EQ] = ACTIONS(1149), + [anon_sym_AMP_EQ] = ACTIONS(1149), [anon_sym_CARET_EQ] = ACTIONS(1149), - [anon_sym_PIPE_EQ] = ACTIONS(1283), + [anon_sym_PIPE_EQ] = ACTIONS(1149), [anon_sym_EQ_EQ] = ACTIONS(1151), [anon_sym_BANG_EQ] = ACTIONS(1149), - [anon_sym_LT_EQ] = ACTIONS(1283), - [anon_sym_GT_EQ] = ACTIONS(1283), - [anon_sym_AMP_AMP] = ACTIONS(1158), - [anon_sym_PIPE_PIPE] = ACTIONS(1158), + [anon_sym_LT_EQ] = ACTIONS(1149), + [anon_sym_GT_EQ] = ACTIONS(1149), + [anon_sym_AMP_AMP] = ACTIONS(1151), + [anon_sym_PIPE_PIPE] = ACTIONS(1151), [anon_sym_LT_LT] = ACTIONS(1151), [anon_sym_GT_GT] = ACTIONS(1151), [anon_sym_PLUS] = ACTIONS(1149), @@ -53114,115 +53347,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(1151), [anon_sym_GT] = ACTIONS(1151), + [anon_sym_RPAREN] = ACTIONS(1151), [anon_sym_PIPE] = ACTIONS(1151), - [anon_sym_PIPE_AMP] = ACTIONS(1156), - [anon_sym_RBRACK] = ACTIONS(1283), + [anon_sym_SEMI_SEMI] = ACTIONS(1147), + [anon_sym_PIPE_AMP] = ACTIONS(1147), [anon_sym_EQ_TILDE] = ACTIONS(1151), [anon_sym_AMP_GT] = ACTIONS(1147), - [anon_sym_AMP_GT_GT] = ACTIONS(1156), - [anon_sym_LT_AMP] = ACTIONS(1156), - [anon_sym_GT_AMP] = ACTIONS(1156), - [anon_sym_GT_PIPE] = ACTIONS(1156), - [anon_sym_LT_LT_DASH] = ACTIONS(1156), - [anon_sym_LT_LT_LT] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1149), + [anon_sym_AMP_GT_GT] = ACTIONS(1147), + [anon_sym_LT_AMP] = ACTIONS(1147), + [anon_sym_GT_AMP] = ACTIONS(1147), + [anon_sym_GT_PIPE] = ACTIONS(1147), + [anon_sym_LT_LT_DASH] = ACTIONS(1147), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), + [anon_sym_LT_LT_LT] = ACTIONS(1147), + [anon_sym_AMP] = ACTIONS(1151), [anon_sym_CARET] = ACTIONS(1149), [anon_sym_QMARK] = ACTIONS(1149), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1156), - [aux_sym_concatenation_token1] = ACTIONS(359), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1147), [anon_sym_DOLLAR] = ACTIONS(1147), [sym__special_character] = ACTIONS(1147), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_raw_string] = ACTIONS(1156), - [sym_ansi_c_string] = ACTIONS(1156), + [anon_sym_DQUOTE] = ACTIONS(1147), + [sym_raw_string] = ACTIONS(1147), + [sym_ansi_c_string] = ACTIONS(1147), [aux_sym_number_token1] = ACTIONS(1147), [aux_sym_number_token2] = ACTIONS(1147), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1156), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1147), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1147), [anon_sym_BQUOTE] = ACTIONS(1147), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1156), - [anon_sym_LT_LPAREN] = ACTIONS(1156), - [anon_sym_GT_LPAREN] = ACTIONS(1156), - [sym_comment] = ACTIONS(63), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1147), + [anon_sym_LT_LPAREN] = ACTIONS(1147), + [anon_sym_GT_LPAREN] = ACTIONS(1147), + [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(1156), - [sym__concat] = ACTIONS(359), [sym_test_operator] = ACTIONS(1158), [sym__bare_dollar] = ACTIONS(1156), [sym__brace_start] = ACTIONS(1156), }, - [391] = { - [aux_sym_concatenation_repeat1] = STATE(388), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), - [anon_sym_EQ] = ACTIONS(1171), - [anon_sym_PLUS_PLUS] = ACTIONS(1171), - [anon_sym_DASH_DASH] = ACTIONS(1171), - [anon_sym_PLUS_EQ] = ACTIONS(1171), - [anon_sym_DASH_EQ] = ACTIONS(1171), - [anon_sym_STAR_EQ] = ACTIONS(1171), - [anon_sym_SLASH_EQ] = ACTIONS(1171), - [anon_sym_PERCENT_EQ] = ACTIONS(1171), - [anon_sym_LT_LT_EQ] = ACTIONS(1173), - [anon_sym_GT_GT_EQ] = ACTIONS(1173), - [anon_sym_AMP_EQ] = ACTIONS(1173), - [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1173), - [anon_sym_EQ_EQ] = ACTIONS(1171), - [anon_sym_BANG_EQ] = ACTIONS(1171), - [anon_sym_LT_EQ] = ACTIONS(1173), - [anon_sym_GT_EQ] = ACTIONS(1173), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE_PIPE] = ACTIONS(1173), - [anon_sym_LT_LT] = ACTIONS(1171), - [anon_sym_GT_GT] = ACTIONS(1171), - [anon_sym_PLUS] = ACTIONS(1171), - [anon_sym_DASH] = ACTIONS(1171), - [anon_sym_STAR] = ACTIONS(1171), - [anon_sym_SLASH] = ACTIONS(1171), - [anon_sym_PERCENT] = ACTIONS(1171), - [anon_sym_STAR_STAR] = ACTIONS(1171), - [anon_sym_LT] = ACTIONS(1171), - [anon_sym_GT] = ACTIONS(1171), - [anon_sym_PIPE] = ACTIONS(1171), - [anon_sym_PIPE_AMP] = ACTIONS(1173), - [anon_sym_RBRACK] = ACTIONS(1173), - [anon_sym_EQ_TILDE] = ACTIONS(1171), - [anon_sym_AMP_GT] = ACTIONS(1171), - [anon_sym_AMP_GT_GT] = ACTIONS(1173), - [anon_sym_LT_AMP] = ACTIONS(1173), - [anon_sym_GT_AMP] = ACTIONS(1173), - [anon_sym_GT_PIPE] = ACTIONS(1173), - [anon_sym_LT_LT_DASH] = ACTIONS(1173), - [anon_sym_LT_LT_LT] = ACTIONS(1173), - [anon_sym_AMP] = ACTIONS(1171), - [anon_sym_CARET] = ACTIONS(1171), - [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), - [aux_sym_concatenation_token1] = ACTIONS(359), - [anon_sym_DOLLAR] = ACTIONS(1171), - [sym__special_character] = ACTIONS(1171), - [anon_sym_DQUOTE] = ACTIONS(1173), - [sym_raw_string] = ACTIONS(1173), - [sym_ansi_c_string] = ACTIONS(1173), - [aux_sym_number_token1] = ACTIONS(1171), - [aux_sym_number_token2] = ACTIONS(1171), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1173), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1171), - [anon_sym_BQUOTE] = ACTIONS(1171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1173), - [anon_sym_LT_LPAREN] = ACTIONS(1173), - [anon_sym_GT_LPAREN] = ACTIONS(1173), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1173), - [sym__concat] = ACTIONS(1294), - [sym_test_operator] = ACTIONS(1173), - [sym__bare_dollar] = ACTIONS(1173), - [sym__brace_start] = ACTIONS(1173), - }, - [392] = { + [389] = { + [aux_sym_concatenation_repeat1] = STATE(387), [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_SEMI] = ACTIONS(1167), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), [anon_sym_EQ] = ACTIONS(1167), [anon_sym_PLUS_PLUS] = ACTIONS(1167), [anon_sym_DASH_DASH] = ACTIONS(1167), @@ -53231,18 +53395,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(1167), [anon_sym_SLASH_EQ] = ACTIONS(1167), [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), + [anon_sym_LT_LT_EQ] = ACTIONS(1169), + [anon_sym_GT_GT_EQ] = ACTIONS(1169), + [anon_sym_AMP_EQ] = ACTIONS(1169), [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), + [anon_sym_PIPE_EQ] = ACTIONS(1169), [anon_sym_EQ_EQ] = ACTIONS(1167), [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_AMP] = ACTIONS(1167), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT] = ACTIONS(1167), + [anon_sym_LT_EQ] = ACTIONS(1169), + [anon_sym_GT_EQ] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1169), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_LT_LT] = ACTIONS(1167), [anon_sym_GT_GT] = ACTIONS(1167), [anon_sym_PLUS] = ACTIONS(1167), [anon_sym_DASH] = ACTIONS(1167), @@ -53252,247 +53416,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_STAR] = ACTIONS(1167), [anon_sym_LT] = ACTIONS(1167), [anon_sym_GT] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(1167), [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_SEMI_SEMI] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1167), + [anon_sym_PIPE_AMP] = ACTIONS(1169), + [anon_sym_RBRACK] = ACTIONS(1169), [anon_sym_EQ_TILDE] = ACTIONS(1167), [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1167), - [anon_sym_LT_AMP] = ACTIONS(1167), - [anon_sym_GT_AMP] = ACTIONS(1167), - [anon_sym_GT_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(1167), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1167), + [anon_sym_AMP_GT_GT] = ACTIONS(1169), + [anon_sym_LT_AMP] = ACTIONS(1169), + [anon_sym_GT_AMP] = ACTIONS(1169), + [anon_sym_GT_PIPE] = ACTIONS(1169), + [anon_sym_LT_LT_DASH] = ACTIONS(1169), + [anon_sym_LT_LT_LT] = ACTIONS(1169), [anon_sym_AMP] = ACTIONS(1167), [anon_sym_CARET] = ACTIONS(1167), [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), + [aux_sym_concatenation_token1] = ACTIONS(359), [anon_sym_DOLLAR] = ACTIONS(1167), [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1167), - [sym_raw_string] = ACTIONS(1167), - [sym_ansi_c_string] = ACTIONS(1167), + [anon_sym_DQUOTE] = ACTIONS(1169), + [sym_raw_string] = ACTIONS(1169), + [sym_ansi_c_string] = ACTIONS(1169), [aux_sym_number_token1] = ACTIONS(1167), [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), - [anon_sym_LT_LPAREN] = ACTIONS(1167), - [anon_sym_GT_LPAREN] = ACTIONS(1167), - [sym_comment] = ACTIONS(3), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), + [anon_sym_LT_LPAREN] = ACTIONS(1169), + [anon_sym_GT_LPAREN] = ACTIONS(1169), + [sym_comment] = ACTIONS(63), [sym_file_descriptor] = ACTIONS(1169), + [sym__concat] = ACTIONS(1294), [sym_test_operator] = ACTIONS(1169), [sym__bare_dollar] = ACTIONS(1169), [sym__brace_start] = ACTIONS(1169), }, - [393] = { - [sym_word] = ACTIONS(1223), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1225), - [anon_sym_EQ] = ACTIONS(1223), - [anon_sym_PLUS_PLUS] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1223), - [anon_sym_PLUS_EQ] = ACTIONS(1223), - [anon_sym_DASH_EQ] = ACTIONS(1223), - [anon_sym_STAR_EQ] = ACTIONS(1223), - [anon_sym_SLASH_EQ] = ACTIONS(1223), - [anon_sym_PERCENT_EQ] = ACTIONS(1223), - [anon_sym_LT_LT_EQ] = ACTIONS(1225), - [anon_sym_GT_GT_EQ] = ACTIONS(1225), - [anon_sym_AMP_EQ] = ACTIONS(1225), - [anon_sym_CARET_EQ] = ACTIONS(1223), - [anon_sym_PIPE_EQ] = ACTIONS(1225), - [anon_sym_EQ_EQ] = ACTIONS(1223), - [anon_sym_BANG_EQ] = ACTIONS(1223), - [anon_sym_LT_EQ] = ACTIONS(1225), - [anon_sym_GT_EQ] = ACTIONS(1225), - [anon_sym_AMP_AMP] = ACTIONS(1225), - [anon_sym_PIPE_PIPE] = ACTIONS(1225), - [anon_sym_LT_LT] = ACTIONS(1223), - [anon_sym_GT_GT] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1223), - [anon_sym_SLASH] = ACTIONS(1223), - [anon_sym_PERCENT] = ACTIONS(1223), - [anon_sym_STAR_STAR] = ACTIONS(1223), - [anon_sym_LT] = ACTIONS(1223), - [anon_sym_GT] = ACTIONS(1223), - [anon_sym_PIPE] = ACTIONS(1223), - [anon_sym_PIPE_AMP] = ACTIONS(1225), - [anon_sym_RBRACK] = ACTIONS(1225), - [anon_sym_EQ_TILDE] = ACTIONS(1223), - [anon_sym_AMP_GT] = ACTIONS(1223), - [anon_sym_AMP_GT_GT] = ACTIONS(1225), - [anon_sym_LT_AMP] = ACTIONS(1225), - [anon_sym_GT_AMP] = ACTIONS(1225), - [anon_sym_GT_PIPE] = ACTIONS(1225), - [anon_sym_LT_LT_DASH] = ACTIONS(1225), - [anon_sym_LT_LT_LT] = ACTIONS(1225), - [anon_sym_AMP] = ACTIONS(1223), - [anon_sym_CARET] = ACTIONS(1223), - [anon_sym_QMARK] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1225), - [aux_sym_concatenation_token1] = ACTIONS(1225), - [anon_sym_DOLLAR] = ACTIONS(1223), - [sym__special_character] = ACTIONS(1223), - [anon_sym_DQUOTE] = ACTIONS(1225), - [sym_raw_string] = ACTIONS(1225), - [sym_ansi_c_string] = ACTIONS(1225), - [aux_sym_number_token1] = ACTIONS(1223), - [aux_sym_number_token2] = ACTIONS(1223), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1225), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1223), - [anon_sym_BQUOTE] = ACTIONS(1223), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1225), - [anon_sym_LT_LPAREN] = ACTIONS(1225), - [anon_sym_GT_LPAREN] = ACTIONS(1225), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1225), - [sym__concat] = ACTIONS(1225), - [sym_test_operator] = ACTIONS(1225), - [sym__bare_dollar] = ACTIONS(1225), - [sym__brace_start] = ACTIONS(1225), - }, - [394] = { - [sym_word] = ACTIONS(1201), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1203), - [anon_sym_EQ] = ACTIONS(1201), - [anon_sym_PLUS_PLUS] = ACTIONS(1201), - [anon_sym_DASH_DASH] = ACTIONS(1201), - [anon_sym_PLUS_EQ] = ACTIONS(1201), - [anon_sym_DASH_EQ] = ACTIONS(1201), - [anon_sym_STAR_EQ] = ACTIONS(1201), - [anon_sym_SLASH_EQ] = ACTIONS(1201), - [anon_sym_PERCENT_EQ] = ACTIONS(1201), - [anon_sym_LT_LT_EQ] = ACTIONS(1203), - [anon_sym_GT_GT_EQ] = ACTIONS(1203), - [anon_sym_AMP_EQ] = ACTIONS(1203), - [anon_sym_CARET_EQ] = ACTIONS(1201), - [anon_sym_PIPE_EQ] = ACTIONS(1203), - [anon_sym_EQ_EQ] = ACTIONS(1201), - [anon_sym_BANG_EQ] = ACTIONS(1201), - [anon_sym_LT_EQ] = ACTIONS(1203), - [anon_sym_GT_EQ] = ACTIONS(1203), - [anon_sym_AMP_AMP] = ACTIONS(1203), - [anon_sym_PIPE_PIPE] = ACTIONS(1203), - [anon_sym_LT_LT] = ACTIONS(1201), - [anon_sym_GT_GT] = ACTIONS(1201), - [anon_sym_PLUS] = ACTIONS(1201), - [anon_sym_DASH] = ACTIONS(1201), - [anon_sym_STAR] = ACTIONS(1201), - [anon_sym_SLASH] = ACTIONS(1201), - [anon_sym_PERCENT] = ACTIONS(1201), - [anon_sym_STAR_STAR] = ACTIONS(1201), - [anon_sym_LT] = ACTIONS(1201), - [anon_sym_GT] = ACTIONS(1201), - [anon_sym_PIPE] = ACTIONS(1201), - [anon_sym_PIPE_AMP] = ACTIONS(1203), - [anon_sym_RBRACK] = ACTIONS(1203), - [anon_sym_EQ_TILDE] = ACTIONS(1201), - [anon_sym_AMP_GT] = ACTIONS(1201), - [anon_sym_AMP_GT_GT] = ACTIONS(1203), - [anon_sym_LT_AMP] = ACTIONS(1203), - [anon_sym_GT_AMP] = ACTIONS(1203), - [anon_sym_GT_PIPE] = ACTIONS(1203), - [anon_sym_LT_LT_DASH] = ACTIONS(1203), - [anon_sym_LT_LT_LT] = ACTIONS(1203), - [anon_sym_AMP] = ACTIONS(1201), - [anon_sym_CARET] = ACTIONS(1201), - [anon_sym_QMARK] = ACTIONS(1201), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1203), - [aux_sym_concatenation_token1] = ACTIONS(1203), - [anon_sym_DOLLAR] = ACTIONS(1201), - [sym__special_character] = ACTIONS(1201), - [anon_sym_DQUOTE] = ACTIONS(1203), - [sym_raw_string] = ACTIONS(1203), - [sym_ansi_c_string] = ACTIONS(1203), - [aux_sym_number_token1] = ACTIONS(1201), - [aux_sym_number_token2] = ACTIONS(1201), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1203), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1201), - [anon_sym_BQUOTE] = ACTIONS(1201), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1203), - [anon_sym_LT_LPAREN] = ACTIONS(1203), - [anon_sym_GT_LPAREN] = ACTIONS(1203), + [390] = { + [aux_sym_concatenation_repeat1] = STATE(389), + [sym_word] = ACTIONS(1173), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1175), + [anon_sym_EQ] = ACTIONS(1173), + [anon_sym_PLUS_PLUS] = ACTIONS(1173), + [anon_sym_DASH_DASH] = ACTIONS(1173), + [anon_sym_PLUS_EQ] = ACTIONS(1173), + [anon_sym_DASH_EQ] = ACTIONS(1173), + [anon_sym_STAR_EQ] = ACTIONS(1173), + [anon_sym_SLASH_EQ] = ACTIONS(1173), + [anon_sym_PERCENT_EQ] = ACTIONS(1173), + [anon_sym_LT_LT_EQ] = ACTIONS(1175), + [anon_sym_GT_GT_EQ] = ACTIONS(1175), + [anon_sym_AMP_EQ] = ACTIONS(1175), + [anon_sym_CARET_EQ] = ACTIONS(1173), + [anon_sym_PIPE_EQ] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1173), + [anon_sym_BANG_EQ] = ACTIONS(1173), + [anon_sym_LT_EQ] = ACTIONS(1175), + [anon_sym_GT_EQ] = ACTIONS(1175), + [anon_sym_AMP_AMP] = ACTIONS(1175), + [anon_sym_PIPE_PIPE] = ACTIONS(1175), + [anon_sym_LT_LT] = ACTIONS(1173), + [anon_sym_GT_GT] = ACTIONS(1173), + [anon_sym_PLUS] = ACTIONS(1173), + [anon_sym_DASH] = ACTIONS(1173), + [anon_sym_STAR] = ACTIONS(1173), + [anon_sym_SLASH] = ACTIONS(1173), + [anon_sym_PERCENT] = ACTIONS(1173), + [anon_sym_STAR_STAR] = ACTIONS(1173), + [anon_sym_LT] = ACTIONS(1173), + [anon_sym_GT] = ACTIONS(1173), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_PIPE_AMP] = ACTIONS(1175), + [anon_sym_RBRACK] = ACTIONS(1175), + [anon_sym_EQ_TILDE] = ACTIONS(1173), + [anon_sym_AMP_GT] = ACTIONS(1173), + [anon_sym_AMP_GT_GT] = ACTIONS(1175), + [anon_sym_LT_AMP] = ACTIONS(1175), + [anon_sym_GT_AMP] = ACTIONS(1175), + [anon_sym_GT_PIPE] = ACTIONS(1175), + [anon_sym_LT_LT_DASH] = ACTIONS(1175), + [anon_sym_LT_LT_LT] = ACTIONS(1175), + [anon_sym_AMP] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1173), + [anon_sym_QMARK] = ACTIONS(1173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1175), + [aux_sym_concatenation_token1] = ACTIONS(359), + [anon_sym_DOLLAR] = ACTIONS(1173), + [sym__special_character] = ACTIONS(1173), + [anon_sym_DQUOTE] = ACTIONS(1175), + [sym_raw_string] = ACTIONS(1175), + [sym_ansi_c_string] = ACTIONS(1175), + [aux_sym_number_token1] = ACTIONS(1173), + [aux_sym_number_token2] = ACTIONS(1173), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1175), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1173), + [anon_sym_BQUOTE] = ACTIONS(1173), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1175), + [anon_sym_LT_LPAREN] = ACTIONS(1175), + [anon_sym_GT_LPAREN] = ACTIONS(1175), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1203), - [sym__concat] = ACTIONS(1203), - [sym_test_operator] = ACTIONS(1203), - [sym__bare_dollar] = ACTIONS(1203), - [sym__brace_start] = ACTIONS(1203), + [sym_file_descriptor] = ACTIONS(1175), + [sym__concat] = ACTIONS(359), + [sym_test_operator] = ACTIONS(1175), + [sym__bare_dollar] = ACTIONS(1175), + [sym__brace_start] = ACTIONS(1175), }, - [395] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1207), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1207), - [anon_sym_GT_GT_EQ] = ACTIONS(1207), - [anon_sym_AMP_EQ] = ACTIONS(1207), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1207), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1207), - [anon_sym_GT_EQ] = ACTIONS(1207), - [anon_sym_AMP_AMP] = ACTIONS(1207), - [anon_sym_PIPE_PIPE] = ACTIONS(1207), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1207), - [anon_sym_RBRACK] = ACTIONS(1207), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1207), - [anon_sym_LT_AMP] = ACTIONS(1207), - [anon_sym_GT_AMP] = ACTIONS(1207), - [anon_sym_GT_PIPE] = ACTIONS(1207), - [anon_sym_LT_LT_DASH] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1207), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1207), - [aux_sym_concatenation_token1] = ACTIONS(1207), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1207), - [sym_raw_string] = ACTIONS(1207), - [sym_ansi_c_string] = ACTIONS(1207), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1207), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1207), - [anon_sym_LT_LPAREN] = ACTIONS(1207), - [anon_sym_GT_LPAREN] = ACTIONS(1207), + [391] = { + [sym_word] = ACTIONS(1251), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1253), + [anon_sym_EQ] = ACTIONS(1251), + [anon_sym_PLUS_PLUS] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1251), + [anon_sym_PLUS_EQ] = ACTIONS(1251), + [anon_sym_DASH_EQ] = ACTIONS(1251), + [anon_sym_STAR_EQ] = ACTIONS(1251), + [anon_sym_SLASH_EQ] = ACTIONS(1251), + [anon_sym_PERCENT_EQ] = ACTIONS(1251), + [anon_sym_LT_LT_EQ] = ACTIONS(1253), + [anon_sym_GT_GT_EQ] = ACTIONS(1253), + [anon_sym_AMP_EQ] = ACTIONS(1253), + [anon_sym_CARET_EQ] = ACTIONS(1251), + [anon_sym_PIPE_EQ] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1251), + [anon_sym_BANG_EQ] = ACTIONS(1251), + [anon_sym_LT_EQ] = ACTIONS(1253), + [anon_sym_GT_EQ] = ACTIONS(1253), + [anon_sym_AMP_AMP] = ACTIONS(1253), + [anon_sym_PIPE_PIPE] = ACTIONS(1253), + [anon_sym_LT_LT] = ACTIONS(1251), + [anon_sym_GT_GT] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1251), + [anon_sym_SLASH] = ACTIONS(1251), + [anon_sym_PERCENT] = ACTIONS(1251), + [anon_sym_STAR_STAR] = ACTIONS(1251), + [anon_sym_LT] = ACTIONS(1251), + [anon_sym_GT] = ACTIONS(1251), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_PIPE_AMP] = ACTIONS(1253), + [anon_sym_RBRACK] = ACTIONS(1253), + [anon_sym_EQ_TILDE] = ACTIONS(1251), + [anon_sym_AMP_GT] = ACTIONS(1251), + [anon_sym_AMP_GT_GT] = ACTIONS(1253), + [anon_sym_LT_AMP] = ACTIONS(1253), + [anon_sym_GT_AMP] = ACTIONS(1253), + [anon_sym_GT_PIPE] = ACTIONS(1253), + [anon_sym_LT_LT_DASH] = ACTIONS(1253), + [anon_sym_LT_LT_LT] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1251), + [anon_sym_QMARK] = ACTIONS(1251), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1253), + [aux_sym_concatenation_token1] = ACTIONS(1253), + [anon_sym_DOLLAR] = ACTIONS(1251), + [sym__special_character] = ACTIONS(1251), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_raw_string] = ACTIONS(1253), + [sym_ansi_c_string] = ACTIONS(1253), + [aux_sym_number_token1] = ACTIONS(1251), + [aux_sym_number_token2] = ACTIONS(1251), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1253), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), + [anon_sym_BQUOTE] = ACTIONS(1251), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1253), + [anon_sym_LT_LPAREN] = ACTIONS(1253), + [anon_sym_GT_LPAREN] = ACTIONS(1253), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1253), + [sym__concat] = ACTIONS(1253), + [sym_test_operator] = ACTIONS(1253), + [sym__bare_dollar] = ACTIONS(1253), + [sym__brace_start] = ACTIONS(1253), }, - [396] = { + [392] = { [sym_word] = ACTIONS(1183), [anon_sym_LPAREN_LPAREN] = ACTIONS(1185), [anon_sym_EQ] = ACTIONS(1183), @@ -53560,347 +53657,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1185), [sym__brace_start] = ACTIONS(1185), }, - [397] = { - [sym_word] = ACTIONS(1239), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1241), - [anon_sym_EQ] = ACTIONS(1239), - [anon_sym_PLUS_PLUS] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1241), - [anon_sym_LT_LT] = ACTIONS(1239), - [anon_sym_GT_GT] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_SLASH] = ACTIONS(1239), - [anon_sym_PERCENT] = ACTIONS(1239), - [anon_sym_STAR_STAR] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1239), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_PIPE_AMP] = ACTIONS(1241), - [anon_sym_RBRACK] = ACTIONS(1241), - [anon_sym_EQ_TILDE] = ACTIONS(1239), - [anon_sym_AMP_GT] = ACTIONS(1239), - [anon_sym_AMP_GT_GT] = ACTIONS(1241), - [anon_sym_LT_AMP] = ACTIONS(1241), - [anon_sym_GT_AMP] = ACTIONS(1241), - [anon_sym_GT_PIPE] = ACTIONS(1241), - [anon_sym_LT_LT_DASH] = ACTIONS(1241), - [anon_sym_LT_LT_LT] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1241), - [aux_sym_concatenation_token1] = ACTIONS(1241), - [anon_sym_DOLLAR] = ACTIONS(1239), - [sym__special_character] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1241), - [sym_raw_string] = ACTIONS(1241), - [sym_ansi_c_string] = ACTIONS(1241), - [aux_sym_number_token1] = ACTIONS(1239), - [aux_sym_number_token2] = ACTIONS(1239), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1241), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1241), - [anon_sym_LT_LPAREN] = ACTIONS(1241), - [anon_sym_GT_LPAREN] = ACTIONS(1241), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1241), - [sym__concat] = ACTIONS(1241), - [sym_test_operator] = ACTIONS(1241), - [sym__bare_dollar] = ACTIONS(1241), - [sym__brace_start] = ACTIONS(1241), - }, - [398] = { - [sym_word] = ACTIONS(1255), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1257), - [anon_sym_EQ] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_EQ] = ACTIONS(1255), - [anon_sym_DASH_EQ] = ACTIONS(1255), - [anon_sym_STAR_EQ] = ACTIONS(1255), - [anon_sym_SLASH_EQ] = ACTIONS(1255), - [anon_sym_PERCENT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_GT_EQ] = ACTIONS(1257), - [anon_sym_AMP_EQ] = ACTIONS(1257), - [anon_sym_CARET_EQ] = ACTIONS(1255), - [anon_sym_PIPE_EQ] = ACTIONS(1257), - [anon_sym_EQ_EQ] = ACTIONS(1255), - [anon_sym_BANG_EQ] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1255), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_SLASH] = ACTIONS(1255), - [anon_sym_PERCENT] = ACTIONS(1255), - [anon_sym_STAR_STAR] = ACTIONS(1255), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1257), - [anon_sym_EQ_TILDE] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1255), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_GT_PIPE] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_LT_LT_LT] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_CARET] = ACTIONS(1255), - [anon_sym_QMARK] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1257), - [aux_sym_concatenation_token1] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1255), - [sym__special_character] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [sym_ansi_c_string] = ACTIONS(1257), - [aux_sym_number_token1] = ACTIONS(1255), - [aux_sym_number_token2] = ACTIONS(1255), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_test_operator] = ACTIONS(1257), - [sym__bare_dollar] = ACTIONS(1257), - [sym__brace_start] = ACTIONS(1257), - }, - [399] = { - [sym_word] = ACTIONS(1251), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1253), - [anon_sym_EQ] = ACTIONS(1251), - [anon_sym_PLUS_PLUS] = ACTIONS(1251), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_PLUS_EQ] = ACTIONS(1251), - [anon_sym_DASH_EQ] = ACTIONS(1251), - [anon_sym_STAR_EQ] = ACTIONS(1251), - [anon_sym_SLASH_EQ] = ACTIONS(1251), - [anon_sym_PERCENT_EQ] = ACTIONS(1251), - [anon_sym_LT_LT_EQ] = ACTIONS(1253), - [anon_sym_GT_GT_EQ] = ACTIONS(1253), - [anon_sym_AMP_EQ] = ACTIONS(1253), - [anon_sym_CARET_EQ] = ACTIONS(1251), - [anon_sym_PIPE_EQ] = ACTIONS(1253), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_LT_EQ] = ACTIONS(1253), - [anon_sym_GT_EQ] = ACTIONS(1253), - [anon_sym_AMP_AMP] = ACTIONS(1253), - [anon_sym_PIPE_PIPE] = ACTIONS(1253), - [anon_sym_LT_LT] = ACTIONS(1251), - [anon_sym_GT_GT] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1251), - [anon_sym_SLASH] = ACTIONS(1251), - [anon_sym_PERCENT] = ACTIONS(1251), - [anon_sym_STAR_STAR] = ACTIONS(1251), - [anon_sym_LT] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1251), - [anon_sym_PIPE] = ACTIONS(1251), - [anon_sym_PIPE_AMP] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(1253), - [anon_sym_EQ_TILDE] = ACTIONS(1251), - [anon_sym_AMP_GT] = ACTIONS(1251), - [anon_sym_AMP_GT_GT] = ACTIONS(1253), - [anon_sym_LT_AMP] = ACTIONS(1253), - [anon_sym_GT_AMP] = ACTIONS(1253), - [anon_sym_GT_PIPE] = ACTIONS(1253), - [anon_sym_LT_LT_DASH] = ACTIONS(1253), - [anon_sym_LT_LT_LT] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_QMARK] = ACTIONS(1251), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1253), - [aux_sym_concatenation_token1] = ACTIONS(1253), - [anon_sym_DOLLAR] = ACTIONS(1251), - [sym__special_character] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1253), - [sym_raw_string] = ACTIONS(1253), - [sym_ansi_c_string] = ACTIONS(1253), - [aux_sym_number_token1] = ACTIONS(1251), - [aux_sym_number_token2] = ACTIONS(1251), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1253), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1251), - [anon_sym_BQUOTE] = ACTIONS(1251), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1253), - [anon_sym_LT_LPAREN] = ACTIONS(1253), - [anon_sym_GT_LPAREN] = ACTIONS(1253), + [393] = { + [sym_word] = ACTIONS(1195), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1197), + [anon_sym_EQ] = ACTIONS(1195), + [anon_sym_PLUS_PLUS] = ACTIONS(1195), + [anon_sym_DASH_DASH] = ACTIONS(1195), + [anon_sym_PLUS_EQ] = ACTIONS(1195), + [anon_sym_DASH_EQ] = ACTIONS(1195), + [anon_sym_STAR_EQ] = ACTIONS(1195), + [anon_sym_SLASH_EQ] = ACTIONS(1195), + [anon_sym_PERCENT_EQ] = ACTIONS(1195), + [anon_sym_LT_LT_EQ] = ACTIONS(1197), + [anon_sym_GT_GT_EQ] = ACTIONS(1197), + [anon_sym_AMP_EQ] = ACTIONS(1197), + [anon_sym_CARET_EQ] = ACTIONS(1195), + [anon_sym_PIPE_EQ] = ACTIONS(1197), + [anon_sym_EQ_EQ] = ACTIONS(1195), + [anon_sym_BANG_EQ] = ACTIONS(1195), + [anon_sym_LT_EQ] = ACTIONS(1197), + [anon_sym_GT_EQ] = ACTIONS(1197), + [anon_sym_AMP_AMP] = ACTIONS(1197), + [anon_sym_PIPE_PIPE] = ACTIONS(1197), + [anon_sym_LT_LT] = ACTIONS(1195), + [anon_sym_GT_GT] = ACTIONS(1195), + [anon_sym_PLUS] = ACTIONS(1195), + [anon_sym_DASH] = ACTIONS(1195), + [anon_sym_STAR] = ACTIONS(1195), + [anon_sym_SLASH] = ACTIONS(1195), + [anon_sym_PERCENT] = ACTIONS(1195), + [anon_sym_STAR_STAR] = ACTIONS(1195), + [anon_sym_LT] = ACTIONS(1195), + [anon_sym_GT] = ACTIONS(1195), + [anon_sym_PIPE] = ACTIONS(1195), + [anon_sym_PIPE_AMP] = ACTIONS(1197), + [anon_sym_RBRACK] = ACTIONS(1197), + [anon_sym_EQ_TILDE] = ACTIONS(1195), + [anon_sym_AMP_GT] = ACTIONS(1195), + [anon_sym_AMP_GT_GT] = ACTIONS(1197), + [anon_sym_LT_AMP] = ACTIONS(1197), + [anon_sym_GT_AMP] = ACTIONS(1197), + [anon_sym_GT_PIPE] = ACTIONS(1197), + [anon_sym_LT_LT_DASH] = ACTIONS(1197), + [anon_sym_LT_LT_LT] = ACTIONS(1197), + [anon_sym_AMP] = ACTIONS(1195), + [anon_sym_CARET] = ACTIONS(1195), + [anon_sym_QMARK] = ACTIONS(1195), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1197), + [aux_sym_concatenation_token1] = ACTIONS(1197), + [anon_sym_DOLLAR] = ACTIONS(1195), + [sym__special_character] = ACTIONS(1195), + [anon_sym_DQUOTE] = ACTIONS(1197), + [sym_raw_string] = ACTIONS(1197), + [sym_ansi_c_string] = ACTIONS(1197), + [aux_sym_number_token1] = ACTIONS(1195), + [aux_sym_number_token2] = ACTIONS(1195), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1197), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1195), + [anon_sym_BQUOTE] = ACTIONS(1195), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1197), + [anon_sym_LT_LPAREN] = ACTIONS(1197), + [anon_sym_GT_LPAREN] = ACTIONS(1197), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1253), - [sym__concat] = ACTIONS(1253), - [sym_test_operator] = ACTIONS(1253), - [sym__bare_dollar] = ACTIONS(1253), - [sym__brace_start] = ACTIONS(1253), + [sym_file_descriptor] = ACTIONS(1197), + [sym__concat] = ACTIONS(1197), + [sym_test_operator] = ACTIONS(1197), + [sym__bare_dollar] = ACTIONS(1197), + [sym__brace_start] = ACTIONS(1197), }, - [400] = { - [sym_word] = ACTIONS(1243), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1245), - [anon_sym_EQ] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_EQ] = ACTIONS(1243), - [anon_sym_DASH_EQ] = ACTIONS(1243), - [anon_sym_STAR_EQ] = ACTIONS(1243), - [anon_sym_SLASH_EQ] = ACTIONS(1243), - [anon_sym_PERCENT_EQ] = ACTIONS(1243), - [anon_sym_LT_LT_EQ] = ACTIONS(1245), - [anon_sym_GT_GT_EQ] = ACTIONS(1245), - [anon_sym_AMP_EQ] = ACTIONS(1245), - [anon_sym_CARET_EQ] = ACTIONS(1243), - [anon_sym_PIPE_EQ] = ACTIONS(1245), - [anon_sym_EQ_EQ] = ACTIONS(1243), - [anon_sym_BANG_EQ] = ACTIONS(1243), - [anon_sym_LT_EQ] = ACTIONS(1245), - [anon_sym_GT_EQ] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1245), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_LT_LT] = ACTIONS(1243), - [anon_sym_GT_GT] = ACTIONS(1243), - [anon_sym_PLUS] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1243), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_SLASH] = ACTIONS(1243), - [anon_sym_PERCENT] = ACTIONS(1243), - [anon_sym_STAR_STAR] = ACTIONS(1243), - [anon_sym_LT] = ACTIONS(1243), - [anon_sym_GT] = ACTIONS(1243), - [anon_sym_PIPE] = ACTIONS(1243), - [anon_sym_PIPE_AMP] = ACTIONS(1245), - [anon_sym_RBRACK] = ACTIONS(1245), - [anon_sym_EQ_TILDE] = ACTIONS(1243), - [anon_sym_AMP_GT] = ACTIONS(1243), - [anon_sym_AMP_GT_GT] = ACTIONS(1245), - [anon_sym_LT_AMP] = ACTIONS(1245), - [anon_sym_GT_AMP] = ACTIONS(1245), - [anon_sym_GT_PIPE] = ACTIONS(1245), - [anon_sym_LT_LT_DASH] = ACTIONS(1245), - [anon_sym_LT_LT_LT] = ACTIONS(1245), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_CARET] = ACTIONS(1243), - [anon_sym_QMARK] = ACTIONS(1243), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1245), - [aux_sym_concatenation_token1] = ACTIONS(1245), - [anon_sym_DOLLAR] = ACTIONS(1243), - [sym__special_character] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_raw_string] = ACTIONS(1245), - [sym_ansi_c_string] = ACTIONS(1245), - [aux_sym_number_token1] = ACTIONS(1243), - [aux_sym_number_token2] = ACTIONS(1243), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1245), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1243), - [anon_sym_BQUOTE] = ACTIONS(1243), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1245), - [anon_sym_LT_LPAREN] = ACTIONS(1245), - [anon_sym_GT_LPAREN] = ACTIONS(1245), + [394] = { + [sym_word] = ACTIONS(1235), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1237), + [anon_sym_EQ] = ACTIONS(1235), + [anon_sym_PLUS_PLUS] = ACTIONS(1235), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_PLUS_EQ] = ACTIONS(1235), + [anon_sym_DASH_EQ] = ACTIONS(1235), + [anon_sym_STAR_EQ] = ACTIONS(1235), + [anon_sym_SLASH_EQ] = ACTIONS(1235), + [anon_sym_PERCENT_EQ] = ACTIONS(1235), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1235), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_EQ_EQ] = ACTIONS(1235), + [anon_sym_BANG_EQ] = ACTIONS(1235), + [anon_sym_LT_EQ] = ACTIONS(1237), + [anon_sym_GT_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1237), + [anon_sym_PIPE_PIPE] = ACTIONS(1237), + [anon_sym_LT_LT] = ACTIONS(1235), + [anon_sym_GT_GT] = ACTIONS(1235), + [anon_sym_PLUS] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_SLASH] = ACTIONS(1235), + [anon_sym_PERCENT] = ACTIONS(1235), + [anon_sym_STAR_STAR] = ACTIONS(1235), + [anon_sym_LT] = ACTIONS(1235), + [anon_sym_GT] = ACTIONS(1235), + [anon_sym_PIPE] = ACTIONS(1235), + [anon_sym_PIPE_AMP] = ACTIONS(1237), + [anon_sym_RBRACK] = ACTIONS(1237), + [anon_sym_EQ_TILDE] = ACTIONS(1235), + [anon_sym_AMP_GT] = ACTIONS(1235), + [anon_sym_AMP_GT_GT] = ACTIONS(1237), + [anon_sym_LT_AMP] = ACTIONS(1237), + [anon_sym_GT_AMP] = ACTIONS(1237), + [anon_sym_GT_PIPE] = ACTIONS(1237), + [anon_sym_LT_LT_DASH] = ACTIONS(1237), + [anon_sym_LT_LT_LT] = ACTIONS(1237), + [anon_sym_AMP] = ACTIONS(1235), + [anon_sym_CARET] = ACTIONS(1235), + [anon_sym_QMARK] = ACTIONS(1235), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1237), + [aux_sym_concatenation_token1] = ACTIONS(1237), + [anon_sym_DOLLAR] = ACTIONS(1235), + [sym__special_character] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1237), + [sym_raw_string] = ACTIONS(1237), + [sym_ansi_c_string] = ACTIONS(1237), + [aux_sym_number_token1] = ACTIONS(1235), + [aux_sym_number_token2] = ACTIONS(1235), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1237), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1235), + [anon_sym_BQUOTE] = ACTIONS(1235), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1237), + [anon_sym_LT_LPAREN] = ACTIONS(1237), + [anon_sym_GT_LPAREN] = ACTIONS(1237), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1245), - [sym__concat] = ACTIONS(1245), - [sym_test_operator] = ACTIONS(1245), - [sym__bare_dollar] = ACTIONS(1245), - [sym__brace_start] = ACTIONS(1245), + [sym_file_descriptor] = ACTIONS(1237), + [sym__concat] = ACTIONS(1237), + [sym_test_operator] = ACTIONS(1237), + [sym__bare_dollar] = ACTIONS(1237), + [sym__brace_start] = ACTIONS(1237), }, - [401] = { - [sym_word] = ACTIONS(1231), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1233), - [anon_sym_EQ] = ACTIONS(1231), - [anon_sym_PLUS_PLUS] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1231), - [anon_sym_PLUS_EQ] = ACTIONS(1231), - [anon_sym_DASH_EQ] = ACTIONS(1231), - [anon_sym_STAR_EQ] = ACTIONS(1231), - [anon_sym_SLASH_EQ] = ACTIONS(1231), - [anon_sym_PERCENT_EQ] = ACTIONS(1231), - [anon_sym_LT_LT_EQ] = ACTIONS(1233), - [anon_sym_GT_GT_EQ] = ACTIONS(1233), - [anon_sym_AMP_EQ] = ACTIONS(1233), - [anon_sym_CARET_EQ] = ACTIONS(1231), - [anon_sym_PIPE_EQ] = ACTIONS(1233), - [anon_sym_EQ_EQ] = ACTIONS(1231), - [anon_sym_BANG_EQ] = ACTIONS(1231), - [anon_sym_LT_EQ] = ACTIONS(1233), - [anon_sym_GT_EQ] = ACTIONS(1233), - [anon_sym_AMP_AMP] = ACTIONS(1233), - [anon_sym_PIPE_PIPE] = ACTIONS(1233), - [anon_sym_LT_LT] = ACTIONS(1231), - [anon_sym_GT_GT] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1231), - [anon_sym_SLASH] = ACTIONS(1231), - [anon_sym_PERCENT] = ACTIONS(1231), - [anon_sym_STAR_STAR] = ACTIONS(1231), - [anon_sym_LT] = ACTIONS(1231), - [anon_sym_GT] = ACTIONS(1231), - [anon_sym_PIPE] = ACTIONS(1231), - [anon_sym_PIPE_AMP] = ACTIONS(1233), - [anon_sym_RBRACK] = ACTIONS(1233), - [anon_sym_EQ_TILDE] = ACTIONS(1231), - [anon_sym_AMP_GT] = ACTIONS(1231), - [anon_sym_AMP_GT_GT] = ACTIONS(1233), - [anon_sym_LT_AMP] = ACTIONS(1233), - [anon_sym_GT_AMP] = ACTIONS(1233), - [anon_sym_GT_PIPE] = ACTIONS(1233), - [anon_sym_LT_LT_DASH] = ACTIONS(1233), - [anon_sym_LT_LT_LT] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1231), - [anon_sym_CARET] = ACTIONS(1231), - [anon_sym_QMARK] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1233), - [aux_sym_concatenation_token1] = ACTIONS(1233), - [anon_sym_DOLLAR] = ACTIONS(1231), - [sym__special_character] = ACTIONS(1231), - [anon_sym_DQUOTE] = ACTIONS(1233), - [sym_raw_string] = ACTIONS(1233), - [sym_ansi_c_string] = ACTIONS(1233), - [aux_sym_number_token1] = ACTIONS(1231), - [aux_sym_number_token2] = ACTIONS(1231), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1233), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1231), - [anon_sym_BQUOTE] = ACTIONS(1231), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1233), - [anon_sym_LT_LPAREN] = ACTIONS(1233), - [anon_sym_GT_LPAREN] = ACTIONS(1233), + [395] = { + [sym_word] = ACTIONS(1221), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1223), + [anon_sym_EQ] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_EQ] = ACTIONS(1221), + [anon_sym_DASH_EQ] = ACTIONS(1221), + [anon_sym_STAR_EQ] = ACTIONS(1221), + [anon_sym_SLASH_EQ] = ACTIONS(1221), + [anon_sym_PERCENT_EQ] = ACTIONS(1221), + [anon_sym_LT_LT_EQ] = ACTIONS(1223), + [anon_sym_GT_GT_EQ] = ACTIONS(1223), + [anon_sym_AMP_EQ] = ACTIONS(1223), + [anon_sym_CARET_EQ] = ACTIONS(1221), + [anon_sym_PIPE_EQ] = ACTIONS(1223), + [anon_sym_EQ_EQ] = ACTIONS(1221), + [anon_sym_BANG_EQ] = ACTIONS(1221), + [anon_sym_LT_EQ] = ACTIONS(1223), + [anon_sym_GT_EQ] = ACTIONS(1223), + [anon_sym_AMP_AMP] = ACTIONS(1223), + [anon_sym_PIPE_PIPE] = ACTIONS(1223), + [anon_sym_LT_LT] = ACTIONS(1221), + [anon_sym_GT_GT] = ACTIONS(1221), + [anon_sym_PLUS] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1221), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_SLASH] = ACTIONS(1221), + [anon_sym_PERCENT] = ACTIONS(1221), + [anon_sym_STAR_STAR] = ACTIONS(1221), + [anon_sym_LT] = ACTIONS(1221), + [anon_sym_GT] = ACTIONS(1221), + [anon_sym_PIPE] = ACTIONS(1221), + [anon_sym_PIPE_AMP] = ACTIONS(1223), + [anon_sym_RBRACK] = ACTIONS(1223), + [anon_sym_EQ_TILDE] = ACTIONS(1221), + [anon_sym_AMP_GT] = ACTIONS(1221), + [anon_sym_AMP_GT_GT] = ACTIONS(1223), + [anon_sym_LT_AMP] = ACTIONS(1223), + [anon_sym_GT_AMP] = ACTIONS(1223), + [anon_sym_GT_PIPE] = ACTIONS(1223), + [anon_sym_LT_LT_DASH] = ACTIONS(1223), + [anon_sym_LT_LT_LT] = ACTIONS(1223), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_CARET] = ACTIONS(1221), + [anon_sym_QMARK] = ACTIONS(1221), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1223), + [aux_sym_concatenation_token1] = ACTIONS(1223), + [anon_sym_DOLLAR] = ACTIONS(1221), + [sym__special_character] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1223), + [sym_raw_string] = ACTIONS(1223), + [sym_ansi_c_string] = ACTIONS(1223), + [aux_sym_number_token1] = ACTIONS(1221), + [aux_sym_number_token2] = ACTIONS(1221), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1223), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1221), + [anon_sym_BQUOTE] = ACTIONS(1221), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1223), + [anon_sym_LT_LPAREN] = ACTIONS(1223), + [anon_sym_GT_LPAREN] = ACTIONS(1223), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1233), - [sym__concat] = ACTIONS(1233), - [sym_test_operator] = ACTIONS(1233), - [sym__bare_dollar] = ACTIONS(1233), - [sym__brace_start] = ACTIONS(1233), + [sym_file_descriptor] = ACTIONS(1223), + [sym__concat] = ACTIONS(1223), + [sym_test_operator] = ACTIONS(1223), + [sym__bare_dollar] = ACTIONS(1223), + [sym__brace_start] = ACTIONS(1223), }, - [402] = { + [396] = { [sym_word] = ACTIONS(1267), [anon_sym_LPAREN_LPAREN] = ACTIONS(1269), [anon_sym_EQ] = ACTIONS(1267), @@ -53968,143 +53929,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1269), [sym__brace_start] = ACTIONS(1269), }, - [403] = { - [sym_word] = ACTIONS(1227), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1229), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1229), - [anon_sym_GT_GT_EQ] = ACTIONS(1229), - [anon_sym_AMP_EQ] = ACTIONS(1229), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1229), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1229), - [anon_sym_GT_EQ] = ACTIONS(1229), - [anon_sym_AMP_AMP] = ACTIONS(1229), - [anon_sym_PIPE_PIPE] = ACTIONS(1229), - [anon_sym_LT_LT] = ACTIONS(1227), - [anon_sym_GT_GT] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1227), - [anon_sym_SLASH] = ACTIONS(1227), - [anon_sym_PERCENT] = ACTIONS(1227), - [anon_sym_STAR_STAR] = ACTIONS(1227), - [anon_sym_LT] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1227), - [anon_sym_PIPE] = ACTIONS(1227), - [anon_sym_PIPE_AMP] = ACTIONS(1229), - [anon_sym_RBRACK] = ACTIONS(1229), - [anon_sym_EQ_TILDE] = ACTIONS(1227), - [anon_sym_AMP_GT] = ACTIONS(1227), - [anon_sym_AMP_GT_GT] = ACTIONS(1229), - [anon_sym_LT_AMP] = ACTIONS(1229), - [anon_sym_GT_AMP] = ACTIONS(1229), - [anon_sym_GT_PIPE] = ACTIONS(1229), - [anon_sym_LT_LT_DASH] = ACTIONS(1229), - [anon_sym_LT_LT_LT] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1227), - [anon_sym_CARET] = ACTIONS(1227), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1229), - [aux_sym_concatenation_token1] = ACTIONS(1229), - [anon_sym_DOLLAR] = ACTIONS(1227), - [sym__special_character] = ACTIONS(1227), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_raw_string] = ACTIONS(1229), - [sym_ansi_c_string] = ACTIONS(1229), - [aux_sym_number_token1] = ACTIONS(1227), - [aux_sym_number_token2] = ACTIONS(1227), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1229), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1227), - [anon_sym_BQUOTE] = ACTIONS(1227), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1229), - [anon_sym_LT_LPAREN] = ACTIONS(1229), - [anon_sym_GT_LPAREN] = ACTIONS(1229), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1229), - [sym__concat] = ACTIONS(1229), - [sym_test_operator] = ACTIONS(1229), - [sym__bare_dollar] = ACTIONS(1229), - [sym__brace_start] = ACTIONS(1229), - }, - [404] = { - [sym_word] = ACTIONS(1211), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1211), - [anon_sym_PLUS_PLUS] = ACTIONS(1211), - [anon_sym_DASH_DASH] = ACTIONS(1211), - [anon_sym_PLUS_EQ] = ACTIONS(1211), - [anon_sym_DASH_EQ] = ACTIONS(1211), - [anon_sym_STAR_EQ] = ACTIONS(1211), - [anon_sym_SLASH_EQ] = ACTIONS(1211), - [anon_sym_PERCENT_EQ] = ACTIONS(1211), - [anon_sym_LT_LT_EQ] = ACTIONS(1213), - [anon_sym_GT_GT_EQ] = ACTIONS(1213), - [anon_sym_AMP_EQ] = ACTIONS(1213), - [anon_sym_CARET_EQ] = ACTIONS(1211), - [anon_sym_PIPE_EQ] = ACTIONS(1213), - [anon_sym_EQ_EQ] = ACTIONS(1211), - [anon_sym_BANG_EQ] = ACTIONS(1211), - [anon_sym_LT_EQ] = ACTIONS(1213), - [anon_sym_GT_EQ] = ACTIONS(1213), - [anon_sym_AMP_AMP] = ACTIONS(1213), - [anon_sym_PIPE_PIPE] = ACTIONS(1213), - [anon_sym_LT_LT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(1211), - [anon_sym_PLUS] = ACTIONS(1211), - [anon_sym_DASH] = ACTIONS(1211), - [anon_sym_STAR] = ACTIONS(1211), - [anon_sym_SLASH] = ACTIONS(1211), - [anon_sym_PERCENT] = ACTIONS(1211), - [anon_sym_STAR_STAR] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_PIPE_AMP] = ACTIONS(1213), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_EQ_TILDE] = ACTIONS(1211), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(1213), - [anon_sym_LT_AMP] = ACTIONS(1213), - [anon_sym_GT_AMP] = ACTIONS(1213), - [anon_sym_GT_PIPE] = ACTIONS(1213), - [anon_sym_LT_LT_DASH] = ACTIONS(1213), - [anon_sym_LT_LT_LT] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1211), - [anon_sym_CARET] = ACTIONS(1211), - [anon_sym_QMARK] = ACTIONS(1211), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1213), - [aux_sym_concatenation_token1] = ACTIONS(1213), - [anon_sym_DOLLAR] = ACTIONS(1211), - [sym__special_character] = ACTIONS(1211), - [anon_sym_DQUOTE] = ACTIONS(1213), - [sym_raw_string] = ACTIONS(1213), - [sym_ansi_c_string] = ACTIONS(1213), - [aux_sym_number_token1] = ACTIONS(1211), - [aux_sym_number_token2] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1213), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1211), - [anon_sym_BQUOTE] = ACTIONS(1211), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1213), - [anon_sym_LT_LPAREN] = ACTIONS(1213), - [anon_sym_GT_LPAREN] = ACTIONS(1213), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1213), - [sym__concat] = ACTIONS(1213), - [sym_test_operator] = ACTIONS(1213), - [sym__bare_dollar] = ACTIONS(1213), - [sym__brace_start] = ACTIONS(1213), - }, - [405] = { + [397] = { [sym_word] = ACTIONS(1247), [anon_sym_LPAREN_LPAREN] = ACTIONS(1249), [anon_sym_EQ] = ACTIONS(1247), @@ -54172,211 +53997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1249), [sym__brace_start] = ACTIONS(1249), }, - [406] = { - [sym_word] = ACTIONS(1263), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1265), - [anon_sym_EQ] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_EQ] = ACTIONS(1263), - [anon_sym_DASH_EQ] = ACTIONS(1263), - [anon_sym_STAR_EQ] = ACTIONS(1263), - [anon_sym_SLASH_EQ] = ACTIONS(1263), - [anon_sym_PERCENT_EQ] = ACTIONS(1263), - [anon_sym_LT_LT_EQ] = ACTIONS(1265), - [anon_sym_GT_GT_EQ] = ACTIONS(1265), - [anon_sym_AMP_EQ] = ACTIONS(1265), - [anon_sym_CARET_EQ] = ACTIONS(1263), - [anon_sym_PIPE_EQ] = ACTIONS(1265), - [anon_sym_EQ_EQ] = ACTIONS(1263), - [anon_sym_BANG_EQ] = ACTIONS(1263), - [anon_sym_LT_EQ] = ACTIONS(1265), - [anon_sym_GT_EQ] = ACTIONS(1265), - [anon_sym_AMP_AMP] = ACTIONS(1265), - [anon_sym_PIPE_PIPE] = ACTIONS(1265), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_SLASH] = ACTIONS(1263), - [anon_sym_PERCENT] = ACTIONS(1263), - [anon_sym_STAR_STAR] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1265), - [anon_sym_RBRACK] = ACTIONS(1265), - [anon_sym_EQ_TILDE] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1265), - [anon_sym_LT_AMP] = ACTIONS(1265), - [anon_sym_GT_AMP] = ACTIONS(1265), - [anon_sym_GT_PIPE] = ACTIONS(1265), - [anon_sym_LT_LT_DASH] = ACTIONS(1265), - [anon_sym_LT_LT_LT] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_CARET] = ACTIONS(1263), - [anon_sym_QMARK] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1265), - [aux_sym_concatenation_token1] = ACTIONS(1265), - [anon_sym_DOLLAR] = ACTIONS(1263), - [sym__special_character] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_raw_string] = ACTIONS(1265), - [sym_ansi_c_string] = ACTIONS(1265), - [aux_sym_number_token1] = ACTIONS(1263), - [aux_sym_number_token2] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1265), - [anon_sym_LT_LPAREN] = ACTIONS(1265), - [anon_sym_GT_LPAREN] = ACTIONS(1265), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1265), - [sym__concat] = ACTIONS(1265), - [sym_test_operator] = ACTIONS(1265), - [sym__bare_dollar] = ACTIONS(1265), - [sym__brace_start] = ACTIONS(1265), - }, - [407] = { - [sym_word] = ACTIONS(1215), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1217), - [anon_sym_EQ] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_EQ] = ACTIONS(1215), - [anon_sym_DASH_EQ] = ACTIONS(1215), - [anon_sym_STAR_EQ] = ACTIONS(1215), - [anon_sym_SLASH_EQ] = ACTIONS(1215), - [anon_sym_PERCENT_EQ] = ACTIONS(1215), - [anon_sym_LT_LT_EQ] = ACTIONS(1217), - [anon_sym_GT_GT_EQ] = ACTIONS(1217), - [anon_sym_AMP_EQ] = ACTIONS(1217), - [anon_sym_CARET_EQ] = ACTIONS(1215), - [anon_sym_PIPE_EQ] = ACTIONS(1217), - [anon_sym_EQ_EQ] = ACTIONS(1215), - [anon_sym_BANG_EQ] = ACTIONS(1215), - [anon_sym_LT_EQ] = ACTIONS(1217), - [anon_sym_GT_EQ] = ACTIONS(1217), - [anon_sym_AMP_AMP] = ACTIONS(1217), - [anon_sym_PIPE_PIPE] = ACTIONS(1217), - [anon_sym_LT_LT] = ACTIONS(1215), - [anon_sym_GT_GT] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_SLASH] = ACTIONS(1215), - [anon_sym_PERCENT] = ACTIONS(1215), - [anon_sym_STAR_STAR] = ACTIONS(1215), - [anon_sym_LT] = ACTIONS(1215), - [anon_sym_GT] = ACTIONS(1215), - [anon_sym_PIPE] = ACTIONS(1215), - [anon_sym_PIPE_AMP] = ACTIONS(1217), - [anon_sym_RBRACK] = ACTIONS(1217), - [anon_sym_EQ_TILDE] = ACTIONS(1215), - [anon_sym_AMP_GT] = ACTIONS(1215), - [anon_sym_AMP_GT_GT] = ACTIONS(1217), - [anon_sym_LT_AMP] = ACTIONS(1217), - [anon_sym_GT_AMP] = ACTIONS(1217), - [anon_sym_GT_PIPE] = ACTIONS(1217), - [anon_sym_LT_LT_DASH] = ACTIONS(1217), - [anon_sym_LT_LT_LT] = ACTIONS(1217), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_CARET] = ACTIONS(1215), - [anon_sym_QMARK] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1217), - [aux_sym_concatenation_token1] = ACTIONS(1217), - [anon_sym_DOLLAR] = ACTIONS(1215), - [sym__special_character] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1217), - [sym_raw_string] = ACTIONS(1217), - [sym_ansi_c_string] = ACTIONS(1217), - [aux_sym_number_token1] = ACTIONS(1215), - [aux_sym_number_token2] = ACTIONS(1215), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1217), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1215), - [anon_sym_BQUOTE] = ACTIONS(1215), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1217), - [anon_sym_LT_LPAREN] = ACTIONS(1217), - [anon_sym_GT_LPAREN] = ACTIONS(1217), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1217), - [sym__concat] = ACTIONS(1217), - [sym_test_operator] = ACTIONS(1217), - [sym__bare_dollar] = ACTIONS(1217), - [sym__brace_start] = ACTIONS(1217), - }, - [408] = { - [sym_word] = ACTIONS(1219), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1221), - [anon_sym_EQ] = ACTIONS(1219), - [anon_sym_PLUS_PLUS] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1219), - [anon_sym_PLUS_EQ] = ACTIONS(1219), - [anon_sym_DASH_EQ] = ACTIONS(1219), - [anon_sym_STAR_EQ] = ACTIONS(1219), - [anon_sym_SLASH_EQ] = ACTIONS(1219), - [anon_sym_PERCENT_EQ] = ACTIONS(1219), - [anon_sym_LT_LT_EQ] = ACTIONS(1221), - [anon_sym_GT_GT_EQ] = ACTIONS(1221), - [anon_sym_AMP_EQ] = ACTIONS(1221), - [anon_sym_CARET_EQ] = ACTIONS(1219), - [anon_sym_PIPE_EQ] = ACTIONS(1221), - [anon_sym_EQ_EQ] = ACTIONS(1219), - [anon_sym_BANG_EQ] = ACTIONS(1219), - [anon_sym_LT_EQ] = ACTIONS(1221), - [anon_sym_GT_EQ] = ACTIONS(1221), - [anon_sym_AMP_AMP] = ACTIONS(1221), - [anon_sym_PIPE_PIPE] = ACTIONS(1221), - [anon_sym_LT_LT] = ACTIONS(1219), - [anon_sym_GT_GT] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_SLASH] = ACTIONS(1219), - [anon_sym_PERCENT] = ACTIONS(1219), - [anon_sym_STAR_STAR] = ACTIONS(1219), - [anon_sym_LT] = ACTIONS(1219), - [anon_sym_GT] = ACTIONS(1219), - [anon_sym_PIPE] = ACTIONS(1219), - [anon_sym_PIPE_AMP] = ACTIONS(1221), - [anon_sym_RBRACK] = ACTIONS(1221), - [anon_sym_EQ_TILDE] = ACTIONS(1219), - [anon_sym_AMP_GT] = ACTIONS(1219), - [anon_sym_AMP_GT_GT] = ACTIONS(1221), - [anon_sym_LT_AMP] = ACTIONS(1221), - [anon_sym_GT_AMP] = ACTIONS(1221), - [anon_sym_GT_PIPE] = ACTIONS(1221), - [anon_sym_LT_LT_DASH] = ACTIONS(1221), - [anon_sym_LT_LT_LT] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_CARET] = ACTIONS(1219), - [anon_sym_QMARK] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1221), - [aux_sym_concatenation_token1] = ACTIONS(1221), - [anon_sym_DOLLAR] = ACTIONS(1219), - [sym__special_character] = ACTIONS(1219), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_raw_string] = ACTIONS(1221), - [sym_ansi_c_string] = ACTIONS(1221), - [aux_sym_number_token1] = ACTIONS(1219), - [aux_sym_number_token2] = ACTIONS(1219), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1221), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1219), - [anon_sym_BQUOTE] = ACTIONS(1219), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1221), - [anon_sym_LT_LPAREN] = ACTIONS(1221), - [anon_sym_GT_LPAREN] = ACTIONS(1221), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1221), - [sym__concat] = ACTIONS(1221), - [sym_test_operator] = ACTIONS(1221), - [sym__bare_dollar] = ACTIONS(1221), - [sym__brace_start] = ACTIONS(1221), - }, - [409] = { + [398] = { [sym_word] = ACTIONS(1259), [anon_sym_LPAREN_LPAREN] = ACTIONS(1261), [anon_sym_EQ] = ACTIONS(1259), @@ -54444,355 +54065,895 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__bare_dollar] = ACTIONS(1261), [sym__brace_start] = ACTIONS(1261), }, - [410] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1207), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1207), - [anon_sym_GT_GT_EQ] = ACTIONS(1207), - [anon_sym_AMP_EQ] = ACTIONS(1207), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1207), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1207), - [anon_sym_GT_EQ] = ACTIONS(1207), - [anon_sym_AMP_AMP] = ACTIONS(1207), - [anon_sym_PIPE_PIPE] = ACTIONS(1207), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1207), - [anon_sym_RBRACK] = ACTIONS(1207), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1207), - [anon_sym_LT_AMP] = ACTIONS(1207), - [anon_sym_GT_AMP] = ACTIONS(1207), - [anon_sym_GT_PIPE] = ACTIONS(1207), - [anon_sym_LT_LT_DASH] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1207), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1207), - [aux_sym_concatenation_token1] = ACTIONS(1207), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1207), - [sym_raw_string] = ACTIONS(1207), - [sym_ansi_c_string] = ACTIONS(1207), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1207), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1207), - [anon_sym_LT_LPAREN] = ACTIONS(1207), - [anon_sym_GT_LPAREN] = ACTIONS(1207), + [399] = { + [sym_word] = ACTIONS(1213), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1215), + [anon_sym_EQ] = ACTIONS(1213), + [anon_sym_PLUS_PLUS] = ACTIONS(1213), + [anon_sym_DASH_DASH] = ACTIONS(1213), + [anon_sym_PLUS_EQ] = ACTIONS(1213), + [anon_sym_DASH_EQ] = ACTIONS(1213), + [anon_sym_STAR_EQ] = ACTIONS(1213), + [anon_sym_SLASH_EQ] = ACTIONS(1213), + [anon_sym_PERCENT_EQ] = ACTIONS(1213), + [anon_sym_LT_LT_EQ] = ACTIONS(1215), + [anon_sym_GT_GT_EQ] = ACTIONS(1215), + [anon_sym_AMP_EQ] = ACTIONS(1215), + [anon_sym_CARET_EQ] = ACTIONS(1213), + [anon_sym_PIPE_EQ] = ACTIONS(1215), + [anon_sym_EQ_EQ] = ACTIONS(1213), + [anon_sym_BANG_EQ] = ACTIONS(1213), + [anon_sym_LT_EQ] = ACTIONS(1215), + [anon_sym_GT_EQ] = ACTIONS(1215), + [anon_sym_AMP_AMP] = ACTIONS(1215), + [anon_sym_PIPE_PIPE] = ACTIONS(1215), + [anon_sym_LT_LT] = ACTIONS(1213), + [anon_sym_GT_GT] = ACTIONS(1213), + [anon_sym_PLUS] = ACTIONS(1213), + [anon_sym_DASH] = ACTIONS(1213), + [anon_sym_STAR] = ACTIONS(1213), + [anon_sym_SLASH] = ACTIONS(1213), + [anon_sym_PERCENT] = ACTIONS(1213), + [anon_sym_STAR_STAR] = ACTIONS(1213), + [anon_sym_LT] = ACTIONS(1213), + [anon_sym_GT] = ACTIONS(1213), + [anon_sym_PIPE] = ACTIONS(1213), + [anon_sym_PIPE_AMP] = ACTIONS(1215), + [anon_sym_RBRACK] = ACTIONS(1215), + [anon_sym_EQ_TILDE] = ACTIONS(1213), + [anon_sym_AMP_GT] = ACTIONS(1213), + [anon_sym_AMP_GT_GT] = ACTIONS(1215), + [anon_sym_LT_AMP] = ACTIONS(1215), + [anon_sym_GT_AMP] = ACTIONS(1215), + [anon_sym_GT_PIPE] = ACTIONS(1215), + [anon_sym_LT_LT_DASH] = ACTIONS(1215), + [anon_sym_LT_LT_LT] = ACTIONS(1215), + [anon_sym_AMP] = ACTIONS(1213), + [anon_sym_CARET] = ACTIONS(1213), + [anon_sym_QMARK] = ACTIONS(1213), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1215), + [aux_sym_concatenation_token1] = ACTIONS(1215), + [anon_sym_DOLLAR] = ACTIONS(1213), + [sym__special_character] = ACTIONS(1213), + [anon_sym_DQUOTE] = ACTIONS(1215), + [sym_raw_string] = ACTIONS(1215), + [sym_ansi_c_string] = ACTIONS(1215), + [aux_sym_number_token1] = ACTIONS(1213), + [aux_sym_number_token2] = ACTIONS(1213), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1215), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1213), + [anon_sym_BQUOTE] = ACTIONS(1213), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1215), + [anon_sym_LT_LPAREN] = ACTIONS(1215), + [anon_sym_GT_LPAREN] = ACTIONS(1215), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1215), + [sym__concat] = ACTIONS(1215), + [sym_test_operator] = ACTIONS(1215), + [sym__bare_dollar] = ACTIONS(1215), + [sym__brace_start] = ACTIONS(1215), }, - [411] = { - [sym_word] = ACTIONS(1235), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1237), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_PLUS_PLUS] = ACTIONS(1235), - [anon_sym_DASH_DASH] = ACTIONS(1235), - [anon_sym_PLUS_EQ] = ACTIONS(1235), - [anon_sym_DASH_EQ] = ACTIONS(1235), - [anon_sym_STAR_EQ] = ACTIONS(1235), - [anon_sym_SLASH_EQ] = ACTIONS(1235), - [anon_sym_PERCENT_EQ] = ACTIONS(1235), - [anon_sym_LT_LT_EQ] = ACTIONS(1237), - [anon_sym_GT_GT_EQ] = ACTIONS(1237), - [anon_sym_AMP_EQ] = ACTIONS(1237), - [anon_sym_CARET_EQ] = ACTIONS(1235), - [anon_sym_PIPE_EQ] = ACTIONS(1237), - [anon_sym_EQ_EQ] = ACTIONS(1235), - [anon_sym_BANG_EQ] = ACTIONS(1235), - [anon_sym_LT_EQ] = ACTIONS(1237), - [anon_sym_GT_EQ] = ACTIONS(1237), - [anon_sym_AMP_AMP] = ACTIONS(1237), - [anon_sym_PIPE_PIPE] = ACTIONS(1237), - [anon_sym_LT_LT] = ACTIONS(1235), - [anon_sym_GT_GT] = ACTIONS(1235), - [anon_sym_PLUS] = ACTIONS(1235), - [anon_sym_DASH] = ACTIONS(1235), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_SLASH] = ACTIONS(1235), - [anon_sym_PERCENT] = ACTIONS(1235), - [anon_sym_STAR_STAR] = ACTIONS(1235), - [anon_sym_LT] = ACTIONS(1235), - [anon_sym_GT] = ACTIONS(1235), - [anon_sym_PIPE] = ACTIONS(1235), - [anon_sym_PIPE_AMP] = ACTIONS(1237), - [anon_sym_RBRACK] = ACTIONS(1237), - [anon_sym_EQ_TILDE] = ACTIONS(1235), - [anon_sym_AMP_GT] = ACTIONS(1235), - [anon_sym_AMP_GT_GT] = ACTIONS(1237), - [anon_sym_LT_AMP] = ACTIONS(1237), - [anon_sym_GT_AMP] = ACTIONS(1237), - [anon_sym_GT_PIPE] = ACTIONS(1237), - [anon_sym_LT_LT_DASH] = ACTIONS(1237), - [anon_sym_LT_LT_LT] = ACTIONS(1237), - [anon_sym_AMP] = ACTIONS(1235), - [anon_sym_CARET] = ACTIONS(1235), - [anon_sym_QMARK] = ACTIONS(1235), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1237), - [aux_sym_concatenation_token1] = ACTIONS(1237), - [anon_sym_DOLLAR] = ACTIONS(1235), - [sym__special_character] = ACTIONS(1235), - [anon_sym_DQUOTE] = ACTIONS(1237), - [sym_raw_string] = ACTIONS(1237), - [sym_ansi_c_string] = ACTIONS(1237), - [aux_sym_number_token1] = ACTIONS(1235), - [aux_sym_number_token2] = ACTIONS(1235), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1237), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1235), - [anon_sym_BQUOTE] = ACTIONS(1235), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1237), - [anon_sym_LT_LPAREN] = ACTIONS(1237), - [anon_sym_GT_LPAREN] = ACTIONS(1237), + [400] = { + [sym_word] = ACTIONS(1263), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1265), + [anon_sym_EQ] = ACTIONS(1263), + [anon_sym_PLUS_PLUS] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1263), + [anon_sym_PLUS_EQ] = ACTIONS(1263), + [anon_sym_DASH_EQ] = ACTIONS(1263), + [anon_sym_STAR_EQ] = ACTIONS(1263), + [anon_sym_SLASH_EQ] = ACTIONS(1263), + [anon_sym_PERCENT_EQ] = ACTIONS(1263), + [anon_sym_LT_LT_EQ] = ACTIONS(1265), + [anon_sym_GT_GT_EQ] = ACTIONS(1265), + [anon_sym_AMP_EQ] = ACTIONS(1265), + [anon_sym_CARET_EQ] = ACTIONS(1263), + [anon_sym_PIPE_EQ] = ACTIONS(1265), + [anon_sym_EQ_EQ] = ACTIONS(1263), + [anon_sym_BANG_EQ] = ACTIONS(1263), + [anon_sym_LT_EQ] = ACTIONS(1265), + [anon_sym_GT_EQ] = ACTIONS(1265), + [anon_sym_AMP_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1265), + [anon_sym_LT_LT] = ACTIONS(1263), + [anon_sym_GT_GT] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1263), + [anon_sym_PERCENT] = ACTIONS(1263), + [anon_sym_STAR_STAR] = ACTIONS(1263), + [anon_sym_LT] = ACTIONS(1263), + [anon_sym_GT] = ACTIONS(1263), + [anon_sym_PIPE] = ACTIONS(1263), + [anon_sym_PIPE_AMP] = ACTIONS(1265), + [anon_sym_RBRACK] = ACTIONS(1265), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_AMP_GT] = ACTIONS(1263), + [anon_sym_AMP_GT_GT] = ACTIONS(1265), + [anon_sym_LT_AMP] = ACTIONS(1265), + [anon_sym_GT_AMP] = ACTIONS(1265), + [anon_sym_GT_PIPE] = ACTIONS(1265), + [anon_sym_LT_LT_DASH] = ACTIONS(1265), + [anon_sym_LT_LT_LT] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1263), + [anon_sym_CARET] = ACTIONS(1263), + [anon_sym_QMARK] = ACTIONS(1263), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1265), + [aux_sym_concatenation_token1] = ACTIONS(1265), + [anon_sym_DOLLAR] = ACTIONS(1263), + [sym__special_character] = ACTIONS(1263), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym_raw_string] = ACTIONS(1265), + [sym_ansi_c_string] = ACTIONS(1265), + [aux_sym_number_token1] = ACTIONS(1263), + [aux_sym_number_token2] = ACTIONS(1263), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), + [anon_sym_BQUOTE] = ACTIONS(1263), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1265), + [anon_sym_LT_LPAREN] = ACTIONS(1265), + [anon_sym_GT_LPAREN] = ACTIONS(1265), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1237), - [sym__concat] = ACTIONS(1237), - [sym_test_operator] = ACTIONS(1237), - [sym__bare_dollar] = ACTIONS(1237), - [sym__brace_start] = ACTIONS(1237), + [sym_file_descriptor] = ACTIONS(1265), + [sym__concat] = ACTIONS(1265), + [sym_test_operator] = ACTIONS(1265), + [sym__bare_dollar] = ACTIONS(1265), + [sym__brace_start] = ACTIONS(1265), }, - [412] = { - [aux_sym__literal_repeat1] = STATE(413), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(218), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(352), - [anon_sym_PIPE_PIPE] = ACTIONS(352), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_PIPE_AMP] = ACTIONS(218), - [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(218), - [anon_sym_LT_AMP] = ACTIONS(218), - [anon_sym_GT_AMP] = ACTIONS(218), - [anon_sym_GT_PIPE] = ACTIONS(218), - [anon_sym_LT_LT_DASH] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(218), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(218), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(218), - [sym_raw_string] = ACTIONS(218), - [sym_ansi_c_string] = ACTIONS(218), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(218), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(218), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(218), - [anon_sym_LT_LPAREN] = ACTIONS(218), - [anon_sym_GT_LPAREN] = ACTIONS(218), + [401] = { + [sym_word] = ACTIONS(1209), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1211), + [anon_sym_EQ] = ACTIONS(1209), + [anon_sym_PLUS_PLUS] = ACTIONS(1209), + [anon_sym_DASH_DASH] = ACTIONS(1209), + [anon_sym_PLUS_EQ] = ACTIONS(1209), + [anon_sym_DASH_EQ] = ACTIONS(1209), + [anon_sym_STAR_EQ] = ACTIONS(1209), + [anon_sym_SLASH_EQ] = ACTIONS(1209), + [anon_sym_PERCENT_EQ] = ACTIONS(1209), + [anon_sym_LT_LT_EQ] = ACTIONS(1211), + [anon_sym_GT_GT_EQ] = ACTIONS(1211), + [anon_sym_AMP_EQ] = ACTIONS(1211), + [anon_sym_CARET_EQ] = ACTIONS(1209), + [anon_sym_PIPE_EQ] = ACTIONS(1211), + [anon_sym_EQ_EQ] = ACTIONS(1209), + [anon_sym_BANG_EQ] = ACTIONS(1209), + [anon_sym_LT_EQ] = ACTIONS(1211), + [anon_sym_GT_EQ] = ACTIONS(1211), + [anon_sym_AMP_AMP] = ACTIONS(1211), + [anon_sym_PIPE_PIPE] = ACTIONS(1211), + [anon_sym_LT_LT] = ACTIONS(1209), + [anon_sym_GT_GT] = ACTIONS(1209), + [anon_sym_PLUS] = ACTIONS(1209), + [anon_sym_DASH] = ACTIONS(1209), + [anon_sym_STAR] = ACTIONS(1209), + [anon_sym_SLASH] = ACTIONS(1209), + [anon_sym_PERCENT] = ACTIONS(1209), + [anon_sym_STAR_STAR] = ACTIONS(1209), + [anon_sym_LT] = ACTIONS(1209), + [anon_sym_GT] = ACTIONS(1209), + [anon_sym_PIPE] = ACTIONS(1209), + [anon_sym_PIPE_AMP] = ACTIONS(1211), + [anon_sym_RBRACK] = ACTIONS(1211), + [anon_sym_EQ_TILDE] = ACTIONS(1209), + [anon_sym_AMP_GT] = ACTIONS(1209), + [anon_sym_AMP_GT_GT] = ACTIONS(1211), + [anon_sym_LT_AMP] = ACTIONS(1211), + [anon_sym_GT_AMP] = ACTIONS(1211), + [anon_sym_GT_PIPE] = ACTIONS(1211), + [anon_sym_LT_LT_DASH] = ACTIONS(1211), + [anon_sym_LT_LT_LT] = ACTIONS(1211), + [anon_sym_AMP] = ACTIONS(1209), + [anon_sym_CARET] = ACTIONS(1209), + [anon_sym_QMARK] = ACTIONS(1209), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1211), + [aux_sym_concatenation_token1] = ACTIONS(1211), + [anon_sym_DOLLAR] = ACTIONS(1209), + [sym__special_character] = ACTIONS(1209), + [anon_sym_DQUOTE] = ACTIONS(1211), + [sym_raw_string] = ACTIONS(1211), + [sym_ansi_c_string] = ACTIONS(1211), + [aux_sym_number_token1] = ACTIONS(1209), + [aux_sym_number_token2] = ACTIONS(1209), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1211), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1209), + [anon_sym_BQUOTE] = ACTIONS(1209), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1211), + [anon_sym_LT_LPAREN] = ACTIONS(1211), + [anon_sym_GT_LPAREN] = ACTIONS(1211), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(1211), + [sym__concat] = ACTIONS(1211), + [sym_test_operator] = ACTIONS(1211), + [sym__bare_dollar] = ACTIONS(1211), + [sym__brace_start] = ACTIONS(1211), }, - [413] = { - [aux_sym__literal_repeat1] = STATE(413), - [sym_word] = ACTIONS(1273), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1275), - [anon_sym_EQ] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_EQ] = ACTIONS(1273), - [anon_sym_DASH_EQ] = ACTIONS(1273), - [anon_sym_STAR_EQ] = ACTIONS(1273), - [anon_sym_SLASH_EQ] = ACTIONS(1273), - [anon_sym_PERCENT_EQ] = ACTIONS(1273), - [anon_sym_LT_LT_EQ] = ACTIONS(1275), - [anon_sym_GT_GT_EQ] = ACTIONS(1275), - [anon_sym_AMP_EQ] = ACTIONS(1275), - [anon_sym_CARET_EQ] = ACTIONS(1273), - [anon_sym_PIPE_EQ] = ACTIONS(1275), - [anon_sym_EQ_EQ] = ACTIONS(1273), - [anon_sym_BANG_EQ] = ACTIONS(1273), - [anon_sym_LT_EQ] = ACTIONS(1275), - [anon_sym_GT_EQ] = ACTIONS(1275), - [anon_sym_AMP_AMP] = ACTIONS(1275), - [anon_sym_PIPE_PIPE] = ACTIONS(1275), - [anon_sym_LT_LT] = ACTIONS(1273), - [anon_sym_GT_GT] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_SLASH] = ACTIONS(1273), - [anon_sym_PERCENT] = ACTIONS(1273), - [anon_sym_STAR_STAR] = ACTIONS(1273), - [anon_sym_LT] = ACTIONS(1273), - [anon_sym_GT] = ACTIONS(1273), - [anon_sym_PIPE] = ACTIONS(1273), - [anon_sym_PIPE_AMP] = ACTIONS(1275), - [anon_sym_RBRACK] = ACTIONS(1275), - [anon_sym_EQ_TILDE] = ACTIONS(1273), - [anon_sym_AMP_GT] = ACTIONS(1273), - [anon_sym_AMP_GT_GT] = ACTIONS(1275), - [anon_sym_LT_AMP] = ACTIONS(1275), - [anon_sym_GT_AMP] = ACTIONS(1275), - [anon_sym_GT_PIPE] = ACTIONS(1275), - [anon_sym_LT_LT_DASH] = ACTIONS(1275), - [anon_sym_LT_LT_LT] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_CARET] = ACTIONS(1273), - [anon_sym_QMARK] = ACTIONS(1273), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1275), - [anon_sym_DOLLAR] = ACTIONS(1273), - [sym__special_character] = ACTIONS(1298), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_raw_string] = ACTIONS(1275), - [sym_ansi_c_string] = ACTIONS(1275), - [aux_sym_number_token1] = ACTIONS(1273), - [aux_sym_number_token2] = ACTIONS(1273), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1275), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1273), - [anon_sym_BQUOTE] = ACTIONS(1275), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1275), - [anon_sym_LT_LPAREN] = ACTIONS(1275), - [anon_sym_GT_LPAREN] = ACTIONS(1275), + [402] = { + [sym_word] = ACTIONS(1217), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1219), + [anon_sym_EQ] = ACTIONS(1217), + [anon_sym_PLUS_PLUS] = ACTIONS(1217), + [anon_sym_DASH_DASH] = ACTIONS(1217), + [anon_sym_PLUS_EQ] = ACTIONS(1217), + [anon_sym_DASH_EQ] = ACTIONS(1217), + [anon_sym_STAR_EQ] = ACTIONS(1217), + [anon_sym_SLASH_EQ] = ACTIONS(1217), + [anon_sym_PERCENT_EQ] = ACTIONS(1217), + [anon_sym_LT_LT_EQ] = ACTIONS(1219), + [anon_sym_GT_GT_EQ] = ACTIONS(1219), + [anon_sym_AMP_EQ] = ACTIONS(1219), + [anon_sym_CARET_EQ] = ACTIONS(1217), + [anon_sym_PIPE_EQ] = ACTIONS(1219), + [anon_sym_EQ_EQ] = ACTIONS(1217), + [anon_sym_BANG_EQ] = ACTIONS(1217), + [anon_sym_LT_EQ] = ACTIONS(1219), + [anon_sym_GT_EQ] = ACTIONS(1219), + [anon_sym_AMP_AMP] = ACTIONS(1219), + [anon_sym_PIPE_PIPE] = ACTIONS(1219), + [anon_sym_LT_LT] = ACTIONS(1217), + [anon_sym_GT_GT] = ACTIONS(1217), + [anon_sym_PLUS] = ACTIONS(1217), + [anon_sym_DASH] = ACTIONS(1217), + [anon_sym_STAR] = ACTIONS(1217), + [anon_sym_SLASH] = ACTIONS(1217), + [anon_sym_PERCENT] = ACTIONS(1217), + [anon_sym_STAR_STAR] = ACTIONS(1217), + [anon_sym_LT] = ACTIONS(1217), + [anon_sym_GT] = ACTIONS(1217), + [anon_sym_PIPE] = ACTIONS(1217), + [anon_sym_PIPE_AMP] = ACTIONS(1219), + [anon_sym_RBRACK] = ACTIONS(1219), + [anon_sym_EQ_TILDE] = ACTIONS(1217), + [anon_sym_AMP_GT] = ACTIONS(1217), + [anon_sym_AMP_GT_GT] = ACTIONS(1219), + [anon_sym_LT_AMP] = ACTIONS(1219), + [anon_sym_GT_AMP] = ACTIONS(1219), + [anon_sym_GT_PIPE] = ACTIONS(1219), + [anon_sym_LT_LT_DASH] = ACTIONS(1219), + [anon_sym_LT_LT_LT] = ACTIONS(1219), + [anon_sym_AMP] = ACTIONS(1217), + [anon_sym_CARET] = ACTIONS(1217), + [anon_sym_QMARK] = ACTIONS(1217), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1219), + [aux_sym_concatenation_token1] = ACTIONS(1219), + [anon_sym_DOLLAR] = ACTIONS(1217), + [sym__special_character] = ACTIONS(1217), + [anon_sym_DQUOTE] = ACTIONS(1219), + [sym_raw_string] = ACTIONS(1219), + [sym_ansi_c_string] = ACTIONS(1219), + [aux_sym_number_token1] = ACTIONS(1217), + [aux_sym_number_token2] = ACTIONS(1217), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1219), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1217), + [anon_sym_BQUOTE] = ACTIONS(1217), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1219), + [anon_sym_LT_LPAREN] = ACTIONS(1219), + [anon_sym_GT_LPAREN] = ACTIONS(1219), [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1275), - [sym_test_operator] = ACTIONS(1275), - [sym__bare_dollar] = ACTIONS(1275), - [sym__brace_start] = ACTIONS(1275), + [sym_file_descriptor] = ACTIONS(1219), + [sym__concat] = ACTIONS(1219), + [sym_test_operator] = ACTIONS(1219), + [sym__bare_dollar] = ACTIONS(1219), + [sym__brace_start] = ACTIONS(1219), }, -}; - -static const uint16_t ts_small_parse_table[] = { - [0] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1158), 3, - sym_test_operator, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(1147), 7, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1151), 7, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - ACTIONS(1283), 7, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_RBRACK, - ACTIONS(1149), 19, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_BANG_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_QMARK, - ACTIONS(1156), 20, - sym_file_descriptor, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79] = 3, + [403] = { + [sym_word] = ACTIONS(1255), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1257), + [anon_sym_EQ] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1255), + [anon_sym_PLUS_EQ] = ACTIONS(1255), + [anon_sym_DASH_EQ] = ACTIONS(1255), + [anon_sym_STAR_EQ] = ACTIONS(1255), + [anon_sym_SLASH_EQ] = ACTIONS(1255), + [anon_sym_PERCENT_EQ] = ACTIONS(1255), + [anon_sym_LT_LT_EQ] = ACTIONS(1257), + [anon_sym_GT_GT_EQ] = ACTIONS(1257), + [anon_sym_AMP_EQ] = ACTIONS(1257), + [anon_sym_CARET_EQ] = ACTIONS(1255), + [anon_sym_PIPE_EQ] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT_EQ] = ACTIONS(1257), + [anon_sym_GT_EQ] = ACTIONS(1257), + [anon_sym_AMP_AMP] = ACTIONS(1257), + [anon_sym_PIPE_PIPE] = ACTIONS(1257), + [anon_sym_LT_LT] = ACTIONS(1255), + [anon_sym_GT_GT] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1255), + [anon_sym_PERCENT] = ACTIONS(1255), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1255), + [anon_sym_GT] = ACTIONS(1255), + [anon_sym_PIPE] = ACTIONS(1255), + [anon_sym_PIPE_AMP] = ACTIONS(1257), + [anon_sym_RBRACK] = ACTIONS(1257), + [anon_sym_EQ_TILDE] = ACTIONS(1255), + [anon_sym_AMP_GT] = ACTIONS(1255), + [anon_sym_AMP_GT_GT] = ACTIONS(1257), + [anon_sym_LT_AMP] = ACTIONS(1257), + [anon_sym_GT_AMP] = ACTIONS(1257), + [anon_sym_GT_PIPE] = ACTIONS(1257), + [anon_sym_LT_LT_DASH] = ACTIONS(1257), + [anon_sym_LT_LT_LT] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1255), + [anon_sym_CARET] = ACTIONS(1255), + [anon_sym_QMARK] = ACTIONS(1255), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1257), + [aux_sym_concatenation_token1] = ACTIONS(1257), + [anon_sym_DOLLAR] = ACTIONS(1255), + [sym__special_character] = ACTIONS(1255), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_raw_string] = ACTIONS(1257), + [sym_ansi_c_string] = ACTIONS(1257), + [aux_sym_number_token1] = ACTIONS(1255), + [aux_sym_number_token2] = ACTIONS(1255), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), + [anon_sym_BQUOTE] = ACTIONS(1255), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1257), + [anon_sym_LT_LPAREN] = ACTIONS(1257), + [anon_sym_GT_LPAREN] = ACTIONS(1257), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1257), + [sym__concat] = ACTIONS(1257), + [sym_test_operator] = ACTIONS(1257), + [sym__bare_dollar] = ACTIONS(1257), + [sym__brace_start] = ACTIONS(1257), + }, + [404] = { + [sym_word] = ACTIONS(1243), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1245), + [anon_sym_EQ] = ACTIONS(1243), + [anon_sym_PLUS_PLUS] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1245), + [anon_sym_GT_GT_EQ] = ACTIONS(1245), + [anon_sym_AMP_EQ] = ACTIONS(1245), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1245), + [anon_sym_EQ_EQ] = ACTIONS(1243), + [anon_sym_BANG_EQ] = ACTIONS(1243), + [anon_sym_LT_EQ] = ACTIONS(1245), + [anon_sym_GT_EQ] = ACTIONS(1245), + [anon_sym_AMP_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1245), + [anon_sym_LT_LT] = ACTIONS(1243), + [anon_sym_GT_GT] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1243), + [anon_sym_SLASH] = ACTIONS(1243), + [anon_sym_PERCENT] = ACTIONS(1243), + [anon_sym_STAR_STAR] = ACTIONS(1243), + [anon_sym_LT] = ACTIONS(1243), + [anon_sym_GT] = ACTIONS(1243), + [anon_sym_PIPE] = ACTIONS(1243), + [anon_sym_PIPE_AMP] = ACTIONS(1245), + [anon_sym_RBRACK] = ACTIONS(1245), + [anon_sym_EQ_TILDE] = ACTIONS(1243), + [anon_sym_AMP_GT] = ACTIONS(1243), + [anon_sym_AMP_GT_GT] = ACTIONS(1245), + [anon_sym_LT_AMP] = ACTIONS(1245), + [anon_sym_GT_AMP] = ACTIONS(1245), + [anon_sym_GT_PIPE] = ACTIONS(1245), + [anon_sym_LT_LT_DASH] = ACTIONS(1245), + [anon_sym_LT_LT_LT] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1243), + [anon_sym_CARET] = ACTIONS(1243), + [anon_sym_QMARK] = ACTIONS(1243), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1245), + [aux_sym_concatenation_token1] = ACTIONS(1245), + [anon_sym_DOLLAR] = ACTIONS(1243), + [sym__special_character] = ACTIONS(1243), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_raw_string] = ACTIONS(1245), + [sym_ansi_c_string] = ACTIONS(1245), + [aux_sym_number_token1] = ACTIONS(1243), + [aux_sym_number_token2] = ACTIONS(1243), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1245), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1243), + [anon_sym_BQUOTE] = ACTIONS(1243), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1245), + [anon_sym_LT_LPAREN] = ACTIONS(1245), + [anon_sym_GT_LPAREN] = ACTIONS(1245), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1245), + [sym__concat] = ACTIONS(1245), + [sym_test_operator] = ACTIONS(1245), + [sym__bare_dollar] = ACTIONS(1245), + [sym__brace_start] = ACTIONS(1245), + }, + [405] = { + [sym_word] = ACTIONS(1225), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1227), + [anon_sym_EQ] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_EQ] = ACTIONS(1225), + [anon_sym_DASH_EQ] = ACTIONS(1225), + [anon_sym_STAR_EQ] = ACTIONS(1225), + [anon_sym_SLASH_EQ] = ACTIONS(1225), + [anon_sym_PERCENT_EQ] = ACTIONS(1225), + [anon_sym_LT_LT_EQ] = ACTIONS(1227), + [anon_sym_GT_GT_EQ] = ACTIONS(1227), + [anon_sym_AMP_EQ] = ACTIONS(1227), + [anon_sym_CARET_EQ] = ACTIONS(1225), + [anon_sym_PIPE_EQ] = ACTIONS(1227), + [anon_sym_EQ_EQ] = ACTIONS(1225), + [anon_sym_BANG_EQ] = ACTIONS(1225), + [anon_sym_LT_EQ] = ACTIONS(1227), + [anon_sym_GT_EQ] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1227), + [anon_sym_PIPE_PIPE] = ACTIONS(1227), + [anon_sym_LT_LT] = ACTIONS(1225), + [anon_sym_GT_GT] = ACTIONS(1225), + [anon_sym_PLUS] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1225), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_SLASH] = ACTIONS(1225), + [anon_sym_PERCENT] = ACTIONS(1225), + [anon_sym_STAR_STAR] = ACTIONS(1225), + [anon_sym_LT] = ACTIONS(1225), + [anon_sym_GT] = ACTIONS(1225), + [anon_sym_PIPE] = ACTIONS(1225), + [anon_sym_PIPE_AMP] = ACTIONS(1227), + [anon_sym_RBRACK] = ACTIONS(1227), + [anon_sym_EQ_TILDE] = ACTIONS(1225), + [anon_sym_AMP_GT] = ACTIONS(1225), + [anon_sym_AMP_GT_GT] = ACTIONS(1227), + [anon_sym_LT_AMP] = ACTIONS(1227), + [anon_sym_GT_AMP] = ACTIONS(1227), + [anon_sym_GT_PIPE] = ACTIONS(1227), + [anon_sym_LT_LT_DASH] = ACTIONS(1227), + [anon_sym_LT_LT_LT] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_CARET] = ACTIONS(1225), + [anon_sym_QMARK] = ACTIONS(1225), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1227), + [aux_sym_concatenation_token1] = ACTIONS(1227), + [anon_sym_DOLLAR] = ACTIONS(1225), + [sym__special_character] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1227), + [sym_raw_string] = ACTIONS(1227), + [sym_ansi_c_string] = ACTIONS(1227), + [aux_sym_number_token1] = ACTIONS(1225), + [aux_sym_number_token2] = ACTIONS(1225), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1227), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1225), + [anon_sym_BQUOTE] = ACTIONS(1225), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1227), + [anon_sym_LT_LPAREN] = ACTIONS(1227), + [anon_sym_GT_LPAREN] = ACTIONS(1227), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1227), + [sym__concat] = ACTIONS(1227), + [sym_test_operator] = ACTIONS(1227), + [sym__bare_dollar] = ACTIONS(1227), + [sym__brace_start] = ACTIONS(1227), + }, + [406] = { + [sym_word] = ACTIONS(1199), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1201), + [anon_sym_EQ] = ACTIONS(1199), + [anon_sym_PLUS_PLUS] = ACTIONS(1199), + [anon_sym_DASH_DASH] = ACTIONS(1199), + [anon_sym_PLUS_EQ] = ACTIONS(1199), + [anon_sym_DASH_EQ] = ACTIONS(1199), + [anon_sym_STAR_EQ] = ACTIONS(1199), + [anon_sym_SLASH_EQ] = ACTIONS(1199), + [anon_sym_PERCENT_EQ] = ACTIONS(1199), + [anon_sym_LT_LT_EQ] = ACTIONS(1201), + [anon_sym_GT_GT_EQ] = ACTIONS(1201), + [anon_sym_AMP_EQ] = ACTIONS(1201), + [anon_sym_CARET_EQ] = ACTIONS(1199), + [anon_sym_PIPE_EQ] = ACTIONS(1201), + [anon_sym_EQ_EQ] = ACTIONS(1199), + [anon_sym_BANG_EQ] = ACTIONS(1199), + [anon_sym_LT_EQ] = ACTIONS(1201), + [anon_sym_GT_EQ] = ACTIONS(1201), + [anon_sym_AMP_AMP] = ACTIONS(1201), + [anon_sym_PIPE_PIPE] = ACTIONS(1201), + [anon_sym_LT_LT] = ACTIONS(1199), + [anon_sym_GT_GT] = ACTIONS(1199), + [anon_sym_PLUS] = ACTIONS(1199), + [anon_sym_DASH] = ACTIONS(1199), + [anon_sym_STAR] = ACTIONS(1199), + [anon_sym_SLASH] = ACTIONS(1199), + [anon_sym_PERCENT] = ACTIONS(1199), + [anon_sym_STAR_STAR] = ACTIONS(1199), + [anon_sym_LT] = ACTIONS(1199), + [anon_sym_GT] = ACTIONS(1199), + [anon_sym_PIPE] = ACTIONS(1199), + [anon_sym_PIPE_AMP] = ACTIONS(1201), + [anon_sym_RBRACK] = ACTIONS(1201), + [anon_sym_EQ_TILDE] = ACTIONS(1199), + [anon_sym_AMP_GT] = ACTIONS(1199), + [anon_sym_AMP_GT_GT] = ACTIONS(1201), + [anon_sym_LT_AMP] = ACTIONS(1201), + [anon_sym_GT_AMP] = ACTIONS(1201), + [anon_sym_GT_PIPE] = ACTIONS(1201), + [anon_sym_LT_LT_DASH] = ACTIONS(1201), + [anon_sym_LT_LT_LT] = ACTIONS(1201), + [anon_sym_AMP] = ACTIONS(1199), + [anon_sym_CARET] = ACTIONS(1199), + [anon_sym_QMARK] = ACTIONS(1199), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1201), + [aux_sym_concatenation_token1] = ACTIONS(1201), + [anon_sym_DOLLAR] = ACTIONS(1199), + [sym__special_character] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1201), + [sym_raw_string] = ACTIONS(1201), + [sym_ansi_c_string] = ACTIONS(1201), + [aux_sym_number_token1] = ACTIONS(1199), + [aux_sym_number_token2] = ACTIONS(1199), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1201), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1199), + [anon_sym_BQUOTE] = ACTIONS(1199), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1201), + [anon_sym_LT_LPAREN] = ACTIONS(1201), + [anon_sym_GT_LPAREN] = ACTIONS(1201), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1201), + [sym__concat] = ACTIONS(1201), + [sym_test_operator] = ACTIONS(1201), + [sym__bare_dollar] = ACTIONS(1201), + [sym__brace_start] = ACTIONS(1201), + }, + [407] = { + [sym_word] = ACTIONS(1203), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1205), + [anon_sym_EQ] = ACTIONS(1203), + [anon_sym_PLUS_PLUS] = ACTIONS(1203), + [anon_sym_DASH_DASH] = ACTIONS(1203), + [anon_sym_PLUS_EQ] = ACTIONS(1203), + [anon_sym_DASH_EQ] = ACTIONS(1203), + [anon_sym_STAR_EQ] = ACTIONS(1203), + [anon_sym_SLASH_EQ] = ACTIONS(1203), + [anon_sym_PERCENT_EQ] = ACTIONS(1203), + [anon_sym_LT_LT_EQ] = ACTIONS(1205), + [anon_sym_GT_GT_EQ] = ACTIONS(1205), + [anon_sym_AMP_EQ] = ACTIONS(1205), + [anon_sym_CARET_EQ] = ACTIONS(1203), + [anon_sym_PIPE_EQ] = ACTIONS(1205), + [anon_sym_EQ_EQ] = ACTIONS(1203), + [anon_sym_BANG_EQ] = ACTIONS(1203), + [anon_sym_LT_EQ] = ACTIONS(1205), + [anon_sym_GT_EQ] = ACTIONS(1205), + [anon_sym_AMP_AMP] = ACTIONS(1205), + [anon_sym_PIPE_PIPE] = ACTIONS(1205), + [anon_sym_LT_LT] = ACTIONS(1203), + [anon_sym_GT_GT] = ACTIONS(1203), + [anon_sym_PLUS] = ACTIONS(1203), + [anon_sym_DASH] = ACTIONS(1203), + [anon_sym_STAR] = ACTIONS(1203), + [anon_sym_SLASH] = ACTIONS(1203), + [anon_sym_PERCENT] = ACTIONS(1203), + [anon_sym_STAR_STAR] = ACTIONS(1203), + [anon_sym_LT] = ACTIONS(1203), + [anon_sym_GT] = ACTIONS(1203), + [anon_sym_PIPE] = ACTIONS(1203), + [anon_sym_PIPE_AMP] = ACTIONS(1205), + [anon_sym_RBRACK] = ACTIONS(1205), + [anon_sym_EQ_TILDE] = ACTIONS(1203), + [anon_sym_AMP_GT] = ACTIONS(1203), + [anon_sym_AMP_GT_GT] = ACTIONS(1205), + [anon_sym_LT_AMP] = ACTIONS(1205), + [anon_sym_GT_AMP] = ACTIONS(1205), + [anon_sym_GT_PIPE] = ACTIONS(1205), + [anon_sym_LT_LT_DASH] = ACTIONS(1205), + [anon_sym_LT_LT_LT] = ACTIONS(1205), + [anon_sym_AMP] = ACTIONS(1203), + [anon_sym_CARET] = ACTIONS(1203), + [anon_sym_QMARK] = ACTIONS(1203), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1205), + [aux_sym_concatenation_token1] = ACTIONS(1205), + [anon_sym_DOLLAR] = ACTIONS(1203), + [sym__special_character] = ACTIONS(1203), + [anon_sym_DQUOTE] = ACTIONS(1205), + [sym_raw_string] = ACTIONS(1205), + [sym_ansi_c_string] = ACTIONS(1205), + [aux_sym_number_token1] = ACTIONS(1203), + [aux_sym_number_token2] = ACTIONS(1203), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1205), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1203), + [anon_sym_BQUOTE] = ACTIONS(1203), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1205), + [anon_sym_LT_LPAREN] = ACTIONS(1205), + [anon_sym_GT_LPAREN] = ACTIONS(1205), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1205), + [sym__concat] = ACTIONS(1205), + [sym_test_operator] = ACTIONS(1205), + [sym__bare_dollar] = ACTIONS(1205), + [sym__brace_start] = ACTIONS(1205), + }, + [408] = { + [sym_word] = ACTIONS(1235), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1237), + [anon_sym_EQ] = ACTIONS(1235), + [anon_sym_PLUS_PLUS] = ACTIONS(1235), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_PLUS_EQ] = ACTIONS(1235), + [anon_sym_DASH_EQ] = ACTIONS(1235), + [anon_sym_STAR_EQ] = ACTIONS(1235), + [anon_sym_SLASH_EQ] = ACTIONS(1235), + [anon_sym_PERCENT_EQ] = ACTIONS(1235), + [anon_sym_LT_LT_EQ] = ACTIONS(1237), + [anon_sym_GT_GT_EQ] = ACTIONS(1237), + [anon_sym_AMP_EQ] = ACTIONS(1237), + [anon_sym_CARET_EQ] = ACTIONS(1235), + [anon_sym_PIPE_EQ] = ACTIONS(1237), + [anon_sym_EQ_EQ] = ACTIONS(1235), + [anon_sym_BANG_EQ] = ACTIONS(1235), + [anon_sym_LT_EQ] = ACTIONS(1237), + [anon_sym_GT_EQ] = ACTIONS(1237), + [anon_sym_AMP_AMP] = ACTIONS(1237), + [anon_sym_PIPE_PIPE] = ACTIONS(1237), + [anon_sym_LT_LT] = ACTIONS(1235), + [anon_sym_GT_GT] = ACTIONS(1235), + [anon_sym_PLUS] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_SLASH] = ACTIONS(1235), + [anon_sym_PERCENT] = ACTIONS(1235), + [anon_sym_STAR_STAR] = ACTIONS(1235), + [anon_sym_LT] = ACTIONS(1235), + [anon_sym_GT] = ACTIONS(1235), + [anon_sym_PIPE] = ACTIONS(1235), + [anon_sym_PIPE_AMP] = ACTIONS(1237), + [anon_sym_RBRACK] = ACTIONS(1237), + [anon_sym_EQ_TILDE] = ACTIONS(1235), + [anon_sym_AMP_GT] = ACTIONS(1235), + [anon_sym_AMP_GT_GT] = ACTIONS(1237), + [anon_sym_LT_AMP] = ACTIONS(1237), + [anon_sym_GT_AMP] = ACTIONS(1237), + [anon_sym_GT_PIPE] = ACTIONS(1237), + [anon_sym_LT_LT_DASH] = ACTIONS(1237), + [anon_sym_LT_LT_LT] = ACTIONS(1237), + [anon_sym_AMP] = ACTIONS(1235), + [anon_sym_CARET] = ACTIONS(1235), + [anon_sym_QMARK] = ACTIONS(1235), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1237), + [aux_sym_concatenation_token1] = ACTIONS(1237), + [anon_sym_DOLLAR] = ACTIONS(1235), + [sym__special_character] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1237), + [sym_raw_string] = ACTIONS(1237), + [sym_ansi_c_string] = ACTIONS(1237), + [aux_sym_number_token1] = ACTIONS(1235), + [aux_sym_number_token2] = ACTIONS(1235), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1237), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1235), + [anon_sym_BQUOTE] = ACTIONS(1235), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1237), + [anon_sym_LT_LPAREN] = ACTIONS(1237), + [anon_sym_GT_LPAREN] = ACTIONS(1237), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1237), + [sym__concat] = ACTIONS(1237), + [sym_test_operator] = ACTIONS(1237), + [sym__bare_dollar] = ACTIONS(1237), + [sym__brace_start] = ACTIONS(1237), + }, + [409] = { + [sym_word] = ACTIONS(1239), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1241), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_PLUS_PLUS] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1239), + [anon_sym_PLUS_EQ] = ACTIONS(1239), + [anon_sym_DASH_EQ] = ACTIONS(1239), + [anon_sym_STAR_EQ] = ACTIONS(1239), + [anon_sym_SLASH_EQ] = ACTIONS(1239), + [anon_sym_PERCENT_EQ] = ACTIONS(1239), + [anon_sym_LT_LT_EQ] = ACTIONS(1241), + [anon_sym_GT_GT_EQ] = ACTIONS(1241), + [anon_sym_AMP_EQ] = ACTIONS(1241), + [anon_sym_CARET_EQ] = ACTIONS(1239), + [anon_sym_PIPE_EQ] = ACTIONS(1241), + [anon_sym_EQ_EQ] = ACTIONS(1239), + [anon_sym_BANG_EQ] = ACTIONS(1239), + [anon_sym_LT_EQ] = ACTIONS(1241), + [anon_sym_GT_EQ] = ACTIONS(1241), + [anon_sym_AMP_AMP] = ACTIONS(1241), + [anon_sym_PIPE_PIPE] = ACTIONS(1241), + [anon_sym_LT_LT] = ACTIONS(1239), + [anon_sym_GT_GT] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1239), + [anon_sym_SLASH] = ACTIONS(1239), + [anon_sym_PERCENT] = ACTIONS(1239), + [anon_sym_STAR_STAR] = ACTIONS(1239), + [anon_sym_LT] = ACTIONS(1239), + [anon_sym_GT] = ACTIONS(1239), + [anon_sym_PIPE] = ACTIONS(1239), + [anon_sym_PIPE_AMP] = ACTIONS(1241), + [anon_sym_RBRACK] = ACTIONS(1241), + [anon_sym_EQ_TILDE] = ACTIONS(1239), + [anon_sym_AMP_GT] = ACTIONS(1239), + [anon_sym_AMP_GT_GT] = ACTIONS(1241), + [anon_sym_LT_AMP] = ACTIONS(1241), + [anon_sym_GT_AMP] = ACTIONS(1241), + [anon_sym_GT_PIPE] = ACTIONS(1241), + [anon_sym_LT_LT_DASH] = ACTIONS(1241), + [anon_sym_LT_LT_LT] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1239), + [anon_sym_CARET] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1239), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1241), + [aux_sym_concatenation_token1] = ACTIONS(1241), + [anon_sym_DOLLAR] = ACTIONS(1239), + [sym__special_character] = ACTIONS(1239), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_raw_string] = ACTIONS(1241), + [sym_ansi_c_string] = ACTIONS(1241), + [aux_sym_number_token1] = ACTIONS(1239), + [aux_sym_number_token2] = ACTIONS(1239), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1241), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1239), + [anon_sym_BQUOTE] = ACTIONS(1239), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1241), + [anon_sym_LT_LPAREN] = ACTIONS(1241), + [anon_sym_GT_LPAREN] = ACTIONS(1241), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1241), + [sym__concat] = ACTIONS(1241), + [sym_test_operator] = ACTIONS(1241), + [sym__bare_dollar] = ACTIONS(1241), + [sym__brace_start] = ACTIONS(1241), + }, + [410] = { + [aux_sym__literal_repeat1] = STATE(411), + [sym_word] = ACTIONS(189), + [anon_sym_LPAREN_LPAREN] = ACTIONS(220), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_EQ] = ACTIONS(187), + [anon_sym_DASH_EQ] = ACTIONS(187), + [anon_sym_STAR_EQ] = ACTIONS(187), + [anon_sym_SLASH_EQ] = ACTIONS(187), + [anon_sym_PERCENT_EQ] = ACTIONS(187), + [anon_sym_LT_LT_EQ] = ACTIONS(350), + [anon_sym_GT_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_EQ] = ACTIONS(350), + [anon_sym_CARET_EQ] = ACTIONS(187), + [anon_sym_PIPE_EQ] = ACTIONS(350), + [anon_sym_EQ_EQ] = ACTIONS(191), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(350), + [anon_sym_GT_EQ] = ACTIONS(350), + [anon_sym_AMP_AMP] = ACTIONS(352), + [anon_sym_PIPE_PIPE] = ACTIONS(352), + [anon_sym_LT_LT] = ACTIONS(191), + [anon_sym_GT_GT] = ACTIONS(191), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_LT] = ACTIONS(191), + [anon_sym_GT] = ACTIONS(191), + [anon_sym_PIPE] = ACTIONS(191), + [anon_sym_PIPE_AMP] = ACTIONS(220), + [anon_sym_RBRACK] = ACTIONS(350), + [anon_sym_EQ_TILDE] = ACTIONS(191), + [anon_sym_AMP_GT] = ACTIONS(189), + [anon_sym_AMP_GT_GT] = ACTIONS(220), + [anon_sym_LT_AMP] = ACTIONS(220), + [anon_sym_GT_AMP] = ACTIONS(220), + [anon_sym_GT_PIPE] = ACTIONS(220), + [anon_sym_LT_LT_DASH] = ACTIONS(220), + [anon_sym_LT_LT_LT] = ACTIONS(220), + [anon_sym_AMP] = ACTIONS(187), + [anon_sym_CARET] = ACTIONS(187), + [anon_sym_QMARK] = ACTIONS(187), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(220), + [anon_sym_DOLLAR] = ACTIONS(189), + [sym__special_character] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(220), + [sym_raw_string] = ACTIONS(220), + [sym_ansi_c_string] = ACTIONS(220), + [aux_sym_number_token1] = ACTIONS(189), + [aux_sym_number_token2] = ACTIONS(189), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(220), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(189), + [anon_sym_BQUOTE] = ACTIONS(220), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(220), + [anon_sym_LT_LPAREN] = ACTIONS(220), + [anon_sym_GT_LPAREN] = ACTIONS(220), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(220), + [sym_test_operator] = ACTIONS(352), + [sym__bare_dollar] = ACTIONS(220), + [sym__brace_start] = ACTIONS(220), + }, + [411] = { + [aux_sym__literal_repeat1] = STATE(411), + [sym_word] = ACTIONS(1273), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1275), + [anon_sym_EQ] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_EQ] = ACTIONS(1273), + [anon_sym_DASH_EQ] = ACTIONS(1273), + [anon_sym_STAR_EQ] = ACTIONS(1273), + [anon_sym_SLASH_EQ] = ACTIONS(1273), + [anon_sym_PERCENT_EQ] = ACTIONS(1273), + [anon_sym_LT_LT_EQ] = ACTIONS(1275), + [anon_sym_GT_GT_EQ] = ACTIONS(1275), + [anon_sym_AMP_EQ] = ACTIONS(1275), + [anon_sym_CARET_EQ] = ACTIONS(1273), + [anon_sym_PIPE_EQ] = ACTIONS(1275), + [anon_sym_EQ_EQ] = ACTIONS(1273), + [anon_sym_BANG_EQ] = ACTIONS(1273), + [anon_sym_LT_EQ] = ACTIONS(1275), + [anon_sym_GT_EQ] = ACTIONS(1275), + [anon_sym_AMP_AMP] = ACTIONS(1275), + [anon_sym_PIPE_PIPE] = ACTIONS(1275), + [anon_sym_LT_LT] = ACTIONS(1273), + [anon_sym_GT_GT] = ACTIONS(1273), + [anon_sym_PLUS] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1273), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_SLASH] = ACTIONS(1273), + [anon_sym_PERCENT] = ACTIONS(1273), + [anon_sym_STAR_STAR] = ACTIONS(1273), + [anon_sym_LT] = ACTIONS(1273), + [anon_sym_GT] = ACTIONS(1273), + [anon_sym_PIPE] = ACTIONS(1273), + [anon_sym_PIPE_AMP] = ACTIONS(1275), + [anon_sym_RBRACK] = ACTIONS(1275), + [anon_sym_EQ_TILDE] = ACTIONS(1273), + [anon_sym_AMP_GT] = ACTIONS(1273), + [anon_sym_AMP_GT_GT] = ACTIONS(1275), + [anon_sym_LT_AMP] = ACTIONS(1275), + [anon_sym_GT_AMP] = ACTIONS(1275), + [anon_sym_GT_PIPE] = ACTIONS(1275), + [anon_sym_LT_LT_DASH] = ACTIONS(1275), + [anon_sym_LT_LT_LT] = ACTIONS(1275), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_CARET] = ACTIONS(1273), + [anon_sym_QMARK] = ACTIONS(1273), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1275), + [anon_sym_DOLLAR] = ACTIONS(1273), + [sym__special_character] = ACTIONS(1298), + [anon_sym_DQUOTE] = ACTIONS(1275), + [sym_raw_string] = ACTIONS(1275), + [sym_ansi_c_string] = ACTIONS(1275), + [aux_sym_number_token1] = ACTIONS(1273), + [aux_sym_number_token2] = ACTIONS(1273), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1275), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1273), + [anon_sym_BQUOTE] = ACTIONS(1275), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1275), + [anon_sym_LT_LPAREN] = ACTIONS(1275), + [anon_sym_GT_LPAREN] = ACTIONS(1275), + [sym_comment] = ACTIONS(63), + [sym_file_descriptor] = ACTIONS(1275), + [sym_test_operator] = ACTIONS(1275), + [sym__bare_dollar] = ACTIONS(1275), + [sym__brace_start] = ACTIONS(1275), + }, +}; + +static const uint16_t ts_small_parse_table[] = { + [0] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1169), 30, + ACTIONS(1175), 30, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -54823,7 +54984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1167), 33, + ACTIONS(1173), 33, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -54857,7 +55018,283 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, + [71] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1158), 3, + sym_test_operator, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(1147), 7, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1151), 7, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + ACTIONS(1280), 7, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, + ACTIONS(1149), 19, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_BANG_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_QMARK, + ACTIONS(1156), 20, + sym_file_descriptor, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, [150] = 38, + ACTIONS(63), 1, + sym_comment, + ACTIONS(248), 1, + anon_sym_LPAREN, + ACTIONS(262), 1, + anon_sym_LBRACK, + ACTIONS(266), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(276), 1, + anon_sym_DOLLAR, + ACTIONS(278), 1, + sym__special_character, + ACTIONS(280), 1, + anon_sym_DQUOTE, + ACTIONS(284), 1, + aux_sym_number_token1, + ACTIONS(286), 1, + aux_sym_number_token2, + ACTIONS(288), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(290), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(292), 1, + anon_sym_BQUOTE, + ACTIONS(294), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(300), 1, + sym_variable_name, + ACTIONS(302), 1, + sym_test_operator, + ACTIONS(304), 1, + sym__brace_start, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(1301), 1, + sym_word, + ACTIONS(1307), 1, + sym_file_descriptor, + STATE(410), 1, + aux_sym__literal_repeat1, + STATE(413), 1, + sym_concatenation, + STATE(555), 1, + sym_command_name, + STATE(896), 1, + aux_sym_command_repeat1, + STATE(1816), 1, + sym__expression, + STATE(1911), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(3266), 1, + sym_command, + STATE(4075), 1, + sym_subscript, + ACTIONS(242), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(272), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(282), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(296), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3301), 2, + sym_subshell, + sym_test_command, + ACTIONS(274), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1877), 5, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + STATE(384), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [290] = 38, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(63), 1, + sym_comment, + ACTIONS(121), 1, + sym_variable_name, + ACTIONS(155), 1, + anon_sym_DOLLAR, + ACTIONS(157), 1, + sym__special_character, + ACTIONS(159), 1, + anon_sym_DQUOTE, + ACTIONS(163), 1, + aux_sym_number_token1, + ACTIONS(165), 1, + aux_sym_number_token2, + ACTIONS(167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(169), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(171), 1, + anon_sym_BQUOTE, + ACTIONS(173), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(177), 1, + sym_test_operator, + ACTIONS(179), 1, + sym__brace_start, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(1309), 1, + sym_word, + ACTIONS(1311), 1, + anon_sym_LPAREN, + STATE(380), 1, + aux_sym__literal_repeat1, + STATE(388), 1, + sym_concatenation, + STATE(457), 1, + sym_command_name, + STATE(772), 1, + aux_sym_command_repeat1, + STATE(1307), 1, + sym_variable_assignment, + STATE(1814), 1, + sym__expression, + STATE(2395), 1, + sym_file_redirect, + STATE(2815), 1, + sym_command, + STATE(4148), 1, + sym_subscript, + ACTIONS(145), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(161), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(175), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2814), 2, + sym_subshell, + sym_test_command, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1869), 5, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + STATE(340), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [430] = 38, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, @@ -54888,31 +55325,31 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, ACTIONS(125), 1, sym__brace_start, - ACTIONS(194), 1, + ACTIONS(196), 1, anon_sym_BANG, - ACTIONS(1301), 1, - sym_word, ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, sym_file_descriptor, - STATE(364), 1, + ACTIONS(1313), 1, + sym_word, + ACTIONS(1315), 1, + anon_sym_LPAREN, + STATE(361), 1, aux_sym__literal_repeat1, - STATE(383), 1, + STATE(379), 1, sym_concatenation, - STATE(456), 1, + STATE(457), 1, sym_command_name, - STATE(808), 1, + STATE(772), 1, aux_sym_command_repeat1, - STATE(1391), 1, + STATE(1307), 1, sym_variable_assignment, - STATE(1636), 1, + STATE(1664), 1, sym__expression, - STATE(2409), 1, + STATE(2395), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2815), 1, sym_command, - STATE(3939), 1, + STATE(4148), 1, sym_subscript, ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, @@ -54926,7 +55363,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, + STATE(2814), 2, sym_subshell, sym_test_command, ACTIONS(95), 3, @@ -54943,13 +55380,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1520), 5, + STATE(1481), 5, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, - STATE(328), 9, + STATE(325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -54959,7 +55396,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [290] = 38, + [570] = 38, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, @@ -54993,28 +55430,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(230), 1, anon_sym_BANG, ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, sym_file_descriptor, - ACTIONS(1311), 1, + ACTIONS(1315), 1, + anon_sym_LPAREN, + ACTIONS(1317), 1, sym_word, - STATE(371), 1, + STATE(373), 1, aux_sym__literal_repeat1, - STATE(384), 1, + STATE(383), 1, sym_concatenation, - STATE(456), 1, + STATE(457), 1, sym_command_name, - STATE(808), 1, + STATE(772), 1, aux_sym_command_repeat1, - STATE(1391), 1, + STATE(1307), 1, sym_variable_assignment, - STATE(1783), 1, + STATE(1866), 1, sym__expression, - STATE(2409), 1, + STATE(2395), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2815), 1, sym_command, - STATE(3939), 1, + STATE(4148), 1, sym_subscript, ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, @@ -55028,7 +55465,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(137), 2, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, + STATE(2814), 2, sym_subshell, sym_test_command, ACTIONS(135), 3, @@ -55045,13 +55482,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1520), 5, + STATE(1481), 5, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, - STATE(327), 9, + STATE(329), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55061,99 +55498,1256 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [430] = 38, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + [710] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(121), 1, + ACTIONS(1327), 1, + anon_sym_DOLLAR, + ACTIONS(1329), 1, + sym__special_character, + ACTIONS(1331), 1, + anon_sym_DQUOTE, + ACTIONS(1333), 1, + aux_sym_number_token1, + ACTIONS(1335), 1, + aux_sym_number_token2, + ACTIONS(1337), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1339), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1341), 1, + anon_sym_BQUOTE, + ACTIONS(1343), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1347), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1349), 1, sym_variable_name, - ACTIONS(155), 1, + ACTIONS(1351), 1, + sym_test_operator, + ACTIONS(1353), 1, + sym__brace_start, + STATE(797), 1, + aux_sym__literal_repeat1, + STATE(4051), 1, + sym_subscript, + ACTIONS(1321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1325), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1345), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1319), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(420), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(614), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1323), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [815] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1327), 1, anon_sym_DOLLAR, - ACTIONS(157), 1, + ACTIONS(1329), 1, sym__special_character, - ACTIONS(159), 1, + ACTIONS(1331), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(1333), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(1335), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(1337), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(1339), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(1341), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(1343), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(177), 1, + ACTIONS(1349), 1, + sym_variable_name, + ACTIONS(1351), 1, sym_test_operator, - ACTIONS(179), 1, + ACTIONS(1353), 1, sym__brace_start, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(1309), 1, + ACTIONS(1359), 1, + aux_sym__simple_variable_name_token1, + STATE(797), 1, + aux_sym__literal_repeat1, + STATE(4051), 1, + sym_subscript, + ACTIONS(1321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1345), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1357), 2, sym_file_descriptor, - ACTIONS(1313), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1319), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(1315), 1, - anon_sym_LPAREN, - STATE(382), 1, + STATE(418), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(614), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1355), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [920] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1371), 1, + anon_sym_DOLLAR, + ACTIONS(1374), 1, + sym__special_character, + ACTIONS(1377), 1, + anon_sym_DQUOTE, + ACTIONS(1380), 1, + aux_sym_number_token1, + ACTIONS(1383), 1, + aux_sym_number_token2, + ACTIONS(1386), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1389), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1392), 1, + anon_sym_BQUOTE, + ACTIONS(1395), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1401), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1404), 1, + sym_variable_name, + ACTIONS(1407), 1, + sym_test_operator, + ACTIONS(1410), 1, + sym__brace_start, + STATE(797), 1, aux_sym__literal_repeat1, - STATE(387), 1, + STATE(4051), 1, + sym_subscript, + ACTIONS(1364), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1369), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1398), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1361), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(420), 3, + sym_variable_assignment, sym_concatenation, - STATE(456), 1, - sym_command_name, - STATE(808), 1, - aux_sym_command_repeat1, - STATE(1391), 1, + aux_sym_declaration_command_repeat1, + STATE(614), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1367), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1025] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(493), 1, + sym__special_character, + ACTIONS(499), 1, + aux_sym_number_token1, + ACTIONS(501), 1, + aux_sym_number_token2, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(1423), 1, + anon_sym_DQUOTE, + ACTIONS(1425), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1427), 1, + anon_sym_BQUOTE, + ACTIONS(1429), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1433), 1, + sym_test_operator, + ACTIONS(1435), 1, + sym__bare_dollar, + STATE(422), 1, + aux_sym_command_repeat2, + STATE(760), 1, + aux_sym__literal_repeat1, + STATE(782), 1, + sym_concatenation, + ACTIONS(1415), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1419), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1421), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1431), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1413), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(570), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1417), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1129] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(493), 1, + sym__special_character, + ACTIONS(499), 1, + aux_sym_number_token1, + ACTIONS(501), 1, + aux_sym_number_token2, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(1423), 1, + anon_sym_DQUOTE, + ACTIONS(1425), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1427), 1, + anon_sym_BQUOTE, + ACTIONS(1429), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1433), 1, + sym_test_operator, + ACTIONS(1435), 1, + sym__bare_dollar, + STATE(424), 1, + aux_sym_command_repeat2, + STATE(760), 1, + aux_sym__literal_repeat1, + STATE(782), 1, + sym_concatenation, + ACTIONS(1415), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1419), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1431), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1439), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1413), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(570), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1437), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1233] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(493), 1, + sym__special_character, + ACTIONS(499), 1, + aux_sym_number_token1, + ACTIONS(501), 1, + aux_sym_number_token2, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(1423), 1, + anon_sym_DQUOTE, + ACTIONS(1425), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1427), 1, + anon_sym_BQUOTE, + ACTIONS(1429), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1433), 1, + sym_test_operator, + ACTIONS(1435), 1, + sym__bare_dollar, + STATE(426), 1, + aux_sym_command_repeat2, + STATE(760), 1, + aux_sym__literal_repeat1, + STATE(782), 1, + sym_concatenation, + ACTIONS(1415), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1419), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1431), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1443), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1413), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(570), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1441), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1337] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1458), 1, + anon_sym_DOLLAR, + ACTIONS(1461), 1, + sym__special_character, + ACTIONS(1464), 1, + anon_sym_DQUOTE, + ACTIONS(1467), 1, + aux_sym_number_token1, + ACTIONS(1470), 1, + aux_sym_number_token2, + ACTIONS(1473), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1476), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1479), 1, + anon_sym_BQUOTE, + ACTIONS(1482), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1488), 1, + sym_test_operator, + ACTIONS(1491), 1, + sym__bare_dollar, + ACTIONS(1494), 1, + sym__brace_start, + STATE(424), 1, + aux_sym_command_repeat2, + STATE(760), 1, + aux_sym__literal_repeat1, + STATE(782), 1, + sym_concatenation, + ACTIONS(1448), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1453), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1456), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1485), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1445), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(570), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1451), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1441] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1503), 1, + anon_sym_DOLLAR, + ACTIONS(1506), 1, + sym__special_character, + ACTIONS(1509), 1, + anon_sym_DQUOTE, + ACTIONS(1512), 1, + aux_sym_number_token1, + ACTIONS(1515), 1, + aux_sym_number_token2, + ACTIONS(1518), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1521), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1524), 1, + anon_sym_BQUOTE, + ACTIONS(1527), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1533), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1536), 1, + sym_variable_name, + ACTIONS(1539), 1, + sym_test_operator, + ACTIONS(1542), 1, + sym__brace_start, + STATE(992), 1, + aux_sym__literal_repeat1, + STATE(4092), 1, + sym_subscript, + ACTIONS(1369), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1500), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1497), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(425), 3, sym_variable_assignment, - STATE(1813), 1, - sym__expression, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3939), 1, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(711), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1367), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1545] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(493), 1, + sym__special_character, + ACTIONS(499), 1, + aux_sym_number_token1, + ACTIONS(501), 1, + aux_sym_number_token2, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(1423), 1, + anon_sym_DQUOTE, + ACTIONS(1425), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1427), 1, + anon_sym_BQUOTE, + ACTIONS(1429), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1433), 1, + sym_test_operator, + ACTIONS(1435), 1, + sym__bare_dollar, + STATE(424), 1, + aux_sym_command_repeat2, + STATE(760), 1, + aux_sym__literal_repeat1, + STATE(782), 1, + sym_concatenation, + ACTIONS(1415), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1419), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1431), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1547), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1413), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(570), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1545), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1649] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1553), 1, + anon_sym_DOLLAR, + ACTIONS(1555), 1, + sym__special_character, + ACTIONS(1557), 1, + anon_sym_DQUOTE, + ACTIONS(1559), 1, + aux_sym_number_token1, + ACTIONS(1561), 1, + aux_sym_number_token2, + ACTIONS(1563), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1565), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1567), 1, + anon_sym_BQUOTE, + ACTIONS(1569), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1573), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1575), 1, + sym_variable_name, + ACTIONS(1577), 1, + sym_test_operator, + ACTIONS(1579), 1, + sym__brace_start, + STATE(992), 1, + aux_sym__literal_repeat1, + STATE(4092), 1, sym_subscript, - ACTIONS(145), 2, + ACTIONS(1357), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1551), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(161), 2, + ACTIONS(1571), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1549), 3, sym_raw_string, sym_ansi_c_string, - ACTIONS(175), 2, + sym_word, + STATE(428), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(711), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1355), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1753] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1553), 1, + anon_sym_DOLLAR, + ACTIONS(1555), 1, + sym__special_character, + ACTIONS(1557), 1, + anon_sym_DQUOTE, + ACTIONS(1559), 1, + aux_sym_number_token1, + ACTIONS(1561), 1, + aux_sym_number_token2, + ACTIONS(1563), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1565), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1567), 1, + anon_sym_BQUOTE, + ACTIONS(1569), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1575), 1, + sym_variable_name, + ACTIONS(1577), 1, + sym_test_operator, + ACTIONS(1579), 1, + sym__brace_start, + ACTIONS(1581), 1, + aux_sym__simple_variable_name_token1, + STATE(992), 1, + aux_sym__literal_repeat1, + STATE(4092), 1, + sym_subscript, + ACTIONS(1325), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1551), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1571), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, + ACTIONS(1549), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(425), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(711), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1323), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(1303), 5, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1857] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + sym__special_character, + ACTIONS(717), 1, + aux_sym_number_token1, + ACTIONS(719), 1, + aux_sym_number_token2, + ACTIONS(723), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(737), 1, + sym__brace_start, + ACTIONS(1589), 1, + anon_sym_DQUOTE, + ACTIONS(1591), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1593), 1, + anon_sym_BQUOTE, + ACTIONS(1595), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1599), 1, + sym_test_operator, + ACTIONS(1601), 1, + sym__bare_dollar, + STATE(431), 1, + aux_sym_command_repeat2, + STATE(880), 1, + aux_sym__literal_repeat1, + STATE(977), 1, + sym_concatenation, + ACTIONS(1421), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1585), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1587), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1597), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1583), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(661), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1417), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1763), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(341), 9, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [1960] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1423), 1, + anon_sym_DQUOTE, + STATE(648), 1, + sym_string, + ACTIONS(1605), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(1603), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [2031] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + sym__special_character, + ACTIONS(717), 1, + aux_sym_number_token1, + ACTIONS(719), 1, + aux_sym_number_token2, + ACTIONS(723), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(737), 1, + sym__brace_start, + ACTIONS(1589), 1, + anon_sym_DQUOTE, + ACTIONS(1591), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1593), 1, + anon_sym_BQUOTE, + ACTIONS(1595), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1599), 1, + sym_test_operator, + ACTIONS(1601), 1, + sym__bare_dollar, + STATE(435), 1, + aux_sym_command_repeat2, + STATE(880), 1, + aux_sym__literal_repeat1, + STATE(977), 1, + sym_concatenation, + ACTIONS(1439), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1585), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1587), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1597), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1583), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(661), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1437), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [2134] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + sym__special_character, + ACTIONS(717), 1, + aux_sym_number_token1, + ACTIONS(719), 1, + aux_sym_number_token2, + ACTIONS(723), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(737), 1, + sym__brace_start, + ACTIONS(1589), 1, + anon_sym_DQUOTE, + ACTIONS(1591), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1593), 1, + anon_sym_BQUOTE, + ACTIONS(1595), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1599), 1, + sym_test_operator, + ACTIONS(1601), 1, + sym__bare_dollar, + STATE(435), 1, + aux_sym_command_repeat2, + STATE(880), 1, + aux_sym__literal_repeat1, + STATE(977), 1, + sym_concatenation, + ACTIONS(1547), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1585), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1587), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1597), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1583), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(661), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1545), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [2237] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1611), 1, + anon_sym_DOLLAR, + ACTIONS(1613), 1, + sym__special_character, + ACTIONS(1615), 1, + anon_sym_DQUOTE, + ACTIONS(1617), 1, + aux_sym_number_token1, + ACTIONS(1619), 1, + aux_sym_number_token2, + ACTIONS(1621), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1623), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1625), 1, + anon_sym_BQUOTE, + ACTIONS(1627), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1631), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1633), 1, + sym_variable_name, + ACTIONS(1635), 1, + sym_test_operator, + ACTIONS(1637), 1, + sym__brace_start, + STATE(1113), 1, + aux_sym__literal_repeat1, + STATE(4076), 1, + sym_subscript, + ACTIONS(1609), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1629), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1357), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1607), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(439), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(885), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55163,99 +56757,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [570] = 38, - ACTIONS(63), 1, + ACTIONS(1355), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [2340] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(248), 1, - anon_sym_LPAREN, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(276), 1, + ACTIONS(1645), 1, anon_sym_DOLLAR, - ACTIONS(278), 1, + ACTIONS(1648), 1, sym__special_character, - ACTIONS(280), 1, + ACTIONS(1651), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(1654), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(1657), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(1660), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(1663), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(1666), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(1669), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(300), 1, + ACTIONS(1675), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1678), 1, sym_variable_name, - ACTIONS(302), 1, + ACTIONS(1681), 1, sym_test_operator, - ACTIONS(304), 1, + ACTIONS(1684), 1, sym__brace_start, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(1317), 1, - sym_word, - STATE(412), 1, + STATE(1113), 1, aux_sym__literal_repeat1, - STATE(414), 1, - sym_concatenation, - STATE(546), 1, - sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1819), 1, - sym__expression, - STATE(1870), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(3199), 1, - sym_command, - STATE(3974), 1, + STATE(4076), 1, sym_subscript, - ACTIONS(242), 2, + ACTIONS(1642), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(282), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(296), 2, + ACTIONS(1672), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3188), 2, - sym_subshell, - sym_test_command, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1773), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(390), 9, + ACTIONS(1369), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1639), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(434), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(885), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55265,57 +56837,75 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [710] = 23, + ACTIONS(1367), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [2443] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(1696), 1, anon_sym_DOLLAR, - ACTIONS(1329), 1, + ACTIONS(1699), 1, sym__special_character, - ACTIONS(1331), 1, + ACTIONS(1702), 1, anon_sym_DQUOTE, - ACTIONS(1333), 1, + ACTIONS(1705), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(1708), 1, aux_sym_number_token2, - ACTIONS(1337), 1, + ACTIONS(1711), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1339), 1, + ACTIONS(1714), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, + ACTIONS(1717), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1720), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1347), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1349), 1, - sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1726), 1, sym_test_operator, - ACTIONS(1353), 1, + ACTIONS(1729), 1, + sym__bare_dollar, + ACTIONS(1732), 1, sym__brace_start, - STATE(852), 1, + STATE(435), 1, + aux_sym_command_repeat2, + STATE(880), 1, aux_sym__literal_repeat1, - STATE(3966), 1, - sym_subscript, - ACTIONS(1321), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1325), 2, + STATE(977), 1, + sym_concatenation, + ACTIONS(1456), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1345), 2, + ACTIONS(1690), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1693), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1723), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1319), 3, + ACTIONS(1687), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(661), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55325,7 +56915,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 21, + ACTIONS(1451), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55333,7 +56923,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -55347,57 +56936,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [815] = 23, + [2546] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(1329), 1, + ACTIONS(1741), 1, sym__special_character, - ACTIONS(1331), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - ACTIONS(1333), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1337), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1339), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, + ACTIONS(1753), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1349), 1, + ACTIONS(1759), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1761), 1, sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1763), 1, sym_test_operator, - ACTIONS(1353), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(1359), 1, - aux_sym__simple_variable_name_token1, - STATE(852), 1, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4141), 1, sym_subscript, - ACTIONS(1321), 2, + ACTIONS(1325), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1345), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1319), 3, + ACTIONS(1735), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(420), 3, + STATE(438), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(794), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55407,8 +56996,55 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 21, + ACTIONS(1323), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [2649] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1423), 1, + anon_sym_DQUOTE, + STATE(648), 1, + sym_string, + ACTIONS(1605), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(1603), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 38, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -55421,65 +57057,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [920] = 23, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [2720] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1371), 1, + ACTIONS(1773), 1, anon_sym_DOLLAR, - ACTIONS(1374), 1, + ACTIONS(1776), 1, sym__special_character, - ACTIONS(1377), 1, + ACTIONS(1779), 1, anon_sym_DQUOTE, - ACTIONS(1380), 1, + ACTIONS(1782), 1, aux_sym_number_token1, - ACTIONS(1383), 1, + ACTIONS(1785), 1, aux_sym_number_token2, - ACTIONS(1386), 1, + ACTIONS(1788), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1389), 1, + ACTIONS(1791), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1392), 1, + ACTIONS(1794), 1, anon_sym_BQUOTE, - ACTIONS(1395), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1401), 1, + ACTIONS(1803), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1404), 1, + ACTIONS(1806), 1, sym_variable_name, - ACTIONS(1407), 1, + ACTIONS(1809), 1, sym_test_operator, - ACTIONS(1410), 1, + ACTIONS(1812), 1, sym__brace_start, - STATE(852), 1, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4141), 1, sym_subscript, - ACTIONS(1364), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, ACTIONS(1369), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1398), 2, + ACTIONS(1770), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1800), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1361), 3, + ACTIONS(1767), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, + STATE(438), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(794), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55489,7 +57140,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 21, + ACTIONS(1367), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55497,11 +57148,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -55511,56 +57160,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1025] = 23, + [2823] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1426), 1, + ACTIONS(1611), 1, anon_sym_DOLLAR, - ACTIONS(1429), 1, + ACTIONS(1613), 1, sym__special_character, - ACTIONS(1432), 1, + ACTIONS(1615), 1, anon_sym_DQUOTE, - ACTIONS(1435), 1, + ACTIONS(1617), 1, aux_sym_number_token1, - ACTIONS(1438), 1, + ACTIONS(1619), 1, aux_sym_number_token2, - ACTIONS(1441), 1, + ACTIONS(1621), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1444), 1, + ACTIONS(1623), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1447), 1, + ACTIONS(1625), 1, anon_sym_BQUOTE, - ACTIONS(1450), 1, + ACTIONS(1627), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1456), 1, + ACTIONS(1633), 1, + sym_variable_name, + ACTIONS(1635), 1, sym_test_operator, - ACTIONS(1459), 1, - sym__bare_dollar, - ACTIONS(1462), 1, + ACTIONS(1637), 1, sym__brace_start, - STATE(423), 1, - aux_sym_command_repeat2, - STATE(697), 1, + ACTIONS(1815), 1, + aux_sym__simple_variable_name_token1, + STATE(1113), 1, aux_sym__literal_repeat1, - STATE(876), 1, - sym_concatenation, - ACTIONS(1416), 2, + STATE(4076), 1, + sym_subscript, + ACTIONS(1609), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1421), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1453), 2, + ACTIONS(1629), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1413), 3, + ACTIONS(1325), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1607), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(434), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(885), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55570,7 +57221,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 21, + ACTIONS(1323), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55578,11 +57229,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -55592,57 +57240,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1129] = 23, + [2926] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, + ACTIONS(1741), 1, sym__special_character, - ACTIONS(1473), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1479), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1753), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1489), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1491), 1, + ACTIONS(1761), 1, sym_variable_name, - ACTIONS(1493), 1, + ACTIONS(1763), 1, sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(1765), 1, sym__brace_start, - STATE(991), 1, + ACTIONS(1817), 1, + aux_sym__simple_variable_name_token1, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4141), 1, sym_subscript, - ACTIONS(1325), 2, + ACTIONS(1357), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1465), 3, + ACTIONS(1735), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(426), 3, + STATE(436), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(794), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55652,7 +57300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 20, + ACTIONS(1355), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55660,10 +57308,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -55673,56 +57320,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1233] = 23, + [3029] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(711), 1, sym__special_character, - ACTIONS(499), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(1589), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1591), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1593), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1595), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1599), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1601), 1, sym__bare_dollar, - STATE(430), 1, + STATE(432), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(880), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(977), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1443), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1587), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1515), 2, + ACTIONS(1597), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1497), 3, + ACTIONS(1583), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(661), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55732,7 +57379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 21, + ACTIONS(1441), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55740,7 +57387,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -55754,57 +57400,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1337] = 23, + [3132] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1527), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, - sym__special_character, - ACTIONS(1533), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - ACTIONS(1536), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1539), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1542), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1545), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1548), 1, - anon_sym_BQUOTE, - ACTIONS(1551), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1557), 1, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(1821), 1, + sym__special_character, + ACTIONS(1823), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1560), 1, + ACTIONS(1825), 1, sym_variable_name, - ACTIONS(1563), 1, + ACTIONS(1827), 1, sym_test_operator, - ACTIONS(1566), 1, - sym__brace_start, - STATE(991), 1, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4152), 1, sym_subscript, - ACTIONS(1369), 2, + ACTIONS(1325), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1524), 2, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1554), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1521), 3, + ACTIONS(1819), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(426), 3, + STATE(461), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(1051), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55814,7 +57458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 20, + ACTIONS(1323), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55824,8 +57468,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -55835,56 +57477,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1441] = 23, + anon_sym_BQUOTE, + [3232] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(499), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(773), 1, + sym__special_character, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1845), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(423), 1, + STATE(452), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1443), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1833), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1829), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(731), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55894,7 +57537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 21, + ACTIONS(1441), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55902,11 +57545,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -55916,57 +57557,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1545] = 23, + [3334] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, - sym__special_character, - ACTIONS(1473), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1479), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1753), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1491), 1, - sym_variable_name, - ACTIONS(1493), 1, - sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(1573), 1, + ACTIONS(1821), 1, + sym__special_character, + ACTIONS(1823), 1, aux_sym__simple_variable_name_token1, - STATE(991), 1, + ACTIONS(1825), 1, + sym_variable_name, + ACTIONS(1827), 1, + sym_test_operator, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4152), 1, sym_subscript, - ACTIONS(1357), 2, + ACTIONS(1325), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1465), 3, + ACTIONS(1819), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(424), 3, + STATE(461), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(1051), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55976,7 +57617,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 20, + ACTIONS(1323), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55986,8 +57627,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -55997,56 +57636,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1649] = 23, + [3436] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(1857), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(1859), 1, sym__special_character, - ACTIONS(499), 1, + ACTIONS(1861), 1, + anon_sym_DQUOTE, + ACTIONS(1863), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(1865), 1, aux_sym_number_token2, - ACTIONS(505), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(1507), 1, - anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1867), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1869), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1871), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1873), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1877), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1879), 1, sym_test_operator, - ACTIONS(1519), 1, - sym__bare_dollar, - STATE(427), 1, - aux_sym_command_repeat2, - STATE(697), 1, + ACTIONS(1881), 1, + sym__brace_start, + STATE(960), 1, aux_sym__literal_repeat1, - STATE(876), 1, - sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1851), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1515), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1577), 2, + ACTIONS(1855), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1875), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(455), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1849), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(748), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56056,7 +57691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 21, + ACTIONS(1853), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56078,56 +57713,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1753] = 23, + [3534] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(499), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(773), 1, + sym__special_character, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1845), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(423), 1, + STATE(448), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1439), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1833), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1829), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(731), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56137,7 +57772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 21, + ACTIONS(1437), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56145,11 +57780,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -56159,56 +57792,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1857] = 23, + [3636] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, - sym__special_character, - ACTIONS(717), 1, + ACTIONS(1743), 1, + anon_sym_DQUOTE, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(723), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1589), 1, - anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1751), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1753), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(1821), 1, + sym__special_character, + ACTIONS(1825), 1, + sym_variable_name, + ACTIONS(1827), 1, sym_test_operator, - ACTIONS(1601), 1, - sym__bare_dollar, - STATE(441), 1, - aux_sym_command_repeat2, - STATE(810), 1, + ACTIONS(1883), 1, + aux_sym__simple_variable_name_token1, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1577), 2, + STATE(4152), 1, + sym_subscript, + ACTIONS(1357), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1819), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(444), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1051), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56218,7 +57852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 20, + ACTIONS(1355), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56228,8 +57862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -56239,56 +57871,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1960] = 23, + [3738] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1612), 1, + ACTIONS(1894), 1, anon_sym_DOLLAR, - ACTIONS(1615), 1, + ACTIONS(1897), 1, sym__special_character, - ACTIONS(1618), 1, + ACTIONS(1900), 1, anon_sym_DQUOTE, - ACTIONS(1621), 1, + ACTIONS(1903), 1, aux_sym_number_token1, - ACTIONS(1624), 1, + ACTIONS(1906), 1, aux_sym_number_token2, - ACTIONS(1627), 1, + ACTIONS(1909), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1630), 1, + ACTIONS(1912), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1633), 1, + ACTIONS(1915), 1, anon_sym_BQUOTE, - ACTIONS(1636), 1, + ACTIONS(1918), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1642), 1, + ACTIONS(1924), 1, sym_test_operator, - ACTIONS(1645), 1, + ACTIONS(1927), 1, sym__bare_dollar, - ACTIONS(1648), 1, + ACTIONS(1930), 1, sym__brace_start, - STATE(432), 1, + STATE(448), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1424), 2, + ACTIONS(1456), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1606), 2, + ACTIONS(1888), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1609), 2, + ACTIONS(1891), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1639), 2, + ACTIONS(1921), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1603), 3, + ACTIONS(1885), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(731), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56298,7 +57930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 20, + ACTIONS(1451), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56306,10 +57938,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -56319,57 +57950,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2063] = 23, + [3840] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(1943), 1, anon_sym_DOLLAR, - ACTIONS(1660), 1, + ACTIONS(1946), 1, sym__special_character, - ACTIONS(1663), 1, + ACTIONS(1949), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(1952), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(1955), 1, aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(1958), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(1961), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(1964), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1967), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1687), 1, + ACTIONS(1973), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1690), 1, - sym_variable_name, - ACTIONS(1693), 1, + ACTIONS(1976), 1, sym_test_operator, - ACTIONS(1696), 1, + ACTIONS(1979), 1, sym__brace_start, - STATE(1096), 1, + STATE(960), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1369), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1936), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1941), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1970), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1651), 3, + STATE(449), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1933), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(433), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(748), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56379,7 +58005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 19, + ACTIONS(1939), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56387,9 +58013,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -56399,56 +58027,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2166] = 23, + [3938] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(43), 1, sym__special_character, - ACTIONS(717), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(723), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(1589), 1, + ACTIONS(1988), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1990), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1992), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1994), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1998), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(2000), 1, sym__bare_dollar, - STATE(443), 1, + STATE(459), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(996), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1177), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1984), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1986), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1996), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1421), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1982), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56458,7 +58087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 20, + ACTIONS(1417), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56468,8 +58097,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -56479,57 +58106,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2269] = 23, + [4040] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, + ACTIONS(43), 1, sym__special_character, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(71), 1, + sym__brace_start, + ACTIONS(1988), 1, + anon_sym_DQUOTE, + ACTIONS(1990), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1992), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1994), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1723), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1725), 1, - sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1998), 1, sym_test_operator, - ACTIONS(1729), 1, - sym__brace_start, - STATE(1096), 1, + ACTIONS(2000), 1, + sym__bare_dollar, + STATE(454), 1, + aux_sym_command_repeat2, + STATE(996), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1325), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + STATE(1177), 1, + sym_concatenation, + ACTIONS(1984), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1986), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1996), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1443), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1982), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(433), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56539,7 +58166,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 19, + ACTIONS(1441), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56547,7 +58174,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -56559,58 +58185,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2372] = 23, + [4142] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(1740), 1, - sym__special_character, - ACTIONS(1743), 1, - anon_sym_DQUOTE, - ACTIONS(1746), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(1749), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(1752), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1755), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1758), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(773), 1, + sym__special_character, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + ACTIONS(1837), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(1761), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1767), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1770), 1, - sym_variable_name, - ACTIONS(1773), 1, + ACTIONS(1845), 1, sym_test_operator, - ACTIONS(1776), 1, - sym__brace_start, - STATE(1080), 1, + ACTIONS(1847), 1, + sym__bare_dollar, + STATE(448), 1, + aux_sym_command_repeat2, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1734), 2, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1547), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1764), 2, + ACTIONS(1833), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1369), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1731), 3, + ACTIONS(1829), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(436), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(731), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56620,7 +58244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1545), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56628,6 +58252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -56639,121 +58264,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2475] = 7, + [4244] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(2011), 1, + anon_sym_DOLLAR, + ACTIONS(2014), 1, + sym__special_character, + ACTIONS(2017), 1, anon_sym_DQUOTE, - STATE(620), 1, - sym_string, - ACTIONS(1781), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, + ACTIONS(2020), 1, + aux_sym_number_token1, + ACTIONS(2023), 1, + aux_sym_number_token2, + ACTIONS(2026), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2029), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2032), 1, + anon_sym_BQUOTE, + ACTIONS(2035), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2041), 1, sym_test_operator, + ACTIONS(2044), 1, sym__bare_dollar, + ACTIONS(2047), 1, sym__brace_start, - ACTIONS(1779), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 38, + STATE(453), 1, + aux_sym_command_repeat2, + STATE(996), 1, + aux_sym__literal_repeat1, + STATE(1177), 1, + sym_concatenation, + ACTIONS(2005), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2008), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2038), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1456), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2002), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1451), 18, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [2546] = 23, + [4346] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, + ACTIONS(43), 1, sym__special_character, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(71), 1, + sym__brace_start, + ACTIONS(1988), 1, + anon_sym_DQUOTE, + ACTIONS(1990), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1992), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1994), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1725), 1, - sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1998), 1, sym_test_operator, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(1783), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + ACTIONS(2000), 1, + sym__bare_dollar, + STATE(453), 1, + aux_sym_command_repeat2, + STATE(996), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + STATE(1177), 1, + sym_concatenation, + ACTIONS(1984), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1986), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1996), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1547), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1982), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(435), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56763,7 +58403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(1545), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56771,7 +58411,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -56783,58 +58422,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2649] = 23, + [4448] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(1857), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, + ACTIONS(1859), 1, sym__special_character, - ACTIONS(1793), 1, + ACTIONS(1861), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1863), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1865), 1, aux_sym_number_token2, - ACTIONS(1799), 1, + ACTIONS(1867), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(1869), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, + ACTIONS(1871), 1, anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1873), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1809), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1811), 1, - sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1879), 1, sym_test_operator, - ACTIONS(1815), 1, + ACTIONS(1881), 1, sym__brace_start, - STATE(1080), 1, + ACTIONS(2054), 1, + aux_sym__simple_variable_name_token1, + STATE(960), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1787), 2, + ACTIONS(1851), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1875), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1325), 3, + ACTIONS(2052), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1785), 3, + STATE(449), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1849), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(436), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(748), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56844,7 +58477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(2050), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56852,8 +58485,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -56863,14 +58499,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2752] = 7, + [4546] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1589), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(695), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(2058), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, @@ -56878,7 +58514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(1779), 9, + ACTIONS(2056), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -56888,7 +58524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 38, + ACTIONS(1137), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -56898,7 +58534,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -56927,56 +58562,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [2823] = 23, + [4616] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, - sym__special_character, - ACTIONS(717), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(723), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1589), 1, + ACTIONS(773), 1, + sym__special_character, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1845), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(432), 1, + STATE(446), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(1421), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1833), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1829), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(731), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56986,7 +58621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 20, + ACTIONS(1417), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56994,10 +58629,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -57007,58 +58641,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2926] = 23, + [4718] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, - sym__special_character, - ACTIONS(1793), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1799), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, - anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1811), 1, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(1821), 1, + sym__special_character, + ACTIONS(1825), 1, sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1827), 1, sym_test_operator, - ACTIONS(1815), 1, - sym__brace_start, - ACTIONS(1817), 1, + ACTIONS(2060), 1, aux_sym__simple_variable_name_token1, - STATE(1080), 1, + STATE(1213), 1, aux_sym__literal_repeat1, - STATE(3933), 1, + STATE(4152), 1, sym_subscript, - ACTIONS(1787), 2, + ACTIONS(1357), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1357), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1785), 3, + ACTIONS(1819), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(439), 3, + STATE(442), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(1051), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57068,7 +58699,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1355), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57087,56 +58718,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3029] = 23, + anon_sym_BQUOTE, + [4818] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(43), 1, sym__special_character, - ACTIONS(717), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(723), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(1589), 1, + ACTIONS(1988), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1990), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1992), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1994), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1998), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(2000), 1, sym__bare_dollar, - STATE(432), 1, + STATE(453), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(996), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1177), 1, sym_concatenation, - ACTIONS(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1984), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1986), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1996), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1439), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1982), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57146,7 +58779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 20, + ACTIONS(1437), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57156,8 +58789,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -57167,129 +58798,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3132] = 21, + [4920] = 7, ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym_DOLLAR, - ACTIONS(1829), 1, - sym__special_character, - ACTIONS(1831), 1, - anon_sym_DQUOTE, - ACTIONS(1833), 1, - aux_sym_number_token1, - ACTIONS(1835), 1, - aux_sym_number_token2, - ACTIONS(1837), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, - anon_sym_BQUOTE, - ACTIONS(1843), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1847), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1849), 1, - sym_test_operator, - ACTIONS(1851), 1, - sym__brace_start, - STATE(1038), 1, - aux_sym__literal_repeat1, - ACTIONS(1821), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1845), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(681), 9, - sym_arithmetic_expansion, - sym_brace_expression, + sym_comment, + ACTIONS(1589), 1, + anon_sym_DQUOTE, + STATE(695), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1823), 21, + ACTIONS(2058), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(2056), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 37, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [3230] = 21, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [4990] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1773), 1, anon_sym_DOLLAR, - ACTIONS(1829), 1, - sym__special_character, - ACTIONS(1831), 1, + ACTIONS(1779), 1, anon_sym_DQUOTE, - ACTIONS(1833), 1, + ACTIONS(1782), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(1785), 1, aux_sym_number_token2, - ACTIONS(1837), 1, + ACTIONS(1788), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, + ACTIONS(1791), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, + ACTIONS(1794), 1, anon_sym_BQUOTE, - ACTIONS(1843), 1, + ACTIONS(1797), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1849), 1, - sym_test_operator, - ACTIONS(1851), 1, + ACTIONS(1812), 1, sym__brace_start, - ACTIONS(1857), 1, + ACTIONS(2065), 1, + sym__special_character, + ACTIONS(2068), 1, aux_sym__simple_variable_name_token1, - STATE(1038), 1, + ACTIONS(2071), 1, + sym_variable_name, + ACTIONS(2074), 1, + sym_test_operator, + STATE(1213), 1, aux_sym__literal_repeat1, - ACTIONS(1821), 2, + STATE(4152), 1, + sym_subscript, + ACTIONS(1369), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1770), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1845), 2, + ACTIONS(1800), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(444), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, + ACTIONS(2062), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(461), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1051), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57299,7 +58921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 21, + ACTIONS(1367), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57307,11 +58929,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -57321,22 +58940,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3328] = 7, + [5092] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(1331), 1, anon_sym_DQUOTE, - STATE(762), 1, + STATE(724), 1, sym_string, - ACTIONS(1861), 2, + ACTIONS(2079), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(1859), 9, + ACTIONS(2077), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -57346,22 +58965,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 37, + ACTIONS(1137), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -57384,57 +59002,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [3398] = 23, + [5161] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(411), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(55), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, - anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(451), 1, + ACTIONS(2085), 1, + sym_test_operator, + STATE(479), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1443), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1505), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(2083), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57444,7 +59059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1441), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57463,57 +59078,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3500] = 23, + anon_sym_BQUOTE, + [5260] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(411), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(55), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(455), 1, + ACTIONS(2085), 1, + sym_test_operator, + STATE(472), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1443), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1571), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(2083), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57523,7 +59138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(1441), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57542,22 +59157,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3602] = 7, + [5361] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(2089), 1, anon_sym_DQUOTE, - STATE(762), 1, + STATE(768), 1, sym_string, - ACTIONS(1861), 2, + ACTIONS(2091), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(1859), 9, + ACTIONS(2087), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -57567,22 +59182,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 37, + ACTIONS(1127), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -57605,57 +59219,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [3672] = 23, + [5430] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(1894), 1, anon_sym_DOLLAR, - ACTIONS(1663), 1, + ACTIONS(1900), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(1903), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(1906), 1, aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(1909), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(1912), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(1915), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1918), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1696), 1, + ACTIONS(1927), 1, + sym__bare_dollar, + ACTIONS(1930), 1, sym__brace_start, - ACTIONS(1886), 1, + ACTIONS(2099), 1, sym__special_character, - ACTIONS(1889), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1892), 1, - sym_variable_name, - ACTIONS(1895), 1, + ACTIONS(2102), 1, sym_test_operator, - STATE(1096), 1, + STATE(466), 1, + aux_sym_command_repeat2, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1369), 2, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1456), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1888), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1921), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1883), 3, + ACTIONS(2096), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2093), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(450), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57665,7 +59278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1451), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57684,57 +59297,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3774] = 23, + [5531] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(2109), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(2111), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(2113), 1, + anon_sym_DQUOTE, + ACTIONS(2115), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(2117), 1, aux_sym_number_token2, - ACTIONS(55), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(2119), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(2121), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2123), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(2125), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(2129), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2131), 1, sym_test_operator, - ACTIONS(1881), 1, - sym__bare_dollar, - STATE(455), 1, - aux_sym_command_repeat2, - STATE(965), 1, + ACTIONS(2133), 1, + sym__brace_start, + STATE(1189), 1, aux_sym__literal_repeat1, - STATE(1127), 1, - sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1855), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2107), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(2127), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1581), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + STATE(475), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2105), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(871), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57744,7 +59352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(1853), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57754,6 +59362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -57763,67 +59373,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3876] = 23, + [5628] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, - anon_sym_DOLLAR, - ACTIONS(1910), 1, - sym__special_character, - ACTIONS(1913), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1916), 1, - aux_sym_number_token1, - ACTIONS(1919), 1, - aux_sym_number_token2, - ACTIONS(1922), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, - anon_sym_BQUOTE, - ACTIONS(1931), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1937), 1, + STATE(892), 1, + sym_string, + ACTIONS(2137), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, sym_test_operator, - ACTIONS(1940), 1, sym__bare_dollar, - ACTIONS(1943), 1, sym__brace_start, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + ACTIONS(2135), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 36, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1904), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1934), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1898), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(759), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1419), 19, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -57834,152 +59412,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [3978] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1956), 1, - anon_sym_DOLLAR, - ACTIONS(1959), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(1962), 1, - anon_sym_DQUOTE, - ACTIONS(1965), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(1968), 1, aux_sym_number_token2, - ACTIONS(1971), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1974), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1977), 1, anon_sym_BQUOTE, - ACTIONS(1980), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1986), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1989), 1, - sym_test_operator, - ACTIONS(1992), 1, - sym__brace_start, - STATE(1038), 1, - aux_sym__literal_repeat1, - ACTIONS(1949), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1983), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1946), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(681), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [5697] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1988), 1, + anon_sym_DQUOTE, + STATE(862), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1952), 21, + ACTIONS(2141), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(2139), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 35, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [4076] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(417), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(775), 1, - sym__special_character, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - ACTIONS(2007), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, - sym_test_operator, - ACTIONS(2013), 1, - sym__bare_dollar, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2009), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(759), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [5766] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + STATE(892), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(2137), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(2135), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 36, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -57990,98 +59536,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [4178] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2024), 1, - anon_sym_DOLLAR, - ACTIONS(2027), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(2030), 1, - anon_sym_DQUOTE, - ACTIONS(2033), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(2036), 1, aux_sym_number_token2, - ACTIONS(2039), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2042), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2045), 1, anon_sym_BQUOTE, - ACTIONS(2048), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2054), 1, - sym_test_operator, - ACTIONS(2057), 1, - sym__bare_dollar, - ACTIONS(2060), 1, - sym__brace_start, - STATE(455), 1, - aux_sym_command_repeat2, - STATE(965), 1, - aux_sym__literal_repeat1, - STATE(1127), 1, - sym_concatenation, - ACTIONS(2018), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2021), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2051), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1424), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2015), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(700), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1419), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [4280] = 23, + [5835] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, anon_sym_DOLLAR, + ACTIONS(411), 1, + sym__special_character, ACTIONS(417), 1, aux_sym_number_token1, ACTIONS(419), 1, @@ -58090,43 +59574,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(775), 1, - sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, - sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(461), 1, + ACTIONS(2085), 1, + sym_test_operator, + STATE(466), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(1439), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(2083), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58136,7 +59618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 19, + ACTIONS(1437), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58144,7 +59626,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -58156,11 +59637,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4382] = 23, + [5936] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, anon_sym_DOLLAR, + ACTIONS(411), 1, + sym__special_character, ACTIONS(417), 1, aux_sym_number_token1, ACTIONS(419), 1, @@ -58169,43 +59652,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(775), 1, - sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, - sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(454), 1, + ACTIONS(2085), 1, + sym_test_operator, + STATE(466), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1505), 2, + ACTIONS(1547), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(2083), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58215,7 +59696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1545), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58223,7 +59704,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -58235,68 +59715,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4484] = 23, + [6037] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1988), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, - anon_sym_BQUOTE, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2067), 1, + STATE(862), 1, + sym_string, + ACTIONS(2141), 2, aux_sym__simple_variable_name_token1, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, - sym_test_operator, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1357), 2, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 5, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(2139), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 35, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2063), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(460), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1355), 18, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -58306,73 +59754,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [4586] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(1711), 1, aux_sym_number_token2, - ACTIONS(1713), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, - sym_test_operator, - ACTIONS(2073), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(463), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [6106] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1331), 1, + anon_sym_DQUOTE, + STATE(724), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(2079), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2077), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 36, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58380,8 +59811,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -58389,60 +59823,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [4686] = 23, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6175] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(2109), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(2111), 1, + sym__special_character, + ACTIONS(2113), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(2115), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2117), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(2119), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(2121), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(2123), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(2125), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(2131), 1, sym_test_operator, - ACTIONS(2075), 1, + ACTIONS(2133), 1, + sym__brace_start, + ACTIONS(2143), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1189), 1, aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1325), 2, + ACTIONS(2052), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(2107), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(2127), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + STATE(481), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2105), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(450), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(871), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58452,7 +59894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(2050), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58462,6 +59904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -58471,11 +59915,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4788] = 23, + [6272] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, anon_sym_DOLLAR, + ACTIONS(411), 1, + sym__special_character, ACTIONS(417), 1, aux_sym_number_token1, ACTIONS(419), 1, @@ -58484,43 +59930,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(775), 1, - sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, - sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(452), 1, + ACTIONS(2085), 1, + sym_test_operator, + STATE(480), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(1421), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(2083), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58530,7 +59972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1417), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58538,7 +59980,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -58550,57 +59991,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4890] = 23, + anon_sym_BQUOTE, + [6371] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(411), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(55), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1839), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1847), 1, sym__bare_dollar, - STATE(448), 1, + ACTIONS(2085), 1, + sym_test_operator, + STATE(471), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1421), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1577), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(2083), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58610,7 +60051,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(1417), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58629,65 +60070,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4992] = 22, + [6472] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(2089), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, - sym_test_operator, - ACTIONS(2075), 1, + STATE(768), 1, + sym_string, + ACTIONS(2091), 2, aux_sym__simple_variable_name_token1, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1325), 2, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2087), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 36, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2063), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(450), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1323), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58695,8 +60104,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -58704,10 +60116,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [5092] = 23, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6541] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, @@ -58722,41 +60147,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1847), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2085), 1, sym_test_operator, - STATE(479), 1, + STATE(466), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(1547), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(2083), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58766,7 +60189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(1545), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58785,7 +60208,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5193] = 23, + anon_sym_BQUOTE, + [6640] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(409), 1, @@ -58800,41 +60224,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(437), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1847), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2085), 1, sym_test_operator, - STATE(479), 1, + STATE(466), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1193), 1, sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(1439), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(2083), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(2081), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58844,7 +60266,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(1437), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58863,33 +60285,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5294] = 7, + anon_sym_BQUOTE, + [6739] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(2151), 1, + anon_sym_DOLLAR, + ACTIONS(2154), 1, + sym__special_character, + ACTIONS(2157), 1, anon_sym_DQUOTE, - STATE(812), 1, - sym_string, - ACTIONS(2087), 2, + ACTIONS(2160), 1, + aux_sym_number_token1, + ACTIONS(2163), 1, + aux_sym_number_token2, + ACTIONS(2166), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2169), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2172), 1, + anon_sym_BQUOTE, + ACTIONS(2175), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2181), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2184), 1, sym_test_operator, + ACTIONS(2187), 1, sym__brace_start, - ACTIONS(2083), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 36, + STATE(1189), 1, + aux_sym__literal_repeat1, + ACTIONS(1941), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2148), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2178), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(481), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2145), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(871), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1939), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58897,7 +60349,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -58909,70 +60360,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [5363] = 22, + [6836] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2194), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(2196), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(2198), 1, + anon_sym_DQUOTE, + ACTIONS(2200), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2202), 1, aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2204), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(2206), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2208), 1, + anon_sym_BQUOTE, + ACTIONS(2210), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2214), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2216), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2218), 1, + sym__brace_start, + STATE(1293), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2192), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2212), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(488), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1855), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2190), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(1064), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58982,7 +60418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1853), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59001,23 +60437,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [5462] = 7, + [6932] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2222), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1061), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2224), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2220), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59027,21 +60462,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 36, + ACTIONS(1137), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -59064,14 +60498,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5531] = 7, + [7000] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1557), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(919), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(2228), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, @@ -59079,7 +60513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2093), 9, + ACTIONS(2226), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59089,7 +60523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 36, + ACTIONS(1137), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -59098,7 +60532,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -59126,14 +60559,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5600] = 7, + [7068] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(1557), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(919), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(2228), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, @@ -59141,109 +60574,18 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2083), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [5669] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2101), 1, - anon_sym_DOLLAR, - ACTIONS(2103), 1, - sym__special_character, - ACTIONS(2105), 1, - anon_sym_DQUOTE, - ACTIONS(2107), 1, - aux_sym_number_token1, - ACTIONS(2109), 1, - aux_sym_number_token2, - ACTIONS(2111), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, - anon_sym_BQUOTE, - ACTIONS(2117), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2121), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2123), 1, - sym_test_operator, - ACTIONS(2125), 1, - sym__brace_start, - STATE(1082), 1, - aux_sym__literal_repeat1, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + ACTIONS(2226), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(474), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1853), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59262,24 +60604,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [5766] = 7, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [7136] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1861), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(908), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(2232), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1139), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2093), 9, + ACTIONS(2230), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59289,7 +60644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 36, + ACTIONS(1137), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -59326,65 +60681,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5835] = 22, + [7204] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, - sym_test_operator, - STATE(482), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1505), 2, + STATE(892), 1, + sym_string, + ACTIONS(2137), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(2135), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(820), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1501), 19, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -59394,61 +60719,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [5934] = 21, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [7272] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, + ACTIONS(2194), 1, anon_sym_DOLLAR, - ACTIONS(2103), 1, + ACTIONS(2196), 1, sym__special_character, - ACTIONS(2105), 1, + ACTIONS(2198), 1, anon_sym_DQUOTE, - ACTIONS(2107), 1, + ACTIONS(2200), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(2202), 1, aux_sym_number_token2, - ACTIONS(2111), 1, + ACTIONS(2204), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, + ACTIONS(2206), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, + ACTIONS(2208), 1, anon_sym_BQUOTE, - ACTIONS(2117), 1, + ACTIONS(2210), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2123), 1, + ACTIONS(2216), 1, sym_test_operator, - ACTIONS(2125), 1, + ACTIONS(2218), 1, sym__brace_start, - ACTIONS(2127), 1, + ACTIONS(2234), 1, aux_sym__simple_variable_name_token1, - STATE(1082), 1, + STATE(1293), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + ACTIONS(2192), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, + ACTIONS(2212), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, + STATE(494), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, + ACTIONS(2052), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2190), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(1064), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59458,7 +60798,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 20, + ACTIONS(2050), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59468,8 +60808,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -59479,22 +60817,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6031] = 7, + [7368] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2222), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1061), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2224), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2220), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59504,21 +60842,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 36, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -59541,23 +60878,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6100] = 7, + [7436] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(1861), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(908), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2232), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1135), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(2230), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59567,20 +60902,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1127), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -59603,65 +60939,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6169] = 22, + [7504] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, - sym_test_operator, - STATE(467), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1577), 2, + STATE(892), 1, + sym_string, + ACTIONS(2137), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(2135), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 35, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(820), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1575), 19, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -59671,61 +60977,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [6268] = 21, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [7572] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, + ACTIONS(2242), 1, anon_sym_DOLLAR, - ACTIONS(2142), 1, + ACTIONS(2245), 1, sym__special_character, - ACTIONS(2145), 1, + ACTIONS(2248), 1, anon_sym_DQUOTE, - ACTIONS(2148), 1, + ACTIONS(2251), 1, aux_sym_number_token1, - ACTIONS(2151), 1, + ACTIONS(2254), 1, aux_sym_number_token2, - ACTIONS(2154), 1, + ACTIONS(2257), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2157), 1, + ACTIONS(2260), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2160), 1, + ACTIONS(2263), 1, anon_sym_BQUOTE, - ACTIONS(2163), 1, + ACTIONS(2266), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2169), 1, + ACTIONS(2272), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2172), 1, + ACTIONS(2275), 1, sym_test_operator, - ACTIONS(2175), 1, + ACTIONS(2278), 1, sym__brace_start, - STATE(1082), 1, + STATE(1275), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(1941), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2136), 2, + ACTIONS(2239), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2166), 2, + ACTIONS(2269), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, + STATE(492), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2133), 3, + ACTIONS(2236), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59735,7 +61055,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 20, + ACTIONS(1939), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59743,10 +61063,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -59756,134 +61075,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6365] = 23, - ACTIONS(3), 1, + [7668] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1907), 1, - anon_sym_DOLLAR, - ACTIONS(1913), 1, + ACTIONS(819), 21, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, - ACTIONS(1916), 1, - aux_sym_number_token1, - ACTIONS(1919), 1, - aux_sym_number_token2, - ACTIONS(1922), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, anon_sym_BQUOTE, - ACTIONS(1931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, - sym__brace_start, - ACTIONS(2184), 1, - sym__special_character, - ACTIONS(2187), 1, - sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1934), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2181), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2178), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(820), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1419), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(573), 31, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_do, + anon_sym_if, + anon_sym_then, + anon_sym_fi, + anon_sym_elif, + anon_sym_else, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [6466] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, sym__special_character, - ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, + sym_word, + [7728] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2287), 1, + anon_sym_DOLLAR, + ACTIONS(2290), 1, + sym__special_character, + ACTIONS(2293), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2296), 1, + aux_sym_number_token1, + ACTIONS(2299), 1, + aux_sym_number_token2, + ACTIONS(2302), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2305), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2308), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2311), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2317), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2320), 1, sym_test_operator, - STATE(465), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2323), 1, + sym__brace_start, + STATE(1293), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2284), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2314), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(494), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1941), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2281), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(1064), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59893,7 +61188,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1939), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59912,56 +61207,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6567] = 23, + [7824] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2330), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(2332), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(2334), 1, + anon_sym_DQUOTE, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2340), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2344), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2346), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2350), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2352), 1, sym_test_operator, - STATE(464), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2354), 1, + sym__brace_start, + STATE(1275), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(1855), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2348), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(496), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2326), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59971,7 +61262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(1853), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59979,6 +61270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -59990,54 +61282,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6668] = 22, + [7920] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2330), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(2332), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(2334), 1, + anon_sym_DQUOTE, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2340), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2344), 1, + anon_sym_BQUOTE, + ACTIONS(2346), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2352), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2354), 1, + sym__brace_start, + ACTIONS(2356), 1, + aux_sym__simple_variable_name_token1, + STATE(1275), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(2052), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2348), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(492), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2326), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60047,7 +61337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(2050), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60055,6 +61345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -60066,24 +61357,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [6767] = 7, + [8016] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(2360), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(1205), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2362), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(2358), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60093,10 +61383,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1127), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -60106,7 +61395,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -60129,10 +61417,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6836] = 3, + [8083] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(813), 21, + ACTIONS(2368), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2370), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2366), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -60154,7 +61448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(585), 31, + ACTIONS(2364), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -60162,12 +61456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_while, anon_sym_until, - anon_sym_do, anon_sym_if, - anon_sym_then, - anon_sym_fi, - anon_sym_elif, - anon_sym_else, anon_sym_case, anon_sym_function, anon_sym_BANG, @@ -60186,33 +61475,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [6896] = 7, + [8146] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(2330), 1, + anon_sym_DOLLAR, + ACTIONS(2334), 1, anon_sym_DQUOTE, - STATE(900), 1, - sym_string, - ACTIONS(2192), 2, + ACTIONS(2336), 1, + aux_sym_number_token1, + ACTIONS(2338), 1, + aux_sym_number_token2, + ACTIONS(2340), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2344), 1, + anon_sym_BQUOTE, + ACTIONS(2346), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2354), 1, + sym__brace_start, + ACTIONS(2374), 1, + sym__special_character, + ACTIONS(2376), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2378), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2190), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 35, + STATE(1275), 1, + aux_sym__literal_repeat1, + ACTIONS(1855), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2348), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(501), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2372), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1251), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1853), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60222,8 +61540,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -60231,30 +61547,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [6964] = 7, + [8241] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(1216), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, @@ -60262,7 +61564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2190), 9, + ACTIONS(2380), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60272,7 +61574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1127), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60281,10 +61583,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -60308,33 +61609,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7032] = 7, + [8308] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(2330), 1, + anon_sym_DOLLAR, + ACTIONS(2334), 1, anon_sym_DQUOTE, - STATE(950), 1, - sym_string, - ACTIONS(2198), 2, + ACTIONS(2336), 1, + aux_sym_number_token1, + ACTIONS(2338), 1, + aux_sym_number_token2, + ACTIONS(2340), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2344), 1, + anon_sym_BQUOTE, + ACTIONS(2346), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2354), 1, + sym__brace_start, + ACTIONS(2374), 1, + sym__special_character, + ACTIONS(2378), 1, + sym_test_operator, + ACTIONS(2386), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + STATE(1275), 1, + aux_sym__literal_repeat1, + ACTIONS(2052), 2, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2194), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 35, + aux_sym_heredoc_redirect_token1, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2348), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(510), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2372), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1251), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2050), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60344,8 +61674,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -60353,69 +61681,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, + [8403] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2388), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2390), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2366), 21, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2364), 26, + anon_sym_for, + anon_sym_select, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - [7100] = 21, + [8466] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(2330), 1, anon_sym_DOLLAR, - ACTIONS(2206), 1, - sym__special_character, - ACTIONS(2208), 1, + ACTIONS(2334), 1, anon_sym_DQUOTE, - ACTIONS(2210), 1, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(2214), 1, + ACTIONS(2340), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, - anon_sym_BQUOTE, - ACTIONS(2220), 1, + ACTIONS(2346), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2224), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2226), 1, - sym_test_operator, - ACTIONS(2228), 1, + ACTIONS(2354), 1, sym__brace_start, - STATE(1284), 1, + ACTIONS(2374), 1, + sym__special_character, + ACTIONS(2378), 1, + sym_test_operator, + ACTIONS(2386), 1, + aux_sym__simple_variable_name_token1, + STATE(1275), 1, aux_sym__literal_repeat1, - ACTIONS(2202), 2, + ACTIONS(2052), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, + ACTIONS(2348), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(496), 2, + STATE(510), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1855), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2200), 3, + ACTIONS(2372), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1251), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60425,7 +61794,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 18, + ACTIONS(2050), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60444,22 +61813,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7196] = 7, + anon_sym_BQUOTE, + [8559] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(2113), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(968), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(2394), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1135), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2194), 9, + ACTIONS(2392), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60505,62 +61874,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7264] = 21, + [8626] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(2239), 1, - sym__special_character, - ACTIONS(2242), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, - aux_sym_number_token1, - ACTIONS(2248), 1, - aux_sym_number_token2, - ACTIONS(2251), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, - anon_sym_BQUOTE, - ACTIONS(2260), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2266), 1, + STATE(1216), 1, + sym_string, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, - ACTIONS(2269), 1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(2272), 1, sym__brace_start, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2380), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 34, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(490), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2230), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1060), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1952), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60578,129 +61918,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [7360] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2281), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - ACTIONS(2285), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(2287), 1, aux_sym_number_token2, - ACTIONS(2289), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2299), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2301), 1, - sym_test_operator, - ACTIONS(2303), 1, - sym__brace_start, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(490), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(1060), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1823), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [7456] = 21, + [8693] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2330), 1, anon_sym_DOLLAR, - ACTIONS(2281), 1, - sym__special_character, - ACTIONS(2283), 1, + ACTIONS(2334), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2340), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, - anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2346), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2301), 1, - sym_test_operator, - ACTIONS(2303), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(2305), 1, + ACTIONS(2374), 1, + sym__special_character, + ACTIONS(2378), 1, + sym_test_operator, + ACTIONS(2396), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(1275), 1, aux_sym__literal_repeat1, ACTIONS(1855), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2348), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(491), 2, + STATE(503), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + ACTIONS(2372), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(1251), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60718,7 +61995,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -60730,22 +62006,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7552] = 7, + anon_sym_BQUOTE, + [8786] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1015), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60755,20 +62032,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1137), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -60791,21 +62067,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7620] = 7, + [8853] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(1015), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2307), 9, + ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60815,7 +62092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 36, + ACTIONS(1127), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60824,11 +62101,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -60852,44 +62127,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7688] = 7, + [8920] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1739), 1, + anon_sym_DOLLAR, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(873), 1, - sym_string, - ACTIONS(2309), 2, + ACTIONS(1745), 1, + aux_sym_number_token1, + ACTIONS(1747), 1, + aux_sym_number_token2, + ACTIONS(1749), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1751), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1753), 1, + anon_sym_BQUOTE, + ACTIONS(1755), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(2404), 1, + sym__special_character, + ACTIONS(2406), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, - sym_file_descriptor, + ACTIONS(2408), 1, + sym_variable_name, + ACTIONS(2410), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2307), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 36, + STATE(1213), 1, + aux_sym__literal_repeat1, + STATE(4091), 1, + sym_subscript, + ACTIONS(1357), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1757), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2402), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(512), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1385), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1355), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -60897,69 +62202,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [7756] = 21, + [9019] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(2242), 1, anon_sym_DOLLAR, - ACTIONS(2206), 1, - sym__special_character, - ACTIONS(2208), 1, + ACTIONS(2248), 1, anon_sym_DQUOTE, - ACTIONS(2210), 1, + ACTIONS(2251), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2254), 1, aux_sym_number_token2, - ACTIONS(2214), 1, + ACTIONS(2257), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, + ACTIONS(2260), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, + ACTIONS(2263), 1, anon_sym_BQUOTE, - ACTIONS(2220), 1, + ACTIONS(2266), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2226), 1, - sym_test_operator, - ACTIONS(2228), 1, + ACTIONS(2278), 1, sym__brace_start, - ACTIONS(2311), 1, + ACTIONS(2415), 1, + sym__special_character, + ACTIONS(2418), 1, aux_sym__simple_variable_name_token1, - STATE(1284), 1, + ACTIONS(2421), 1, + sym_test_operator, + STATE(1275), 1, aux_sym__literal_repeat1, - ACTIONS(2202), 2, + ACTIONS(1941), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2239), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, + ACTIONS(2269), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, + STATE(510), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1825), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2200), 3, + ACTIONS(2412), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1251), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60969,7 +62258,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, + ACTIONS(1939), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60988,22 +62277,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7852] = 7, + [9114] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2113), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(968), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2394), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1139), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2392), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61016,7 +62304,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1137), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61025,8 +62312,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -61049,53 +62337,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7920] = 21, + [9181] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(2322), 1, - sym__special_character, - ACTIONS(2325), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - ACTIONS(2328), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(2331), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(2334), 1, + ACTIONS(1749), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2337), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2340), 1, + ACTIONS(1753), 1, anon_sym_BQUOTE, - ACTIONS(2343), 1, + ACTIONS(1755), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2349), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2352), 1, - sym_test_operator, - ACTIONS(2355), 1, + ACTIONS(1765), 1, sym__brace_start, - STATE(1284), 1, + ACTIONS(2404), 1, + sym__special_character, + ACTIONS(2408), 1, + sym_variable_name, + ACTIONS(2410), 1, + sym_test_operator, + ACTIONS(2424), 1, + aux_sym__simple_variable_name_token1, + STATE(1213), 1, aux_sym__literal_repeat1, - ACTIONS(2316), 2, + STATE(4091), 1, + sym_subscript, + ACTIONS(1325), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1737), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2346), 2, + ACTIONS(1757), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1954), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2313), 3, + ACTIONS(2402), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(513), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1385), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61105,8 +62397,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 18, - anon_sym_SEMI, + ACTIONS(1323), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61114,7 +62405,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -61123,44 +62413,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [8016] = 7, + [9280] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1773), 1, + anon_sym_DOLLAR, + ACTIONS(1779), 1, anon_sym_DQUOTE, - STATE(1196), 1, - sym_string, - ACTIONS(2362), 2, + ACTIONS(1782), 1, + aux_sym_number_token1, + ACTIONS(1785), 1, + aux_sym_number_token2, + ACTIONS(1788), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1791), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1794), 1, + anon_sym_BQUOTE, + ACTIONS(1797), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1812), 1, + sym__brace_start, + ACTIONS(2429), 1, + sym__special_character, + ACTIONS(2432), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, + ACTIONS(2435), 1, sym_variable_name, + ACTIONS(2438), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 34, + STATE(1213), 1, + aux_sym__literal_repeat1, + STATE(4091), 1, + sym_subscript, + ACTIONS(1369), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1770), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1800), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2426), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(513), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1385), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1367), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -61168,37 +62488,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [8083] = 7, + [9379] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2360), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1205), 1, sym_string, ACTIONS(2362), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1139), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, ACTIONS(2358), 9, anon_sym_DASH, anon_sym_STAR, @@ -61209,7 +62515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61218,7 +62524,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -61244,96 +62549,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8150] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(2242), 1, - anon_sym_DQUOTE, - ACTIONS(2245), 1, - aux_sym_number_token1, - ACTIONS(2248), 1, - aux_sym_number_token2, - ACTIONS(2251), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, - anon_sym_BQUOTE, - ACTIONS(2260), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2272), 1, - sym__brace_start, - ACTIONS(2367), 1, - sym__special_character, - ACTIONS(2370), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2373), 1, - sym_test_operator, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(501), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2364), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1177), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1952), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [8245] = 7, + [9446] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1615), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(973), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2443), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ts_builtin_sym_end, + ACTIONS(2441), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61343,7 +62575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1127), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61352,7 +62584,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -61378,16 +62609,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8312] = 5, + [9513] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(2384), 2, - anon_sym_esac, + ACTIONS(2388), 1, anon_sym_SEMI_SEMI, - ACTIONS(2386), 2, + ACTIONS(2390), 3, + anon_sym_RPAREN, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + ACTIONS(2366), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -61409,7 +62640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, + ACTIONS(2364), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -61436,22 +62667,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [8375] = 7, + [9576] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1615), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(973), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2443), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1139), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ts_builtin_sym_end, + ACTIONS(2441), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61461,7 +62693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 34, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61470,7 +62702,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -61496,98 +62727,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8442] = 23, - ACTIONS(3), 1, + [9643] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, - anon_sym_BQUOTE, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2390), 1, - sym__special_character, - ACTIONS(2392), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2394), 1, + ACTIONS(2368), 1, + anon_sym_SEMI_SEMI, + ACTIONS(2370), 3, + anon_sym_RPAREN, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2366), 21, + sym_file_descriptor, sym_variable_name, - ACTIONS(2396), 1, sym_test_operator, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - sym_word, - STATE(509), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1326), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1355), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2364), 26, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [8541] = 7, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [9706] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(957), 1, + STATE(1015), 1, sym_string, ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1139), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, @@ -61632,21 +62844,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8608] = 7, + [9772] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - STATE(972), 1, + STATE(1216), 1, sym_string, - ACTIONS(2404), 2, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2402), 9, + ACTIONS(2380), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61656,7 +62869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61667,8 +62880,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -61692,35 +62903,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8675] = 7, - ACTIONS(3), 1, + [9838] = 33, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(63), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(411), 1, + sym__special_character, + ACTIONS(413), 1, anon_sym_DQUOTE, - STATE(957), 1, - sym_string, - ACTIONS(2400), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, - sym_file_descriptor, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(421), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(433), 1, sym_variable_name, + ACTIONS(435), 1, sym_test_operator, + ACTIONS(437), 1, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2398), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2445), 1, + sym_word, + STATE(476), 1, + sym_command_name, + STATE(911), 1, + aux_sym_command_repeat1, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(1494), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(2815), 1, + sym_command, + STATE(4155), 1, + sym_subscript, + ACTIONS(389), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(415), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(429), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2814), 2, + sym_subshell, + sym_test_command, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(803), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [9956] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(409), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 33, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(961), 1, + sym__special_character, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + ACTIONS(1837), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1839), 1, + anon_sym_BQUOTE, + ACTIONS(1841), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1847), 1, + sym__bare_dollar, + ACTIONS(2451), 1, + sym_test_operator, + STATE(524), 1, + aux_sym_command_repeat2, + STATE(990), 1, + aux_sym__literal_repeat1, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1547), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1843), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2449), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2447), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1285), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1545), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61728,7 +63055,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -61736,73 +63062,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + [10054] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(417), 1, aux_sym_number_token1, + ACTIONS(419), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(961), 1, + sym__special_character, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + ACTIONS(1837), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1839), 1, anon_sym_BQUOTE, + ACTIONS(1841), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1847), 1, + sym__bare_dollar, + ACTIONS(2451), 1, + sym_test_operator, + STATE(539), 1, + aux_sym_command_repeat2, + STATE(990), 1, + aux_sym__literal_repeat1, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1421), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1831), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2449), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2447), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [8742] = 23, + STATE(1285), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1417), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [10152] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1894), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1900), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1903), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1906), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1909), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1912), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1915), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1918), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(1927), 1, + sym__bare_dollar, + ACTIONS(1930), 1, sym__brace_start, - ACTIONS(2390), 1, + ACTIONS(2459), 1, sym__special_character, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, + ACTIONS(2462), 1, sym_test_operator, - ACTIONS(2406), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(524), 1, + aux_sym_command_repeat2, + STATE(990), 1, aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1325), 2, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1456), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1888), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1921), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + ACTIONS(2456), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2453), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(519), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1326), 9, + STATE(1285), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61812,7 +63197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 15, + ACTIONS(1451), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61828,21 +63213,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [8841] = 7, + [10250] = 33, + ACTIONS(63), 1, + sym_comment, + ACTIONS(262), 1, + anon_sym_LBRACK, + ACTIONS(266), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(300), 1, + sym_variable_name, + ACTIONS(979), 1, + anon_sym_LPAREN, + ACTIONS(983), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + sym__special_character, + ACTIONS(987), 1, + anon_sym_DQUOTE, + ACTIONS(991), 1, + aux_sym_number_token1, + ACTIONS(993), 1, + aux_sym_number_token2, + ACTIONS(995), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_BQUOTE, + ACTIONS(1001), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2465), 1, + sym_word, + STATE(555), 1, + sym_command_name, + STATE(896), 1, + aux_sym_command_repeat1, + STATE(1597), 1, + aux_sym__literal_repeat1, + STATE(1696), 1, + sym_concatenation, + STATE(1911), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(3266), 1, + sym_command, + STATE(4075), 1, + sym_subscript, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(989), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1003), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3301), 2, + sym_subshell, + sym_test_command, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1367), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [10368] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2467), 1, + sym_word, + ACTIONS(2471), 1, + anon_sym_DOLLAR, + ACTIONS(2473), 1, + sym__special_character, + ACTIONS(2475), 1, + anon_sym_DQUOTE, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2483), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2487), 1, + anon_sym_BQUOTE, + ACTIONS(2489), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2493), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2495), 1, + sym_variable_name, + ACTIONS(2497), 1, + sym_test_operator, + ACTIONS(2499), 1, + sym__brace_start, + STATE(1646), 1, + aux_sym__literal_repeat1, + STATE(4123), 1, + sym_subscript, + ACTIONS(2469), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2477), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2491), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(537), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + ACTIONS(1355), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1514), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1357), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [10468] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - STATE(972), 1, + STATE(1216), 1, sym_string, - ACTIONS(2404), 2, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2402), 9, + ACTIONS(2380), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61852,7 +63399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1127), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61863,8 +63410,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -61888,52 +63433,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8908] = 21, - ACTIONS(3), 1, + [10534] = 33, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(63), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(121), 1, + sym_variable_name, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(2410), 1, + ACTIONS(773), 1, sym__special_character, - ACTIONS(2412), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2414), 1, + ACTIONS(777), 1, sym_test_operator, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(1307), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2501), 1, + sym_word, + STATE(457), 1, + sym_command_name, + STATE(772), 1, + aux_sym_command_repeat1, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(1307), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(2815), 1, + sym_command, + STATE(4148), 1, + sym_subscript, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(775), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - STATE(1177), 9, + STATE(2814), 2, + sym_subshell, + sym_test_command, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(750), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61943,129 +63518,158 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [9003] = 5, + [10652] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(2384), 1, - anon_sym_SEMI_SEMI, - ACTIONS(2386), 3, - anon_sym_RPAREN, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, - sym_file_descriptor, + ACTIONS(2503), 1, + sym_word, + ACTIONS(2509), 1, + anon_sym_DOLLAR, + ACTIONS(2512), 1, + sym__special_character, + ACTIONS(2515), 1, + anon_sym_DQUOTE, + ACTIONS(2521), 1, + aux_sym_number_token1, + ACTIONS(2524), 1, + aux_sym_number_token2, + ACTIONS(2527), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2530), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2533), 1, + anon_sym_BQUOTE, + ACTIONS(2536), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2542), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2545), 1, sym_variable_name, + ACTIONS(2548), 1, sym_test_operator, + ACTIONS(2551), 1, sym__brace_start, + STATE(1646), 1, + aux_sym__literal_repeat1, + STATE(4123), 1, + sym_subscript, + ACTIONS(2506), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, + ACTIONS(2518), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(2539), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, + STATE(529), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + ACTIONS(1367), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1514), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1369), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [10752] = 33, + ACTIONS(63), 1, + sym_comment, + ACTIONS(461), 1, anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, + ACTIONS(483), 1, anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, + ACTIONS(485), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(709), 1, anon_sym_DOLLAR, + ACTIONS(711), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [9066] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(2410), 1, - sym__special_character, - ACTIONS(2414), 1, + ACTIONS(733), 1, + sym_variable_name, + ACTIONS(735), 1, sym_test_operator, - ACTIONS(2416), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(737), 1, + sym__brace_start, + ACTIONS(1307), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2554), 1, + sym_word, + STATE(429), 1, + sym_command_name, + STATE(841), 1, + aux_sym_command_repeat1, + STATE(842), 1, + aux_sym__literal_repeat1, + STATE(1052), 1, + sym_concatenation, + STATE(1259), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(2869), 1, + sym_command, + STATE(4061), 1, + sym_subscript, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(511), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(715), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - STATE(1177), 9, + ACTIONS(729), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2870), 2, + sym_subshell, + sym_test_command, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(647), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62075,7 +63679,33 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 18, + [10870] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2198), 1, + anon_sym_DQUOTE, + STATE(1142), 1, + sym_string, + ACTIONS(2558), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(2556), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 33, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62092,83 +63722,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [9161] = 5, - ACTIONS(63), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [10936] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 2, - anon_sym_esac, - anon_sym_SEMI_SEMI, - ACTIONS(2420), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + ACTIONS(2198), 1, + anon_sym_DQUOTE, + STATE(1142), 1, + sym_string, + ACTIONS(2558), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + ACTIONS(2556), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, + sym__special_character, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, sym_word, - [9224] = 7, + [11002] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(2334), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1114), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2562), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1139), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2560), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62178,7 +63821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1137), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62187,6 +63830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -62212,50 +63856,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9291] = 20, - ACTIONS(3), 1, + [11068] = 33, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(63), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(411), 1, + sym__special_character, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2295), 1, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(433), 1, + sym_variable_name, + ACTIONS(435), 1, + sym_test_operator, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(2410), 1, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2445), 1, + sym_word, + STATE(477), 1, + sym_command_name, + STATE(808), 1, + aux_sym_command_repeat1, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(1307), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(2815), 1, + sym_command, + STATE(4155), 1, + sym_subscript, + ACTIONS(389), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(415), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(429), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2814), 2, + sym_subshell, + sym_test_command, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(803), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [11186] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(961), 1, sym__special_character, - ACTIONS(2414), 1, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + ACTIONS(1837), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1839), 1, + anon_sym_BQUOTE, + ACTIONS(1841), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1847), 1, + sym__bare_dollar, + ACTIONS(2451), 1, sym_test_operator, - ACTIONS(2428), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(522), 1, + aux_sym_command_repeat2, + STATE(990), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1443), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(518), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(2449), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2447), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1285), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62265,8 +64000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 19, - anon_sym_SEMI, + ACTIONS(1441), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62274,7 +64008,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -62283,25 +64016,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [9384] = 7, + [11284] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1015), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1135), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62311,7 +64041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1127), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62345,50 +64075,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9451] = 20, - ACTIONS(3), 1, + [11350] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2467), 1, + sym_word, + ACTIONS(2471), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2473), 1, + sym__special_character, + ACTIONS(2475), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2295), 1, + ACTIONS(2487), 1, + anon_sym_BQUOTE, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2495), 1, + sym_variable_name, + ACTIONS(2497), 1, + sym_test_operator, + ACTIONS(2499), 1, sym__brace_start, - ACTIONS(2410), 1, - sym__special_character, - ACTIONS(2412), 1, + ACTIONS(2564), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2414), 1, - sym_test_operator, - STATE(1285), 1, + STATE(1646), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + STATE(4123), 1, + sym_subscript, + ACTIONS(2469), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2477), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(529), 3, + sym_variable_assignment, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1177), 9, + aux_sym_declaration_command_repeat1, + ACTIONS(1323), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1514), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62398,77 +64139,153 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, - anon_sym_SEMI, + ACTIONS(1325), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [9544] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1657), 1, + [11450] = 33, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(41), 1, anon_sym_DOLLAR, - ACTIONS(1663), 1, + ACTIONS(43), 1, + sym__special_character, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1696), 1, - sym__brace_start, - ACTIONS(2433), 1, - sym__special_character, - ACTIONS(2436), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2439), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(67), 1, sym_variable_name, - ACTIONS(2442), 1, + ACTIONS(69), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(71), 1, + sym__brace_start, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2566), 1, + sym_word, + STATE(450), 1, + sym_command_name, + STATE(918), 1, + aux_sym_command_repeat1, + STATE(945), 1, aux_sym__literal_repeat1, - STATE(3950), 1, + STATE(1242), 1, + sym_concatenation, + STATE(1352), 1, + sym_variable_assignment, + STATE(2395), 1, + sym_file_redirect, + STATE(2815), 1, + sym_command, + STATE(4108), 1, sym_subscript, - ACTIONS(1369), 2, + ACTIONS(13), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(47), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(61), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2814), 2, + sym_subshell, + sym_test_command, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(674), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [11568] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(961), 1, + sym__special_character, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + ACTIONS(1837), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1839), 1, + anon_sym_BQUOTE, + ACTIONS(1841), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1847), 1, + sym__bare_dollar, + ACTIONS(2451), 1, + sym_test_operator, + STATE(524), 1, + aux_sym_command_repeat2, + STATE(990), 1, + aux_sym__literal_repeat1, + STATE(1193), 1, + sym_concatenation, + ACTIONS(1439), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1843), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2430), 3, + ACTIONS(2449), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2447), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(519), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1326), 9, + STATE(1285), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62478,7 +64295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 15, + ACTIONS(1437), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62494,65 +64311,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [9643] = 5, - ACTIONS(63), 1, + [11666] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_SEMI_SEMI, - ACTIONS(2420), 3, - anon_sym_RPAREN, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + ACTIONS(2334), 1, + anon_sym_DQUOTE, + STATE(1114), 1, + sym_string, + ACTIONS(2562), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ACTIONS(2560), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 34, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, + sym__special_character, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, sym_word, - [9706] = 33, + [11732] = 33, ACTIONS(19), 1, anon_sym_LPAREN, ACTIONS(33), 1, @@ -62563,8 +64381,6 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, ACTIONS(413), 1, anon_sym_DQUOTE, ACTIONS(417), 1, @@ -62579,42 +64395,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(433), 1, - sym_variable_name, - ACTIONS(435), 1, - sym_test_operator, ACTIONS(437), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(961), 1, + sym__special_character, + ACTIONS(967), 1, + sym_variable_name, + ACTIONS(969), 1, + sym_test_operator, + ACTIONS(1307), 1, sym_file_descriptor, - ACTIONS(2445), 1, + ACTIONS(2568), 1, sym_word, - STATE(481), 1, + STATE(523), 1, sym_command_name, - STATE(814), 1, + STATE(826), 1, aux_sym_command_repeat1, - STATE(1044), 1, + STATE(939), 1, aux_sym__literal_repeat1, - STATE(1134), 1, + STATE(1246), 1, sym_concatenation, - STATE(1391), 1, + STATE(1307), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2395), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2815), 1, sym_command, - STATE(3995), 1, + STATE(4077), 1, sym_subscript, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, + ACTIONS(963), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2814), 2, sym_subshell, sym_test_command, ACTIONS(1305), 3, @@ -62627,7 +64445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(809), 9, + STATE(1278), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62637,69 +64455,69 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [9824] = 33, - ACTIONS(19), 1, + [11850] = 33, + ACTIONS(63), 1, + sym_comment, + ACTIONS(461), 1, anon_sym_LPAREN, - ACTIONS(33), 1, + ACTIONS(483), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(493), 1, sym__special_character, - ACTIONS(45), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(67), 1, + ACTIONS(515), 1, sym_variable_name, - ACTIONS(69), 1, + ACTIONS(517), 1, sym_test_operator, - ACTIONS(71), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(1307), 1, sym_file_descriptor, - ACTIONS(2447), 1, + ACTIONS(2570), 1, sym_word, - STATE(462), 1, + STATE(421), 1, sym_command_name, - STATE(865), 1, - aux_sym_command_repeat1, - STATE(930), 1, + STATE(733), 1, aux_sym__literal_repeat1, - STATE(1159), 1, + STATE(811), 1, + aux_sym_command_repeat1, + STATE(812), 1, sym_concatenation, - STATE(1371), 1, + STATE(1173), 1, sym_variable_assignment, - STATE(2409), 1, + STATE(2395), 1, sym_file_redirect, - STATE(2768), 1, + STATE(2869), 1, sym_command, - STATE(3947), 1, + STATE(4097), 1, sym_subscript, - ACTIONS(13), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(47), 2, + ACTIONS(497), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(61), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, + STATE(2870), 2, sym_subshell, sym_test_command, ACTIONS(1305), 3, @@ -62712,7 +64530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(720), 9, + STATE(603), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62722,21 +64540,21 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [9942] = 7, + [11968] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2334), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1114), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2562), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2560), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62746,7 +64564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1137), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62755,7 +64573,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -62781,22 +64598,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10008] = 7, + [12033] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(2334), 1, anon_sym_DQUOTE, - STATE(1215), 1, + STATE(1114), 1, sym_string, - ACTIONS(2455), 2, + ACTIONS(2562), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1135), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2453), 9, + ACTIONS(2560), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62840,54 +64656,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10074] = 7, - ACTIONS(3), 1, + [12098] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(983), 1, + anon_sym_DOLLAR, + ACTIONS(987), 1, anon_sym_DQUOTE, - STATE(985), 1, + ACTIONS(991), 1, + aux_sym_number_token1, + ACTIONS(993), 1, + aux_sym_number_token2, + ACTIONS(995), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_BQUOTE, + ACTIONS(1001), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2572), 1, + sym_word, + ACTIONS(2576), 1, + sym__special_character, + ACTIONS(2580), 1, + sym_test_operator, + ACTIONS(2582), 1, + sym__bare_dollar, + STATE(546), 1, + aux_sym_command_repeat2, + STATE(1633), 1, + aux_sym__literal_repeat1, + STATE(1662), 1, + sym_concatenation, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1003), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2574), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2578), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1437), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1350), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2378), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1439), 11, sym_file_descriptor, - sym_variable_name, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [12197] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2584), 1, + sym_word, + ACTIONS(2593), 1, + anon_sym_DOLLAR, + ACTIONS(2596), 1, + sym__special_character, + ACTIONS(2599), 1, + anon_sym_DQUOTE, + ACTIONS(2605), 1, + aux_sym_number_token1, + ACTIONS(2608), 1, + aux_sym_number_token2, + ACTIONS(2611), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2614), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2617), 1, + anon_sym_BQUOTE, + ACTIONS(2620), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2626), 1, sym_test_operator, + ACTIONS(2629), 1, + sym__bare_dollar, + ACTIONS(2632), 1, sym__brace_start, - ACTIONS(2376), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 33, + STATE(546), 1, + aux_sym_command_repeat2, + STATE(1633), 1, + aux_sym__literal_repeat1, + STATE(1662), 1, + sym_concatenation, + ACTIONS(2587), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2590), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2602), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2623), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1451), 5, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + STATE(1350), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1456), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, + [12296] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2641), 1, + sym_variable_name, + STATE(4073), 1, + sym_subscript, + ACTIONS(2639), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 2, + sym_test_operator, + sym__brace_start, + STATE(2464), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2466), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -62899,22 +64844,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10140] = 7, + ACTIONS(2637), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [12365] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(892), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2137), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(2135), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62924,9 +64891,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1137), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62934,8 +64901,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -62944,7 +64911,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, sym_raw_string, @@ -62958,98 +64924,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10206] = 24, - ACTIONS(63), 1, + [12430] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - sym_word, - ACTIONS(2461), 1, + ACTIONS(2641), 1, + sym_variable_name, + ACTIONS(2656), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2658), 1, + anon_sym_LT_LT_LT, + STATE(4073), 1, + sym_subscript, + ACTIONS(2646), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2648), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2654), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2464), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2652), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2466), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(2463), 1, sym__special_character, - ACTIONS(2465), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(2471), 1, aux_sym_number_token2, - ACTIONS(2473), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2483), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2485), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [12509] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2641), 1, sym_variable_name, - ACTIONS(2487), 1, + ACTIONS(2658), 1, + anon_sym_LT_LT_LT, + ACTIONS(2662), 1, + aux_sym_heredoc_redirect_token1, + STATE(4073), 1, + sym_subscript, + ACTIONS(2648), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2654), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2660), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2464), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, sym_test_operator, - ACTIONS(2489), 1, sym__brace_start, - STATE(1714), 1, - aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2459), 2, + ACTIONS(2368), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2466), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(529), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1323), 5, - anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1422), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1325), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [10306] = 7, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [12588] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1835), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(892), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2137), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2135), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63059,9 +65079,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1127), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63069,8 +65089,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -63079,7 +65099,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, sym_raw_string, @@ -63093,61 +65112,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10372] = 24, + [12653] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(2491), 1, - sym_word, - ACTIONS(2497), 1, + ACTIONS(983), 1, anon_sym_DOLLAR, - ACTIONS(2500), 1, - sym__special_character, - ACTIONS(2503), 1, + ACTIONS(987), 1, anon_sym_DQUOTE, - ACTIONS(2509), 1, + ACTIONS(991), 1, aux_sym_number_token1, - ACTIONS(2512), 1, + ACTIONS(993), 1, aux_sym_number_token2, - ACTIONS(2515), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2518), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2521), 1, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(2524), 1, + ACTIONS(1001), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2530), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2533), 1, - sym_variable_name, - ACTIONS(2536), 1, - sym_test_operator, - ACTIONS(2539), 1, + ACTIONS(1009), 1, sym__brace_start, - STATE(1714), 1, + ACTIONS(2572), 1, + sym_word, + ACTIONS(2576), 1, + sym__special_character, + ACTIONS(2580), 1, + sym_test_operator, + ACTIONS(2582), 1, + sym__bare_dollar, + STATE(546), 1, + aux_sym_command_repeat2, + STATE(1633), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2494), 2, + STATE(1662), 1, + sym_concatenation, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2506), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2527), 2, + ACTIONS(1003), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(529), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1367), 5, + ACTIONS(2574), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2578), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1545), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1422), 9, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63157,7 +65175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1369), 11, + ACTIONS(1547), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -63169,56 +65187,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10472] = 23, - ACTIONS(3), 1, + [12752] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(983), 1, anon_sym_DOLLAR, - ACTIONS(417), 1, + ACTIONS(987), 1, + anon_sym_DQUOTE, + ACTIONS(991), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(993), 1, aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1001), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2572), 1, + sym_word, + ACTIONS(2576), 1, + sym__special_character, + ACTIONS(2580), 1, sym_test_operator, - STATE(532), 1, + ACTIONS(2582), 1, + sym__bare_dollar, + STATE(552), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1633), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1662), 1, sym_concatenation, - ACTIONS(1577), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1003), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, + ACTIONS(2574), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + ACTIONS(2578), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - STATE(1283), 9, + ACTIONS(1441), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63228,72 +65250,133 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 15, + ACTIONS(1443), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10570] = 23, + [12851] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2641), 1, + sym_variable_name, + ACTIONS(2666), 1, + aux_sym_heredoc_redirect_token1, + STATE(4073), 1, + sym_subscript, + ACTIONS(2654), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2464), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2466), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 11, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(417), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [12922] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(983), 1, + anon_sym_DOLLAR, + ACTIONS(987), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(991), 1, + aux_sym_number_token1, + ACTIONS(993), 1, + aux_sym_number_token2, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1001), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2572), 1, + sym_word, + ACTIONS(2576), 1, + sym__special_character, + ACTIONS(2580), 1, sym_test_operator, - STATE(534), 1, + ACTIONS(2582), 1, + sym__bare_dollar, + STATE(545), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1633), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1662), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1003), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, + ACTIONS(2574), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + ACTIONS(2578), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - STATE(1283), 9, + ACTIONS(1417), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63303,232 +65386,249 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 15, + ACTIONS(1421), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10668] = 23, + [13021] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, + ACTIONS(2674), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2676), 1, + anon_sym_LT_LT_LT, + ACTIONS(2678), 1, + sym_variable_name, + STATE(4058), 1, + sym_subscript, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2668), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2670), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2672), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2481), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2368), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, sym__brace_start, - ACTIONS(1017), 1, + STATE(2482), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, - ACTIONS(2001), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - ACTIONS(2007), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, - sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(1283), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1569), 15, + [13099] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + anon_sym_LT_LT_LT, + ACTIONS(2678), 1, + sym_variable_name, + ACTIONS(2683), 1, + aux_sym_heredoc_redirect_token1, + STATE(4058), 1, + sym_subscript, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2670), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(2672), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2681), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2481), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2652), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2482), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [10766] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(413), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(417), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(1023), 1, - sym_variable_name, - ACTIONS(1025), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2548), 1, - sym_word, - STATE(530), 1, - sym_command_name, - STATE(877), 1, - aux_sym_command_repeat1, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1391), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3972), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1019), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + sym_word, + [13177] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2685), 1, + anon_sym_LPAREN, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(578), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1147), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1278), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [10884] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(417), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [13241] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2330), 1, + anon_sym_DOLLAR, + ACTIONS(2334), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2336), 1, + aux_sym_number_token1, + ACTIONS(2338), 1, + aux_sym_number_token2, + ACTIONS(2340), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2344), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2346), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2354), 1, + sym__brace_start, + ACTIONS(2693), 1, + sym__special_character, + ACTIONS(2695), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2697), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1275), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(2052), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2348), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + STATE(564), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2691), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1471), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63538,7 +65638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 15, + ACTIONS(2050), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63554,192 +65654,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10982] = 33, - ACTIONS(63), 1, + [13333] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(300), 1, + ACTIONS(2666), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2678), 1, sym_variable_name, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(977), 1, - sym__special_character, - ACTIONS(979), 1, - anon_sym_DQUOTE, - ACTIONS(983), 1, - aux_sym_number_token1, - ACTIONS(985), 1, - aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, + STATE(4058), 1, + sym_subscript, + ACTIONS(2672), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2481), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, sym_test_operator, - ACTIONS(1001), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2550), 1, - sym_word, - STATE(546), 1, - sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1547), 1, - aux_sym__literal_repeat1, - STATE(1749), 1, - sym_concatenation, - STATE(1870), 1, - sym_variable_assignment, - STATE(2409), 1, + STATE(2482), 4, sym_file_redirect, - STATE(3199), 1, - sym_command, - STATE(3974), 1, - sym_subscript, - ACTIONS(965), 2, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3188), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1330), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [11100] = 33, - ACTIONS(63), 1, - sym_comment, - ACTIONS(461), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - anon_sym_LBRACK, - ACTIONS(485), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(491), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(493), 1, sym__special_character, - ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(515), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [13403] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2370), 1, + ts_builtin_sym_end, + ACTIONS(2366), 21, + sym_file_descriptor, sym_variable_name, - ACTIONS(517), 1, sym_test_operator, - ACTIONS(519), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2552), 1, - sym_word, - STATE(429), 1, - sym_command_name, - STATE(707), 1, - aux_sym__literal_repeat1, - STATE(830), 1, - sym_concatenation, - STATE(837), 1, - aux_sym_command_repeat1, - STATE(1104), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2806), 1, - sym_command, - STATE(4022), 1, - sym_subscript, - ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(511), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2764), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + ACTIONS(2364), 26, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(586), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [11218] = 7, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [13461] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(2701), 1, anon_sym_DQUOTE, - STATE(1215), 1, + STATE(1516), 1, sym_string, - ACTIONS(2455), 2, + ACTIONS(2703), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2453), 9, + ACTIONS(2699), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63749,9 +65793,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1137), 31, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63759,17 +65803,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, sym_raw_string, @@ -63783,61 +65825,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [11284] = 24, + [13525] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2457), 1, - sym_word, - ACTIONS(2461), 1, + ACTIONS(819), 21, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(573), 27, + anon_sym_for, + anon_sym_select, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_done, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(2463), 1, sym__special_character, - ACTIONS(2465), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [13581] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2242), 1, + anon_sym_DOLLAR, + ACTIONS(2248), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2251), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2254), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(2257), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2260), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(2263), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(2266), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2485), 1, - sym_variable_name, - ACTIONS(2487), 1, - sym_test_operator, - ACTIONS(2489), 1, + ACTIONS(2278), 1, sym__brace_start, - ACTIONS(2554), 1, + ACTIONS(2708), 1, + sym__special_character, + ACTIONS(2711), 1, aux_sym__simple_variable_name_token1, - STATE(1714), 1, + ACTIONS(2714), 1, + sym_test_operator, + STATE(1275), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2459), 2, + ACTIONS(1941), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2239), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2481), 2, + ACTIONS(2269), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(527), 3, - sym_variable_assignment, + STATE(564), 2, sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1355), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1422), 9, + aux_sym_unset_command_repeat1, + ACTIONS(2705), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1471), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63847,33 +65933,38 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1357), 11, - sym_file_descriptor, + ACTIONS(1939), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [11384] = 7, + [13673] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2701), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1516), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2703), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1135), 4, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2699), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63883,28 +65974,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 34, + ACTIONS(1127), 31, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, sym_raw_string, @@ -63918,66 +66006,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [11450] = 23, - ACTIONS(3), 1, + [13737] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1907), 1, - anon_sym_DOLLAR, - ACTIONS(1913), 1, + ACTIONS(819), 22, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, - ACTIONS(1916), 1, - aux_sym_number_token1, - ACTIONS(1919), 1, - aux_sym_number_token2, - ACTIONS(1922), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, anon_sym_BQUOTE, - ACTIONS(1931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, - sym__brace_start, - ACTIONS(2562), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(573), 26, + anon_sym_for, + anon_sym_select, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, + anon_sym_AMP_GT, + anon_sym_DOLLAR, sym__special_character, - ACTIONS(2565), 1, - sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [13793] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2678), 1, + sym_variable_name, + STATE(4058), 1, + sym_subscript, + ACTIONS(2639), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + ACTIONS(2644), 2, + sym_test_operator, + sym__brace_start, + STATE(2481), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2482), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1934), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2559), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2556), 3, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - STATE(1283), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1419), 15, + ACTIONS(2637), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63985,6 +66106,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -63993,82 +66117,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [11548] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, + anon_sym_AMP, + [13861] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(121), 1, + ACTIONS(2390), 1, + ts_builtin_sym_end, + ACTIONS(2366), 21, + sym_file_descriptor, sym_variable_name, - ACTIONS(409), 1, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2364), 26, + anon_sym_for, + anon_sym_select, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(413), 1, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [13919] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2330), 1, + anon_sym_DOLLAR, + ACTIONS(2334), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(2340), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(2344), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(2346), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(775), 1, + ACTIONS(2693), 1, sym__special_character, - ACTIONS(779), 1, + ACTIONS(2697), 1, sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2568), 1, - sym_word, - STATE(456), 1, - sym_command_name, - STATE(808), 1, - aux_sym_command_repeat1, - STATE(1044), 1, + ACTIONS(2717), 1, + aux_sym__simple_variable_name_token1, + STATE(1275), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1391), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3939), 1, - sym_subscript, - ACTIONS(389), 2, + ACTIONS(1855), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2328), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(2348), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(777), 2, + STATE(559), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2691), 3, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(718), 9, + sym_word, + STATE(1471), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64078,54 +66227,66 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11666] = 7, + ACTIONS(1853), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [14011] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, - anon_sym_DQUOTE, - STATE(1196), 1, - sym_string, - ACTIONS(2362), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(578), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2721), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 33, + aux_sym_heredoc_redirect_token1, + ACTIONS(2719), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -64137,372 +66298,330 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [11732] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + [14072] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(433), 1, + ACTIONS(2723), 1, sym_variable_name, - ACTIONS(435), 1, + STATE(4147), 1, + sym_subscript, + ACTIONS(2639), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 2, sym_test_operator, - ACTIONS(437), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - STATE(477), 1, - sym_command_name, - STATE(899), 1, - aux_sym_command_repeat1, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1500), 1, + STATE(2617), 2, sym_variable_assignment, - STATE(2409), 1, + aux_sym_variable_assignments_repeat1, + STATE(2619), 4, sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3995), 1, - sym_subscript, - ACTIONS(389), 2, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [11850] = 33, - ACTIONS(63), 1, - sym_comment, - ACTIONS(461), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - anon_sym_LBRACK, - ACTIONS(485), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, sym__special_character, - ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(733), 1, - sym_variable_name, - ACTIONS(735), 1, - sym_test_operator, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2570), 1, - sym_word, - STATE(431), 1, - sym_command_name, - STATE(829), 1, - aux_sym__literal_repeat1, - STATE(833), 1, - aux_sym_command_repeat1, - STATE(996), 1, - sym_concatenation, - STATE(1275), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2806), 1, - sym_command, - STATE(3959), 1, - sym_subscript, - ACTIONS(693), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(715), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2764), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + sym_word, + ACTIONS(2637), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(670), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [11968] = 24, - ACTIONS(63), 1, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [14139] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(204), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, - aux_sym_number_token1, - ACTIONS(985), 1, - aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, - sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(2580), 1, + ACTIONS(1135), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, - aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + STATE(1497), 1, + sym_string, + ACTIONS(2728), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2726), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 33, + anon_sym_RPAREN_RPAREN, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1579), 5, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1581), 11, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [14202] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(580), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12067] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(975), 1, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(979), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(983), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(985), 1, aux_sym_number_token2, - ACTIONS(987), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, - sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(2580), 1, - sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(549), 1, - aux_sym_command_repeat2, - STATE(1588), 1, - aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1575), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1577), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [12166] = 10, + sym_word, + [14263] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, + ACTIONS(2652), 1, + anon_sym_RPAREN, + ACTIONS(2683), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2594), 1, + ACTIONS(2723), 1, sym_variable_name, - STATE(3963), 1, + ACTIONS(2736), 1, + anon_sym_LT_LT_LT, + STATE(4147), 1, sym_subscript, - ACTIONS(2588), 2, + ACTIONS(2730), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2734), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2437), 2, + STATE(2617), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - STATE(2427), 4, + ACTIONS(2681), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2619), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 11, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [14340] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2366), 21, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2364), 26, + anon_sym_for, + anon_sym_select, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [14395] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2738), 1, + aux_sym_concatenation_token1, + ACTIONS(2741), 1, + sym__concat, + STATE(576), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -64518,47 +66637,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12237] = 14, + [14456] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, - sym_variable_name, - ACTIONS(2605), 1, + ACTIONS(2368), 1, + anon_sym_RPAREN, + ACTIONS(2674), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2607), 1, + ACTIONS(2723), 1, + sym_variable_name, + ACTIONS(2736), 1, anon_sym_LT_LT_LT, - STATE(3963), 1, + STATE(4147), 1, sym_subscript, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2597), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2599), 2, + ACTIONS(2730), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2437), 2, + ACTIONS(2734), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2617), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2603), 4, - anon_sym_esac, + ACTIONS(2668), 3, + anon_sym_SEMI, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + anon_sym_AMP, + STATE(2619), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -64583,183 +66700,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12316] = 24, - ACTIONS(63), 1, + [14533] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(979), 1, - anon_sym_DQUOTE, - ACTIONS(983), 1, - aux_sym_number_token1, - ACTIONS(985), 1, - aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, - sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2744), 1, + sym__concat, + STATE(576), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, sym_test_operator, - ACTIONS(2582), 1, sym__bare_dollar, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, - aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + anon_sym_SEMI, anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1569), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1571), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12415] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2609), 1, - sym_word, - ACTIONS(2618), 1, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(2621), 1, sym__special_character, - ACTIONS(2624), 1, anon_sym_DQUOTE, - ACTIONS(2630), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(2633), 1, aux_sym_number_token2, - ACTIONS(2636), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2639), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2642), 1, anon_sym_BQUOTE, - ACTIONS(2645), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2651), 1, - sym_test_operator, - ACTIONS(2654), 1, - sym__bare_dollar, - ACTIONS(2657), 1, - sym__brace_start, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, - aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(2612), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2615), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2627), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2648), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1419), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1424), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [12514] = 7, + sym_word, + [14594] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - STATE(1244), 1, - sym_string, - ACTIONS(2451), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(2746), 1, + anon_sym_LPAREN, + ACTIONS(2748), 1, + aux_sym_concatenation_token1, + ACTIONS(2750), 1, + sym__concat, + STATE(613), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2449), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 33, + aux_sym_heredoc_redirect_token1, + ACTIONS(1147), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64768,18 +66784,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -64791,33 +66811,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12579] = 7, + [14657] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - STATE(872), 1, - sym_string, - ACTIONS(2091), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2752), 1, + sym__concat, + STATE(576), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, + aux_sym_heredoc_redirect_token1, + ACTIONS(1167), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -64825,7 +66836,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -64834,10 +66849,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -64849,21 +66866,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12644] = 7, + [14718] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1216), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2380), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64873,9 +66891,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1127), 30, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64883,7 +66900,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -64893,7 +66909,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, sym_raw_string, @@ -64907,22 +66922,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12709] = 7, + [14781] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1216), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2380), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64932,9 +66947,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, + ACTIONS(1137), 30, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64943,7 +66957,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -64965,191 +66978,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12774] = 9, + [14844] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, + ACTIONS(2666), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2723), 1, sym_variable_name, - STATE(3963), 1, + STATE(4147), 1, sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2437), 2, + ACTIONS(2734), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2617), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - STATE(2427), 4, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2619), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(2660), 21, + ACTIONS(2664), 9, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, + anon_sym_SEMI_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [12843] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(975), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(979), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(983), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(985), 1, aux_sym_number_token2, - ACTIONS(987), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, - sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(2580), 1, - sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(545), 1, - aux_sym_command_repeat2, - STATE(1588), 1, - aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + sym_word, + [14913] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(204), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1497), 1, + sym_string, + ACTIONS(2728), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2726), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 33, + anon_sym_RPAREN_RPAREN, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1501), 5, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1505), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [12942] = 14, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [14976] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, - sym_variable_name, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(2666), 1, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(578), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2756), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, aux_sym_heredoc_redirect_token1, - STATE(3963), 1, - sym_subscript, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2599), 2, + ACTIONS(2754), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2664), 2, - anon_sym_SEMI, - anon_sym_AMP, - STATE(2437), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2418), 4, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -65165,57 +67148,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13021] = 9, + [15037] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(580), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2760), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2758), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(2660), 20, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -65224,51 +67188,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [13089] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2668), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -65284,22 +67203,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13159] = 7, + [15098] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1015), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65309,9 +67228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 31, + ACTIONS(1127), 30, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65320,13 +67238,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -65341,22 +67259,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13223] = 7, + [15161] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1015), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65366,9 +67284,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 31, + ACTIONS(1137), 30, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65377,13 +67294,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -65398,106 +67315,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13287] = 4, - ACTIONS(63), 1, + [15224] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, + ACTIONS(2762), 1, ts_builtin_sym_end, - ACTIONS(2382), 21, - sym_file_descriptor, + ACTIONS(2770), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 1, + anon_sym_LT_LT_LT, + ACTIONS(2774), 1, sym_variable_name, + STATE(4111), 1, + sym_subscript, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2766), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2768), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2664), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ACTIONS(2764), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2666), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, sym_word, - [13345] = 21, - ACTIONS(3), 1, + [15301] = 22, + ACTIONS(63), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2777), 1, + sym_word, + ACTIONS(2781), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2783), 1, + sym__special_character, + ACTIONS(2785), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2789), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2791), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2795), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2797), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2799), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(2681), 1, - sym__special_character, - ACTIONS(2683), 1, + ACTIONS(2803), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2685), 1, + ACTIONS(2805), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2807), 1, + sym__brace_start, + STATE(1872), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2779), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2787), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2801), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, + STATE(596), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1472), 9, + ACTIONS(1853), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1637), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65507,7 +67437,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 15, + ACTIONS(1855), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [15394] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2811), 1, + anon_sym_DQUOTE, + STATE(1586), 1, + sym_string, + ACTIONS(2813), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2809), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 30, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65516,6 +67484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -65523,55 +67492,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [13437] = 14, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [15457] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2817), 1, + anon_sym_DQUOTE, + STATE(1593), 1, + sym_string, + ACTIONS(1135), 2, + sym__concat, + sym_test_operator, + ACTIONS(2819), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2815), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [15520] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, + ACTIONS(2811), 1, + anon_sym_DQUOTE, + STATE(1586), 1, + sym_string, + ACTIONS(2813), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, sym_variable_name, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - STATE(3943), 1, - sym_subscript, - ACTIONS(2601), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(2809), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 30, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2687), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2689), 2, + anon_sym_RBRACK, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [15583] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2817), 1, + anon_sym_DQUOTE, + STATE(1593), 1, + sym_string, + ACTIONS(1139), 2, + sym__concat, + sym_test_operator, + ACTIONS(2819), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2815), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [15646] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(580), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2823), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2603), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(2821), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -65587,52 +67728,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13515] = 21, - ACTIONS(3), 1, + [15707] = 22, + ACTIONS(63), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2777), 1, + sym_word, + ACTIONS(2781), 1, anon_sym_DOLLAR, - ACTIONS(2242), 1, + ACTIONS(2783), 1, + sym__special_character, + ACTIONS(2785), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, + ACTIONS(2789), 1, aux_sym_number_token1, - ACTIONS(2248), 1, + ACTIONS(2791), 1, aux_sym_number_token2, - ACTIONS(2251), 1, + ACTIONS(2793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, + ACTIONS(2795), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, + ACTIONS(2797), 1, anon_sym_BQUOTE, - ACTIONS(2260), 1, + ACTIONS(2799), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2272), 1, + ACTIONS(2805), 1, + sym_test_operator, + ACTIONS(2807), 1, sym__brace_start, - ACTIONS(2698), 1, - sym__special_character, - ACTIONS(2701), 1, + ACTIONS(2825), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2704), 1, - sym_test_operator, - STATE(1285), 1, + STATE(1872), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2779), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2787), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2801), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, + STATE(598), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2695), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1472), 9, + ACTIONS(2050), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + STATE(1637), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65642,26 +67787,24 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 15, + ACTIONS(2052), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [13607] = 3, + [15800] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(813), 22, + ACTIONS(2370), 1, + anon_sym_BQUOTE, + ACTIONS(2366), 20, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -65669,7 +67812,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK_LBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -65680,11 +67822,10 @@ static const uint16_t ts_small_parse_table[] = { sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(585), 26, + ACTIONS(2364), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -65711,101 +67852,121 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [13663] = 3, + [15857] = 22, ACTIONS(63), 1, sym_comment, - ACTIONS(813), 21, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2827), 1, + sym_word, + ACTIONS(2833), 1, + anon_sym_DOLLAR, + ACTIONS(2836), 1, + sym__special_character, + ACTIONS(2839), 1, + anon_sym_DQUOTE, + ACTIONS(2845), 1, + aux_sym_number_token1, + ACTIONS(2848), 1, + aux_sym_number_token2, + ACTIONS(2851), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2854), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2857), 1, + anon_sym_BQUOTE, + ACTIONS(2860), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2866), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2869), 1, sym_test_operator, + ACTIONS(2872), 1, sym__brace_start, + STATE(1872), 1, + aux_sym__literal_repeat1, + ACTIONS(2830), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, + ACTIONS(2842), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(2863), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(585), 27, - anon_sym_for, - anon_sym_select, + STATE(598), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1939), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_done, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, + anon_sym_PIPE, anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [13719] = 7, + STATE(1637), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1941), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [15950] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(2774), 1, + sym_variable_name, + STATE(4111), 1, + sym_subscript, + ACTIONS(2666), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2768), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2664), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, - anon_sym_LPAREN_LPAREN, + STATE(2666), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 8, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -65821,55 +67982,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13783] = 14, + [16019] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, + ACTIONS(2774), 1, sym_variable_name, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - STATE(3943), 1, + STATE(4111), 1, sym_subscript, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2689), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2713), 2, - anon_sym_SEMI, - anon_sym_AMP, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2418), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2592), 3, - sym_file_descriptor, + ACTIONS(2644), 2, sym_test_operator, sym__brace_start, - STATE(2461), 4, + STATE(2664), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2639), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(2666), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2635), 16, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -65885,12 +68021,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13861] = 4, + ACTIONS(2637), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [16086] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(2386), 1, - ts_builtin_sym_end, - ACTIONS(2382), 21, + ACTIONS(2390), 1, + anon_sym_BQUOTE, + ACTIONS(2366), 20, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -65908,11 +68063,10 @@ static const uint16_t ts_small_parse_table[] = { sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, + ACTIONS(2364), 26, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -65939,70 +68093,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [13919] = 21, + [16143] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2289), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, - anon_sym_BQUOTE, - ACTIONS(2295), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(2681), 1, - sym__special_character, - ACTIONS(2685), 1, - sym_test_operator, - ACTIONS(2717), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(580), 1, + aux_sym_concatenation_repeat1, + ACTIONS(220), 5, sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(189), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(563), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1472), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1853), 15, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66010,51 +68132,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [14011] = 7, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [16204] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(2687), 1, + aux_sym_concatenation_token1, + ACTIONS(2689), 1, + sym__concat, + STATE(578), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2376), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 30, + aux_sym_heredoc_redirect_token1, + ACTIONS(1147), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -66066,102 +68203,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14074] = 7, + [16265] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 33, - anon_sym_RPAREN_RPAREN, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(2370), 1, + ts_builtin_sym_end, + ACTIONS(2772), 1, + anon_sym_LT_LT_LT, + ACTIONS(2774), 1, + sym_variable_name, + ACTIONS(2877), 1, + aux_sym_heredoc_redirect_token1, + STATE(4111), 1, + sym_subscript, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2766), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, + ACTIONS(2768), 2, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [14137] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2723), 1, - sym__concat, - STATE(605), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + anon_sym_PIPE_AMP, + STATE(2664), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(2875), 3, anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2666), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -66177,14 +68266,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14198] = 7, + [16342] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(2881), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(1687), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2883), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, ACTIONS(1135), 4, @@ -66192,7 +68281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(2879), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -66202,7 +68291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 30, + ACTIONS(1127), 29, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -66218,7 +68307,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -66233,25 +68321,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14261] = 6, + [16404] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2889), 1, aux_sym_concatenation_token1, - ACTIONS(2725), 1, + ACTIONS(2891), 1, sym__concat, - STATE(605), 1, + STATE(666), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2887), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 39, + ACTIONS(2885), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66264,7 +68351,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66287,51 +68373,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [14322] = 10, + [16464] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 1, - sym_variable_name, - STATE(3964), 1, - sym_subscript, - ACTIONS(2590), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2893), 1, + aux_sym_concatenation_token1, + ACTIONS(2896), 1, + sym__concat, + STATE(607), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 38, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_SEMI_SEMI, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -66347,46 +68429,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14391] = 9, + [16524] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 1, + ACTIONS(2889), 1, + aux_sym_concatenation_token1, + ACTIONS(2891), 1, + sym__concat, + STATE(667), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 5, + sym_file_descriptor, sym_variable_name, - STATE(3964), 1, - sym_subscript, - ACTIONS(2592), 2, sym_test_operator, sym__brace_start, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2662), 3, - sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2899), 38, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(2660), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -66394,8 +68453,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -66405,45 +68467,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [14458] = 14, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [16584] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_RPAREN, - ACTIONS(2715), 1, + ACTIONS(2909), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, + ACTIONS(2911), 1, anon_sym_LT_LT_LT, - ACTIONS(2740), 1, + ACTIONS(2913), 1, sym_variable_name, - STATE(3993), 1, + STATE(4135), 1, sym_subscript, ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, + ACTIONS(2905), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2907), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2620), 2, + STATE(2796), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2713), 3, + ACTIONS(2903), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2619), 4, + STATE(2781), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -66468,42 +68544,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14535] = 7, + [16658] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, - anon_sym_DQUOTE, - STATE(1534), 1, - sym_string, - ACTIONS(2747), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(2889), 1, + aux_sym_concatenation_token1, + ACTIONS(2891), 1, + sym__concat, + STATE(666), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2918), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2743), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 30, + aux_sym_heredoc_redirect_token1, + ACTIONS(2916), 38, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66511,64 +68581,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [14598] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2745), 1, - anon_sym_DQUOTE, - STATE(1534), 1, - sym_string, - ACTIONS(2747), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2743), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 30, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -66579,99 +68596,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [14661] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2386), 1, - anon_sym_BQUOTE, - ACTIONS(2382), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [14718] = 14, + [16718] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, - anon_sym_RPAREN, - ACTIONS(2691), 1, + ACTIONS(2368), 1, + anon_sym_BQUOTE, + ACTIONS(2926), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, + ACTIONS(2928), 1, anon_sym_LT_LT_LT, - ACTIONS(2740), 1, + ACTIONS(2930), 1, sym_variable_name, - STATE(3993), 1, + STATE(4106), 1, sym_subscript, ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, + ACTIONS(2922), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2924), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2620), 2, + STATE(2702), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2687), 3, + ACTIONS(2920), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2619), 4, + STATE(2694), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2635), 23, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -66691,100 +68656,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14795] = 22, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2749), 1, - sym_word, - ACTIONS(2755), 1, - anon_sym_DOLLAR, - ACTIONS(2758), 1, - sym__special_character, - ACTIONS(2761), 1, - anon_sym_DQUOTE, - ACTIONS(2767), 1, - aux_sym_number_token1, - ACTIONS(2770), 1, - aux_sym_number_token2, - ACTIONS(2773), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2779), 1, - anon_sym_BQUOTE, - ACTIONS(2782), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2788), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2791), 1, - sym_test_operator, - ACTIONS(2794), 1, - sym__brace_start, - STATE(1808), 1, - aux_sym__literal_repeat1, - ACTIONS(2752), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2764), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2785), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(584), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1952), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1559), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1954), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [14888] = 7, + [16794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 1, - anon_sym_LPAREN, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(621), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1253), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(1251), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66794,6 +68680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -66809,6 +68696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -66823,22 +68711,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14951] = 6, + [16848] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2748), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2933), 1, sym__concat, - STATE(574), 1, + STATE(607), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1179), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + ACTIONS(1177), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -66848,7 +68736,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -66878,25 +68765,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15012] = 6, + [16908] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2889), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2891), 1, sym__concat, - STATE(574), 1, + STATE(667), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(2937), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(2935), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66909,7 +68795,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66932,39 +68817,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [15073] = 6, + [16968] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(2881), 1, + anon_sym_DQUOTE, + STATE(1687), 1, + sym_string, + ACTIONS(2883), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 39, + ACTIONS(2879), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 29, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -66972,11 +68861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -66988,71 +68874,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15134] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2382), 21, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [15189] = 7, + [17030] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, ACTIONS(1135), 1, sym_test_operator, - STATE(1444), 1, + ACTIONS(2817), 1, + anon_sym_DQUOTE, + STATE(1593), 1, sym_string, - ACTIONS(2721), 2, + ACTIONS(2819), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(2815), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67062,8 +68896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, - anon_sym_RPAREN_RPAREN, + ACTIONS(1127), 32, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -67091,27 +68924,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_AMP, anon_sym_CARET, - [15252] = 7, + [17092] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1139), 1, + sym_test_operator, + ACTIONS(2817), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1593), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2819), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2815), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67121,26 +68951,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 30, + ACTIONS(1137), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [17154] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1227), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1225), 40, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -67152,51 +69035,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15315] = 10, + [17208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2740), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 9, + aux_sym_heredoc_redirect_token1, + ACTIONS(1235), 40, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_RPAREN, - anon_sym_SEMI_SEMI, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -67211,56 +69086,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15384] = 9, + [17262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2740), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(1245), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(1243), 40, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(2660), 19, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -67269,78 +69121,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [15451] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(1139), 2, - sym__concat, - sym_test_operator, - ACTIONS(2815), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [15514] = 6, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [17316] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2748), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2939), 1, sym__concat, - STATE(576), 1, + STATE(607), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1169), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 39, + ACTIONS(1167), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67350,7 +69162,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -67380,22 +69191,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15575] = 6, + [17376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(576), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(1257), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 39, + ACTIONS(1255), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67421,6 +69227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -67435,131 +69242,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15636] = 4, - ACTIONS(63), 1, + [17430] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - anon_sym_BQUOTE, - ACTIONS(2382), 20, + ACTIONS(2889), 1, + aux_sym_concatenation_token1, + ACTIONS(2891), 1, + sym__concat, + STATE(666), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 38, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [15693] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(1135), 2, - sym__concat, - sym_test_operator, - ACTIONS(2815), 2, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [15756] = 6, + sym_word, + [17490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(576), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1241), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 39, + ACTIONS(1239), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67585,6 +69332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -67593,122 +69341,100 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [15817] = 22, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2825), 1, - sym_word, - ACTIONS(2829), 1, - anon_sym_DOLLAR, - ACTIONS(2831), 1, - sym__special_character, - ACTIONS(2833), 1, - anon_sym_DQUOTE, - ACTIONS(2837), 1, - aux_sym_number_token1, - ACTIONS(2839), 1, - aux_sym_number_token2, - ACTIONS(2841), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, - anon_sym_BQUOTE, - ACTIONS(2847), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2851), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2853), 1, - sym_test_operator, - ACTIONS(2855), 1, - sym__brace_start, - STATE(1808), 1, - aux_sym__literal_repeat1, - ACTIONS(2827), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2849), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(584), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1823), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1559), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1825), 11, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [17544] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1211), 6, sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1209), 40, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [15910] = 14, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [17598] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - ts_builtin_sym_end, - ACTIONS(2729), 1, + ACTIONS(2911), 1, + anon_sym_LT_LT_LT, + ACTIONS(2913), 1, sym_variable_name, - ACTIONS(2861), 1, + ACTIONS(2943), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - STATE(3964), 1, + STATE(4135), 1, sym_subscript, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, + ACTIONS(2905), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2636), 2, + ACTIONS(2907), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2796), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2857), 3, + ACTIONS(2941), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2623), 4, + STATE(2781), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -67733,22 +69459,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15987] = 7, + [17672] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2947), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1592), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2949), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1135), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2945), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67758,7 +69484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 30, + ACTIONS(1127), 29, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -67774,7 +69500,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -67789,45 +69514,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16050] = 14, + [17734] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 1, - sym_variable_name, - ACTIONS(2863), 1, + ACTIONS(2652), 1, + anon_sym_BQUOTE, + ACTIONS(2928), 1, anon_sym_LT_LT_LT, - ACTIONS(2865), 1, - ts_builtin_sym_end, - ACTIONS(2869), 1, + ACTIONS(2930), 1, + sym_variable_name, + ACTIONS(2953), 1, aux_sym_heredoc_redirect_token1, - STATE(3964), 1, + STATE(4106), 1, sym_subscript, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, + ACTIONS(2922), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2636), 2, + ACTIONS(2924), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2702), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2867), 3, + ACTIONS(2951), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2623), 4, + STATE(2694), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2635), 23, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -67847,27 +69572,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16127] = 6, + [17810] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2748), 1, aux_sym_concatenation_token1, - ACTIONS(2711), 1, + ACTIONS(2750), 1, sym__concat, - STATE(576), 1, + STATE(621), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1175), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(1173), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67877,7 +69601,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -67907,22 +69630,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16188] = 6, + [17870] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2871), 1, - aux_sym_concatenation_token1, - ACTIONS(2874), 1, - sym__concat, - STATE(605), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(2947), 1, + anon_sym_DQUOTE, + STATE(1592), 1, + sym_string, + ACTIONS(2949), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2945), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 29, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [17932] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1235), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -67948,6 +69721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -67962,100 +69736,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16249] = 22, - ACTIONS(63), 1, + [17986] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, - sym_word, - ACTIONS(2829), 1, - anon_sym_DOLLAR, - ACTIONS(2831), 1, - sym__special_character, - ACTIONS(2833), 1, + ACTIONS(322), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, - aux_sym_number_token1, - ACTIONS(2839), 1, - aux_sym_number_token2, - ACTIONS(2841), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, - anon_sym_BQUOTE, - ACTIONS(2847), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2853), 1, + ACTIONS(1135), 1, sym_test_operator, - ACTIONS(2855), 1, - sym__brace_start, - ACTIONS(2877), 1, + STATE(1424), 1, + sym_string, + ACTIONS(2957), 2, aux_sym__simple_variable_name_token1, - STATE(1808), 1, - aux_sym__literal_repeat1, - ACTIONS(2827), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2849), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(600), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1853), 5, + aux_sym__multiline_variable_name_token1, + ACTIONS(2955), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1559), 9, - sym_arithmetic_expansion, - sym_brace_expression, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [18048] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(322), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1424), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1855), 11, - sym_file_descriptor, + ACTIONS(2957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2955), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [16342] = 9, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [18110] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, + ACTIONS(2911), 1, + anon_sym_LT_LT_LT, + ACTIONS(2913), 1, sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, + ACTIONS(2961), 1, aux_sym_heredoc_redirect_token1, - STATE(2697), 2, + STATE(4135), 1, + sym_subscript, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2905), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2907), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2796), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - STATE(2703), 4, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2959), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2781), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -68071,64 +69907,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(2660), 18, - anon_sym_SEMI, + [18184] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2911), 1, + anon_sym_LT_LT_LT, + ACTIONS(2913), 1, + sym_variable_name, + ACTIONS(2965), 1, + aux_sym_heredoc_redirect_token1, + STATE(4135), 1, + sym_subscript, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2905), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2907), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [16408] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2882), 1, - sym__concat, - STATE(634), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + STATE(2796), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(2963), 3, anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -68144,22 +69968,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16468] = 6, + [18258] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + ACTIONS(2969), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(2971), 1, sym__concat, - STATE(608), 1, + STATE(720), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1156), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, + ACTIONS(1147), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68171,8 +69998,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -68198,22 +70023,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16528] = 7, + [18320] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(204), 1, anon_sym_DQUOTE, - STATE(1687), 1, + ACTIONS(1135), 1, + sym_test_operator, + STATE(1497), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2728), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2884), 9, + ACTIONS(2726), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68223,49 +70045,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 29, - anon_sym_LPAREN_LPAREN, + ACTIONS(1127), 32, + anon_sym_RPAREN_RPAREN, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [16590] = 7, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [18382] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(204), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(1139), 1, sym_test_operator, - STATE(1382), 1, + STATE(1497), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2728), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(2726), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68275,7 +70100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 32, + ACTIONS(1137), 32, + anon_sym_RPAREN_RPAREN, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -68303,30 +70129,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP, anon_sym_CARET, - [16652] = 6, + [18444] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(621), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(2334), 1, + anon_sym_DQUOTE, + STATE(1114), 1, + sym_string, + ACTIONS(2562), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 38, + ACTIONS(2560), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 30, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68334,23 +70166,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -68362,25 +70188,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16712] = 6, + [18506] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(608), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(2334), 1, + anon_sym_DQUOTE, + STATE(1114), 1, + sym_string, + ACTIONS(2562), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + ACTIONS(2560), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 30, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68388,23 +70221,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -68416,43 +70243,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16772] = 3, + [18568] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(2666), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2930), 1, + sym_variable_name, + STATE(4106), 1, + sym_subscript, + ACTIONS(2924), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2702), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 40, - anon_sym_LPAREN_LPAREN, + STATE(2694), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 8, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -68467,43 +70301,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16826] = 3, + [18636] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(2930), 1, + sym_variable_name, + STATE(4106), 1, + sym_subscript, + ACTIONS(2639), 2, sym_file_descriptor, - sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 40, + STATE(2702), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2694), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 15, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -68513,38 +70334,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16880] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 40, - anon_sym_LPAREN_LPAREN, + ACTIONS(2637), 19, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -68553,33 +70357,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [16934] = 3, + [18702] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(322), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1424), 1, + sym_string, + ACTIONS(2957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2955), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [18764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + ACTIONS(1221), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68620,19 +70464,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16988] = 7, + [18818] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(322), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(1135), 1, sym_test_operator, - STATE(1382), 1, + STATE(1424), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2957), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(2955), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68642,7 +70486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, + ACTIONS(1127), 32, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -68670,22 +70514,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_AMP, anon_sym_CARET, - [17050] = 3, + [18880] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(2748), 1, + aux_sym_concatenation_token1, + ACTIONS(2750), 1, sym__concat, + STATE(621), 1, + aux_sym_concatenation_repeat1, + ACTIONS(220), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 40, + ACTIONS(189), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68695,7 +70544,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -68711,7 +70559,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -68726,17 +70573,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17104] = 3, + [18940] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(2748), 1, + aux_sym_concatenation_token1, + ACTIONS(2750), 1, sym__concat, + STATE(613), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 40, + ACTIONS(1147), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68746,7 +70598,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -68762,7 +70613,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -68777,22 +70627,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17158] = 6, + [19000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2894), 1, - sym__concat, - STATE(634), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1269), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(1267), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68802,6 +70647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -68817,6 +70663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -68831,43 +70678,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17218] = 13, + [19054] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2902), 1, + ACTIONS(2666), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - STATE(4001), 1, + ACTIONS(2913), 1, + sym_variable_name, + STATE(4135), 1, sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, + ACTIONS(2907), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2697), 2, + STATE(2796), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2896), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, + STATE(2781), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2664), 8, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -68892,17 +70736,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17292] = 3, + [19122] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(2913), 1, + sym_variable_name, + STATE(4135), 1, + sym_subscript, + ACTIONS(2639), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 2, + sym_test_operator, + sym__brace_start, + STATE(2796), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + ACTIONS(2637), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [19188] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1197), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 40, + ACTIONS(1195), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -68943,165 +70844,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17346] = 7, + [19242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(1185), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 40, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, - anon_sym_RBRACK, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - [17408] = 7, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [19296] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(2748), 1, + aux_sym_concatenation_token1, + ACTIONS(2750), 1, + sym__concat, + STATE(621), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2823), 5, + sym_file_descriptor, sym_test_operator, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2821), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_RBRACK, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - [17470] = 14, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [19356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, - anon_sym_BQUOTE, - ACTIONS(2912), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2916), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2561), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1215), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2906), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 23, + aux_sym_heredoc_redirect_token1, + ACTIONS(1213), 40, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69111,34 +70995,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17546] = 9, + [19410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2916), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(1219), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2561), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 15, + ACTIONS(1217), 40, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69148,21 +71046,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(2660), 19, + [19464] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1261), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1259), 40, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -69171,18 +71086,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [17612] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [19518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + ACTIONS(1203), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69223,17 +71153,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17666] = 3, + [19572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1201), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 40, + ACTIONS(1199), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69274,17 +71204,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17720] = 3, + [19626] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(322), 1, + anon_sym_DQUOTE, + ACTIONS(1135), 1, + sym_test_operator, + STATE(1424), 1, + sym_string, + ACTIONS(2957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2955), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_COLON, + [19688] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(322), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1424), 1, + sym_string, + ACTIONS(2957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2955), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 32, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + anon_sym_COLON, + [19750] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2748), 1, + aux_sym_concatenation_token1, + ACTIONS(2750), 1, sym__concat, + STATE(613), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2721), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 40, + ACTIONS(2719), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69294,7 +71339,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -69310,7 +71354,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69325,52 +71368,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17774] = 13, + [19810] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2921), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1154), 1, + anon_sym_LPAREN, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, + sym__concat, + STATE(697), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2919), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(1147), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -69386,50 +71423,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17848] = 10, + [19872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2916), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2561), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1249), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1247), 40, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_SEMI_SEMI, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69444,7 +71474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17916] = 3, + [19926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 6, @@ -69495,22 +71525,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17970] = 6, + [19980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 1, + ACTIONS(2748), 1, aux_sym_concatenation_token1, - ACTIONS(2926), 1, + ACTIONS(2750), 1, sym__concat, - STATE(634), 1, + STATE(621), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(2760), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(2758), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -69549,37 +71579,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18030] = 6, + [20040] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(2889), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(2977), 1, sym__concat, - STATE(621), 1, + STATE(668), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1169), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 38, + ACTIONS(1167), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -69602,41 +71631,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18090] = 7, + [20100] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, - anon_sym_DQUOTE, - STATE(1687), 1, - sym_string, - ACTIONS(2888), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(2889), 1, + aux_sym_concatenation_token1, + ACTIONS(2979), 1, + sym__concat, + STATE(668), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2884), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 29, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 38, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -69645,8 +71670,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -69657,21 +71685,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18152] = 3, + [20160] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(2981), 1, + aux_sym_concatenation_token1, + ACTIONS(2984), 1, sym__concat, + STATE(668), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 40, + ACTIONS(1183), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69684,7 +71717,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -69694,7 +71726,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69708,37 +71739,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18206] = 6, + [20220] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2748), 1, aux_sym_concatenation_token1, - ACTIONS(2931), 1, + ACTIONS(2750), 1, sym__concat, - STATE(640), 1, + STATE(613), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(2756), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(2754), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -69761,54 +71794,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [18266] = 13, + [20280] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2987), 1, + aux_sym_concatenation_token1, + ACTIONS(2989), 1, + sym__concat, + STATE(688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2933), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -69823,23 +71846,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18340] = 6, + [20339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2937), 1, - aux_sym_concatenation_token1, - ACTIONS(2940), 1, - sym__concat, - STATE(640), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1235), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -69863,6 +71882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69878,33 +71898,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [18400] = 7, + [20392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, - anon_sym_DQUOTE, - STATE(1592), 1, - sym_string, - ACTIONS(2947), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1265), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2943), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 29, + aux_sym_heredoc_redirect_token1, + ACTIONS(1263), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69912,7 +71919,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -69920,8 +71931,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -69933,33 +71948,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18462] = 7, + [20445] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, - anon_sym_DQUOTE, - STATE(1592), 1, - sym_string, - ACTIONS(2947), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(2969), 1, + aux_sym_concatenation_token1, + ACTIONS(2971), 1, + sym__concat, + STATE(677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2943), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 29, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69967,7 +71975,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -69975,8 +71985,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -69988,24 +72001,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18524] = 7, + [20504] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1154), 1, - anon_sym_LPAREN, - ACTIONS(2949), 1, + ACTIONS(2969), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2971), 1, sym__concat, - STATE(717), 1, + STATE(720), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1156), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + ACTIONS(1147), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70015,7 +72027,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -70043,20 +72054,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18586] = 3, + [20563] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(2991), 1, + aux_sym_concatenation_token1, + ACTIONS(2994), 1, sym__concat, + STATE(675), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 40, + ACTIONS(1183), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70069,7 +72083,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -70079,7 +72092,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70093,18 +72105,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18640] = 3, + [20622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 40, + ACTIONS(1203), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70114,7 +72127,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -70145,25 +72157,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18694] = 7, + [20675] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2953), 1, - anon_sym_LPAREN, - ACTIONS(2955), 1, + ACTIONS(2969), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(2997), 1, sym__concat, - STATE(743), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 6, + ACTIONS(1169), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1167), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70200,37 +72210,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18756] = 6, + [20734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(608), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(1249), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1247), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -70240,6 +72244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70253,51 +72258,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18816] = 10, + [20787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2879), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1201), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1199), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_SEMI_SEMI, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70312,20 +72310,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18884] = 3, + [20840] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(322), 1, + anon_sym_DQUOTE, + ACTIONS(1139), 1, + sym_test_operator, + STATE(1424), 1, + sym_string, + ACTIONS(2957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2955), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 31, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [20901] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + aux_sym_concatenation_token1, + ACTIONS(3001), 1, sym__concat, + STATE(675), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 40, + ACTIONS(1177), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70338,7 +72393,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -70348,7 +72402,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70362,23 +72415,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [18938] = 6, + [20960] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(3003), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(3006), 1, sym__concat, - STATE(608), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1185), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70390,8 +72445,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -70417,19 +72470,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18998] = 7, + [21019] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(322), 1, anon_sym_DQUOTE, ACTIONS(1135), 1, sym_test_operator, - STATE(1382), 1, + STATE(1424), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2957), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(2955), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -70439,7 +72492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 32, + ACTIONS(1127), 31, anon_sym_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -70468,23 +72521,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_AMP, anon_sym_CARET, - [19060] = 7, + [21080] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(3011), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1382), 1, + STATE(1765), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(3013), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(1139), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3009), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -70494,54 +72548,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(1137), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_COLON, - [19122] = 7, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [21141] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(3011), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1765), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(3013), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1135), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(3009), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -70551,7 +72602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 30, + ACTIONS(1127), 29, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -70567,7 +72618,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -70582,36 +72632,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19184] = 6, + [21202] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2959), 1, + ACTIONS(2975), 1, sym__concat, - STATE(640), 1, + STATE(694), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1175), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -70634,22 +72684,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [19244] = 3, + [21261] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(2999), 1, + aux_sym_concatenation_token1, + ACTIONS(3015), 1, sym__concat, + STATE(675), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 40, + ACTIONS(1167), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70662,7 +72714,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -70672,7 +72723,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70686,34 +72736,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [19298] = 3, + [21320] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(2987), 1, + aux_sym_concatenation_token1, + ACTIONS(3017), 1, sym__concat, + STATE(755), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 40, + ACTIONS(1167), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -70723,7 +72776,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70737,23 +72789,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [19352] = 6, + [21379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(654), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1245), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 38, + ACTIONS(1243), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -70777,6 +72825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70792,77 +72841,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [19412] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_COLON, - [19474] = 6, + [21432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(654), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1257), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 38, + ACTIONS(1255), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -70886,6 +72875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70901,22 +72891,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [19534] = 6, + [21485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(638), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1227), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 38, + ACTIONS(1225), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -70940,6 +72925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70955,22 +72941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [19594] = 6, + [21538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(638), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1219), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 38, + ACTIONS(1217), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -70994,6 +72975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71009,20 +72991,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [19654] = 3, + [21591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1265), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 40, + ACTIONS(1263), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -71035,7 +73016,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71059,92 +73039,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [19708] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_RPAREN_RPAREN, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19770] = 6, + sym_word, + [21644] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(3019), 1, sym__concat, - STATE(654), 1, + STATE(702), 1, aux_sym_concatenation_repeat1, ACTIONS(1169), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1167), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71167,89 +73093,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [19830] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_RPAREN_RPAREN, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19892] = 7, + [21703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - STATE(1244), 1, - sym_string, - ACTIONS(2451), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1269), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2449), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 30, + aux_sym_heredoc_redirect_token1, + ACTIONS(1267), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -71257,17 +73115,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -71279,108 +73144,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19954] = 7, + [21756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(1215), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1213), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [20016] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2981), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2979), 3, - anon_sym_SEMI, anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71394,18 +73192,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [20090] = 3, + [21809] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(3021), 1, sym__concat, + STATE(702), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 40, + ACTIONS(1177), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71415,11 +73219,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -71431,7 +73233,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71446,22 +73247,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20144] = 6, + [21868] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(621), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1197), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(1195), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71486,6 +73282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71500,54 +73297,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20204] = 14, + [21921] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_BQUOTE, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2916), 1, - sym_variable_name, - ACTIONS(2985), 1, - aux_sym_heredoc_redirect_token1, - STATE(4016), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2561), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, + sym__concat, + STATE(697), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2756), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2983), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 23, + aux_sym_heredoc_redirect_token1, + ACTIONS(2754), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -71558,35 +73345,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20280] = 3, + [21980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, - sym_variable_name, + STATE(694), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2760), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(2758), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71596,7 +73389,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71610,33 +73402,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20333] = 3, + [22039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1249), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1247), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71660,37 +73452,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20386] = 6, + [22092] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(3023), 1, aux_sym_concatenation_token1, - ACTIONS(2989), 1, + ACTIONS(3026), 1, sym__concat, - STATE(684), 1, + STATE(702), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1185), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71713,24 +73505,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20445] = 6, + [22151] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2987), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, + ACTIONS(3029), 1, sym__concat, - STATE(731), 1, + STATE(755), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1179), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 37, + ACTIONS(1177), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -71768,22 +73559,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [20504] = 6, + [22210] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(2987), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(2989), 1, sym__concat, - STATE(714), 1, + STATE(703), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 37, + ACTIONS(2899), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -71792,7 +73583,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -71820,23 +73610,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [20563] = 6, + [22269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(735), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1205), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 37, + ACTIONS(1203), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -71860,6 +73646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71873,33 +73660,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [20622] = 7, + [22322] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, - anon_sym_DQUOTE, - STATE(1637), 1, - sym_string, - ACTIONS(3011), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(2969), 1, + aux_sym_concatenation_token1, + ACTIONS(2971), 1, + sym__concat, + STATE(677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(220), 6, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3007), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 29, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(189), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -71907,7 +73689,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71915,8 +73699,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -71928,20 +73715,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20683] = 3, + [22381] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(2987), 1, + aux_sym_concatenation_token1, + ACTIONS(2989), 1, sym__concat, + STATE(688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(2885), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -71953,7 +73744,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -71963,7 +73753,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71977,40 +73766,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [20736] = 7, + [22440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, - anon_sym_DQUOTE, - STATE(1637), 1, - sym_string, - ACTIONS(3011), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1201), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3007), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 29, + aux_sym_heredoc_redirect_token1, + ACTIONS(1199), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -72019,8 +73800,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -72031,36 +73816,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [20797] = 6, + [22493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(3017), 1, - sym__concat, - STATE(674), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1211), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 38, + ACTIONS(1209), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -72070,6 +73853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72083,37 +73867,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20856] = 6, + [22546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(3017), 1, - sym__concat, - STATE(699), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 38, + ACTIONS(1235), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -72123,6 +73903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72136,24 +73917,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20915] = 6, + [22599] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2987), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, + ACTIONS(2989), 1, sym__concat, - STATE(708), 1, + STATE(703), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(2937), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 37, + ACTIONS(2935), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72191,35 +73971,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [20974] = 6, + [22658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3023), 1, - aux_sym_concatenation_token1, - ACTIONS(3026), 1, - sym__concat, - STATE(684), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1241), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1239), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -72229,6 +74006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72242,19 +74020,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [21033] = 3, + [22711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1185), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(1183), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72294,22 +74071,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [21086] = 6, + [22764] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, + ACTIONS(2987), 1, aux_sym_concatenation_token1, - ACTIONS(3032), 1, + ACTIONS(2989), 1, sym__concat, - STATE(686), 1, + STATE(688), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(2918), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(2916), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72347,17 +74124,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [21145] = 3, + [22823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1197), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1195), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72397,23 +74174,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [21198] = 6, + [22876] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(3035), 1, - sym__concat, - STATE(690), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(3031), 1, + sym__special_character, + STATE(716), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1273), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72423,8 +74197,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -72437,7 +74214,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -72450,24 +74226,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21257] = 6, + [22933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(2993), 1, - sym__concat, - STATE(708), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1237), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1235), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72479,6 +74251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -72488,6 +74261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72501,25 +74275,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [21316] = 6, + [22986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - aux_sym_concatenation_token1, - ACTIONS(3040), 1, - sym__concat, - STATE(690), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1261), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1259), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72531,6 +74298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -72542,6 +74311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72556,17 +74326,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21375] = 3, + [23039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1221), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72606,22 +74376,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21428] = 6, + [23092] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2969), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3034), 1, sym__concat, - STATE(717), 1, + STATE(682), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(1179), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 37, + ACTIONS(1177), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72631,7 +74402,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -72659,22 +74429,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21487] = 6, + [23151] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3036), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3038), 1, sym__concat, - STATE(724), 1, + STATE(759), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1175), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [23210] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1227), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 37, + ACTIONS(1225), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72684,9 +74502,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -72698,6 +74517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72712,31 +74532,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21546] = 3, + [23263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1245), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1243), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -72760,23 +74581,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [21599] = 6, + [23316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(3017), 1, - sym__concat, - STATE(699), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1269), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1267), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -72800,6 +74616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72815,17 +74632,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [21658] = 3, + [23369] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, + ACTIONS(3040), 1, + anon_sym_LPAREN, + STATE(857), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(1147), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72837,8 +74661,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -72850,7 +74672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72865,20 +74686,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21711] = 5, + [23430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1185), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1183), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72888,7 +74706,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -72904,110 +74721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [21768] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2991), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, - sym__concat, - STATE(731), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [21827] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(3045), 1, - sym__concat, - STATE(684), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73021,25 +74735,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [21886] = 6, + [23483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(2969), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(2971), 1, sym__concat, - STATE(743), 1, + STATE(677), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 6, + ACTIONS(2823), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(2821), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73076,23 +74789,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21945] = 6, + [23542] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(2969), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(2971), 1, sym__concat, - STATE(688), 1, + STATE(720), 1, aux_sym_concatenation_repeat1, - ACTIONS(2823), 6, + ACTIONS(2721), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + ACTIONS(2719), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73129,32 +74842,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22004] = 3, + [23601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1253), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1251), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -73178,18 +74890,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [22057] = 3, + [23654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1213), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73229,35 +74942,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22110] = 6, + [23707] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2993), 1, + ACTIONS(2975), 1, sym__concat, - STATE(708), 1, + STATE(697), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(2721), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(2719), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -73280,83 +74994,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [22169] = 3, + [23766] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [22222] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(2975), 1, sym__concat, - sym_variable_name, + STATE(694), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2823), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(2821), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -73366,7 +75034,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73380,22 +75047,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [22275] = 5, + [23825] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, + ACTIONS(3042), 1, sym__special_character, - STATE(757), 1, + STATE(716), 1, aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(220), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + ACTIONS(189), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73434,22 +75100,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22332] = 6, + [23882] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(3036), 1, aux_sym_concatenation_token1, - ACTIONS(3047), 1, + ACTIONS(3038), 1, sym__concat, - STATE(686), 1, + STATE(751), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(2899), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -73458,6 +75124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -73485,34 +75152,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [22391] = 3, + [23941] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3036), 1, + aux_sym_concatenation_token1, + ACTIONS(3038), 1, sym__concat, + STATE(759), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(2885), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -73522,7 +75192,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73537,31 +75206,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22444] = 3, + [24000] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(2969), 1, + aux_sym_concatenation_token1, + ACTIONS(2971), 1, sym__concat, - sym_variable_name, + STATE(720), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2756), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(2754), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -73571,7 +75245,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73585,24 +75258,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [22497] = 6, + [24059] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(3052), 1, + ACTIONS(2975), 1, sym__concat, - STATE(711), 1, + ACTIONS(3044), 1, + anon_sym_LPAREN, + STATE(857), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1156), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1147), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73612,7 +75286,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -73640,17 +75313,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22556] = 3, + [24120] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(2969), 1, + aux_sym_concatenation_token1, + ACTIONS(2971), 1, sym__concat, + STATE(677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2760), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(2758), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73662,8 +75341,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -73675,7 +75352,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73690,22 +75366,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22609] = 6, + [24179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(724), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1219), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(1217), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73715,9 +75386,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -73729,6 +75401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73743,22 +75416,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22668] = 6, + [24232] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2999), 1, aux_sym_concatenation_token1, - ACTIONS(3055), 1, + ACTIONS(3046), 1, sym__concat, - STATE(763), 1, + STATE(687), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1175), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(1173), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -73795,23 +75467,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [22727] = 6, + [24291] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3036), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3038), 1, sym__concat, - STATE(714), 1, + STATE(751), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3050), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(3048), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -73849,32 +75522,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22786] = 3, + [24350] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3052), 1, + aux_sym_concatenation_token1, + ACTIONS(3055), 1, sym__concat, + STATE(742), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -73884,7 +75561,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73899,22 +75575,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22839] = 6, + [24409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3057), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1253), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1251), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73924,9 +75595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -73938,6 +75610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73952,22 +75625,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22898] = 6, + [24462] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(717), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3042), 1, + sym__special_character, + STATE(716), 1, + aux_sym__literal_repeat1, + ACTIONS(2760), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + ACTIONS(2758), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73977,59 +75648,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [22957] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74039,9 +75664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -74053,25 +75676,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [23010] = 6, + [24519] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(2975), 1, sym__concat, - STATE(743), 1, + STATE(694), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 6, + ACTIONS(220), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(189), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74081,6 +75702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -74108,85 +75730,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23069] = 6, + [24578] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3036), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3038), 1, sym__concat, - STATE(688), 1, + STATE(759), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(3060), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [23128] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(3058), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74196,7 +75769,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74211,32 +75783,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23181] = 3, + [24637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(2999), 1, + aux_sym_concatenation_token1, + ACTIONS(3046), 1, sym__concat, + STATE(687), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3064), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(3062), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74246,7 +75821,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74260,37 +75834,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [23234] = 6, + [24696] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2999), 1, aux_sym_concatenation_token1, - ACTIONS(3059), 1, + ACTIONS(3046), 1, sym__concat, - STATE(711), 1, + STATE(681), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3068), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(3066), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74313,18 +75887,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [23293] = 3, + [24755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1221), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74364,16 +75939,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23346] = 7, + [24808] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2975), 1, sym__concat, - ACTIONS(3061), 1, - anon_sym_LPAREN, - STATE(874), 1, + STATE(697), 1, aux_sym_concatenation_repeat1, ACTIONS(1156), 5, sym_file_descriptor, @@ -74381,7 +75954,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1147), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74391,6 +75964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -74418,17 +75992,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23407] = 3, + [24867] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3036), 1, + aux_sym_concatenation_token1, + ACTIONS(3070), 1, sym__concat, + STATE(742), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1177), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74452,7 +76031,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74466,24 +76044,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [23460] = 6, + [24926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(714), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1261), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 37, + ACTIONS(1259), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74507,6 +76079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74520,33 +76093,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [23519] = 3, + [24979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1211), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(1209), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74570,37 +76143,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [23572] = 6, + [25032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(735), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(1257), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(1255), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74610,6 +76180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74624,22 +76195,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23631] = 6, + [25085] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(3072), 1, aux_sym_concatenation_token1, - ACTIONS(3071), 1, + ACTIONS(3075), 1, sym__concat, - STATE(686), 1, + STATE(755), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1185), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74677,32 +76248,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23690] = 3, + [25144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1235), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74726,18 +76296,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [23743] = 3, + [25197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1241), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1239), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74777,32 +76348,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23796] = 3, + [25250] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(3036), 1, + aux_sym_concatenation_token1, + ACTIONS(3038), 1, sym__concat, + STATE(759), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(3078), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -74812,7 +76387,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74827,22 +76401,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23849] = 6, + [25309] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3036), 1, aux_sym_concatenation_token1, - ACTIONS(3073), 1, + ACTIONS(3082), 1, sym__concat, - STATE(763), 1, + STATE(742), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1169), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1167), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74880,125 +76454,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23908] = 7, + [25368] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(3042), 1, + sym__special_character, + STATE(716), 1, + aux_sym__literal_repeat1, + ACTIONS(2823), 5, + sym_file_descriptor, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 31, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2821), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - [23969] = 7, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [25425] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(3036), 1, + aux_sym_concatenation_token1, + ACTIONS(3038), 1, + sym__concat, + STATE(751), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 31, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3084), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, - anon_sym_EQ_TILDE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - [24030] = 3, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [25484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1241), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1239), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75036,28 +76607,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [24083] = 6, + [25536] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3088), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3090), 1, sym__concat, - STATE(743), 1, + STATE(893), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 6, + ACTIONS(2918), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(2916), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -75067,7 +76636,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75090,21 +76658,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [24142] = 3, + [25594] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3092), 1, + aux_sym_concatenation_token1, + ACTIONS(3094), 1, sym__concat, + STATE(878), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(1167), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -75116,7 +76689,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75126,7 +76698,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75141,19 +76712,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24195] = 3, + [25652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(2756), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(2754), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -75166,6 +76737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75175,7 +76747,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75189,24 +76760,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [24248] = 6, + [25704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(714), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1257), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(1255), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75230,6 +76795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75244,26 +76810,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24307] = 6, + [25756] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3092), 1, aux_sym_concatenation_token1, - ACTIONS(3075), 1, + ACTIONS(3096), 1, sym__concat, - STATE(690), 1, + STATE(764), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(1175), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -75272,8 +76836,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75297,32 +76862,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24366] = 3, + [25814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1269), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1267), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75347,31 +76911,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24419] = 3, + [25866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75395,33 +76959,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [24472] = 3, + [25918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1241), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1239), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75445,38 +77008,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [24525] = 6, + [25970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 6, + ACTIONS(1245), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(1243), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75486,6 +77042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75499,23 +77056,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [26022] = 27, + ACTIONS(63), 1, + sym_comment, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(413), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(421), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(777), 1, + sym_test_operator, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2501), 1, sym_word, - [24584] = 6, + ACTIONS(3098), 1, + sym__special_character, + ACTIONS(3100), 1, + sym_variable_name, + STATE(443), 1, + sym_command_name, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(389), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(429), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(775), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(750), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [26122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(724), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75539,6 +77165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75553,32 +77180,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24643] = 3, + [26174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1227), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1225), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75602,18 +77227,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [24696] = 3, + [26226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1203), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75623,10 +77249,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -75653,17 +77278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24749] = 3, + [26278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1185), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1183), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75672,7 +77297,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -75703,36 +77327,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [24802] = 6, + [26330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(724), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(1197), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, + ACTIONS(1195), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -75742,6 +77360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75755,24 +77374,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [24861] = 6, + [26382] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3102), 1, sym__concat, - STATE(688), 1, + STATE(702), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 6, + ACTIONS(1169), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(1167), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75809,69 +77428,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24920] = 5, - ACTIONS(3), 1, + [26440] = 26, + ACTIONS(63), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(324), 1, aux_sym_number_token1, + ACTIONS(326), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3106), 1, + sym_extglob_pattern, + STATE(1450), 1, + sym__extglob_blob, + STATE(1452), 1, + sym__expression, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [24977] = 3, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [26538] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3090), 1, sym__concat, + STATE(889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(2899), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75880,11 +77525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -75895,7 +77537,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75911,17 +77552,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [25030] = 3, + [26596] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3090), 1, sym__concat, + STATE(893), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(2885), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75930,11 +77577,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -75945,7 +77589,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75961,20 +77604,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [25083] = 5, + [26654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(2721), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 38, + ACTIONS(2719), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76001,6 +77640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -76013,20 +77653,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25140] = 3, + [26706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1249), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1247), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -76038,7 +77677,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76062,23 +77700,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25193] = 6, + [26758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(717), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1205), 7, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(1203), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76088,7 +77723,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76102,6 +77736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76116,36 +77751,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25252] = 6, + [26810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(735), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1237), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76155,6 +77785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76169,24 +77800,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25311] = 7, - ACTIONS(3), 1, + [26862] = 26, + ACTIONS(63), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - ACTIONS(3080), 1, + ACTIONS(183), 1, + sym_word, + ACTIONS(194), 1, anon_sym_LPAREN, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(196), 1, + anon_sym_BANG, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(224), 1, + sym_test_operator, + ACTIONS(226), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3106), 1, + sym_extglob_pattern, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + STATE(1450), 1, + sym__extglob_blob, + STATE(1452), 1, + sym__expression, + STATE(1520), 1, + aux_sym__literal_repeat1, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1300), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [26960] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1219), 7, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1217), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76209,6 +77906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76223,20 +77921,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25372] = 3, + [27012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1265), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1263), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -76248,7 +77945,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76272,37 +77968,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25425] = 6, + [27064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3082), 1, - aux_sym_concatenation_token1, - ACTIONS(3085), 1, - sym__concat, - STATE(763), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1201), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1199), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76312,6 +78004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76326,30 +78019,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25484] = 3, + [27116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1253), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(1251), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76373,36 +78067,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [25536] = 6, + [27168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3090), 1, - sym__concat, - STATE(847), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1227), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1225), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76412,6 +78102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76425,33 +78116,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [25594] = 3, + [27220] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(1223), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1221), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76475,32 +78164,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25646] = 3, + [27272] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, - sym_file_descriptor, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, sym__concat, + STATE(829), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2918), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(2916), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76510,7 +78203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76524,32 +78216,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25698] = 3, + [27330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, - sym_file_descriptor, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, sym__concat, + STATE(832), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2937), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(2935), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76559,7 +78255,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76573,19 +78268,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25750] = 3, + [27388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(1245), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1243), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76595,6 +78290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76623,16 +78319,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25802] = 3, + [27440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1241), 7, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(1239), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76642,11 +78340,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -76658,6 +78353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76672,23 +78368,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25854] = 6, + [27492] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(800), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2973), 6, + ACTIONS(3114), 1, + sym__special_character, + STATE(856), 1, + aux_sym__literal_repeat1, + ACTIONS(2918), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 35, + ACTIONS(2916), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76697,8 +78390,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -76710,7 +78406,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -76724,23 +78419,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [25912] = 6, + [27548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(787), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 6, + ACTIONS(1265), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1263), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76749,8 +78438,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -76761,6 +78453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76774,24 +78467,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [25970] = 6, + [27600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(781), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1197), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 36, + ACTIONS(1195), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76800,9 +78487,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -76813,6 +78502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76826,36 +78516,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26028] = 6, + [27652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(803), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1215), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 36, + ACTIONS(1213), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -76865,6 +78551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76878,19 +78565,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26086] = 3, + [27704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1185), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1183), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76929,17 +78615,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26138] = 3, + [27756] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, + STATE(778), 1, + aux_sym_concatenation_repeat1, + ACTIONS(220), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(189), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76949,7 +78640,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -76963,7 +78653,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76978,31 +78667,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26190] = 3, + [27814] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, - sym_variable_name, + STATE(857), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1147), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77012,7 +78705,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77027,21 +78719,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26242] = 3, + [27872] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, - sym_file_descriptor, + ACTIONS(3092), 1, + aux_sym_concatenation_token1, + ACTIONS(3116), 1, sym__concat, + STATE(878), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1177), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77050,8 +78745,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77061,7 +78757,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77076,18 +78771,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26294] = 3, + [27930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1197), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1195), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77097,6 +78791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -77125,17 +78820,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26346] = 3, + [27982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77144,6 +78839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -77172,24 +78868,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26398] = 6, + [28034] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3100), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1261), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1259), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77198,9 +78887,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -77211,6 +78902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77226,74 +78918,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [26456] = 3, - ACTIONS(3), 1, + [28086] = 27, + ACTIONS(63), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(409), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(413), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(417), 1, aux_sym_number_token1, + ACTIONS(419), 1, aux_sym_number_token2, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, anon_sym_BQUOTE, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, + sym_test_operator, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2445), 1, + sym_word, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3118), 1, + sym__special_character, + STATE(464), 1, + sym_command_name, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(389), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(415), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [26508] = 6, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(803), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [28186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(787), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(1257), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1255), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77303,6 +79015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77312,6 +79025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77325,19 +79039,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26566] = 3, + [28238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1213), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77346,6 +79059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -77374,19 +79088,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26618] = 3, + [28290] = 27, + ACTIONS(63), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(495), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, + aux_sym_number_token1, + ACTIONS(501), 1, + aux_sym_number_token2, + ACTIONS(503), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(507), 1, + anon_sym_BQUOTE, + ACTIONS(509), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(517), 1, + sym_test_operator, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2570), 1, + sym_word, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3120), 1, + sym__special_character, + STATE(423), 1, + sym_command_name, + STATE(733), 1, + aux_sym__literal_repeat1, + STATE(812), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(455), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(497), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(511), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(603), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [28390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1156), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1147), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77396,9 +79181,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -77410,7 +79197,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77425,31 +79211,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26670] = 3, + [28442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1253), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1251), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77474,23 +79260,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26722] = 6, + [28494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3102), 1, - sym__concat, - STATE(841), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(1265), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1263), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77499,8 +79278,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -77511,6 +79293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77526,21 +79309,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [26780] = 3, + [28546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1213), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77549,8 +79330,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77574,23 +79356,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [26832] = 6, + [28598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(815), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1237), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1235), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77599,6 +79376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -77613,6 +79391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77626,18 +79405,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [26890] = 3, + [28650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1241), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1239), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77646,6 +79425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -77676,31 +79456,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [26942] = 3, + [28702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77725,18 +79505,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26994] = 3, + [28754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + ACTIONS(1257), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1255), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77746,6 +79525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -77774,83 +79554,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27046] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(781), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [27104] = 3, + [28806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, + ACTIONS(1237), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1235), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77874,18 +79601,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [27156] = 3, + [28858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1249), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1247), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77894,6 +79621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -77924,24 +79652,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27208] = 6, + [28910] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(2975), 1, sym__concat, - STATE(827), 1, + STATE(778), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(2823), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(2821), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77950,9 +79679,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -77976,16 +79704,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27266] = 3, + [28968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1219), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1217), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78023,32 +79752,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [27318] = 3, + [29020] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, + STATE(857), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2721), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(2719), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78058,7 +79791,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -78072,18 +79804,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [27370] = 3, + [29078] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(3114), 1, + sym__special_character, + STATE(856), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(2885), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78107,9 +79842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -78123,83 +79856,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27422] = 6, - ACTIONS(3), 1, + [29134] = 27, + ACTIONS(63), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3108), 1, - sym__concat, - STATE(841), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(409), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(413), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(417), 1, aux_sym_number_token1, + ACTIONS(419), 1, aux_sym_number_token2, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, anon_sym_BQUOTE, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(969), 1, + sym_test_operator, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2568), 1, + sym_word, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3122), 1, + sym__special_character, + STATE(535), 1, + sym_command_name, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(389), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [27480] = 3, + ACTIONS(963), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1278), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [29234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1201), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1199), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78224,35 +79978,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27532] = 6, + [29286] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3112), 1, sym__concat, - STATE(870), 1, + STATE(829), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1175), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78275,23 +80028,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [27590] = 6, + [29344] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3124), 1, sym__concat, - STATE(917), 1, + STATE(839), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1169), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1167), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78328,17 +80082,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27648] = 3, + [29402] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3092), 1, + aux_sym_concatenation_token1, + ACTIONS(3096), 1, sym__concat, + STATE(764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(3078), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78361,7 +80120,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -78375,33 +80133,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [27700] = 3, + [29460] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(3092), 1, + aux_sym_concatenation_token1, + ACTIONS(3096), 1, sym__concat, + STATE(804), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(3084), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78411,7 +80172,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -78426,22 +80186,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27752] = 6, + [29518] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3126), 1, sym__concat, - STATE(781), 1, + STATE(839), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1179), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1177), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78478,31 +80238,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27810] = 3, + [29576] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3092), 1, + aux_sym_concatenation_token1, + ACTIONS(3096), 1, sym__concat, + STATE(764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(3058), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78512,7 +80276,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -78527,98 +80290,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27862] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(779), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2568), 1, - sym_word, - ACTIONS(3112), 1, - sym__special_character, - ACTIONS(3114), 1, - sym_variable_name, - STATE(457), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(777), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(718), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [27962] = 6, + [29634] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3092), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3096), 1, sym__concat, - STATE(874), 1, + STATE(804), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3050), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(3048), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -78627,8 +80316,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78652,20 +80342,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28020] = 5, + [29692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1219), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, + ACTIONS(1217), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78675,10 +80362,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -78690,7 +80376,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -78703,66 +80391,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28076] = 3, - ACTIONS(3), 1, + [29744] = 26, + ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(324), 1, aux_sym_number_token1, + ACTIONS(326), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1113), 1, + sym_word, + ACTIONS(1115), 1, + anon_sym_BANG, + ACTIONS(1121), 1, + sym__special_character, + ACTIONS(1125), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3106), 1, + sym_extglob_pattern, + STATE(1450), 1, + sym__extglob_blob, + STATE(1452), 1, + sym__expression, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [28128] = 3, + ACTIONS(1117), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1123), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1119), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1568), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [29842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1211), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1209), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78800,32 +80510,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [28180] = 3, + [29894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1197), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1195), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -78850,95 +80561,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28232] = 27, - ACTIONS(63), 1, + [29946] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(435), 1, - sym_test_operator, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(3128), 1, + aux_sym_concatenation_token1, + ACTIONS(3131), 1, + sym__concat, + STATE(839), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 5, sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - ACTIONS(3114), 1, sym_variable_name, - ACTIONS(3118), 1, - sym__special_character, - STATE(480), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [28332] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [30004] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3134), 1, aux_sym_concatenation_token1, - ACTIONS(3120), 1, + ACTIONS(3136), 1, sym__concat, - STATE(843), 1, + STATE(904), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1175), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78974,23 +80663,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [30062] = 27, + ACTIONS(63), 1, + sym_comment, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(713), 1, + anon_sym_DQUOTE, + ACTIONS(717), 1, + aux_sym_number_token1, + ACTIONS(719), 1, + aux_sym_number_token2, + ACTIONS(721), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(723), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(725), 1, + anon_sym_BQUOTE, + ACTIONS(727), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(735), 1, + sym_test_operator, + ACTIONS(737), 1, + sym__brace_start, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2554), 1, sym_word, - [28390] = 6, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3138), 1, + sym__special_character, + STATE(441), 1, + sym_command_name, + STATE(842), 1, + aux_sym__literal_repeat1, + STATE(1052), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(693), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(715), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(729), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(647), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [30162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(870), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(3140), 1, + sym__special_character, + STATE(881), 1, + aux_sym__literal_repeat1, + ACTIONS(220), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + ACTIONS(189), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79002,6 +80763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -79014,7 +80777,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -79027,17 +80789,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28448] = 3, + [30218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1211), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1209), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79046,6 +80808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -79074,19 +80837,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [28500] = 3, + [30270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1253), 7, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1251), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79096,7 +80859,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -79125,17 +80887,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28552] = 3, + [30322] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1261), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1259), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79144,6 +80906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -79172,24 +80935,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [28604] = 6, + [30374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1211), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(1209), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79199,6 +80956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -79212,6 +80970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79226,17 +80985,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28662] = 3, + [30426] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(3142), 1, + aux_sym_concatenation_token1, + ACTIONS(3145), 1, sym__concat, + STATE(847), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(1183), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79245,11 +81010,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -79260,7 +81022,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79274,19 +81035,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [28714] = 3, + [30484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1265), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1263), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79296,6 +81057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -79324,16 +81086,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28766] = 3, + [30536] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, - sym_file_descriptor, + ACTIONS(3092), 1, + aux_sym_concatenation_token1, + ACTIONS(3096), 1, sym__concat, + STATE(764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(2885), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79342,7 +81110,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -79357,7 +81124,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79371,37 +81137,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [28818] = 5, + [30594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1201), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1199), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -79411,7 +81172,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -79424,22 +81187,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28874] = 6, + [30646] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3112), 1, sym__concat, - STATE(803), 1, + STATE(832), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(2899), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79476,16 +81239,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28932] = 3, + [30704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1203), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79523,24 +81287,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [28984] = 6, + [30756] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3092), 1, aux_sym_concatenation_token1, - ACTIONS(3125), 1, + ACTIONS(3096), 1, sym__concat, - STATE(843), 1, + STATE(804), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(2899), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79577,17 +81340,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29042] = 3, + [30814] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3148), 1, + aux_sym_concatenation_token1, + ACTIONS(3151), 1, sym__concat, - sym_variable_name, + STATE(854), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79610,7 +81377,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79626,20 +81392,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [29094] = 5, + [30872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(1175), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(1173), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79649,6 +81411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -79665,6 +81428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -79677,19 +81441,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29150] = 3, + [30924] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3154), 1, + sym__special_character, + STATE(856), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + ACTIONS(1273), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -79702,7 +81469,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -79713,7 +81479,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -79725,32 +81490,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [29202] = 3, + [30980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(3157), 1, sym__concat, - sym_variable_name, + STATE(702), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1177), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -79760,7 +81530,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79775,30 +81544,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29254] = 3, + [31038] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1051), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3106), 1, + sym_extglob_pattern, + ACTIONS(3159), 1, + sym__special_character, + STATE(1450), 1, + sym__extglob_blob, + STATE(1452), 1, + sym__expression, + STATE(1625), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1033), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1035), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1495), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [31136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1237), 7, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -79822,105 +81664,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [29306] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(709), 1, - anon_sym_DOLLAR, - ACTIONS(713), 1, - anon_sym_DQUOTE, - ACTIONS(717), 1, - aux_sym_number_token1, - ACTIONS(719), 1, - aux_sym_number_token2, - ACTIONS(721), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, - anon_sym_BQUOTE, - ACTIONS(727), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(735), 1, - sym_test_operator, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2570), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3127), 1, - sym__special_character, - STATE(434), 1, - sym_command_name, - STATE(829), 1, - aux_sym__literal_repeat1, - STATE(996), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(693), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(715), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(729), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(670), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [29406] = 3, + [31188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1223), 7, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1221), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -79944,22 +81713,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [29458] = 3, + [31240] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, sym__concat, + STATE(829), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(2885), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -79970,7 +81742,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -79980,7 +81751,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79994,18 +81764,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [29510] = 3, + [31298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1269), 7, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1267), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80015,7 +81787,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -80044,104 +81815,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29562] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(495), 1, - anon_sym_DQUOTE, - ACTIONS(499), 1, - aux_sym_number_token1, - ACTIONS(501), 1, - aux_sym_number_token2, - ACTIONS(503), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, - anon_sym_BQUOTE, - ACTIONS(509), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(517), 1, - sym_test_operator, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2552), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3129), 1, - sym__special_character, - STATE(425), 1, - sym_command_name, - STATE(707), 1, - aux_sym__literal_repeat1, - STATE(830), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(455), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(511), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(586), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [29662] = 3, + [31350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1213), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80166,17 +81864,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29714] = 3, + [31402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1257), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1255), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80185,7 +81883,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -80214,32 +81911,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [29766] = 3, + [31454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1261), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1259), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80264,23 +81962,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29818] = 6, + [31506] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, + anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1083), 1, + sym__special_character, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3161), 1, + sym_extglob_pattern, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1852), 1, + sym__extglob_blob, + STATE(1854), 1, + sym__expression, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1085), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1869), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1500), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [31604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3131), 1, - aux_sym_concatenation_token1, - ACTIONS(3134), 1, - sym__concat, - STATE(841), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1253), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1251), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80291,6 +82055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -80301,6 +82067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -80316,22 +82083,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [29876] = 6, + [31656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(870), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1227), 7, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(1225), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80354,6 +82117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -80368,22 +82132,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29934] = 6, + [31708] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3134), 1, aux_sym_concatenation_token1, - ACTIONS(3140), 1, + ACTIONS(3136), 1, sym__concat, - STATE(843), 1, + STATE(904), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(3064), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3062), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80419,18 +82182,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [29992] = 3, + [31766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1253), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1251), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80439,6 +82202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -80469,16 +82233,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30044] = 3, + [31818] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, - sym_file_descriptor, + ACTIONS(3134), 1, + aux_sym_concatenation_token1, + ACTIONS(3136), 1, sym__concat, + STATE(874), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3068), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(3066), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80487,7 +82256,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -80502,7 +82270,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -80518,30 +82285,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30096] = 3, + [31876] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, + STATE(778), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2760), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(2758), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80551,7 +82323,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -80565,36 +82336,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30148] = 6, + [31934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3143), 1, - sym__concat, - STATE(906), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1249), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(1247), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80604,6 +82371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -80617,23 +82385,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30206] = 3, + [31986] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, - sym_file_descriptor, + ACTIONS(3134), 1, + aux_sym_concatenation_token1, + ACTIONS(3163), 1, sym__concat, + STATE(854), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1177), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -80642,8 +82411,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80653,7 +82423,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -80667,35 +82436,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [30258] = 5, + [32044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1245), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(1243), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80705,7 +82472,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -80717,21 +82486,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30314] = 3, + [32096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1261), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1259), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -80740,9 +82510,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80766,18 +82535,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30366] = 3, + [32148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(1245), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1243), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80786,7 +82555,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -80817,20 +82585,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30418] = 5, + [32200] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(3165), 1, + aux_sym_concatenation_token1, + ACTIONS(3168), 1, + sym__concat, + STATE(878), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 37, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80839,7 +82609,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -80855,6 +82624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -80866,20 +82636,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30474] = 3, + [32258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1185), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1183), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80889,6 +82657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -80917,30 +82686,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30526] = 3, + [32310] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(3140), 1, + sym__special_character, + STATE(881), 1, + aux_sym__literal_repeat1, + ACTIONS(2823), 5, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(2821), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80950,9 +82724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -80964,21 +82736,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30578] = 3, + [32366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(3171), 1, + sym__special_character, + STATE(881), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1273), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -80990,6 +82765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -80999,9 +82775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -81013,21 +82787,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30630] = 3, + [32422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1211), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1209), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81036,9 +82811,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81062,33 +82836,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30682] = 3, + [32474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1219), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1217), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81112,17 +82884,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [30734] = 3, + [32526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1227), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1225), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81131,7 +82905,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -81162,21 +82935,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30786] = 3, + [32578] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3090), 1, sym__concat, + STATE(889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2937), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(2935), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81186,7 +82963,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81196,7 +82972,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81210,25 +82985,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [30838] = 6, + [32636] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, + anon_sym_LPAREN, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(383), 1, + sym_test_operator, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3174), 1, + sym__special_character, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3178), 1, + sym_extglob_pattern, + STATE(1621), 1, + aux_sym__literal_repeat1, + STATE(1828), 1, + sym__expression, + STATE(1832), 1, + sym__extglob_blob, + ACTIONS(272), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(367), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(274), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1877), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1476), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [32734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(815), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1265), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + ACTIONS(1263), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81237,9 +83082,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81249,6 +83093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81263,31 +83108,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30896] = 3, + [32786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1201), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1199), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81311,18 +83155,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [30948] = 3, + [32838] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3180), 1, sym__concat, + STATE(847), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1177), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81333,8 +83184,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -81345,7 +83194,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81361,31 +83209,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31000] = 3, + [32896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1205), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1203), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81409,18 +83256,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [31052] = 3, + [32948] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1221), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81459,95 +83307,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31104] = 27, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, - aux_sym_number_token1, - ACTIONS(51), 1, - aux_sym_number_token2, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, - anon_sym_BQUOTE, - ACTIONS(59), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(69), 1, - sym_test_operator, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2447), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3147), 1, - sym__special_character, - STATE(447), 1, - sym_command_name, - STATE(930), 1, - aux_sym__literal_repeat1, - STATE(1159), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(13), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(47), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(720), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [31204] = 6, + [33000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(1269), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1267), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81557,6 +83327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -81570,6 +83341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81584,21 +83356,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31262] = 3, + [33052] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3182), 1, sym__concat, + STATE(847), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1167), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -81608,7 +83384,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81618,7 +83393,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81632,17 +83406,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [31314] = 3, + [33110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1221), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81680,18 +83456,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [31366] = 3, + [33162] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, - sym_file_descriptor, + ACTIONS(3088), 1, + aux_sym_concatenation_token1, + ACTIONS(3090), 1, sym__concat, + STATE(893), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81700,11 +83482,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -81715,7 +83494,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81731,22 +83509,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31418] = 6, + [33220] = 27, + ACTIONS(63), 1, + sym_comment, + ACTIONS(983), 1, + anon_sym_DOLLAR, + ACTIONS(987), 1, + anon_sym_DQUOTE, + ACTIONS(991), 1, + aux_sym_number_token1, + ACTIONS(993), 1, + aux_sym_number_token2, + ACTIONS(995), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_BQUOTE, + ACTIONS(1001), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2465), 1, + sym_word, + ACTIONS(2576), 1, + sym__special_character, + ACTIONS(3100), 1, + sym_variable_name, + STATE(553), 1, + sym_command_name, + STATE(1597), 1, + aux_sym__literal_repeat1, + STATE(1696), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(989), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1003), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + STATE(1367), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [33320] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(3149), 1, + ACTIONS(2975), 1, sym__concat, - STATE(711), 1, + STATE(857), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2756), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(2754), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81783,17 +83634,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31476] = 3, + [33378] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, + STATE(778), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81803,7 +83659,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -81817,7 +83672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81832,17 +83686,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31528] = 3, + [33436] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(3140), 1, + sym__special_character, + STATE(881), 1, + aux_sym__literal_repeat1, + ACTIONS(2760), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(2758), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81852,9 +83709,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -81866,9 +83724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -81881,16 +83737,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31580] = 3, + [33492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1221), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81899,7 +83756,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -81930,35 +83786,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31632] = 6, + [33544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3151), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1245), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1243), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -81968,6 +83820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -81982,21 +83835,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31690] = 3, + [33596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, + ACTIONS(1261), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1259), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82005,8 +83856,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -82030,33 +83882,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [31742] = 3, + [33648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -82066,6 +83917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82079,90 +83931,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [31794] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1025), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2548), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3153), 1, - sym__special_character, - STATE(531), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1019), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1278), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [31894] = 3, + [33700] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, - sym_file_descriptor, + ACTIONS(3134), 1, + aux_sym_concatenation_token1, + ACTIONS(3184), 1, sym__concat, + STATE(854), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1167), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82171,7 +83956,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -82186,7 +83970,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82202,17 +83985,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31946] = 3, + [33758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1257), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1255), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82250,22 +84032,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [31998] = 6, + [33810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3155), 1, - sym__concat, - STATE(906), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1241), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1239), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82288,6 +84067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82303,16 +84083,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32056] = 3, + [33862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82321,7 +84102,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -82352,23 +84132,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32108] = 6, + [33914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(787), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 6, + ACTIONS(1269), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1267), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82377,8 +84150,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -82389,6 +84165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82404,17 +84181,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32166] = 3, + [33966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1211), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1209), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82423,7 +84200,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -82452,32 +84228,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [32218] = 3, + [34018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1185), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -82502,74 +84279,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32270] = 3, - ACTIONS(3), 1, + [34070] = 27, + ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 7, - sym_file_descriptor, - sym__concat, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(413), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(421), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(437), 1, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2445), 1, + sym_word, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3118), 1, + sym__special_character, + STATE(463), 1, + sym_command_name, + STATE(939), 1, + aux_sym__literal_repeat1, + STATE(1246), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(415), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(429), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + STATE(803), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [34170] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(365), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(369), 1, aux_sym_number_token1, + ACTIONS(371), 1, aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(1073), 1, + sym_test_operator, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3188), 1, + sym_extglob_pattern, + STATE(1499), 1, + aux_sym__literal_repeat1, + STATE(1755), 1, + sym__extglob_blob, + STATE(1756), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [32322] = 6, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1069), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1746), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1533), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [34268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(800), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(1249), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1247), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82579,6 +84448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -82588,6 +84458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82601,19 +84472,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [32380] = 3, + [34320] = 26, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(226), 1, + sym__brace_start, + ACTIONS(228), 1, + sym_word, + ACTIONS(230), 1, + anon_sym_BANG, + ACTIONS(234), 1, + sym_test_operator, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1079), 1, + sym__special_character, + ACTIONS(3106), 1, + sym_extglob_pattern, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + STATE(1450), 1, + sym__extglob_blob, + STATE(1452), 1, + sym__expression, + STATE(1520), 1, + aux_sym__literal_repeat1, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1081), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(135), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1531), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [34418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1219), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1217), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82622,7 +84564,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -82651,22 +84592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [32432] = 6, + [34470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3090), 1, - sym__concat, - STATE(847), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1197), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 37, + ACTIONS(1195), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82675,6 +84612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -82689,6 +84627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82704,16 +84643,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32490] = 3, + [34522] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1227), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1225), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82751,71 +84691,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [32542] = 6, - ACTIONS(3), 1, + [34574] = 27, + ACTIONS(41), 1, + anon_sym_DOLLAR, + ACTIONS(45), 1, + anon_sym_DQUOTE, + ACTIONS(49), 1, + aux_sym_number_token1, + ACTIONS(51), 1, + aux_sym_number_token2, + ACTIONS(53), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(55), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(57), 1, + anon_sym_BQUOTE, + ACTIONS(59), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(63), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3090), 1, - sym__concat, - STATE(880), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, - sym_file_descriptor, + ACTIONS(69), 1, sym_test_operator, + ACTIONS(71), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 37, + ACTIONS(1307), 1, + sym_file_descriptor, + ACTIONS(2566), 1, + sym_word, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3190), 1, + sym__special_character, + STATE(451), 1, + sym_command_name, + STATE(945), 1, + aux_sym__literal_repeat1, + STATE(1242), 1, + sym_concatenation, + STATE(2395), 1, + sym_file_redirect, + STATE(4133), 1, + sym_subscript, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(47), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(61), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2013), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1305), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + ACTIONS(1303), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [32600] = 3, + STATE(674), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [34674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1269), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1267), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82854,31 +84814,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32652] = 3, + [34726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1203), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -82902,32 +84861,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [32704] = 3, + [34778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1185), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1183), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -82951,18 +84910,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [32756] = 3, + [34830] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1201), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1199), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82971,7 +84931,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -83000,32 +84959,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [32808] = 3, + [34882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1249), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1247), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -83050,31 +85010,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32860] = 3, + [34934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1215), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1213), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -83098,71 +85057,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [32912] = 27, + [34986] = 25, ACTIONS(63), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, - anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, - sym_test_operator, - ACTIONS(1001), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2550), 1, + ACTIONS(1027), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1051), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3159), 1, sym__special_character, - ACTIONS(3114), 1, - sym_variable_name, - STATE(556), 1, - sym_command_name, - STATE(1547), 1, + ACTIONS(3192), 1, + sym__regex_no_space, + STATE(1452), 1, + sym__expression, + STATE(1625), 1, aux_sym__literal_repeat1, - STATE(1749), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(965), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, + ACTIONS(1033), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(995), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1330), 9, + ACTIONS(1035), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1495), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -83172,16 +85129,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [33012] = 3, + [35081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1205), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1203), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83190,11 +85149,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -83221,90 +85177,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33064] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(435), 1, - sym_test_operator, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3118), 1, - sym__special_character, - STATE(473), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [33164] = 3, + [35132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1237), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1235), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83315,8 +85199,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -83343,17 +85225,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33216] = 3, + [35183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1211), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1209), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83362,7 +85243,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -83391,18 +85271,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [33268] = 3, + [35234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1219), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1217), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83441,41 +85321,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33320] = 3, - ACTIONS(3), 1, + [35285] = 25, + ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(183), 1, + sym_word, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(196), 1, + anon_sym_BANG, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(224), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(226), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + ACTIONS(3192), 1, + sym__regex_no_space, + STATE(1452), 1, + sym__expression, + STATE(1520), 1, + aux_sym__literal_repeat1, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1300), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [35380] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3198), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3200), 1, + anon_sym_LT_LT_LT, + ACTIONS(3202), 1, + sym_variable_name, + STATE(4088), 1, + sym_subscript, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3194), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3196), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2981), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83490,21 +85448,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33372] = 3, + [35449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, + ACTIONS(1201), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1199), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -83513,8 +85469,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -83539,20 +85496,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33424] = 5, + [35500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1205), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1203), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83561,7 +85515,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -83576,7 +85529,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -83588,23 +85543,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [33480] = 6, + [35551] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3160), 1, + ACTIONS(3205), 1, aux_sym_concatenation_token1, - ACTIONS(3163), 1, + ACTIONS(3207), 1, sym__concat, - STATE(906), 1, + STATE(940), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1175), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1173), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83615,8 +85571,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -83640,19 +85594,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [33538] = 3, + [35608] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(3205), 1, + aux_sym_concatenation_token1, + ACTIONS(3207), 1, sym__concat, + STATE(964), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(3048), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83663,8 +85622,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -83675,7 +85632,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83689,25 +85645,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [33590] = 5, + [35665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1201), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 37, + ACTIONS(1199), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -83719,7 +85669,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -83729,7 +85678,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -83741,23 +85692,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [33646] = 6, + [35716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(815), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1205), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(1203), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83780,6 +85726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83793,33 +85740,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [33704] = 3, + [35767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(1223), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 39, + ACTIONS(1221), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -83829,6 +85775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83843,35 +85790,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33756] = 6, + [35818] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(827), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(3209), 1, + sym__special_character, + STATE(1043), 1, + aux_sym__literal_repeat1, + ACTIONS(220), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 36, + ACTIONS(189), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -83882,7 +85828,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -83895,17 +85840,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33814] = 3, + [35873] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3205), 1, + aux_sym_concatenation_token1, + ACTIONS(3211), 1, sym__concat, + STATE(1018), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1167), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83916,8 +85867,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -83928,7 +85877,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83942,19 +85890,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [33866] = 3, + [35930] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(3205), 1, + aux_sym_concatenation_token1, + ACTIONS(3207), 1, sym__concat, + STATE(940), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(3058), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83963,11 +85916,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -83978,7 +85928,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83993,24 +85942,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33918] = 6, + [35987] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(226), 1, + sym__brace_start, + ACTIONS(228), 1, + sym_word, + ACTIONS(230), 1, + anon_sym_BANG, + ACTIONS(234), 1, + sym_test_operator, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1079), 1, + sym__special_character, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + ACTIONS(3192), 1, + sym__regex_no_space, + STATE(1452), 1, + sym__expression, + STATE(1520), 1, + aux_sym__literal_repeat1, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1081), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(135), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1531), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [36082] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(827), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(3213), 1, + sym__special_character, + STATE(943), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1273), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84019,9 +86038,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -84032,7 +86050,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -84045,24 +86062,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33976] = 6, - ACTIONS(3), 1, + [36137] = 25, + ACTIONS(63), 1, sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(815), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + anon_sym_BQUOTE, + ACTIONS(3192), 1, + sym__regex_no_space, + STATE(1452), 1, + sym__expression, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [36232] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3216), 1, + sym__special_character, + STATE(943), 1, + aux_sym__literal_repeat1, + ACTIONS(220), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(189), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84071,9 +86158,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -84084,7 +86170,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -84097,17 +86182,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34034] = 3, + [36287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1241), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1239), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84116,7 +86200,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -84145,23 +86228,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [34086] = 6, + [36338] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3166), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3169), 1, + ACTIONS(3220), 1, sym__concat, - STATE(917), 1, + STATE(952), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(3080), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3078), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84196,37 +86280,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34144] = 6, + [36395] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(870), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3222), 1, + sym__special_character, + STATE(948), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1273), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -84237,7 +86318,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -84249,42 +86329,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [34202] = 6, + [36450] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1007), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(3200), 1, + anon_sym_LT_LT_LT, + ACTIONS(3202), 1, + sym_variable_name, + ACTIONS(3225), 1, + aux_sym_heredoc_redirect_token1, + STATE(4088), 1, + sym_subscript, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3194), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3196), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2981), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 24, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -84299,24 +86387,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34259] = 6, + [36519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(946), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1237), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 35, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84325,9 +86406,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -84338,6 +86420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84351,23 +86434,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [34316] = 6, + [36570] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3180), 1, + ACTIONS(3220), 1, sym__concat, - STATE(917), 1, + STATE(952), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1175), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84376,6 +86460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -84401,20 +86486,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34373] = 3, + [36627] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3227), 1, sym__concat, + STATE(988), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1167), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84423,6 +86511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -84435,7 +86524,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84449,20 +86537,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34424] = 3, + [36684] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, sym__concat, + STATE(959), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(3084), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84471,6 +86562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -84483,7 +86575,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84497,20 +86588,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34475] = 3, + [36741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1213), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84521,6 +86610,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -84545,22 +86636,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34526] = 3, + [36792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(2756), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 36, + ACTIONS(2754), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84569,7 +86658,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -84579,7 +86671,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84593,24 +86684,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34577] = 6, + [36843] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3182), 1, - aux_sym_concatenation_token1, - ACTIONS(3185), 1, - sym__concat, - STATE(926), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(3229), 1, + sym__special_character, + STATE(1068), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(3078), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84619,8 +86707,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -84632,7 +86723,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -84644,19 +86734,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34634] = 3, + [36898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1261), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1259), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84693,23 +86781,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [34685] = 6, - ACTIONS(3), 1, + [36949] = 25, + ACTIONS(63), 1, sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(1073), 1, + sym_test_operator, ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3231), 1, + sym__regex_no_space, + STATE(1499), 1, + aux_sym__literal_repeat1, + STATE(1756), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1069), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1746), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1533), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [37044] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3233), 1, sym__concat, - STATE(929), 1, + STATE(988), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1179), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1177), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84745,22 +86904,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34742] = 6, + [37101] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3188), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3235), 1, + sym__special_character, + STATE(948), 1, + aux_sym__literal_repeat1, + ACTIONS(3064), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(3062), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84769,9 +86925,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -84783,7 +86941,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -84795,25 +86952,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [34799] = 5, + [37156] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 6, + ACTIONS(3205), 1, + aux_sym_concatenation_token1, + ACTIONS(3207), 1, + sym__concat, + STATE(964), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 35, + ACTIONS(2899), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84823,7 +86982,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -84834,6 +86992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -84846,18 +87005,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34854] = 3, + [37213] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3239), 1, sym__concat, - sym_variable_name, + STATE(1044), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3064), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, + ACTIONS(3062), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84866,6 +87028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -84878,7 +87041,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84894,18 +87056,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34905] = 3, + [37270] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3239), 1, sym__concat, - sym_variable_name, + STATE(1055), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3068), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(3066), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84914,6 +87079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -84926,7 +87092,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84942,22 +87107,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34956] = 6, + [37327] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3205), 1, aux_sym_concatenation_token1, - ACTIONS(3194), 1, + ACTIONS(3241), 1, sym__concat, - STATE(926), 1, + STATE(1018), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1179), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1177), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84991,20 +87157,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35013] = 3, + [37384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, + ACTIONS(1223), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(1221), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85015,6 +87178,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85041,18 +87206,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35064] = 3, + [37435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(1257), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(1255), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85061,6 +87225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -85089,17 +87254,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35115] = 3, + [37486] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1113), 1, + sym_word, + ACTIONS(1115), 1, + anon_sym_BANG, + ACTIONS(1121), 1, + sym__special_character, + ACTIONS(1125), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3192), 1, + sym__regex_no_space, + STATE(1452), 1, + sym__expression, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1117), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1123), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1119), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1568), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [37581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1269), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1267), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85136,23 +87370,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [35166] = 6, + [37632] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3243), 1, + sym__special_character, + STATE(969), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1273), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [37687] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3205), 1, aux_sym_concatenation_token1, - ACTIONS(3196), 1, + ACTIONS(3207), 1, sym__concat, - STATE(926), 1, + STATE(940), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2887), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(2885), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85186,20 +87472,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35223] = 3, + [37744] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, - sym_file_descriptor, + ACTIONS(3205), 1, + aux_sym_concatenation_token1, + ACTIONS(3207), 1, sym__concat, + STATE(940), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(3078), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85220,7 +87510,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -85234,24 +87523,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35274] = 6, + [37801] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3205), 1, aux_sym_concatenation_token1, - ACTIONS(3198), 1, + ACTIONS(3207), 1, sym__concat, - STATE(937), 1, + STATE(964), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3086), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(3084), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85285,22 +87574,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35331] = 5, + [37858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(1269), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + ACTIONS(1267), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85309,11 +87595,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85324,7 +87607,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -85336,11 +87621,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [35386] = 3, + [37909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1223), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -85348,7 +87634,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1221), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85385,17 +87671,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35437] = 3, + [37960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1249), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1247), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85432,21 +87717,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [35488] = 3, + [38011] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, + anon_sym_LPAREN, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(383), 1, + sym_test_operator, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3174), 1, + sym__special_character, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3246), 1, + sym__regex_no_space, + STATE(1621), 1, + aux_sym__literal_repeat1, + STATE(1828), 1, + sym__expression, + ACTIONS(272), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(367), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(274), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1877), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1476), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [38106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(2721), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(2719), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85455,7 +87810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -85465,7 +87823,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -85479,20 +87836,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35539] = 3, + [38157] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(3229), 1, + sym__special_character, + STATE(1068), 1, + aux_sym__literal_repeat1, + ACTIONS(3060), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 36, + ACTIONS(3058), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85501,8 +87859,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85513,9 +87874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -85527,19 +87886,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35590] = 3, + [38212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1185), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85577,22 +87935,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35641] = 6, + [38263] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3202), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3229), 1, + sym__special_character, + STATE(1068), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(2885), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85601,9 +87957,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85615,7 +87973,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -85628,18 +87985,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35698] = 3, + [38318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(1197), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(1195), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85650,6 +88006,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85674,20 +88032,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35749] = 3, + [38369] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, - sym_file_descriptor, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, sym__concat, + STATE(999), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 36, + ACTIONS(2885), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85708,7 +88069,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -85724,20 +88084,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35800] = 3, + [38426] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, + ACTIONS(3216), 1, + sym__special_character, + STATE(943), 1, + aux_sym__literal_repeat1, + ACTIONS(2760), 6, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(2758), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85747,6 +88111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -85756,9 +88121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -85770,19 +88133,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35851] = 3, + [38481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1227), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1225), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85819,19 +88180,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [35902] = 3, + [38532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1245), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1243), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85842,6 +88202,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85868,18 +88230,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35953] = 3, + [38583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1219), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(1217), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85890,6 +88251,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -85914,25 +88277,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [36004] = 6, + [38634] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3112), 1, sym__concat, - STATE(1045), 1, + STATE(995), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 6, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(2899), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85966,24 +88327,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [36061] = 6, + [38691] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3248), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3251), 1, sym__concat, - STATE(1061), 1, + STATE(988), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 6, + ACTIONS(1185), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 34, + ACTIONS(1183), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85992,6 +88353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -86018,20 +88380,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36118] = 5, + [38748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1197), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(1195), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86040,7 +88398,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -86055,7 +88412,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -86067,30 +88426,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [36173] = 3, + [38799] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(3209), 1, + sym__special_character, + STATE(1043), 1, + aux_sym__literal_repeat1, + ACTIONS(2823), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(2821), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -86100,9 +88465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -86114,20 +88477,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [36224] = 3, + [38854] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(1211), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1209), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86138,6 +88499,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -86162,22 +88525,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [36275] = 5, + [38905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(3254), 1, sym__special_character, - STATE(986), 1, + STATE(969), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(2918), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(2916), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86186,7 +88548,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -86213,202 +88574,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [36330] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3208), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2914), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [36393] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3208), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2914), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 5, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [36458] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3217), 1, - sym__regex_no_space, - STATE(1498), 1, - aux_sym__literal_repeat1, - STATE(1651), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1715), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1419), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [36553] = 6, + [38960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3219), 1, - aux_sym_concatenation_token1, - ACTIONS(3222), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, ACTIONS(1185), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1183), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86417,9 +88594,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -86430,6 +88608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -86443,23 +88622,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [36610] = 6, + [39011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3198), 1, - sym__concat, - STATE(937), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 5, + ACTIONS(1237), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1235), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86480,6 +88656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -86495,22 +88672,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36667] = 6, + [39062] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3198), 1, + ACTIONS(3256), 1, sym__concat, - STATE(933), 1, + STATE(839), 1, aux_sym_concatenation_repeat1, - ACTIONS(3015), 5, + ACTIONS(1179), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 35, + ACTIONS(1177), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86546,12 +88723,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36724] = 5, + [39119] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, + ACTIONS(3216), 1, sym__special_character, - STATE(966), 1, + STATE(943), 1, aux_sym__literal_repeat1, ACTIONS(2823), 6, sym_file_descriptor, @@ -86596,24 +88773,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36779] = 5, + [39174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(1249), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1247), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -86622,8 +88794,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -86633,7 +88806,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -86646,23 +88821,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36834] = 6, + [39225] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3220), 1, sym__concat, - STATE(1045), 1, + STATE(952), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 6, + ACTIONS(3060), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(3058), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86671,6 +88845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -86697,23 +88872,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36891] = 6, + [39282] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3258), 1, sym__concat, - STATE(1061), 1, + STATE(839), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 6, + ACTIONS(1169), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 34, + ACTIONS(1167), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86747,31 +88921,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [36948] = 3, + [39339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1175), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 38, + ACTIONS(1173), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -86794,25 +88970,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [36999] = 6, + [39390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1045), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 6, + ACTIONS(1241), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1239), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86833,6 +89003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -86846,24 +89017,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37056] = 6, + [39441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1061), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86872,6 +89038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -86884,6 +89051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -86897,17 +89065,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37113] = 3, + [39492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1241), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1239), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86916,10 +89086,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -86946,16 +89115,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37164] = 3, + [39543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86964,10 +89134,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -86994,16 +89163,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37215] = 3, + [39594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(2899), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87042,16 +89211,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37266] = 3, + [39645] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3202), 1, + sym_variable_name, + STATE(4088), 1, + sym_subscript, + ACTIONS(2639), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 2, + sym_test_operator, + sym__brace_start, + STATE(2981), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(2635), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [39708] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2666), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3202), 1, + sym_variable_name, + STATE(4088), 1, + sym_subscript, + ACTIONS(3196), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2981), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2644), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(2635), 24, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [39773] = 6, ACTIONS(3), 1, sym_comment, + ACTIONS(3260), 1, + aux_sym_concatenation_token1, + ACTIONS(3263), 1, + sym__concat, + STATE(1008), 1, + aux_sym_concatenation_repeat1, ACTIONS(1185), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [39830] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1237), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1235), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87090,19 +89419,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37317] = 3, + [39881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(1201), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 38, + ACTIONS(1199), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87111,10 +89441,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [39932] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, + sym__concat, + STATE(952), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2885), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -87138,17 +89518,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37368] = 3, + [39989] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, sym__concat, + STATE(959), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(2899), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87157,10 +89542,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87171,7 +89555,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87186,156 +89569,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37419] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - ACTIONS(3230), 1, - sym__regex_no_space, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1790), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [37514] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [37609] = 3, + [40046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1253), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(1251), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87346,8 +89591,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87374,17 +89617,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37660] = 3, + [40097] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3268), 1, sym__concat, - sym_variable_name, + STATE(1008), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1177), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87395,8 +89643,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87407,7 +89653,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87421,17 +89666,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37711] = 3, + [40154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(1269), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1267), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87440,10 +89687,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87470,19 +89716,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37762] = 5, + [40205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3236), 1, - sym__special_character, - STATE(983), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(1227), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1225), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87491,11 +89736,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87506,7 +89748,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87520,34 +89764,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37817] = 5, + [40256] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 6, + ACTIONS(1205), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 35, + ACTIONS(1203), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -87557,7 +89796,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87569,18 +89810,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37872] = 3, + [40307] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(3270), 1, + aux_sym_concatenation_token1, + ACTIONS(3273), 1, sym__concat, + STATE(1018), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1183), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87589,7 +89837,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -87602,7 +89849,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87616,22 +89862,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [37923] = 5, + [40364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1265), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1263), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87640,7 +89881,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -87655,7 +89895,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87667,20 +89909,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37978] = 3, + [40415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1245), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 38, + ACTIONS(1243), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87689,10 +89933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -87702,6 +89943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87715,18 +89957,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38029] = 3, + [40466] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3276), 1, sym__concat, - sym_variable_name, + STATE(1008), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1167), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87737,8 +89985,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87749,7 +89995,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87763,21 +90008,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38080] = 5, + [40523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3242), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1197), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1195), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87786,10 +90029,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -87800,7 +90042,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87814,16 +90058,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38135] = 3, + [40574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87860,22 +90105,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [38186] = 5, + [40625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1241), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 36, + ACTIONS(1239), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87898,7 +90139,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87910,51 +90153,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [38241] = 12, + [40676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3208), 1, + ACTIONS(1237), 6, + sym_file_descriptor, + sym__concat, sym_variable_name, - ACTIONS(3249), 1, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - STATE(3971), 1, - sym_subscript, - ACTIONS(2734), 2, + ACTIONS(1235), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(3211), 2, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - ACTIONS(3247), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - STATE(2914), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [40727] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1185), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87968,18 +90248,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38310] = 3, + [40778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1257), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1255), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87990,8 +90272,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -88016,17 +90296,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38361] = 3, + [40829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1213), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88035,10 +90317,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -88065,17 +90346,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38412] = 3, + [40880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1261), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1259), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88113,31 +90394,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38463] = 3, + [40931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(1201), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(1199), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -88147,6 +90426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -88160,88 +90440,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38514] = 25, - ACTIONS(63), 1, + [40982] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(3280), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3278), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(204), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(206), 1, aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3253), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1427), 1, - sym__expression, - STATE(1458), 1, - aux_sym__literal_repeat1, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(135), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1499), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [38609] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [41033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1197), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1195), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88250,7 +90510,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -88279,23 +90538,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38660] = 5, + [41084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3255), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1227), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1225), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -88306,7 +90561,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -88316,7 +90570,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -88328,18 +90584,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38715] = 3, + [41135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1185), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88348,7 +90606,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -88377,17 +90634,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38766] = 3, + [41186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1245), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1243), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88425,16 +90682,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38817] = 3, + [41237] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3266), 1, + aux_sym_concatenation_token1, + ACTIONS(3282), 1, + sym__concat, + STATE(1021), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 38, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88443,11 +90706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -88473,16 +90733,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38868] = 3, + [41294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1257), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 38, + ACTIONS(1255), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88491,7 +90752,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -88506,6 +90766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -88519,36 +90780,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [38919] = 5, + [41345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1219), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(1217), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -88558,7 +90813,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -88570,18 +90827,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38974] = 3, + [41396] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(3286), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(3284), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88590,9 +90847,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -88603,7 +90862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -88619,21 +90877,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39025] = 6, + [41447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3112), 1, sym__concat, - STATE(1007), 1, + STATE(999), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(2918), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(2916), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88642,7 +90901,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -88670,21 +90928,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39082] = 6, + [41504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3268), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1219), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1217), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88706,6 +90960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -88721,17 +90976,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39139] = 3, + [41555] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3239), 1, sym__concat, - sym_variable_name, + STATE(1044), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88753,7 +91012,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -88769,23 +91027,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39190] = 6, + [41612] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3270), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(3288), 1, + sym__special_character, + STATE(1043), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1273), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -88796,6 +91054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -88806,7 +91065,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -88818,19 +91076,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [39247] = 3, + [41667] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3291), 1, sym__concat, - sym_variable_name, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1167), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88839,10 +91100,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -88853,7 +91113,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -88867,17 +91126,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [39298] = 3, + [41724] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3297), 1, + anon_sym_DQUOTE, + ACTIONS(3299), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1322), 2, + sym_string, + sym_expansion, + ACTIONS(3295), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3293), 25, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [41781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1253), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1251), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88916,17 +91227,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39349] = 3, + [41832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1223), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1221), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88935,10 +91246,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -88963,17 +91273,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [39400] = 3, + [41883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1253), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1251), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88982,10 +91294,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -89012,92 +91323,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39451] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3272), 1, - sym__special_character, - STATE(1427), 1, - sym__expression, - STATE(1571), 1, - aux_sym__literal_repeat1, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [39546] = 6, + [41934] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3266), 1, aux_sym_concatenation_token1, - ACTIONS(3274), 1, + ACTIONS(3282), 1, sym__concat, - STATE(917), 1, + STATE(1021), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3064), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(3062), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89133,21 +91374,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39603] = 6, + [41991] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3279), 1, + ACTIONS(3220), 1, sym__concat, - STATE(1016), 1, + STATE(959), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(3050), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3048), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89182,19 +91424,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [39660] = 3, + [42048] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, sym__concat, + STATE(995), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2937), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(2935), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89203,7 +91449,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -89216,7 +91461,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89232,18 +91476,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39711] = 3, + [42105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1156), 5, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1147), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -89255,6 +91500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -89264,7 +91510,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89278,80 +91523,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [39762] = 3, + [42156] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, + ACTIONS(3209), 1, sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [39813] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 6, + STATE(1043), 1, + aux_sym__literal_repeat1, + ACTIONS(2760), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(2758), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -89361,9 +91561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -89376,17 +91574,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [39864] = 3, + [42211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1249), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1247), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89397,8 +91596,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -89423,158 +91620,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [39915] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(181), 1, - sym_word, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, - sym_test_operator, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - STATE(1427), 1, - sym__expression, - STATE(1458), 1, - aux_sym__literal_repeat1, - ACTIONS(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(95), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1347), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [40010] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [40105] = 3, + [42262] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3301), 1, sym__concat, - sym_variable_name, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1177), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89596,7 +91658,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89612,17 +91673,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40156] = 3, + [42319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1261), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1259), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89631,7 +91693,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -89660,22 +91721,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40207] = 6, + [42370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1253), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1251), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89686,6 +91742,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -89696,6 +91754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89709,24 +91768,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [40264] = 6, + [42421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(921), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1211), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1209), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89747,6 +91801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89762,22 +91817,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40321] = 6, + [42472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1265), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1263), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89798,6 +91849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89813,90 +91865,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40378] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3282), 1, - sym__regex_no_space, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1797), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [40473] = 5, + [42523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1257), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1255), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89919,7 +91897,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -89933,16 +91913,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40528] = 3, + [42574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1269), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1267), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89979,18 +91960,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [40579] = 3, + [42625] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, - sym_file_descriptor, + ACTIONS(3303), 1, + aux_sym_concatenation_token1, + ACTIONS(3306), 1, sym__concat, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89999,10 +91984,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -90013,7 +91997,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90029,16 +92012,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40630] = 3, + [42682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1249), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1247), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90047,10 +92031,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -90077,22 +92060,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40681] = 6, + [42733] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3266), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3282), 1, sym__concat, - STATE(921), 1, + STATE(1014), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(3068), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 35, + ACTIONS(3066), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90128,22 +92111,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40738] = 6, + [42790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1261), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1259), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90152,6 +92130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -90164,6 +92143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90179,16 +92159,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40795] = 3, + [42841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(3254), 1, + sym__special_character, + STATE(969), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(2885), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90211,9 +92195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -90227,16 +92209,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40846] = 3, + [42896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1215), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1213), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90275,19 +92257,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40897] = 5, + [42947] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3284), 1, + ACTIONS(3309), 1, sym__special_character, - STATE(983), 1, + STATE(1068), 1, aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(1275), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 37, + ACTIONS(1273), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90323,19 +92306,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [40952] = 3, + [43002] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, sym__concat, + STATE(999), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90346,8 +92333,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -90358,7 +92343,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90372,18 +92356,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41003] = 3, + [43059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1215), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1213), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90394,8 +92380,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -90420,17 +92404,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41054] = 3, + [43110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1265), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1263), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90467,18 +92453,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [41105] = 3, + [43161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1265), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1263), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90487,10 +92473,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -90517,23 +92502,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41156] = 6, + [43212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1045), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(1211), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(1209), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90542,6 +92521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -90554,6 +92534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90567,35 +92548,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41213] = 5, - ACTIONS(3), 1, + [43263] = 25, + ACTIONS(63), 1, sym_comment, - ACTIONS(3266), 1, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, + anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1083), 1, sym__special_character, - STATE(999), 1, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3312), 1, + sym__regex_no_space, + STATE(1522), 1, aux_sym__literal_repeat1, - ACTIONS(218), 5, + STATE(1854), 1, + sym__expression, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1085), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1869), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1500), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [43358] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1245), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(1243), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -90605,7 +92653,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -90618,23 +92668,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41268] = 6, + [43409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3286), 1, - sym__concat, - STATE(1047), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(1175), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 34, + ACTIONS(1173), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90643,8 +92686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -90668,18 +92714,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41325] = 3, + [43460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1227), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1225), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90717,25 +92764,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41376] = 6, + [43511] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3288), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(3291), 1, + ACTIONS(2975), 1, sym__concat, - STATE(1047), 1, + ACTIONS(3314), 1, + anon_sym_LPAREN, + STATE(1268), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1156), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 34, + ACTIONS(1147), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -90743,8 +92791,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -90752,7 +92800,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -90768,17 +92815,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41433] = 3, + [43569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(3280), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(3278), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90801,7 +92847,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90815,18 +92860,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41484] = 3, + [43619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1237), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1235), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90835,7 +92882,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -90862,24 +92908,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [41535] = 6, + [43669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(929), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1241), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, + ACTIONS(1239), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90888,7 +92929,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -90901,6 +92941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90915,19 +92956,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41592] = 3, + [43719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1237), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1235), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -90936,10 +92978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -90949,6 +92988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90963,17 +93003,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41643] = 3, + [43769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1223), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1221), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90982,10 +93021,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -91010,18 +93048,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41694] = 3, + [43819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1245), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1243), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91057,18 +93096,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [41745] = 3, - ACTIONS(3), 1, + [43869] = 11, + ACTIONS(63), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(2664), 1, + anon_sym_LT_LT, + ACTIONS(3316), 1, + anon_sym_PIPE, + ACTIONS(3318), 1, + anon_sym_PIPE_AMP, + ACTIONS(3320), 1, + sym_variable_name, + STATE(4117), 1, + sym_subscript, + STATE(3076), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2666), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + STATE(3109), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2644), 19, sym_file_descriptor, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [43935] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3239), 1, sym__concat, + STATE(1184), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91079,8 +93177,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -91091,7 +93187,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91107,16 +93202,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41796] = 3, + [43991] = 9, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3320), 1, + sym_variable_name, + STATE(4117), 1, + sym_subscript, + STATE(3076), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3109), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2637), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(2639), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(2644), 13, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [44053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1219), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1217), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91125,10 +93273,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -91155,34 +93302,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41847] = 5, + [44103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1215), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + ACTIONS(1213), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -91192,7 +93334,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -91205,22 +93349,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41902] = 6, + [44153] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3237), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3239), 1, sym__concat, - STATE(946), 1, + STATE(1184), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(3064), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(3062), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91229,7 +93372,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -91255,23 +93397,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41959] = 6, + [44209] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, + anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1083), 1, + sym__special_character, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1854), 1, + sym__expression, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1085), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1869), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1500), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(929), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1261), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1259), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91280,7 +93487,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -91293,6 +93499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91307,17 +93514,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42016] = 3, + [44351] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(226), 1, + sym__brace_start, + ACTIONS(228), 1, + sym_word, + ACTIONS(230), 1, + anon_sym_BANG, + ACTIONS(234), 1, + sym_test_operator, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1079), 1, + sym__special_character, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + STATE(1520), 1, + aux_sym__literal_repeat1, + STATE(1863), 1, + sym__expression, + ACTIONS(133), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1081), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(135), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1531), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44443] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1113), 1, + sym_word, + ACTIONS(1115), 1, + anon_sym_BANG, + ACTIONS(1121), 1, + sym__special_character, + ACTIONS(1125), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1452), 1, + sym__expression, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1117), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1123), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1119), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1568), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1201), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1199), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91353,23 +93696,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [42067] = 6, + [44585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1009), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1215), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 36, + ACTIONS(1213), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91391,6 +93728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91406,23 +93744,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42124] = 6, + [44635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3294), 1, - sym__concat, - STATE(1047), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, + ACTIONS(2899), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91433,6 +93764,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -91456,18 +93789,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [42181] = 3, + [44685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1249), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1247), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91505,17 +93838,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42232] = 3, + [44735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1261), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1259), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91553,17 +93885,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42283] = 3, + [44785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1203), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91599,19 +93931,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [42334] = 3, + [44835] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(183), 1, + sym_word, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(196), 1, + anon_sym_BANG, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(224), 1, + sym_test_operator, + ACTIONS(226), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + STATE(1520), 1, + aux_sym__literal_repeat1, + STATE(1690), 1, + sym__expression, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1300), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1185), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91649,22 +94047,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42385] = 6, + [44977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(946), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(1197), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(1195), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91686,6 +94078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91699,18 +94092,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [42442] = 3, + [45027] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(3323), 1, + sym__special_character, + STATE(1239), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(2885), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91719,9 +94116,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -91732,9 +94130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -91746,24 +94142,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [42493] = 6, + [45081] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1051), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3159), 1, + sym__special_character, + STATE(1452), 1, + sym__expression, + STATE(1625), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1033), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1035), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1495), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [45173] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1803), 1, + sym__expression, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [45265] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3220), 1, sym__concat, - STATE(929), 1, + STATE(1134), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(3080), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(3078), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91772,7 +94303,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -91799,17 +94329,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42550] = 3, + [45321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1265), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1263), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91847,16 +94376,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42601] = 3, + [45371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1211), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1209), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91894,22 +94423,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42651] = 6, + [45421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1187), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1253), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(1251), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91918,6 +94442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -91930,6 +94455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91944,18 +94470,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42707] = 3, + [45471] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, sym__concat, + STATE(1132), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(3084), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91976,7 +94506,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91991,18 +94520,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42757] = 3, + [45527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(2756), 5, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(2754), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -92013,6 +94543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -92022,7 +94553,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -92036,20 +94566,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [42807] = 3, + [45577] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(3325), 1, + sym__special_character, + STATE(1190), 1, + aux_sym__literal_repeat1, + ACTIONS(2918), 6, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 35, + ACTIONS(2916), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92070,9 +94602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92084,21 +94614,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [42857] = 5, + [45631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1269), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1267), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92120,7 +94647,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92134,17 +94663,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42911] = 3, + [45681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(1235), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92181,11 +94710,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42961] = 24, + [45731] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, ACTIONS(318), 1, anon_sym_DOLLAR, ACTIONS(324), 1, @@ -92194,52 +94727,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(1083), 1, sym__special_character, - STATE(1571), 1, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1775), 1, + STATE(1834), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(1085), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1869), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -92249,16 +94778,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [43053] = 3, + [45823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1241), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1239), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92267,10 +94797,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -92281,6 +94810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -92294,19 +94824,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43103] = 3, + [45873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1257), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1255), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92343,32 +94872,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43153] = 5, + [45923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 6, + ACTIONS(1175), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 34, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -92379,6 +94906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92390,18 +94918,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43207] = 3, + [45973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1237), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1235), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92437,21 +94965,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43257] = 5, + [46023] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, + sym__concat, + STATE(1132), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(3048), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92462,8 +94992,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -92475,6 +95003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92486,19 +95015,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43311] = 3, + [46079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1185), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92535,84 +95063,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43361] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - STATE(1498), 1, - aux_sym__literal_repeat1, - STATE(1676), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1715), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1419), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [43453] = 3, + [46129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(3286), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(3284), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92621,9 +95081,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -92634,7 +95095,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -92650,17 +95110,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43503] = 3, + [46179] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(3327), 1, + sym__special_character, + STATE(1124), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 4, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(1273), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92671,6 +95133,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -92681,9 +95145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92697,19 +95159,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43553] = 3, + [46233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1257), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(1255), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -92720,7 +95181,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -92730,6 +95190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -92743,22 +95204,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [43603] = 6, + [46283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3302), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1253), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1251), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92767,6 +95224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -92779,6 +95237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -92794,16 +95253,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43659] = 3, + [46333] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1810), 1, + sym__expression, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [46425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1201), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1199), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92812,7 +95341,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -92839,18 +95367,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43709] = 3, + [46475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1249), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1247), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92859,7 +95388,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -92886,19 +95414,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43759] = 3, + [46525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1227), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(1225), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92907,6 +95434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -92933,12 +95461,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43809] = 3, + [46575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(1227), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -92946,7 +95473,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 35, + ACTIONS(1225), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92982,18 +95509,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43859] = 3, + [46625] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3330), 1, sym__concat, + STATE(988), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 35, + ACTIONS(1177), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93014,7 +95545,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -93029,85 +95559,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43909] = 24, - ACTIONS(63), 1, + [46681] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, + ACTIONS(3323), 1, + sym__special_character, + STATE(1239), 1, + aux_sym__literal_repeat1, + ACTIONS(3060), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1784), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44001] = 3, + sym_word, + [46735] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3332), 1, sym__concat, + STATE(988), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(1167), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93116,7 +95632,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -93129,7 +95644,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -93144,20 +95658,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [44051] = 5, + [46791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1245), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1243), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93166,7 +95678,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -93179,7 +95690,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -93191,12 +95704,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [44105] = 24, + [46841] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -93208,50 +95720,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, + ACTIONS(1051), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, + ACTIONS(3159), 1, + sym__special_character, + STATE(1625), 1, aux_sym__literal_repeat1, - STATE(1799), 1, + STATE(1849), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, + ACTIONS(1033), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1035), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1495), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93261,112 +95773,133 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44197] = 3, - ACTIONS(3), 1, + [46933] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(183), 1, + sym_word, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(196), 1, + anon_sym_BANG, + ACTIONS(200), 1, + anon_sym_DOLLAR, + ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, + aux_sym_number_token2, + ACTIONS(212), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(224), 1, sym_test_operator, + ACTIONS(226), 1, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, + ACTIONS(1015), 1, sym__special_character, + ACTIONS(1017), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + STATE(1520), 1, + aux_sym__literal_repeat1, + STATE(1664), 1, + sym__expression, + ACTIONS(93), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [44247] = 24, + ACTIONS(95), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1300), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47025] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, + anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(340), 1, + sym_test_operator, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(1043), 1, - sym_word, + ACTIONS(1041), 1, + anon_sym_DQUOTE, ACTIONS(1045), 1, - anon_sym_LPAREN, + anon_sym_DOLLAR_LBRACE, ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1083), 1, sym__special_character, - ACTIONS(3215), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1498), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1694), 1, + STATE(1833), 1, sym__expression, - ACTIONS(348), 2, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, + ACTIONS(1085), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1051), 3, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1715), 6, + STATE(1869), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1419), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93376,17 +95909,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44339] = 3, + [47117] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(3334), 1, + sym__special_character, + STATE(1139), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 36, + ACTIONS(1273), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93395,6 +95931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -93407,9 +95944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -93423,84 +95958,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44389] = 24, + [47171] = 13, ACTIONS(63), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(3316), 1, + anon_sym_PIPE, + ACTIONS(3318), 1, + anon_sym_PIPE_AMP, + ACTIONS(3320), 1, + sym_variable_name, + ACTIONS(3339), 1, + anon_sym_LT_LT, + ACTIONS(3341), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3343), 1, + anon_sym_LT_LT_LT, + STATE(4117), 1, + sym_subscript, + ACTIONS(3337), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3076), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3030), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2635), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + sym_word, + ACTIONS(2644), 19, + sym_file_descriptor, sym_test_operator, - ACTIONS(342), 1, sym__brace_start, - ACTIONS(1031), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(1033), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1814), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [47241] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1175), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44481] = 3, + sym_word, + [47291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1269), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1267), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93509,7 +96081,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -93538,11 +96109,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44531] = 24, + [47341] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, ACTIONS(318), 1, anon_sym_DOLLAR, ACTIONS(324), 1, @@ -93551,52 +96126,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(1083), 1, sym__special_character, - STATE(1571), 1, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1782), 1, + STATE(1817), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(1085), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1869), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93606,59 +96177,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44623] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [44677] = 24, + [47433] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -93670,50 +96192,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, + ACTIONS(1095), 1, sym_word, - ACTIONS(1115), 1, + ACTIONS(1097), 1, anon_sym_BANG, - ACTIONS(1121), 1, + ACTIONS(1103), 1, sym__special_character, - ACTIONS(1125), 1, + ACTIONS(1107), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1871), 1, + STATE(1835), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1117), 2, + ACTIONS(1099), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1123), 2, + ACTIONS(1105), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1119), 3, + ACTIONS(1101), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1541), 9, + STATE(1486), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -93723,17 +96245,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [44769] = 3, + [47525] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(3323), 1, + sym__special_character, + STATE(1239), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(3078), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93744,6 +96269,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -93754,9 +96281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -93768,22 +96293,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [44819] = 5, + [47579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1223), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1221), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93794,8 +96315,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -93806,7 +96325,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -93818,17 +96339,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [44873] = 3, + [47629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1185), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1183), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93837,7 +96361,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -93864,19 +96387,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [44923] = 3, + [47679] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1113), 1, + sym_word, + ACTIONS(1115), 1, + anon_sym_BANG, + ACTIONS(1121), 1, + sym__special_character, + ACTIONS(1125), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1921), 1, + sym__expression, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1117), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1123), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1119), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1568), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47771] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3345), 1, + sym_word, + ACTIONS(3349), 1, + sym_test_operator, + STATE(1488), 1, + aux_sym__literal_repeat1, + STATE(1893), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3347), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1481), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1660), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1544), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1197), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(1195), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93911,18 +96571,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [44973] = 3, + [47915] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, + anon_sym_LPAREN, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(383), 1, + sym_test_operator, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3174), 1, + sym__special_character, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + STATE(1621), 1, + aux_sym__literal_repeat1, + STATE(1826), 1, + sym__expression, + ACTIONS(272), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(367), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(274), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1877), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1476), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [48007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1245), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1243), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93931,10 +96658,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -93945,6 +96671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -93960,17 +96687,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45023] = 3, + [48057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(3286), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(3284), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93979,8 +96705,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -93991,7 +96720,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -94005,75 +96733,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [45073] = 13, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(3322), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2592), 19, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [45143] = 3, + [48107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1211), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 37, + ACTIONS(1209), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94082,10 +96753,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -94096,6 +96766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -94109,87 +96780,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [45193] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1777), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [45285] = 3, + [48157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1265), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1263), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94226,17 +96828,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [45335] = 3, + [48207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1227), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(1225), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94272,18 +96873,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [45385] = 3, + [48257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(3280), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(3278), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94292,9 +96893,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -94305,7 +96908,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -94320,9 +96922,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [45435] = 24, + [48307] = 24, ACTIONS(63), 1, sym_comment, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, + anon_sym_LPAREN, + ACTIONS(357), 1, + anon_sym_BANG, ACTIONS(361), 1, anon_sym_DOLLAR, ACTIONS(365), 1, @@ -94337,48 +96945,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(383), 1, + sym_test_operator, ACTIONS(385), 1, sym__brace_start, - ACTIONS(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, + ACTIONS(3174), 1, sym__special_character, - ACTIONS(3215), 1, + ACTIONS(3176), 1, anon_sym_BQUOTE, - STATE(1498), 1, + STATE(1621), 1, aux_sym__literal_repeat1, - STATE(1651), 1, + STATE(1816), 1, sym__expression, + ACTIONS(272), 2, + anon_sym_DASH2, + anon_sym_PLUS2, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(367), 2, + sym_raw_string, + sym_ansi_c_string, ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1051), 3, + ACTIONS(274), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1715), 6, + STATE(1877), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1419), 9, + STATE(1476), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -94388,58 +96990,15 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [45527] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [45577] = 24, + [48399] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, ACTIONS(318), 1, anon_sym_DOLLAR, ACTIONS(324), 1, @@ -94448,52 +97007,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, + ACTIONS(1083), 1, sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1776), 1, + STATE(1799), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1085), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1869), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -94503,61 +97058,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [45669] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - ACTIONS(3325), 1, - anon_sym_LPAREN, - STATE(1260), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [45727] = 24, + [48491] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -94569,118 +97073,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, + ACTIONS(1113), 1, sym_word, - ACTIONS(1063), 1, + ACTIONS(1115), 1, anon_sym_BANG, - ACTIONS(1069), 1, + ACTIONS(1121), 1, sym__special_character, - ACTIONS(1073), 1, + ACTIONS(1125), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1804), 1, + STATE(1916), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [45819] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1827), 1, - sym__expression, - ACTIONS(151), 2, + ACTIONS(1117), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + ACTIONS(1123), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, + ACTIONS(1119), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1763), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1568), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -94690,17 +97126,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [45911] = 3, + [48583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1201), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(1199), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94709,6 +97144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -94737,17 +97173,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45961] = 3, + [48633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1261), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 36, + ACTIONS(1259), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94756,6 +97192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -94782,68 +97219,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [46011] = 25, + [48683] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(342), 1, sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, ACTIONS(1045), 1, - anon_sym_LPAREN, + anon_sym_DOLLAR_LBRACE, ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1113), 1, + sym_word, + ACTIONS(1115), 1, anon_sym_BANG, - ACTIONS(3213), 1, + ACTIONS(1121), 1, sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3327), 1, - sym_word, - ACTIONS(3331), 1, + ACTIONS(1125), 1, sym_test_operator, - STATE(1440), 1, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1860), 1, + STATE(1914), 1, sym__expression, - ACTIONS(348), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1049), 2, + ACTIONS(1117), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(3329), 2, + ACTIONS(1123), 2, sym_raw_string, sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, + ACTIONS(1119), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1644), 4, + STATE(1481), 6, sym_binary_expression, + sym_ternary_expression, sym_unary_expression, + sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1405), 9, + STATE(1568), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -94853,30 +97288,29 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [46105] = 3, + [48775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 6, + ACTIONS(1249), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(1247), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -94886,6 +97320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -94900,67 +97335,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46155] = 3, - ACTIONS(3), 1, + [48825] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(361), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(365), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(369), 1, aux_sym_number_token1, + ACTIONS(371), 1, aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(1073), 1, + sym_test_operator, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + STATE(1499), 1, + aux_sym__literal_repeat1, + STATE(1784), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [46205] = 5, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1069), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1746), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1533), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [48917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1253), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1251), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94969,7 +97423,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -94982,7 +97435,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -94994,32 +97449,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [46259] = 3, + [48967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1205), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1203), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -95029,6 +97482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95043,19 +97497,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46309] = 5, + [49017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3336), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(1197), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1195), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95066,8 +97518,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -95078,7 +97528,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -95092,83 +97544,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46363] = 24, - ACTIONS(63), 1, + [49067] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, + ACTIONS(3351), 1, sym__special_character, - STATE(1550), 1, + STATE(1139), 1, aux_sym__literal_repeat1, - STATE(1819), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [46455] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 4, + ACTIONS(2887), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(2885), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95177,11 +97566,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -95193,7 +97580,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -95207,30 +97593,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46505] = 3, + [49121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(1249), 6, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + ACTIONS(1247), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -95240,6 +97624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95253,99 +97638,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [46555] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1821), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [46647] = 3, + [49171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(1205), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1203), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -95355,6 +97671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95368,18 +97685,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [46697] = 3, + [49221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1261), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(1259), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95416,40 +97734,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46747] = 6, + [49271] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3339), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(3355), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 3, + sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(2635), 16, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -95464,118 +97760,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [46803] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 13, + ACTIONS(3353), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [46861] = 24, + [49325] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(1043), 1, - sym_word, + ACTIONS(1041), 1, + anon_sym_DQUOTE, ACTIONS(1045), 1, - anon_sym_LPAREN, + anon_sym_DOLLAR_LBRACE, ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, + ACTIONS(1103), 1, sym__special_character, - ACTIONS(3215), 1, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1498), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1691), 1, + STATE(1822), 1, sym__expression, - ACTIONS(348), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1049), 2, + ACTIONS(1099), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1057), 2, + ACTIONS(1105), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1051), 3, + ACTIONS(1101), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1715), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1419), 9, + STATE(1486), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -95585,63 +97851,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [46953] = 9, - ACTIONS(63), 1, + [49417] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3322), 1, + ACTIONS(1223), 6, + sym_file_descriptor, + sym__concat, sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2660), 5, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1221), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2662), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(2592), 13, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [47015] = 24, + sym_word, + [49467] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -95653,50 +97913,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, + ACTIONS(1051), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, + ACTIONS(3159), 1, + sym__special_character, + STATE(1625), 1, aux_sym__literal_repeat1, - STATE(1811), 1, + STATE(1843), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, + ACTIONS(1033), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1035), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1495), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -95706,28 +97966,30 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [47107] = 3, + [49559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(2721), 6, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(2719), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -95737,7 +97999,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95751,19 +98012,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [47157] = 3, + [49609] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, sym__concat, + STATE(1134), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(2885), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95772,7 +98037,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -95785,7 +98049,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95800,18 +98063,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47207] = 3, + [49665] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1819), 1, + sym__expression, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [49757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1237), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 35, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95820,6 +98149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -95846,17 +98176,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [47257] = 3, + [49807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1219), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1217), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95892,19 +98224,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [47307] = 3, + [49857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1241), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1239), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95913,6 +98243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -95941,17 +98272,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47357] = 3, + [49907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1237), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 36, + ACTIONS(1235), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95960,6 +98290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -95988,17 +98319,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47407] = 3, + [49957] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3357), 1, sym__concat, - sym_variable_name, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(1167), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96007,7 +98342,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -96020,7 +98354,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -96034,18 +98367,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [47457] = 3, + [50013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1215), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(1213), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96082,17 +98416,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47507] = 3, + [50063] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3359), 1, sym__concat, - sym_variable_name, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 36, + ACTIONS(1177), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96101,7 +98439,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -96114,7 +98451,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -96128,203 +98464,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [47557] = 24, + [50119] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(308), 1, + ACTIONS(183), 1, sym_word, - ACTIONS(312), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(314), 1, + ACTIONS(196), 1, anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(224), 1, sym_test_operator, - ACTIONS(342), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(1031), 1, + ACTIONS(1015), 1, sym__special_character, - ACTIONS(1033), 1, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3108), 1, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1803), 1, + STATE(1452), 1, sym__expression, - ACTIONS(151), 2, + STATE(1520), 1, + aux_sym__literal_repeat1, + ACTIONS(93), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [47649] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3355), 1, - sym_word, - ACTIONS(3359), 1, - sym_test_operator, - STATE(1417), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3357), 2, + ACTIONS(1019), 2, sym_raw_string, sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1739), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1473), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [47743] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - STATE(1458), 1, - aux_sym__literal_repeat1, - STATE(1812), 1, - sym__expression, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(135), 3, + ACTIONS(95), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1300), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -96334,16 +98534,22 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [47835] = 3, + [50211] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, + sym__concat, + STATE(1132), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 37, + ACTIONS(2899), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96352,11 +98558,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -96381,20 +98584,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47885] = 5, + [50267] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3361), 1, sym__special_character, - STATE(1156), 1, + STATE(1124), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3064), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(3062), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96429,86 +98631,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [47939] = 24, - ACTIONS(63), 1, + [50321] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, + ACTIONS(3363), 1, sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1190), 1, aux_sym__literal_repeat1, - STATE(1813), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48031] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1241), 6, + ACTIONS(1275), 6, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(1273), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96529,9 +98668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -96545,30 +98682,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48081] = 3, + [50375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 6, + ACTIONS(1185), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1183), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -96578,6 +98714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -96592,17 +98729,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48131] = 3, + [50425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1257), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 36, + ACTIONS(1255), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96611,7 +98749,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -96639,233 +98776,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48181] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1805), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48273] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3364), 1, - sym_word, - ACTIONS(3368), 1, - sym_test_operator, - STATE(1441), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3366), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1647), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1454), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48367] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1785), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48459] = 3, + [50475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(2721), 5, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(2719), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -96875,7 +98809,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -96889,210 +98822,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [48509] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1822), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48601] = 11, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2586), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3322), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2590), 4, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2592), 19, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [48667] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1801), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48759] = 3, + [50525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1197), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(1195), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97101,6 +98842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -97127,12 +98869,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [48809] = 3, + [50575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1265), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -97140,7 +98881,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 35, + ACTIONS(1263), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97176,17 +98917,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48859] = 3, + [50625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(2901), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 36, + ACTIONS(2899), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97195,9 +98935,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -97208,7 +98950,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -97223,75 +98964,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48909] = 3, - ACTIONS(3), 1, + [50675] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 5, - sym_file_descriptor, - sym__concat, - sym_test_operator, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1793), 1, + sym__expression, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [50767] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, + anon_sym_LPAREN, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, + ACTIONS(371), 1, aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(383), 1, + sym_test_operator, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3174), 1, + sym__special_character, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + STATE(1621), 1, + aux_sym__literal_repeat1, + STATE(1828), 1, + sym__expression, + ACTIONS(272), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(367), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [48959] = 3, + ACTIONS(274), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1877), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1476), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [50859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(2756), 6, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(2754), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -97301,7 +99133,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -97315,22 +99146,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [49009] = 24, + [50909] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(226), 1, sym__brace_start, ACTIONS(228), 1, sym_word, @@ -97338,44 +99168,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(234), 1, sym_test_operator, - ACTIONS(953), 1, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, + ACTIONS(1079), 1, sym__special_character, - ACTIONS(3253), 1, + ACTIONS(3108), 1, anon_sym_BQUOTE, - STATE(1458), 1, + STATE(1520), 1, aux_sym__literal_repeat1, - STATE(1783), 1, + STATE(1866), 1, sym__expression, ACTIONS(133), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, + ACTIONS(1081), 2, sym_raw_string, sym_ansi_c_string, ACTIONS(135), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1531), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -97385,65 +99215,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [49101] = 3, - ACTIONS(3), 1, + [51001] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 7, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(324), 1, aux_sym_number_token1, + ACTIONS(326), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1839), 1, + sym__expression, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [49151] = 3, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(3050), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 35, + ACTIONS(3048), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97452,8 +99301,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -97464,7 +99316,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -97479,110 +99330,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49201] = 6, - ACTIONS(3), 1, + [51143] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1138), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(324), 1, aux_sym_number_token1, + ACTIONS(326), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1027), 1, sym_word, - [49257] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1088), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, - sym_file_descriptor, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1051), 1, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 35, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3159), 1, + sym__special_character, + STATE(1625), 1, + aux_sym__literal_repeat1, + STATE(1856), 1, + sym__expression, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(1033), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [49313] = 3, + ACTIONS(1035), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1495), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1223), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -97590,7 +99409,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 35, + ACTIONS(1221), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97626,20 +99445,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49363] = 3, + [51285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 6, + ACTIONS(1269), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1267), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -97649,7 +99468,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -97659,6 +99477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -97673,16 +99492,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49413] = 3, + [51335] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, + anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1083), 1, + sym__special_character, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1814), 1, + sym__expression, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1085), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1869), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1500), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(1175), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97691,7 +99578,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -97719,58 +99605,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [49463] = 3, - ACTIONS(3), 1, + [51477] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1169), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1865), 1, + sym__expression, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51569] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, + anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, aux_sym_number_token1, + ACTIONS(326), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(340), 1, + sym_test_operator, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1083), 1, + sym__special_character, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + STATE(1522), 1, + aux_sym__literal_repeat1, + STATE(1876), 1, + sym__expression, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [49513] = 3, + ACTIONS(1085), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(153), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1869), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1500), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, + ACTIONS(1211), 7, sym_file_descriptor, sym__concat, sym_variable_name, @@ -97778,7 +99754,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 35, + ACTIONS(1209), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97814,65 +99790,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49563] = 24, + [51711] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, + ACTIONS(228), 1, + sym_word, + ACTIONS(230), 1, + anon_sym_BANG, + ACTIONS(234), 1, + sym_test_operator, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(1079), 1, + sym__special_character, + ACTIONS(3108), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1520), 1, aux_sym__literal_repeat1, - STATE(1797), 1, + STATE(1838), 1, sym__expression, - ACTIONS(151), 2, + ACTIONS(133), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1027), 2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1081), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, + ACTIONS(135), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1531), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [51803] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(1073), 1, + sym_test_operator, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + STATE(1499), 1, + aux_sym__literal_repeat1, + STATE(1657), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1069), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1063), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1763), 6, + STATE(1746), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1439), 9, + STATE(1533), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -97882,16 +99926,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [49655] = 3, + [51895] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(3351), 1, + sym__special_character, + STATE(1139), 1, + aux_sym__literal_repeat1, + ACTIONS(2918), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(2916), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97913,9 +99961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -97929,30 +99975,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [49705] = 3, + [51949] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3366), 1, + sym_word, + ACTIONS(3370), 1, + sym_test_operator, + STATE(1502), 1, + aux_sym__literal_repeat1, + STATE(1893), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3368), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1481), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1647), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1505), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [52043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1175), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -97976,18 +100091,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49755] = 3, + [52093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(1269), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 35, + ACTIONS(1267), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97996,6 +100110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98023,72 +100138,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49805] = 6, - ACTIONS(3), 1, + [52143] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3370), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 34, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(1073), 1, + sym_test_operator, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + STATE(1499), 1, + aux_sym__literal_repeat1, + STATE(1786), 1, + sym__expression, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1069), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1746), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1533), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [52235] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, + ACTIONS(371), 1, aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(1073), 1, + sym_test_operator, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + STATE(1499), 1, + aux_sym__literal_repeat1, + STATE(1756), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [49861] = 6, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1069), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1746), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1533), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [52327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3372), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3086), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, + ACTIONS(3084), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98097,8 +100292,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -98123,16 +100321,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49917] = 3, + [52377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1175), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1173), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98141,6 +100338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -98170,65 +100368,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [49967] = 24, + [52427] = 25, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, anon_sym_BANG, - ACTIONS(234), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3372), 1, + sym_word, + ACTIONS(3376), 1, sym_test_operator, - ACTIONS(953), 1, + STATE(1537), 1, + aux_sym__literal_repeat1, + STATE(1893), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3374), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1481), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1745), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1535), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [52521] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(346), 1, + sym_word, + ACTIONS(355), 1, + anon_sym_LPAREN, + ACTIONS(357), 1, + anon_sym_BANG, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, + ACTIONS(383), 1, + sym_test_operator, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3174), 1, sym__special_character, - ACTIONS(3253), 1, + ACTIONS(3176), 1, anon_sym_BQUOTE, - STATE(1458), 1, + STATE(1621), 1, aux_sym__literal_repeat1, - STATE(1786), 1, + STATE(1825), 1, sym__expression, - ACTIONS(133), 2, + ACTIONS(272), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1093), 2, + ACTIONS(367), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(135), 3, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(274), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1877), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1476), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -98238,18 +100505,22 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [50059] = 3, + [52613] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, sym__concat, + STATE(1134), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 35, + ACTIONS(3058), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98270,7 +100541,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -98285,17 +100555,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50109] = 3, + [52669] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, sym__concat, + STATE(1134), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, + ACTIONS(1173), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98304,7 +100579,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98317,7 +100591,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -98332,59 +100605,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50159] = 5, - ACTIONS(3), 1, + [52725] = 25, + ACTIONS(63), 1, sym_comment, - ACTIONS(3374), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(361), 1, anon_sym_DOLLAR, + ACTIONS(365), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(369), 1, aux_sym_number_token1, + ACTIONS(371), 1, aux_sym_number_token2, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3378), 1, + sym_word, + ACTIONS(3382), 1, + sym_test_operator, + STATE(1433), 1, + aux_sym__literal_repeat1, + STATE(1893), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [50213] = 24, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3380), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1481), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1764), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1545), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [52819] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -98396,50 +100689,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(1051), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(3159), 1, sym__special_character, - STATE(1571), 1, + STATE(1625), 1, aux_sym__literal_repeat1, - STATE(1771), 1, + STATE(1845), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, + ACTIONS(1033), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1035), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1495), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -98449,21 +100742,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [50305] = 6, + [52911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1138), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1237), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1235), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98484,6 +100773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -98499,17 +100789,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50361] = 3, + [52961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1241), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1239), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98518,7 +100808,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98545,22 +100834,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [50411] = 5, + [53011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(1237), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1235), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98581,7 +100867,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -98595,16 +100883,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50465] = 3, + [53061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1205), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1203), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98613,7 +100902,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98642,17 +100930,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50515] = 3, + [53111] = 25, + ACTIONS(63), 1, + sym_comment, + ACTIONS(361), 1, + anon_sym_DOLLAR, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, + aux_sym_number_token1, + ACTIONS(371), 1, + aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(1055), 1, + anon_sym_LPAREN, + ACTIONS(1057), 1, + anon_sym_BANG, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(3186), 1, + sym__special_character, + ACTIONS(3384), 1, + sym_word, + ACTIONS(3388), 1, + sym_test_operator, + STATE(1480), 1, + aux_sym__literal_repeat1, + STATE(1893), 1, + sym__expression, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1061), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(3386), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1481), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(1063), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1669), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1485), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [53205] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(3325), 1, + sym__special_character, + STATE(1190), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 6, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(2885), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98661,7 +101022,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98674,9 +101034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -98688,18 +101046,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [50565] = 3, + [53259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1201), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(1199), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98708,7 +101067,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98735,66 +101093,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [50615] = 24, + [53309] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(181), 1, + ACTIONS(308), 1, sym_word, - ACTIONS(192), 1, + ACTIONS(312), 1, anon_sym_LPAREN, - ACTIONS(194), 1, + ACTIONS(314), 1, anon_sym_BANG, - ACTIONS(198), 1, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, + ACTIONS(340), 1, sym_test_operator, - ACTIONS(224), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(1083), 1, + sym__special_character, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1458), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1631), 1, + STATE(1815), 1, sym__expression, - ACTIONS(93), 2, + ACTIONS(151), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(961), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(95), 3, + ACTIONS(1085), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1869), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1347), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -98804,16 +101163,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [50707] = 3, + [53401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(1253), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1251), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98822,7 +101182,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -98851,146 +101210,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50757] = 24, - ACTIONS(63), 1, + [53451] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(181), 1, - sym_word, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, + ACTIONS(1227), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, - ACTIONS(224), 1, sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - STATE(1458), 1, - aux_sym__literal_repeat1, - STATE(1636), 1, - sym__expression, - ACTIONS(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1225), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(95), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1347), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [50849] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, + aux_sym_concatenation_token1, anon_sym_DOLLAR, - ACTIONS(365), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(369), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1790), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [50941] = 24, + aux_sym__simple_variable_name_token1, + sym_word, + [53501] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -99002,50 +101272,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, + ACTIONS(1095), 1, sym_word, - ACTIONS(1063), 1, + ACTIONS(1097), 1, anon_sym_BANG, - ACTIONS(1069), 1, + ACTIONS(1103), 1, sym__special_character, - ACTIONS(1073), 1, + ACTIONS(1107), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, + STATE(1452), 1, sym__expression, - ACTIONS(1027), 2, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1065), 2, + ACTIONS(1099), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1105), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(1101), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1486), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99055,17 +101325,17 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51033] = 3, + [53593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1245), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(1243), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99074,7 +101344,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -99101,12 +101370,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [53643] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3390), 1, + sym__special_character, + STATE(1239), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1273), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - [51083] = 24, + [53697] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(308), 1, + sym_word, + ACTIONS(312), 1, anon_sym_LPAREN, + ACTIONS(314), 1, + anon_sym_BANG, ACTIONS(318), 1, anon_sym_DOLLAR, ACTIONS(324), 1, @@ -99115,52 +101438,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(340), 1, + sym_test_operator, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, + ACTIONS(1083), 1, sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1780), 1, + STATE(1800), 1, sym__expression, - ACTIONS(1027), 2, + ACTIONS(151), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, + ACTIONS(1085), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, + ACTIONS(153), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1869), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1416), 9, + STATE(1500), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99170,65 +101489,65 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51175] = 24, + [53789] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(181), 1, - sym_word, - ACTIONS(192), 1, - anon_sym_LPAREN, ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(198), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, - sym_test_operator, - ACTIONS(224), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1427), 1, - sym__expression, - STATE(1458), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - ACTIONS(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, + STATE(1836), 1, + sym__expression, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(961), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(95), 3, + ACTIONS(1099), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1347), 9, + STATE(1486), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99238,24 +101557,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51267] = 6, + [53881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1188), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1156), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + ACTIONS(1147), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -99265,6 +101580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -99288,65 +101604,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51323] = 24, + [53931] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(181), 1, - sym_word, - ACTIONS(192), 1, - anon_sym_LPAREN, ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(198), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, - sym_test_operator, - ACTIONS(224), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(1095), 1, + sym_word, + ACTIONS(1097), 1, + anon_sym_BANG, + ACTIONS(1103), 1, + sym__special_character, + ACTIONS(1107), 1, + sym_test_operator, + ACTIONS(3104), 1, anon_sym_BQUOTE, - STATE(1458), 1, + STATE(1522), 1, aux_sym__literal_repeat1, - STATE(1634), 1, + STATE(1851), 1, sym__expression, - ACTIONS(93), 2, + ACTIONS(1029), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1099), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(1105), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1101), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1481), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1486), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [54023] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(194), 1, + anon_sym_LPAREN, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1051), 1, + sym_test_operator, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(3159), 1, + sym__special_character, + STATE(1625), 1, + aux_sym__literal_repeat1, + STATE(1823), 1, + sym__expression, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, + ACTIONS(1033), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(961), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(95), 3, + ACTIONS(1035), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1347), 9, + STATE(1495), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99356,20 +101740,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51415] = 24, + [54115] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, ACTIONS(206), 1, + aux_sym_number_token1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(226), 1, sym__brace_start, ACTIONS(228), 1, sym_word, @@ -99377,44 +101761,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(234), 1, sym_test_operator, - ACTIONS(953), 1, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, + ACTIONS(1079), 1, sym__special_character, - ACTIONS(3253), 1, + ACTIONS(3108), 1, anon_sym_BQUOTE, - STATE(1427), 1, + STATE(1452), 1, sym__expression, - STATE(1458), 1, + STATE(1520), 1, aux_sym__literal_repeat1, ACTIONS(133), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(947), 2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, + ACTIONS(1081), 2, sym_raw_string, sym_ansi_c_string, ACTIONS(135), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1499), 9, + STATE(1531), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99424,33 +101808,30 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51507] = 6, + [54207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1187), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1156), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1147), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -99474,17 +101855,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51563] = 3, + [54257] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, + sym_file_descriptor, + ACTIONS(3405), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3397), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3395), 13, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [54315] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1257), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(1255), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99521,16 +101953,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [51613] = 3, + [54365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1219), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1217), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99539,11 +101972,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -99554,6 +101984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -99567,18 +101998,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [51663] = 3, + [54415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1211), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1209), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99615,16 +102047,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [51713] = 3, + [54465] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, - sym_file_descriptor, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3239), 1, sym__concat, + STATE(1186), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3068), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(3066), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99633,7 +102070,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -99646,7 +102082,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -99662,65 +102097,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [51763] = 24, + [54521] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(183), 1, + sym_word, + ACTIONS(194), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(196), 1, + anon_sym_BANG, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(224), 1, + sym_test_operator, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3108), 1, anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1520), 1, aux_sym__literal_repeat1, - STATE(1848), 1, + STATE(1644), 1, sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, + ACTIONS(93), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1123), 2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1119), 3, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(95), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1541), 9, + STATE(1300), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99730,22 +102165,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [51855] = 6, + [54613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1188), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(1219), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 34, + ACTIONS(1217), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99766,6 +102197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -99780,90 +102212,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51911] = 24, - ACTIONS(63), 1, + [54663] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(1265), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1263), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, - ACTIONS(324), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1791), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52003] = 6, + aux_sym__simple_variable_name_token1, + sym_word, + [54713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1187), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1215), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(1213), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99884,6 +102290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -99897,11 +102304,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [52059] = 24, + [54763] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(194), 1, anon_sym_LPAREN, ACTIONS(318), 1, anon_sym_DOLLAR, @@ -99913,50 +102321,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1031), 1, + anon_sym_BANG, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, + ACTIONS(1051), 1, sym_test_operator, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(3159), 1, sym__special_character, - STATE(1427), 1, - sym__expression, - STATE(1571), 1, + STATE(1625), 1, aux_sym__literal_repeat1, - ACTIONS(1027), 2, + STATE(1864), 1, + sym__expression, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, + ACTIONS(1033), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(1105), 2, + ACTIONS(1043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1101), 3, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1035), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1520), 6, + STATE(1481), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, - STATE(1406), 9, + STATE(1495), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -99966,85 +102374,67 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [52151] = 25, - ACTIONS(63), 1, + [54855] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(3407), 1, + sym__special_character, + STATE(1257), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1273), 34, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(3377), 1, - sym_word, - ACTIONS(3381), 1, - sym_test_operator, - STATE(1425), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3379), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1649), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1424), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52245] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [54908] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(3410), 1, + sym__special_character, + STATE(1258), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 4, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1273), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100066,9 +102456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -100082,22 +102470,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [52295] = 6, + [54961] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1188), 1, + ACTIONS(3355), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2635), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + ACTIONS(3353), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [55014] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1260), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(3413), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1185), 25, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [55067] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3416), 1, + sym__special_character, + STATE(1295), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 34, + ACTIONS(2885), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100119,7 +102602,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -100132,235 +102614,320 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52351] = 25, - ACTIONS(63), 1, + [55120] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(3418), 1, + sym__special_character, + STATE(1272), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3078), 34, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(3383), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(3387), 1, + [55173] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, + sym_file_descriptor, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - STATE(1460), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, + sym__brace_start, + ACTIONS(3397), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3395), 12, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3385), 2, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1670), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1430), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52445] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [55230] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3416), 1, + sym__special_character, + STATE(1295), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(342), 1, sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3078), 33, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, anon_sym_DQUOTE, - ACTIONS(1037), 1, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1820), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [55283] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1175), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52537] = 24, + aux_sym__simple_variable_name_token1, + sym_word, + [55332] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(192), 1, + ACTIONS(1282), 1, anon_sym_LPAREN, - ACTIONS(318), 1, + STATE(1363), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3420), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1147), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 24, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(1033), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(1037), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [55387] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2901), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1806), 1, - sym__expression, - ACTIONS(1027), 2, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2899), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52629] = 3, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [55436] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(3422), 1, + sym__concat, + STATE(702), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 37, + ACTIONS(1177), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -100368,7 +102935,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -100384,18 +102950,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52679] = 3, + [55491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, + ACTIONS(1175), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 35, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100406,6 +102970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -100416,7 +102982,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100431,24 +102996,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52729] = 6, + [55540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(2975), 1, sym__concat, - STATE(1187), 1, + STATE(1271), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1175), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(1173), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100456,8 +103021,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -100465,7 +103030,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -100481,20 +103045,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52785] = 3, + [55595] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(3424), 1, sym__concat, - sym_variable_name, + STATE(702), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 35, + ACTIONS(1167), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100502,8 +103070,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -100511,9 +103079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100528,88 +103094,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52835] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52927] = 5, + [55650] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, + ACTIONS(3426), 1, sym__special_character, - STATE(1156), 1, + STATE(1272), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1275), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1273), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100618,10 +103116,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -100645,20 +103142,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52981] = 3, + [55703] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, - sym_variable_name, + STATE(1268), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2756), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 35, + ACTIONS(2754), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100666,8 +103167,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -100675,9 +103176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100692,88 +103191,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53031] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1766), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53123] = 3, + [55758] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, - sym_file_descriptor, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, sym__concat, - sym_variable_name, + STATE(1271), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2760), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 35, + ACTIONS(2758), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100781,8 +103216,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -100790,9 +103225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100807,87 +103240,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53173] = 24, - ACTIONS(63), 1, + [55813] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, + ACTIONS(3429), 1, sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1258), 1, aux_sym__literal_repeat1, - STATE(1823), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53265] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2809), 5, + ACTIONS(3064), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 37, + ACTIONS(3062), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100898,7 +103265,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -100909,7 +103275,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -100921,19 +103286,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [53315] = 3, + [55866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + ACTIONS(2901), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 35, + ACTIONS(2899), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100944,6 +103308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -100954,7 +103320,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100969,17 +103334,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53365] = 3, + [55915] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(3418), 1, + sym__special_character, + STATE(1272), 1, + aux_sym__literal_repeat1, + ACTIONS(3060), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(3058), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101001,9 +103369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -101016,154 +103382,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53415] = 24, - ACTIONS(63), 1, + [55968] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, + sym__concat, + STATE(1268), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1156), 5, + sym_file_descriptor, sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1774), 1, - sym__expression, - ACTIONS(1027), 2, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1147), 33, anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53507] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1757), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53599] = 3, + sym_word, + [56023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(3286), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 35, + ACTIONS(3284), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101172,6 +103449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -101184,7 +103462,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -101198,17 +103475,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [53649] = 3, + [56072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(3050), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(3048), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101217,9 +103495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -101230,7 +103509,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -101244,88 +103522,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [53699] = 24, - ACTIONS(63), 1, + [56121] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, + ACTIONS(2901), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2899), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(324), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1847), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53791] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [56170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(3286), 6, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 35, + ACTIONS(3284), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101346,7 +103600,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -101360,21 +103613,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [53841] = 5, + [56219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(3280), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, + ACTIONS(3278), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101398,6 +103648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -101410,17 +103661,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53895] = 3, + [56268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1175), 4, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(1173), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101429,9 +103678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -101442,7 +103692,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -101456,23 +103705,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [53945] = 6, + [56317] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(2975), 1, sym__concat, - STATE(1254), 1, + STATE(1268), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(2721), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 33, + ACTIONS(2719), 33, anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, anon_sym_AMP_AMP, @@ -101506,21 +103756,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54000] = 5, + [56372] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1308), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1175), 24, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + sym__special_character, + [56425] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, + ACTIONS(3416), 1, sym__special_character, - STATE(1286), 1, + STATE(1295), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(3060), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 33, + ACTIONS(3058), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101554,16 +103852,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54053] = 3, + [56478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(3280), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(3278), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101572,10 +103870,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -101599,69 +103896,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [54102] = 6, - ACTIONS(63), 1, + [56527] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1285), 1, - anon_sym_LPAREN, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1147), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1156), 24, + ACTIONS(3280), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3278), 35, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [54157] = 5, + aux_sym__simple_variable_name_token1, + sym_word, + [56576] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3393), 1, + ACTIONS(3418), 1, sym__special_character, - STATE(1253), 1, + STATE(1272), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(2887), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(2885), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101695,26 +103991,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [54210] = 6, + [56629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3396), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3286), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 33, + ACTIONS(3284), 36, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -101722,8 +104011,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -101731,6 +104022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -101746,16 +104038,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54265] = 3, + [56678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3086), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(3084), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101792,17 +104084,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54314] = 3, + [56727] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3431), 1, + sym__special_character, + STATE(1257), 1, + aux_sym__literal_repeat1, + ACTIONS(3064), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 35, + ACTIONS(3062), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101824,7 +104119,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -101838,15 +104132,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [54363] = 5, + [56780] = 6, ACTIONS(63), 1, sym_comment, - STATE(1346), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 14, + ACTIONS(3433), 1, + anon_sym_DQUOTE, + ACTIONS(3435), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1554), 2, + sym_string, + sym_expansion, + ACTIONS(3295), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -101857,13 +104153,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1169), 24, + ACTIONS(3293), 24, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -101883,20 +104178,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - sym__special_character, - [54416] = 3, + [56835] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 6, + ACTIONS(3437), 1, + sym__special_character, + STATE(1295), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1273), 33, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101918,7 +104217,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -101930,24 +104228,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [54465] = 5, + [56888] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(2973), 1, + aux_sym_concatenation_token1, + ACTIONS(2975), 1, + sym__concat, + STATE(1271), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2823), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, + ACTIONS(2821), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -101955,8 +104254,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -101964,9 +104263,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -101978,24 +104277,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [54518] = 6, + [56943] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2973), 1, aux_sym_concatenation_token1, - ACTIONS(3401), 1, + ACTIONS(2975), 1, sym__concat, - STATE(711), 1, + STATE(1271), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(220), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 33, + ACTIONS(189), 33, anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, anon_sym_AMP_AMP, @@ -102029,33 +104327,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54573] = 6, + [56998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1254), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1175), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 33, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -102063,6 +104356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102077,41 +104371,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [54628] = 6, + [57047] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1260), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3440), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102127,21 +104423,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54683] = 5, - ACTIONS(3), 1, + [57105] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1309), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1149), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1280), 23, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [57157] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3389), 1, + ACTIONS(1065), 1, + aux_sym_concatenation_token1, + STATE(1530), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1173), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 6, + ACTIONS(1175), 24, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [57209] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3286), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 33, + ACTIONS(3284), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102163,6 +104549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -102175,16 +104562,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54736] = 3, + [57257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3050), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3048), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102195,8 +104583,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -102221,18 +104607,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54785] = 7, + [57305] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -102241,20 +104627,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 12, + ACTIONS(3395), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -102271,15 +104656,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54842] = 5, + [57361] = 5, ACTIONS(63), 1, sym_comment, - STATE(1266), 1, + STATE(1460), 1, aux_sym_concatenation_repeat1, - ACTIONS(3403), 2, + ACTIONS(1037), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1183), 13, + ACTIONS(1173), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -102293,7 +104678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1185), 25, + ACTIONS(1175), 24, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -102314,22 +104699,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [54895] = 3, + sym__special_character, + [57413] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1306), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3443), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1185), 23, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [57465] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3355), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(2635), 16, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + ACTIONS(3353), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -102349,32 +104797,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [54944] = 3, + [57517] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1013), 1, + aux_sym_concatenation_token1, + ACTIONS(3446), 1, + sym__concat, + STATE(1306), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1169), 23, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [57571] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1013), 1, + aux_sym_concatenation_token1, + ACTIONS(3448), 1, + sym__concat, + STATE(1306), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1179), 23, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [57625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1175), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102383,10 +104911,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -102411,36 +104938,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54993] = 3, + [57673] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3450), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102455,44 +104987,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [55042] = 5, + [57731] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3453), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 33, - anon_sym_LPAREN_LPAREN, + ACTIONS(3397), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -102505,36 +105038,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55095] = 3, + [57789] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3456), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102549,18 +105087,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [55144] = 3, + [57847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3050), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3048), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102595,39 +105132,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [55193] = 3, + [57895] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3459), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102643,27 +105183,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55242] = 3, + [57953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, + sym__concat, + STATE(1370), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(1173), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -102672,7 +105215,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102689,84 +105231,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55291] = 5, + [58007] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, + ACTIONS(3402), 1, + sym_file_descriptor, + ACTIONS(3462), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [55344] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, - anon_sym_LPAREN_LPAREN, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102781,26 +105280,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [55393] = 6, + [58065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1254), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1175), 5, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 33, + ACTIONS(1173), 35, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102808,8 +105300,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -102817,6 +105309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102831,41 +105324,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [55448] = 6, + [58113] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1260), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3465), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102881,16 +105376,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55503] = 3, + [58171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(2901), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 36, + ACTIONS(2899), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102925,44 +105420,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [55552] = 5, + [58219] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3468), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -102975,16 +105471,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55605] = 3, + [58277] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3475), 1, + sym_extglob_pattern, + ACTIONS(3473), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3471), 25, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [58327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(2901), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 36, + ACTIONS(2899), 34, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102995,8 +105538,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -103021,40 +105562,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55654] = 6, + [58375] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1254), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3477), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -103070,40 +105612,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55709] = 6, + [58433] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1260), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3480), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -103119,41 +105662,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55764] = 5, + [58491] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3483), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103165,21 +105711,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [55817] = 5, + [58549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3410), 1, - sym__special_character, - STATE(1253), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(1175), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1173), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103202,6 +105743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103215,42 +105757,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55870] = 5, + [58597] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3486), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103263,42 +105807,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55923] = 5, + [58655] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1235), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1237), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [58703] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3489), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103311,116 +105902,249 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55976] = 5, - ACTIONS(3), 1, + [58761] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3415), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + STATE(1363), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3420), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2754), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(2756), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [56029] = 5, - ACTIONS(3), 1, + [58813] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1239), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1241), 27, + sym__concat, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [58861] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1235), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1237), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [58909] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1203), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1205), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [58957] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1362), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3420), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2758), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(2760), 24, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [56082] = 8, + [59009] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3418), 1, + ACTIONS(3492), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103429,7 +106153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103440,7 +106164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103457,20 +106181,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56140] = 8, + [59067] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3421), 1, + ACTIONS(3495), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103479,7 +106203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103490,7 +106214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103507,20 +106231,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56198] = 8, + [59125] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3424), 1, + ACTIONS(3498), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103529,7 +106253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103540,7 +106264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103557,36 +106281,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56256] = 3, + [59183] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3501), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -103602,67 +106331,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56304] = 5, + [59241] = 3, ACTIONS(63), 1, sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2803), 13, - anon_sym_EQ_EQ, + ACTIONS(1199), 14, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1201), 26, + sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2805), 24, + anon_sym_QMARK, + anon_sym_COLON, + [59289] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3504), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3397), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [56356] = 8, + sym_word, + [59347] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3427), 1, + ACTIONS(3507), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103671,7 +106448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103682,7 +106459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103699,10 +106476,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56414] = 3, + [59405] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, + STATE(1526), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1065), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -103716,8 +106498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 27, - sym__concat, + sym__special_character, + ACTIONS(1175), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -103738,26 +106520,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [59457] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1221), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 26, + sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - aux_sym_concatenation_token1, - [56462] = 8, + [59505] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3430), 1, + ACTIONS(3510), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103766,7 +106590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103777,7 +106601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103794,20 +106618,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56520] = 8, + [59563] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3433), 1, + ACTIONS(3513), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103816,7 +106640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103827,7 +106651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103844,20 +106668,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56578] = 8, + [59621] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3436), 1, + ACTIONS(3516), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103866,7 +106690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -103877,7 +106701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103894,36 +106718,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56636] = 3, + [59679] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3519), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -103939,16 +106768,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56684] = 3, + [59737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3280), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(3278), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103957,6 +106786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -103982,203 +106812,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [56732] = 8, - ACTIONS(3), 1, + [59785] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + STATE(1363), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3420), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2719), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(2721), 24, sym_file_descriptor, - ACTIONS(3439), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [56790] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3442), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 23, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [56842] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [56890] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1443), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1169), 24, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - sym__special_character, - [56942] = 5, + [59837] = 5, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, + STATE(1362), 1, aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, + ACTIONS(3420), 2, sym__concat, aux_sym_concatenation_token1, ACTIONS(2821), 13, @@ -104208,75 +106895,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [56994] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1237), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [57042] = 3, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [59889] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 6, - sym_file_descriptor, + ACTIONS(2644), 3, sym_variable_name, sym_test_operator, sym__brace_start, + ACTIONS(3355), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 34, + ACTIONS(2635), 16, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + ACTIONS(3353), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104295,82 +106954,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [59941] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3530), 1, + anon_sym_esac, + ACTIONS(3532), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4261), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1888), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [57090] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, + ACTIONS(3526), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [57138] = 6, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [60033] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3112), 1, sym__concat, - STATE(1393), 1, + STATE(1370), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(2887), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(2885), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104403,20 +107069,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [57192] = 8, + [60087] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3445), 1, + ACTIONS(3560), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104425,7 +107091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104436,7 +107102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104453,36 +107119,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57250] = 3, + [60145] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3563), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -104498,38 +107169,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57298] = 6, + [60203] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1342), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3566), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 32, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -104544,17 +107218,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [57352] = 5, + [60261] = 3, ACTIONS(63), 1, sym_comment, - STATE(1493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, + ACTIONS(1209), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -104565,11 +107233,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1169), 24, + ACTIONS(1211), 26, sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -104589,42 +107260,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - sym__special_character, - [57404] = 6, + anon_sym_COLON, + [60309] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1393), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3569), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 32, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -104639,22 +107313,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [57458] = 8, + [60367] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3448), 1, + ACTIONS(3572), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104663,7 +107336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104674,7 +107347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104691,20 +107364,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57516] = 8, + [60425] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3451), 1, + ACTIONS(3575), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104713,7 +107386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104724,7 +107397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104741,115 +107414,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57574] = 8, - ACTIONS(3), 1, + [60483] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3420), 1, + aux_sym_concatenation_token1, + ACTIONS(3578), 1, + sym__concat, + STATE(1365), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1169), 24, sym_file_descriptor, - ACTIONS(3454), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [57632] = 3, - ACTIONS(3), 1, + [60537] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3420), 1, + aux_sym_concatenation_token1, + ACTIONS(3580), 1, + sym__concat, + STATE(1365), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1179), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 34, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [57680] = 8, + [60591] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3457), 1, + ACTIONS(3582), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -104858,7 +107532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -104869,7 +107543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -104886,41 +107560,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57738] = 8, - ACTIONS(3), 1, + [60649] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + STATE(1365), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3585), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1185), 24, sym_file_descriptor, - ACTIONS(3460), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [60701] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, + sym__concat, + STATE(1369), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2899), 32, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -104935,66 +107653,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [57796] = 3, + [60755] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ, + STATE(1363), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3420), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1147), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1225), 27, - sym__concat, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 24, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [57844] = 8, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [60807] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3463), 1, + ACTIONS(3588), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105003,7 +107724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105014,7 +107735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105031,71 +107752,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57902] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1265), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [57950] = 3, + [60865] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3591), 1, + sym__concat, + STATE(839), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1177), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -105104,7 +107784,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -105121,22 +107800,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [57998] = 6, + [60919] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3593), 1, sym__concat, - STATE(1342), 1, + STATE(839), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1169), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 32, + ACTIONS(1167), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105169,36 +107848,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [58052] = 3, + [60973] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3595), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -105214,38 +107898,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58100] = 6, + [61031] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1393), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3598), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 32, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -105260,22 +107947,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [58154] = 8, + [61089] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3466), 1, + ACTIONS(3601), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105284,7 +107970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105295,7 +107981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105312,62 +107998,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58212] = 5, - ACTIONS(63), 1, + [61147] = 25, + ACTIONS(3), 1, sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1147), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, + sym__special_character, + ACTIONS(3538), 1, + anon_sym_DQUOTE, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3606), 1, + anon_sym_esac, + ACTIONS(3608), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4246), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1907), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(1156), 24, + ACTIONS(3604), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [61239] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3610), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3397), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [58264] = 5, + sym_word, + [61297] = 5, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, + STATE(1362), 1, aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, + ACTIONS(3420), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 13, + ACTIONS(1173), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -105381,7 +108137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1169), 24, + ACTIONS(1175), 24, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -105406,20 +108162,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [58316] = 8, + [61349] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3469), 1, + ACTIONS(3613), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105428,7 +108184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105439,8 +108195,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [61407] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1175), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 34, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -105456,20 +108257,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58374] = 8, + [61455] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3472), 1, + ACTIONS(3616), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105478,7 +108279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105489,7 +108290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105506,10 +108307,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58432] = 3, + [61513] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(1199), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -105523,7 +108324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 27, + ACTIONS(1201), 27, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -105551,70 +108352,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_COLON, aux_sym_concatenation_token1, - [58480] = 8, - ACTIONS(3), 1, + [61561] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3475), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(1251), 13, + anon_sym_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1253), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [61609] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1362), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3420), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(189), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(220), 24, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [58538] = 8, + [61661] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3478), 1, + ACTIONS(3619), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105623,7 +108466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105634,7 +108477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105651,20 +108494,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58596] = 8, + [61719] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3481), 1, + ACTIONS(3622), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105673,7 +108516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105684,7 +108527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105701,27 +108544,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58654] = 3, + [61777] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3110), 1, + aux_sym_concatenation_token1, + ACTIONS(3112), 1, + sym__concat, + STATE(1369), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2937), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 35, + ACTIONS(2935), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -105730,7 +108576,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -105745,58 +108590,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [58702] = 5, + [61831] = 3, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(187), 13, - anon_sym_EQ_EQ, + ACTIONS(1225), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(218), 24, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1227), 27, + sym__concat, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [58754] = 3, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [61879] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(1243), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -105810,7 +108654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 27, + ACTIONS(1245), 27, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -105838,69 +108682,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_COLON, aux_sym_concatenation_token1, - [58802] = 5, - ACTIONS(63), 1, + [61927] = 8, + ACTIONS(3), 1, sym_comment, - STATE(1341), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3484), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 24, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, sym_file_descriptor, + ACTIONS(3625), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3397), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [58854] = 6, + sym_word, + [61985] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3110), 1, aux_sym_concatenation_token1, - ACTIONS(3487), 1, + ACTIONS(3112), 1, sym__concat, - STATE(917), 1, + STATE(1370), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(2918), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 32, + ACTIONS(2916), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -105933,41 +108780,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [58908] = 8, + [62039] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1255), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1257), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [62087] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3489), 1, + ACTIONS(3628), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3397), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [62145] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1217), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1219), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, anon_sym_RPAREN, - ACTIONS(3353), 3, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [62193] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3086), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3084), 34, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -105983,20 +108965,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58966] = 8, + [62241] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1209), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1211), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [62289] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3492), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3400), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106005,7 +109031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106016,7 +109042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106033,16 +109059,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59024] = 6, + [62345] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3536), 1, + sym__special_character, + ACTIONS(3538), 1, + anon_sym_DQUOTE, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3544), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, + anon_sym_BQUOTE, + ACTIONS(3550), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3633), 1, + anon_sym_esac, + ACTIONS(3635), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4359), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1906), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3631), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [62437] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3495), 1, - sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 14, + ACTIONS(3637), 1, + anon_sym_DQUOTE, + ACTIONS(3639), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1782), 2, + sym_string, + sym_expansion, + ACTIONS(3295), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106053,13 +109147,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, + ACTIONS(3293), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -106079,18 +109171,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [59078] = 6, + [62491] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, + sym_file_descriptor, + ACTIONS(3641), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3397), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [62549] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3536), 1, + sym__special_character, + ACTIONS(3538), 1, + anon_sym_DQUOTE, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3544), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, + anon_sym_BQUOTE, + ACTIONS(3550), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3646), 1, + anon_sym_esac, + ACTIONS(3648), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4364), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1910), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3644), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [62641] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3497), 1, - sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 14, + ACTIONS(1263), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106101,13 +109305,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1265), 27, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -106127,17 +109330,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [59132] = 5, + anon_sym_COLON, + aux_sym_concatenation_token1, + [62689] = 5, ACTIONS(63), 1, sym_comment, - STATE(1345), 1, + STATE(1528), 1, aux_sym_concatenation_repeat1, - ACTIONS(949), 2, + ACTIONS(1037), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1149), 14, + ACTIONS(1173), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106148,13 +109355,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1175), 24, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -106174,141 +109379,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [59184] = 8, + sym__special_character, + [62741] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3499), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [59242] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3391), 1, - aux_sym_concatenation_token1, - ACTIONS(3502), 1, - sym__concat, - STATE(1341), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 24, - sym_file_descriptor, + ACTIONS(3554), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, sym__brace_start, + ACTIONS(3652), 1, + anon_sym_esac, + ACTIONS(3654), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4546), 1, + sym_last_case_item, + ACTIONS(3524), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [59296] = 8, + STATE(1940), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(3650), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [62833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3086), 5, sym_file_descriptor, - ACTIONS(3504), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(3084), 35, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -106324,20 +109495,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59354] = 8, + [62881] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1213), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1215), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [62929] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3507), 1, + ACTIONS(3656), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106346,7 +109562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106357,7 +109573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106374,15 +109590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59412] = 5, + [62987] = 3, ACTIONS(63), 1, sym_comment, - STATE(1469), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, + ACTIONS(1259), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106396,7 +109607,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1169), 24, + ACTIONS(1261), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -106417,14 +109629,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - sym__special_character, - [59464] = 3, + aux_sym_concatenation_token1, + [63035] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(1247), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106438,7 +109652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 27, + ACTIONS(1249), 27, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -106466,41 +109680,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_COLON, aux_sym_concatenation_token1, - [59512] = 8, + [63083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3280), 6, sym_file_descriptor, - ACTIONS(3510), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3278), 34, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -106516,160 +109725,301 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59570] = 8, - ACTIONS(3), 1, + [63131] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3513), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(1183), 13, + anon_sym_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1185), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [63179] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1203), 14, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_CARET, + ACTIONS(1205), 26, + sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [63227] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3661), 1, + anon_sym_esac, + ACTIONS(3663), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4547), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1937), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [59628] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3516), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3659), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [63319] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3667), 1, + anon_sym_esac, + ACTIONS(3669), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4554), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1932), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [59686] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3519), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3665), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [63411] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3673), 1, + anon_sym_esac, + ACTIONS(3675), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4555), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1919), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [59744] = 3, + ACTIONS(3671), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [63503] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 13, + ACTIONS(1259), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106680,12 +110030,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1213), 27, - sym__concat, + ACTIONS(1261), 26, sym_test_operator, + sym_extglob_pattern, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -106705,76 +110057,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - aux_sym_concatenation_token1, - [59792] = 8, - ACTIONS(3), 1, + [63551] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3522), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(1195), 13, + anon_sym_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_CARET, + ACTIONS(1197), 27, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [63599] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3679), 1, + anon_sym_esac, + ACTIONS(3681), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4469), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1898), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [59850] = 8, + ACTIONS(3677), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [63691] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3525), 1, + ACTIONS(3683), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -106783,7 +110195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -106794,7 +110206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -106811,250 +110223,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59908] = 8, + [63749] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, ACTIONS(3528), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [59966] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2977), 6, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3554), 1, sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, sym__brace_start, - ts_builtin_sym_end, + ACTIONS(3688), 1, + anon_sym_esac, + ACTIONS(3690), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4470), 1, + sym_last_case_item, + ACTIONS(3524), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1903), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [60014] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3531), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3686), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [63841] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3694), 1, + anon_sym_esac, + ACTIONS(3696), 1, + aux_sym_heredoc_redirect_token1, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4480), 1, + sym_last_case_item, + ACTIONS(3524), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1920), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [60072] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3534), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3692), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [63933] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3536), 1, sym__special_character, + ACTIONS(3538), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3544), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3548), 1, anon_sym_BQUOTE, + ACTIONS(3550), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [60130] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3069), 6, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3554), 1, sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, sym__brace_start, - ts_builtin_sym_end, + ACTIONS(3700), 1, + anon_sym_esac, + ACTIONS(3702), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 34, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4478), 1, + sym_last_case_item, + ACTIONS(3524), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(3552), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1913), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(3522), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [60178] = 3, + ACTIONS(3698), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [64025] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 13, + ACTIONS(3704), 1, + anon_sym_DQUOTE, + ACTIONS(3706), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1777), 2, + sym_string, + sym_expansion, + ACTIONS(3295), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107068,8 +110448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1253), 27, - sym__concat, + ACTIONS(3293), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -107091,20 +110470,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [60226] = 5, + [64079] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, + sym_file_descriptor, + ACTIONS(3708), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3397), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3395), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3393), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [64137] = 3, ACTIONS(63), 1, sym_comment, - STATE(1418), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 14, + ACTIONS(1221), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107118,8 +110539,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(1223), 27, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -107140,13 +110561,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [60278] = 3, + anon_sym_COLON, + aux_sym_concatenation_token1, + [64185] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 13, + ACTIONS(1267), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107160,7 +110584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1249), 27, + ACTIONS(1269), 27, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -107188,20 +110612,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_COLON, aux_sym_concatenation_token1, - [60326] = 8, + [64233] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3537), 1, + ACTIONS(3711), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107210,7 +110634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107221,7 +110645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107238,85 +110662,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60384] = 8, + [64291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3286), 5, sym_file_descriptor, - ACTIONS(3540), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [60442] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2592), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3306), 3, - sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2584), 16, + ACTIONS(3284), 35, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107324,6 +110680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -107335,89 +110692,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [60494] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3391), 1, - aux_sym_concatenation_token1, - ACTIONS(3543), 1, - sym__concat, - STATE(1341), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1173), 24, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [60548] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3545), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -107433,18 +110707,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60606] = 7, + [64339] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3353), 3, + ACTIONS(3714), 1, + anon_sym_RPAREN, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107453,19 +110729,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 11, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107482,70 +110757,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60662] = 8, - ACTIONS(3), 1, + [64397] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3548), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, + STATE(1501), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 13, + anon_sym_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + anon_sym_CARET, + ACTIONS(1175), 24, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [60720] = 8, + [64449] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3551), 1, + ACTIONS(3717), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107554,7 +110826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107565,7 +110837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107582,20 +110854,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60778] = 8, + [64507] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(3400), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3402), 1, sym_file_descriptor, - ACTIONS(3554), 1, + ACTIONS(3720), 1, anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3405), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(3397), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -107604,7 +110876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + ACTIONS(3395), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107615,7 +110887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3393), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -107632,15 +110904,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60836] = 5, + [64565] = 5, ACTIONS(63), 1, sym_comment, - STATE(1372), 1, + STATE(1445), 1, aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, + ACTIONS(1037), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2817), 13, + ACTIONS(1173), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + sym__special_character, + ACTIONS(1175), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [64617] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1263), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -107654,8 +110968,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2819), 24, + ACTIONS(1265), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -107671,6 +110986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -107679,64 +110995,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [60888] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3348), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [60944] = 5, + [64664] = 7, ACTIONS(63), 1, sym_comment, - STATE(1404), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, + ACTIONS(1087), 1, + anon_sym_RBRACK, + ACTIONS(3723), 1, + sym__special_character, + ACTIONS(3725), 1, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 14, + STATE(1519), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107750,8 +111020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(350), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -107772,63 +111041,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [60996] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3557), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61054] = 3, + [64719] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 13, + ACTIONS(3727), 1, + sym__special_character, + STATE(1434), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107839,12 +111061,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1203), 27, - sym__concat, + ACTIONS(1275), 23, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -107864,16 +111087,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [61102] = 3, + [64770] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 13, + ACTIONS(1203), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -107884,12 +111103,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1221), 27, + ACTIONS(1205), 25, sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -107909,108 +111130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, aux_sym_concatenation_token1, - [61150] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2807), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2809), 24, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [61202] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3005), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61250] = 3, + [64817] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 13, + ACTIONS(1199), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108021,12 +111147,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1269), 27, + ACTIONS(1201), 25, sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108046,70 +111174,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, aux_sym_concatenation_token1, - [61298] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3560), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61356] = 5, + [64864] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - STATE(1515), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1167), 14, + ACTIONS(1209), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108120,13 +111191,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 24, + ACTIONS(1211), 25, sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108146,94 +111218,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [61408] = 8, + aux_sym_concatenation_token1, + [64911] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, + sym__concat, + STATE(1454), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 5, sym_file_descriptor, - ACTIONS(3563), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 31, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61466] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3566), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -108249,205 +111268,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61524] = 5, - ACTIONS(3), 1, + [64964] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1235), 14, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [61576] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3569), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61634] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3572), 1, + anon_sym_CARET, + ACTIONS(1237), 25, sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, - sym_file_descriptor, - sym_variable_name, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 32, - anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [65011] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1251), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [61688] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1253), 26, sym_file_descriptor, - ACTIONS(3574), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [61746] = 3, + [65058] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 13, + ACTIONS(1239), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108458,12 +111370,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1245), 27, + ACTIONS(1241), 25, sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108483,166 +111397,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, aux_sym_concatenation_token1, - [61794] = 8, - ACTIONS(3), 1, + [65105] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3577), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1235), 14, + anon_sym_EQ, anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61852] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3580), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61910] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3583), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + anon_sym_CARET, + ACTIONS(1237), 25, + sym__concat, sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [61968] = 3, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [65152] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 13, + ACTIONS(1259), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108653,12 +111458,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1241), 27, + ACTIONS(1261), 25, sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108678,61 +111485,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, aux_sym_concatenation_token1, - [62016] = 3, - ACTIONS(3), 1, + [65199] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(1255), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1257), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [62064] = 3, + [65246] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 13, + ACTIONS(1037), 1, + aux_sym_concatenation_token1, + ACTIONS(3730), 1, + sym__concat, + STATE(1260), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108746,8 +111555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1257), 27, - sym__concat, + ACTIONS(1169), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -108768,16 +111576,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [62112] = 3, + [65299] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 13, + ACTIONS(1221), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108788,12 +111593,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1185), 27, + ACTIONS(1223), 25, sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108813,33 +111620,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, aux_sym_concatenation_token1, - [62160] = 3, + [65346] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3239), 1, + sym__concat, + STATE(1517), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1173), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -108848,7 +111654,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -108863,17 +111668,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62208] = 6, + [65399] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3586), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1225), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108884,11 +111684,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1227), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108908,21 +111711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [62261] = 7, + aux_sym_concatenation_token1, + [65446] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3590), 1, - sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + ACTIONS(1243), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108933,11 +111728,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1245), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -108959,15 +111757,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [62316] = 5, + aux_sym_concatenation_token1, + [65493] = 3, ACTIONS(63), 1, sym_comment, - STATE(1414), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(3734), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -108978,11 +111772,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(3732), 25, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -109005,154 +111801,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [62367] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3600), 1, - anon_sym_esac, - ACTIONS(3602), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4072), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1914), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3596), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [62458] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3632), 1, - anon_sym_esac, - ACTIONS(3634), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4081), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1916), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3630), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [62549] = 6, + anon_sym_COLON, + [65540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3736), 1, sym__concat, - STATE(1465), 1, + STATE(988), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1179), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 31, + ACTIONS(1177), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -109184,163 +111849,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62602] = 6, - ACTIONS(3), 1, + [65593] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1463), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 31, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3734), 14, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [62655] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1465), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3732), 25, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 31, - anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [65640] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3740), 14, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [62708] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1463), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3738), 25, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 31, - anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [62761] = 6, + anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [65687] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3742), 1, sym__concat, - STATE(1465), 1, + STATE(988), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1169), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 31, + ACTIONS(1167), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -109372,14 +111984,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62814] = 6, + [65740] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, + ACTIONS(1037), 1, aux_sym_concatenation_token1, - ACTIONS(3636), 1, + ACTIONS(3744), 1, sym__concat, - STATE(1266), 1, + STATE(1260), 1, aux_sym_concatenation_repeat1, ACTIONS(1177), 13, anon_sym_EQ, @@ -109419,62 +112031,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [62867] = 6, - ACTIONS(3), 1, + [65793] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(1037), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3746), 1, sym__concat, - STATE(1463), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 31, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [62920] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1468), 1, + STATE(1260), 1, aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(1177), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109488,7 +112054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1179), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109512,18 +112078,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [62971] = 7, + [65846] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1079), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, + ACTIONS(3748), 1, sym__special_character, - ACTIONS(3640), 1, - sym__concat, - STATE(1528), 1, + STATE(1457), 1, aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1273), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109537,7 +112099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 22, + ACTIONS(1275), 24, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109558,18 +112120,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [63026] = 6, + anon_sym_COLON, + [65897] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3642), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1251), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109580,11 +112138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1253), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -109604,17 +112165,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [63079] = 5, + aux_sym_concatenation_token1, + [65944] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(1235), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1237), 26, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [65991] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1037), 1, aux_sym_concatenation_token1, - STATE(1524), 1, + ACTIONS(3751), 1, + sym__concat, + STATE(1260), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + ACTIONS(1167), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109628,8 +112235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 24, - sym__concat, + ACTIONS(1169), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109650,17 +112256,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [63130] = 5, + anon_sym_COLON, + [66044] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3644), 1, - sym__special_character, - STATE(1426), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1255), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109671,11 +112273,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 24, + ACTIONS(1257), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -109695,35 +112300,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [63181] = 5, + aux_sym_concatenation_token1, + [66091] = 3, ACTIONS(63), 1, sym_comment, - STATE(1525), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2961), 12, + ACTIONS(1239), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2963), 24, + ACTIONS(1241), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -109737,6 +112338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -109745,31 +112347,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [63232] = 5, + [66138] = 3, ACTIONS(63), 1, sym_comment, - STATE(1526), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2971), 12, + ACTIONS(1235), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2973), 24, + ACTIONS(1237), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -109783,6 +112382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -109791,196 +112391,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [63283] = 3, + [66185] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 14, - anon_sym_EQ, + ACTIONS(3753), 1, + aux_sym_concatenation_token1, + ACTIONS(3755), 1, + sym__concat, + STATE(1466), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3648), 25, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1169), 24, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [63330] = 7, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [66238] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(3753), 1, aux_sym_concatenation_token1, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3654), 1, + ACTIONS(3757), 1, sym__concat, - STATE(1524), 1, + STATE(1466), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1177), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1179), 24, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63385] = 7, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [66291] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1083), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3656), 1, + STATE(1466), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 2, sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, + aux_sym_concatenation_token1, + ACTIONS(1183), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 22, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1185), 24, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63440] = 5, - ACTIONS(63), 1, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [66342] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3658), 1, - sym__special_character, - STATE(1426), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, - anon_sym_EQ, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, + sym__concat, + STATE(1451), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3084), 31, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1275), 24, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [63491] = 3, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [66395] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 14, + ACTIONS(3764), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109995,7 +112596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 25, + ACTIONS(3762), 25, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -110021,10 +112622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [63538] = 3, + [66442] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 14, + ACTIONS(3768), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110039,7 +112640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 25, + ACTIONS(3766), 25, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -110065,14 +112666,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [63585] = 5, + [66489] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3665), 1, - sym__special_character, - STATE(1429), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 14, + ACTIONS(1263), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110087,7 +112684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 23, + ACTIONS(1265), 25, + sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -110111,18 +112709,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [63636] = 7, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [66536] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(3237), 1, aux_sym_concatenation_token1, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3670), 1, + ACTIONS(3239), 1, sym__concat, - STATE(1524), 1, + STATE(1518), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + ACTIONS(3068), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3066), 32, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [66589] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1247), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110133,11 +112771,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1249), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110159,22 +112800,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [63691] = 6, + aux_sym_concatenation_token1, + [66636] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3237), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3239), 1, sym__concat, - STATE(1465), 1, + STATE(1517), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3064), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 31, + ACTIONS(3062), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -110205,209 +112846,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [63744] = 25, + [66689] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, + ACTIONS(3772), 1, anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + STATE(2140), 1, + sym_string, + ACTIONS(3774), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 4, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3674), 1, - anon_sym_esac, - ACTIONS(3676), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4221), 1, - sym_last_case_item, - ACTIONS(3594), 2, + ACTIONS(3770), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 22, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1903), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, + sym__special_character, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(3672), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [63835] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, anon_sym_BQUOTE, - ACTIONS(3620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3680), 1, - anon_sym_esac, - ACTIONS(3682), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4217), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1889), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - ACTIONS(3678), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [63926] = 25, + [66744] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3772), 1, + anon_sym_DQUOTE, + STATE(2140), 1, + sym_string, + ACTIONS(3774), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3770), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(3606), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 22, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, anon_sym_BQUOTE, - ACTIONS(3620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3686), 1, - anon_sym_esac, - ACTIONS(3688), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4326), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1896), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - ACTIONS(3684), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, + [66799] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1525), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1065), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1149), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64017] = 3, + anon_sym_CARET, + ACTIONS(1280), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [66850] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 13, + ACTIONS(1209), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -110421,7 +113007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 26, + ACTIONS(1211), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -110448,81 +113034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [64064] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3692), 1, - anon_sym_esac, - ACTIONS(3694), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1909), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3690), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64155] = 5, + [66897] = 3, ACTIONS(63), 1, sym_comment, - STATE(1562), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, + ACTIONS(1217), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110533,11 +113048,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1169), 23, + ACTIONS(1219), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110559,82 +113077,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - sym__special_character, - [64206] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3698), 1, - anon_sym_esac, - ACTIONS(3700), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4328), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1900), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3696), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64297] = 5, + aux_sym_concatenation_token1, + [66944] = 3, ACTIONS(63), 1, sym_comment, - STATE(1508), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(1213), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110645,11 +113092,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1215), 25, + sym__concat, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110669,21 +113119,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64348] = 7, + aux_sym_concatenation_token1, + [66991] = 7, ACTIONS(63), 1, sym_comment, ACTIONS(1075), 1, anon_sym_RBRACK, - ACTIONS(3638), 1, + ACTIONS(3723), 1, sym__special_character, - ACTIONS(3702), 1, + ACTIONS(3776), 1, sym__concat, - STATE(1528), 1, + STATE(1519), 1, aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110720,18 +113170,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64403] = 7, + [67046] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1087), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3704), 1, - sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1149), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110742,11 +113184,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 22, + ACTIONS(1280), 25, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110766,84 +113210,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64458] = 25, - ACTIONS(3), 1, + anon_sym_COLON, + [67093] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + STATE(1464), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3753), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3606), 1, sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + sym_word, + ACTIONS(1175), 24, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3708), 1, - anon_sym_esac, - ACTIONS(3710), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4295), 1, - sym_last_case_item, - ACTIONS(3594), 2, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1892), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(3706), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64549] = 6, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [67144] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3712), 1, - sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1183), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110854,10 +113274,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1185), 25, + sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -110881,10 +113303,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64602] = 3, + aux_sym_concatenation_token1, + [67191] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 14, + ACTIONS(1195), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110899,7 +113322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1203), 25, + ACTIONS(1197), 25, sym__concat, sym_test_operator, anon_sym_RPAREN_RPAREN, @@ -110925,16 +113348,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [64649] = 6, + [67238] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(949), 1, + ACTIONS(1065), 1, aux_sym_concatenation_token1, - ACTIONS(3714), 1, + ACTIONS(3778), 1, + anon_sym_RBRACK, + ACTIONS(3780), 1, sym__concat, - STATE(1303), 1, + STATE(1523), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110948,9 +113373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, + ACTIONS(1280), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -110972,10 +113396,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [64702] = 3, + [67293] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 14, + STATE(1456), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1037), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -110986,14 +113415,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1257), 25, - sym__concat, + ACTIONS(1280), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111015,143 +113441,385 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [64749] = 25, - ACTIONS(3), 1, + anon_sym_COLON, + [67344] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1259), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + sym_word, + ACTIONS(1261), 26, + sym_file_descriptor, + sym__concat, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + sym__bare_dollar, sym__brace_start, - ACTIONS(3718), 1, - anon_sym_esac, - ACTIONS(3720), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, - sym_last_case_item, - ACTIONS(3594), 2, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1893), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, + [67391] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1091), 1, + anon_sym_RBRACK, + ACTIONS(3723), 1, + sym__special_character, + ACTIONS(3782), 1, + sym__concat, + STATE(1519), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [67446] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1247), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1249), 26, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(3716), 3, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [67493] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3400), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3402), 1, + sym_file_descriptor, + ACTIONS(3405), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3397), 9, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_BQUOTE, + ACTIONS(3395), 10, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64840] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3393), 15, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(3606), 1, sym__special_character, - ACTIONS(3608), 1, anon_sym_DQUOTE, - ACTIONS(3610), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [67548] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1013), 1, + aux_sym_concatenation_token1, + ACTIONS(3784), 1, + sym__concat, + STATE(1306), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1179), 23, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [67601] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1464), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3753), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3078), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - ACTIONS(3620), 1, + sym_word, + ACTIONS(3080), 24, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [67652] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1465), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3753), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3084), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3086), 24, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3724), 1, - anon_sym_esac, - ACTIONS(3726), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, - sym_last_case_item, - ACTIONS(3594), 2, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1890), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, + [67703] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3355), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2644), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2635), 15, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(3722), 3, + ACTIONS(3353), 19, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64931] = 3, + anon_sym_BQUOTE, + [67754] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 14, + STATE(1455), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1037), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111162,14 +113830,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1185), 25, - sym__concat, + ACTIONS(1280), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111189,10 +113854,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, + [67805] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1221), 13, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1223), 26, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [64978] = 3, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [67852] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1267), 14, @@ -111236,10 +113945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [65025] = 3, + [67899] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(1217), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -111253,7 +113962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 26, + ACTIONS(1219), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -111280,10 +113989,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65072] = 3, + [67946] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 14, + ACTIONS(3723), 1, + sym__special_character, + STATE(1519), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111294,14 +114007,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1213), 25, + ACTIONS(350), 24, sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111321,13 +114032,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, + [67997] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1527), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1037), 2, + sym__concat, aux_sym_concatenation_token1, - [65119] = 3, + ACTIONS(1149), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1280), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [68048] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1013), 1, + aux_sym_concatenation_token1, + ACTIONS(3786), 1, + sym__concat, + STATE(1306), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1169), 23, + sym_test_operator, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [68101] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1109), 1, + anon_sym_RBRACK, + ACTIONS(3723), 1, + sym__special_character, + ACTIONS(3788), 1, + sym__concat, + STATE(1519), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [68156] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1213), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -111341,7 +114193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1237), 26, + ACTIONS(1215), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -111368,16 +114220,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65166] = 7, + [68203] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3218), 1, + aux_sym_concatenation_token1, + ACTIONS(3220), 1, + sym__concat, + STATE(1451), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3048), 31, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [68256] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(1065), 1, aux_sym_concatenation_token1, - ACTIONS(3728), 1, + ACTIONS(3790), 1, anon_sym_RBRACK, - ACTIONS(3730), 1, + ACTIONS(3792), 1, sym__concat, - STATE(1524), 1, + STATE(1523), 1, aux_sym_concatenation_repeat1, ACTIONS(1149), 13, anon_sym_EQ, @@ -111393,7 +114292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1280), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -111416,34 +114315,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [65221] = 3, + [68311] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ_EQ, + STATE(1464), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3753), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3058), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 26, + ACTIONS(3060), 24, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -111451,8 +114354,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -111460,34 +114361,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65268] = 3, + [68362] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 13, - anon_sym_EQ_EQ, + STATE(1465), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3753), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3048), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 26, + ACTIONS(3050), 24, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -111495,8 +114400,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -111504,10 +114407,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65315] = 3, + [68413] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 13, + ACTIONS(1183), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -111521,7 +114424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 26, + ACTIONS(1185), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -111548,108 +114451,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65362] = 5, + [68460] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3732), 1, - sym__special_character, - STATE(1429), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 23, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(1195), 13, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [65413] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 14, - anon_sym_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1241), 25, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1197), 26, + sym_file_descriptor, sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [65460] = 7, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [68507] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1109), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3734), 1, + STATE(1510), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3794), 2, sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + aux_sym_concatenation_token1, + ACTIONS(1183), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111663,7 +114517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 22, + ACTIONS(1185), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -111684,12 +114538,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [65515] = 3, + [68558] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 14, + STATE(1551), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1037), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -111700,14 +114560,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1249), 25, - sym__concat, + ACTIONS(1175), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -111729,22 +114586,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [65562] = 6, + sym__special_character, + [68609] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3220), 1, sym__concat, - STATE(1523), 1, + STATE(1454), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(2887), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(2885), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -111775,24 +114633,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [65615] = 6, + [68662] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3736), 1, + ACTIONS(3220), 1, sym__concat, - STATE(962), 1, + STATE(1454), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3080), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 31, + ACTIONS(3078), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -111824,28 +114681,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [65668] = 3, + [68715] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, - anon_sym_EQ_EQ, + STATE(1529), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3797), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2935), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1261), 26, + ACTIONS(2937), 24, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -111859,7 +114719,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -111868,32 +114727,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65715] = 6, - ACTIONS(3), 1, + [68766] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3797), 1, aux_sym_concatenation_token1, - ACTIONS(3738), 1, + ACTIONS(3799), 1, sym__concat, - STATE(962), 1, + STATE(1536), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1167), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1169), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -111901,24 +114766,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [65768] = 3, + [68819] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 13, + ACTIONS(1267), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -111932,7 +114791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 26, + ACTIONS(1269), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -111959,34 +114818,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65815] = 3, - ACTIONS(63), 1, + [68866] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1239), 13, - anon_sym_EQ_EQ, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3801), 1, + sym__concat, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1167), 32, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1241), 26, - sym_file_descriptor, + [68919] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3237), 1, + aux_sym_concatenation_token1, + ACTIONS(3803), 1, sym__concat, + STATE(1062), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -111994,25 +114897,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65862] = 6, + aux_sym__simple_variable_name_token1, + sym_word, + [68972] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3740), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, + ACTIONS(3805), 1, + sym__special_character, + STATE(1519), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112026,7 +114933,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, + ACTIONS(1275), 24, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -112047,19 +114955,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [65915] = 6, + [69023] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3742), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(3808), 1, + sym__special_character, + STATE(1434), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112070,11 +114976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(350), 23, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112096,29 +115004,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [65968] = 3, + [69074] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, - anon_sym_EQ_EQ, + STATE(1515), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3797), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2916), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1217), 26, + ACTIONS(2918), 24, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -112132,7 +115042,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -112141,109 +115050,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66015] = 3, + [69125] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 13, - anon_sym_EQ_EQ, + ACTIONS(3810), 1, + sym__special_character, + STATE(1457), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1221), 26, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [66062] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1522), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 24, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 32, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [66115] = 7, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [69176] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(1065), 1, aux_sym_concatenation_token1, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(3746), 1, + ACTIONS(3812), 1, sym__concat, - STATE(1524), 1, + STATE(1510), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, + ACTIONS(1177), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112257,7 +115119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1179), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -112278,23 +115140,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [66170] = 6, + [69229] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3220), 1, sym__concat, - STATE(1523), 1, + STATE(1451), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(2901), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 32, + ACTIONS(2899), 31, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -112325,78 +115189,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [66223] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3750), 1, - anon_sym_esac, - ACTIONS(3752), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4131), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1918), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - ACTIONS(3748), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [66314] = 3, + [69282] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3756), 14, + ACTIONS(1065), 1, + aux_sym_concatenation_token1, + ACTIONS(3814), 1, + sym__concat, + STATE(1510), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112407,13 +115210,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 25, + ACTIONS(1179), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112433,102 +115234,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [66361] = 3, + [69335] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1213), 26, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1065), 1, aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [66408] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ_EQ, + ACTIONS(3816), 1, + sym__concat, + STATE(1510), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1225), 26, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1169), 23, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [66455] = 3, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [69388] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 14, + ACTIONS(1037), 1, + aux_sym_concatenation_token1, + ACTIONS(3818), 1, + sym__concat, + STATE(1260), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112539,14 +115304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, - sym__concat, + ACTIONS(1179), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112566,13 +115328,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [66502] = 3, + [69441] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 14, + ACTIONS(1037), 1, + aux_sym_concatenation_token1, + ACTIONS(3820), 1, + sym__concat, + STATE(1260), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112583,14 +115351,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 25, - sym__concat, + ACTIONS(1169), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112610,13 +115375,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, + [69494] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3797), 1, aux_sym_concatenation_token1, - [66549] = 3, + ACTIONS(3822), 1, + sym__concat, + STATE(1536), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1179), 24, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [69547] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 14, + ACTIONS(1065), 1, + aux_sym_concatenation_token1, + ACTIONS(3824), 1, + sym__concat, + STATE(1510), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112627,14 +115445,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1221), 25, - sym__concat, + ACTIONS(1169), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112654,13 +115469,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [66596] = 3, + [69600] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 14, + STATE(1491), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112671,12 +115491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1245), 25, - sym__concat, + ACTIONS(1280), 23, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -112700,11 +115518,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, + [69651] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3218), 1, aux_sym_concatenation_token1, - [66643] = 3, + ACTIONS(3220), 1, + sym__concat, + STATE(1454), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 31, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [69704] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 14, + ACTIONS(1065), 1, + aux_sym_concatenation_token1, + STATE(1523), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112715,14 +115583,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, + ACTIONS(1280), 24, sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112742,13 +115608,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [66690] = 3, + [69755] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 13, + ACTIONS(1203), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -112762,7 +115628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 26, + ACTIONS(1205), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -112789,15 +115655,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66737] = 5, + [69802] = 7, ACTIONS(63), 1, sym_comment, - STATE(1525), 1, + ACTIONS(1065), 1, + aux_sym_concatenation_token1, + ACTIONS(3826), 1, + anon_sym_RBRACK, + ACTIONS(3828), 1, + sym__concat, + STATE(1523), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1149), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1280), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [69857] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1536), 1, aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(3830), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 12, + ACTIONS(1183), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -112810,7 +115724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 24, + ACTIONS(1185), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -112835,10 +115749,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66788] = 3, + [69908] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 13, + ACTIONS(1059), 1, + anon_sym_RBRACK, + ACTIONS(3723), 1, + sym__special_character, + ACTIONS(3833), 1, + sym__concat, + STATE(1519), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(350), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [69963] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1199), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -112852,7 +115814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1257), 26, + ACTIONS(1201), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -112879,38 +115841,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66835] = 5, + [70010] = 3, ACTIONS(63), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 12, + ACTIONS(1225), 13, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3069), 24, + ACTIONS(1227), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -112918,6 +115876,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -112925,10 +115885,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66886] = 3, + [70057] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1243), 13, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -112942,7 +115902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1265), 26, + ACTIONS(1245), 26, sym_file_descriptor, sym__concat, sym_test_operator, @@ -112969,28 +115929,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66933] = 5, + [70104] = 5, ACTIONS(63), 1, sym_comment, - STATE(1510), 1, + STATE(1515), 1, aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, + ACTIONS(3797), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3063), 12, + ACTIONS(1173), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3065), 24, + ACTIONS(1175), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -113000,7 +115960,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -113008,6 +115967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -113015,62 +115975,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [66984] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3760), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1179), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67037] = 5, + [70155] = 5, ACTIONS(63), 1, sym_comment, - STATE(1525), 1, + STATE(1529), 1, aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(3797), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2967), 12, + ACTIONS(2899), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -113083,7 +115996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2969), 24, + ACTIONS(2901), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -113108,15 +116021,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67088] = 5, + [70206] = 5, ACTIONS(63), 1, sym_comment, - STATE(1526), 1, + STATE(1515), 1, aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(3797), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2975), 12, + ACTIONS(2885), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -113129,7 +116042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2977), 24, + ACTIONS(2887), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -113154,101 +116067,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67139] = 6, + [70257] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, + ACTIONS(1065), 1, aux_sym_concatenation_token1, - ACTIONS(3762), 1, + ACTIONS(3835), 1, + anon_sym_RBRACK, + ACTIONS(3837), 1, sym__concat, - STATE(1266), 1, + STATE(1523), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67192] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1253), 25, - sym__concat, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [67239] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 14, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113259,14 +116089,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 25, - sym__concat, + ACTIONS(1280), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113288,103 +116115,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [67286] = 3, + [70312] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1203), 26, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1065), 1, aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [67333] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1233), 26, - sym_file_descriptor, + ACTIONS(3839), 1, + anon_sym_RBRACK, + ACTIONS(3841), 1, sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [67380] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3638), 1, - sym__special_character, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + STATE(1523), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113398,8 +116140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 24, - sym__concat, + ACTIONS(1280), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -113420,18 +116161,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [67431] = 5, + [70367] = 3, ACTIONS(63), 1, sym_comment, - STATE(1445), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(1259), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113445,9 +116180,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1261), 25, + sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113460,109 +116195,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67482] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2584), 15, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [67533] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1229), 26, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [67580] = 3, + [70413] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 14, + ACTIONS(1247), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113573,14 +116220,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 25, + ACTIONS(1249), 25, sym__concat, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113600,32 +116245,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [67627] = 5, + [70459] = 3, ACTIONS(63), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 12, + ACTIONS(1247), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3005), 24, + ACTIONS(1249), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -113634,7 +116276,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -113642,6 +116283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -113649,30 +116292,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67678] = 5, + [70505] = 5, ACTIONS(63), 1, sym_comment, - STATE(1510), 1, + STATE(1549), 1, aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, + ACTIONS(3843), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2995), 12, + ACTIONS(1183), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2997), 24, + ACTIONS(1185), 23, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -113680,7 +116322,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -113688,6 +116329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -113695,10 +116337,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67729] = 3, + [70555] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 14, + ACTIONS(1173), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113713,8 +116355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 25, - sym__concat, + ACTIONS(1175), 24, sym_test_operator, anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, @@ -113738,59 +116379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [67776] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_BQUOTE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 15, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [67831] = 3, + [70601] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 14, + ACTIONS(1037), 1, + aux_sym_concatenation_token1, + ACTIONS(3846), 1, + sym__concat, + STATE(1260), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -113801,14 +116400,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 25, - sym__concat, + ACTIONS(1169), 22, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -113830,15 +116426,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [67878] = 6, + [70653] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, + ACTIONS(1037), 1, aux_sym_concatenation_token1, - ACTIONS(3764), 1, + ACTIONS(3848), 1, sym__concat, - STATE(1266), 1, + STATE(1260), 1, aux_sym_concatenation_repeat1, ACTIONS(1177), 13, anon_sym_EQ, @@ -113854,7 +116449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, + ACTIONS(1179), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -113875,108 +116470,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [67931] = 25, - ACTIONS(3), 1, + [70705] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + ACTIONS(3850), 1, sym__special_character, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3614), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3768), 1, - anon_sym_esac, - ACTIONS(3770), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, + STATE(1631), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4132), 1, - sym_last_case_item, - ACTIONS(3594), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1919), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3766), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [68022] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3758), 1, - aux_sym_concatenation_token1, - ACTIONS(3772), 1, - sym__concat, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + ACTIONS(2758), 12, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1173), 24, + ACTIONS(2760), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -113988,13 +116513,16 @@ static const uint16_t ts_small_parse_table[] = { sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68075] = 3, + [70755] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 14, + ACTIONS(3852), 1, + sym_extglob_pattern, + ACTIONS(3473), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114005,14 +116533,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 25, + ACTIONS(3471), 24, sym__concat, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [70803] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3858), 1, + anon_sym_LBRACK, + ACTIONS(3856), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3854), 24, anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114034,17 +116604,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [68122] = 6, + anon_sym_COLON, + [70851] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3758), 1, - aux_sym_concatenation_token1, - ACTIONS(3774), 1, - sym__concat, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, + ACTIONS(1251), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -114057,8 +116621,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1179), 24, + ACTIONS(1253), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -114075,6 +116640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -114082,30 +116648,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68175] = 5, + [70897] = 6, ACTIONS(63), 1, sym_comment, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3776), 2, - sym__concat, + ACTIONS(3860), 1, aux_sym_concatenation_token1, - ACTIONS(1183), 12, + ACTIONS(3862), 1, + sym__concat, + STATE(1549), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 24, + ACTIONS(1179), 23, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -114113,7 +116679,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -114121,6 +116686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -114128,171 +116694,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68226] = 7, - ACTIONS(3), 1, + [70949] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3781), 1, - anon_sym_DQUOTE, - STATE(2080), 1, - sym_string, - ACTIONS(3783), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3779), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 22, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, + ACTIONS(1221), 12, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [68281] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3785), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68334] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3781), 1, - anon_sym_DQUOTE, - STATE(2080), 1, - sym_string, - ACTIONS(3783), 2, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + sym_word, + ACTIONS(1223), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3779), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 22, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [68389] = 5, + [70995] = 5, ACTIONS(63), 1, sym_comment, - STATE(1510), 1, + STATE(1614), 1, aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, + ACTIONS(3864), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 12, + ACTIONS(1173), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1169), 24, + ACTIONS(1175), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -114302,7 +116767,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -114310,6 +116774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -114317,100 +116782,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68440] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1229), 25, - sym__concat, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [68487] = 5, + [71045] = 4, ACTIONS(63), 1, sym_comment, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3787), 2, + ACTIONS(3870), 1, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68538] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1149), 14, + ACTIONS(3868), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114421,13 +116798,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 25, - sym_test_operator, + ACTIONS(3866), 24, anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114447,81 +116823,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [68585] = 5, + [71093] = 6, ACTIONS(63), 1, sym_comment, - STATE(1490), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, - sym__concat, + ACTIONS(3860), 1, aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(3872), 1, + sym__concat, + STATE(1549), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68636] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3790), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1169), 23, sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -114529,46 +116864,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [68689] = 6, - ACTIONS(3), 1, + [71145] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3792), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1239), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1241), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -114576,31 +116907,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, + aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [68742] = 6, + [71191] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3794), 1, + ACTIONS(3878), 1, sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, + ACTIONS(3876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114614,8 +116934,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1179), 23, - sym_test_operator, + ACTIONS(3874), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -114635,19 +116956,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [68795] = 6, + anon_sym_COLON, + [71239] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3646), 1, - aux_sym_concatenation_token1, - ACTIONS(3796), 1, - sym__concat, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + ACTIONS(1203), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -114660,8 +116975,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1173), 24, + ACTIONS(1205), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -114677,6 +116993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -114685,30 +117002,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68848] = 6, + [71285] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3646), 1, - aux_sym_concatenation_token1, - ACTIONS(3798), 1, - sym__concat, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, + ACTIONS(1255), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1179), 24, + ACTIONS(1257), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -114717,6 +117029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -114724,7 +117037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -114732,15 +117045,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68901] = 5, + [71331] = 3, ACTIONS(63), 1, sym_comment, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3800), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 12, + ACTIONS(1173), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1175), 25, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + sym__special_character, + [71377] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1217), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -114753,8 +117104,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 24, + ACTIONS(1219), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -114770,6 +117122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -114778,14 +117131,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [68952] = 5, + [71423] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3803), 1, - sym__special_character, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, + STATE(1552), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1037), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114799,7 +117153,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 24, + ACTIONS(1280), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [71473] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1235), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1237), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -114824,10 +117218,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [69003] = 3, + aux_sym_concatenation_token1, + [71519] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(1235), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -114840,7 +117235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1257), 26, + ACTIONS(1237), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -114867,16 +117262,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69049] = 6, + [71565] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3806), 1, - aux_sym_concatenation_token1, - ACTIONS(3808), 1, - sym__concat, - STATE(1591), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 11, + ACTIONS(1213), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -114887,9 +117276,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1173), 24, + ACTIONS(1215), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -114905,6 +117296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -114913,10 +117305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69101] = 3, + [71611] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 13, + ACTIONS(1239), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114930,7 +117322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1203), 25, + ACTIONS(1241), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -114956,10 +117348,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [69147] = 3, + [71657] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 13, + ACTIONS(1235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -114973,7 +117365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1221), 25, + ACTIONS(1237), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -114999,10 +117391,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [69193] = 3, + [71703] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1239), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1241), 26, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [71749] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1209), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115016,10 +117451,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 24, + ACTIONS(1211), 25, sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115042,53 +117477,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [69239] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1203), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [69285] = 3, + [71795] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1183), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115101,7 +117493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 26, + ACTIONS(1185), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115128,10 +117520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69331] = 3, + [71841] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(1195), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115144,7 +117536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1237), 26, + ACTIONS(1197), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115171,10 +117563,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69377] = 3, + [71887] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(1199), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115187,7 +117579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1261), 26, + ACTIONS(1201), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115214,98 +117606,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69423] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1257), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69469] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69515] = 5, + [71933] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3810), 1, + ACTIONS(3880), 1, sym__special_character, - STATE(1540), 1, + STATE(1579), 1, aux_sym__literal_repeat1, ACTIONS(1273), 13, anon_sym_EQ, @@ -115342,101 +117648,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [69565] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1561), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [69615] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1245), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [69661] = 3, + [71983] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1263), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115449,7 +117667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 26, + ACTIONS(1265), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115476,23 +117694,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69707] = 3, + [72029] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(1209), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1257), 26, + ACTIONS(1211), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115503,7 +117721,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -115512,6 +117729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -115519,12 +117737,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69753] = 4, + [72075] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3817), 1, - anon_sym_LBRACK, - ACTIONS(3815), 13, + ACTIONS(3887), 1, + sym__concat, + ACTIONS(3885), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3883), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [72123] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3893), 1, + sym__concat, + ACTIONS(3891), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115538,7 +117800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3813), 24, + ACTIONS(3889), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -115563,25 +117825,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [69801] = 3, + [72171] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 12, + STATE(1611), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2899), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 26, + ACTIONS(2901), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -115590,7 +117855,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -115598,63 +117862,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [69847] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3819), 1, sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(187), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(218), 24, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69897] = 3, + [72221] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 13, + ACTIONS(1199), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115668,9 +117887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1269), 25, + ACTIONS(1201), 25, sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115693,8 +117913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [69943] = 3, + [72267] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1267), 12, @@ -115737,55 +117956,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69989] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3821), 1, - sym__special_character, - STATE(1540), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [70039] = 3, + [72313] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 12, + STATE(1614), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2885), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115796,11 +117975,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1217), 26, + ACTIONS(2887), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -115816,7 +117993,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -115825,10 +118001,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70085] = 3, + [72363] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 13, + ACTIONS(3895), 1, + sym__special_character, + STATE(1588), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115842,8 +118022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1253), 25, - sym__concat, + ACTIONS(1275), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -115867,11 +118046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [70131] = 3, + [72413] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 12, + ACTIONS(1195), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115884,7 +118062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 26, + ACTIONS(1197), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115911,10 +118089,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70177] = 3, + [72459] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 12, + ACTIONS(1183), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -115927,7 +118105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1217), 26, + ACTIONS(1185), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -115954,10 +118132,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70223] = 3, + [72505] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 13, + ACTIONS(1259), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -115971,9 +118149,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1213), 25, + ACTIONS(1261), 25, sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -115996,24 +118175,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [70269] = 3, + [72551] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 12, + ACTIONS(1267), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1221), 26, + ACTIONS(1269), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116024,7 +118202,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -116033,6 +118210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -116040,10 +118218,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70315] = 3, + [72597] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(1267), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116057,7 +118235,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 25, + ACTIONS(1269), 25, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [72643] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1221), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -116083,15 +118304,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [70361] = 5, + [72689] = 5, ACTIONS(63), 1, sym_comment, - STATE(1619), 1, + STATE(1561), 1, aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, + ACTIONS(3860), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3019), 12, + ACTIONS(1173), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116104,7 +118325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3021), 23, + ACTIONS(1175), 23, sym_file_descriptor, sym_test_operator, sym__brace_start, @@ -116128,15 +118349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70411] = 5, + [72739] = 3, ACTIONS(63), 1, sym_comment, - STATE(1614), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3013), 12, + ACTIONS(1235), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116149,8 +118365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3015), 23, + ACTIONS(1237), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -116165,6 +118383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -116173,105 +118392,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70461] = 3, + [72785] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1169), 25, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, + ACTIONS(3850), 1, sym__special_character, - [70507] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3825), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, + STATE(1631), 1, + aux_sym__literal_repeat1, + ACTIONS(189), 12, + anon_sym_EQ_EQ, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1179), 22, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(220), 24, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [70559] = 6, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [72835] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3827), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, + ACTIONS(1173), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116285,7 +118454,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1173), 22, + sym__special_character, + ACTIONS(1175), 24, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -116306,12 +118477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [70611] = 3, + [72881] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 12, + ACTIONS(1243), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116324,7 +118496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1225), 26, + ACTIONS(1245), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116351,10 +118523,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70657] = 3, + [72927] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 12, + STATE(1600), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3898), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116365,11 +118542,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1225), 26, + ACTIONS(1185), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116385,7 +118560,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -116394,10 +118568,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70703] = 3, + [72977] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 12, + ACTIONS(1225), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116410,7 +118584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 26, + ACTIONS(1227), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116437,25 +118611,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70749] = 3, + [73023] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 12, + ACTIONS(1203), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1205), 25, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [73069] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(1611), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3048), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 26, + ACTIONS(3050), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116464,7 +118684,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -116472,7 +118691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -116480,10 +118699,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70795] = 3, + [73119] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 12, + STATE(1614), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3058), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116494,11 +118718,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1229), 26, + ACTIONS(3060), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -116514,7 +118736,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -116523,10 +118744,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70841] = 3, + [73169] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1221), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116540,9 +118761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 25, + ACTIONS(1223), 25, sym__concat, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -116565,24 +118787,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [70887] = 3, + [73215] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 12, + ACTIONS(1225), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1229), 26, + ACTIONS(1227), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116593,7 +118814,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -116602,6 +118822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -116609,23 +118830,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70933] = 3, + [73261] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(1243), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1233), 26, + ACTIONS(1245), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116636,7 +118857,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -116645,6 +118865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -116652,14 +118873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70979] = 5, + [73307] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3829), 1, - sym__special_character, - STATE(1610), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, + ACTIONS(1195), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -116673,7 +118890,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(350), 23, + ACTIONS(1197), 25, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -116694,56 +118912,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [71029] = 3, + aux_sym_concatenation_token1, + [73353] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(1183), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1233), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1185), 25, sym__concat, - sym_variable_name, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [71075] = 3, + [73399] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1213), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116756,7 +118975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 26, + ACTIONS(1215), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -116783,14 +119002,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71121] = 6, + [73445] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3806), 1, + ACTIONS(3864), 1, aux_sym_concatenation_token1, - ACTIONS(3831), 1, + ACTIONS(3901), 1, sym__concat, - STATE(1591), 1, + STATE(1600), 1, aux_sym_concatenation_repeat1, ACTIONS(1177), 11, anon_sym_LT_LT, @@ -116829,60 +119048,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71173] = 5, + [73497] = 3, ACTIONS(63), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 11, + ACTIONS(1203), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(3069), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1205), 25, + sym__concat, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [71223] = 5, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [73543] = 3, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, + ACTIONS(1199), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1201), 25, sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [73589] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3864), 1, aux_sym_concatenation_token1, - ACTIONS(3063), 11, + ACTIONS(3903), 1, + sym__concat, + STATE(1600), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116894,7 +119155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3065), 24, + ACTIONS(1169), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -116919,55 +119180,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71273] = 5, + [73641] = 3, ACTIONS(63), 1, sym_comment, - STATE(1619), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, + ACTIONS(1225), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1227), 25, sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, aux_sym_concatenation_token1, - ACTIONS(1167), 12, + [73687] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1243), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1169), 23, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1245), 25, + sym__concat, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [71323] = 3, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [73733] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(1209), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -116980,7 +119282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 26, + ACTIONS(1211), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117007,28 +119309,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71369] = 5, + [73779] = 3, ACTIONS(63), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 11, + ACTIONS(1199), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3005), 24, + ACTIONS(1201), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117037,6 +119336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117044,7 +119344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117052,28 +119352,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71419] = 5, + [73825] = 3, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, + ACTIONS(1213), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1215), 25, sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, aux_sym_concatenation_token1, - ACTIONS(2995), 11, + [73871] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1263), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2997), 24, + ACTIONS(1265), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117082,6 +119422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117089,7 +119430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117097,10 +119438,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71469] = 3, + [73917] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(3905), 1, + sym__special_character, + STATE(1588), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117114,8 +119459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, - sym__concat, + ACTIONS(350), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -117139,11 +119483,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, + [73967] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1217), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1219), 26, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [71515] = 3, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [74013] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1209), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117157,7 +119543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 25, + ACTIONS(1211), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -117183,15 +119569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [71561] = 5, + [74059] = 3, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 11, + ACTIONS(1255), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -117202,9 +119583,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 24, + ACTIONS(1257), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -117220,6 +119603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -117228,10 +119612,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71611] = 3, + [74105] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 13, + ACTIONS(3907), 1, + sym__special_character, + STATE(1579), 1, + aux_sym__literal_repeat1, + ACTIONS(187), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117245,8 +119633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1241), 25, - sym__concat, + ACTIONS(350), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -117267,16 +119654,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [71657] = 4, + [74155] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3837), 1, - sym__concat, - ACTIONS(3835), 13, + ACTIONS(1217), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117290,9 +119674,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3833), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1219), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -117312,57 +119696,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [71705] = 4, + aux_sym_concatenation_token1, + [74201] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3843), 1, - sym__concat, - ACTIONS(3841), 13, - anon_sym_EQ, + ACTIONS(1259), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3839), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1261), 26, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [71753] = 3, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [74247] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(1255), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117376,7 +119760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 25, + ACTIONS(1257), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -117402,68 +119786,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [71799] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3819), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(2821), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2823), 24, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [71849] = 3, + [74293] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(1235), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1253), 26, + ACTIONS(1237), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117474,6 +119813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117482,7 +119822,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117490,23 +119829,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71895] = 3, + [74339] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1203), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1249), 26, + ACTIONS(1205), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117517,6 +119856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117525,7 +119865,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117533,30 +119872,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71941] = 5, + [74385] = 5, ACTIONS(63), 1, sym_comment, - STATE(1591), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3845), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 11, + ACTIONS(3909), 1, + sym__special_character, + STATE(1631), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 12, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 24, + ACTIONS(1275), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117570,18 +119909,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71991] = 3, + [74435] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 12, + ACTIONS(1251), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -117594,7 +119933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1203), 26, + ACTIONS(1253), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117621,14 +119960,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72037] = 5, + [74481] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3819), 1, + ACTIONS(3850), 1, sym__special_character, - STATE(1613), 1, + STATE(1631), 1, aux_sym__literal_repeat1, - ACTIONS(2817), 12, + ACTIONS(2821), 12, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -117641,7 +119980,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2819), 24, + ACTIONS(2823), 24, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -117666,10 +120005,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72087] = 3, + [74531] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 13, + ACTIONS(1263), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -117683,7 +120022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1249), 25, + ACTIONS(1265), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -117709,26 +120048,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, aux_sym_concatenation_token1, - [72133] = 3, + [74577] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + STATE(1561), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3062), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 26, + ACTIONS(3064), 23, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -117736,7 +120078,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117744,7 +120085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117752,67 +120093,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72179] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3852), 1, - sym__concat, - ACTIONS(3850), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3848), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [72227] = 3, + [74627] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 12, + ACTIONS(1235), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1245), 26, + ACTIONS(1237), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117823,6 +120120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117831,7 +120129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117839,26 +120136,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72273] = 3, + [74673] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 12, + STATE(1557), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3066), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1237), 26, + ACTIONS(3068), 23, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -117866,7 +120166,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117874,7 +120173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117882,23 +120181,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72319] = 3, + [74723] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 12, + ACTIONS(1259), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1241), 26, + ACTIONS(1261), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117909,6 +120208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117917,7 +120217,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117925,23 +120224,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72365] = 3, + [74769] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(1251), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1253), 25, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [74815] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1221), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 26, + ACTIONS(1223), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -117952,6 +120294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -117960,7 +120303,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117968,29 +120310,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72411] = 5, + [74861] = 3, ACTIONS(63), 1, sym_comment, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3854), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 12, + ACTIONS(1247), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 23, + ACTIONS(1249), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -117998,6 +120337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -118005,7 +120345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -118013,25 +120353,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72461] = 3, + [74907] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + STATE(1611), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3084), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 26, + ACTIONS(3086), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -118040,7 +120383,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -118048,7 +120390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -118056,10 +120398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72507] = 3, + [74957] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 12, + STATE(1614), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3078), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118070,11 +120417,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1269), 26, + ACTIONS(3080), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -118090,7 +120435,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -118099,12 +120443,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72553] = 4, + [75007] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3861), 1, - sym__concat, - ACTIONS(3859), 13, + ACTIONS(3920), 1, + anon_sym_RPAREN, + ACTIONS(3922), 1, + anon_sym_EQ_TILDE, + ACTIONS(3918), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3914), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118118,9 +120472,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(3916), 16, + sym_test_operator, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [75060] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1173), 14, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + sym__special_character, + ACTIONS(1175), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -118140,18 +120528,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [72601] = 5, + [75105] = 5, ACTIONS(63), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2967), 11, + ACTIONS(3924), 1, + sym__special_character, + STATE(1771), 1, + aux_sym__literal_repeat1, + ACTIONS(2916), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118161,9 +120548,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2969), 24, + ACTIONS(2918), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -118180,61 +120567,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72651] = 3, + [75154] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1233), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, + ACTIONS(3790), 1, anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [72697] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 13, + ACTIONS(3926), 1, + sym__concat, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118248,8 +120596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 25, - sym__concat, + ACTIONS(1280), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -118270,30 +120617,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [72743] = 3, + [75203] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 12, + ACTIONS(1259), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1265), 26, + ACTIONS(1261), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118301,7 +120645,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -118310,6 +120653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -118317,10 +120661,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72789] = 3, + [75248] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(3928), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + STATE(4033), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118331,15 +120686,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1169), 24, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118358,16 +120708,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - sym__special_character, - [72835] = 5, + [75303] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3863), 1, - sym__special_character, - STATE(1610), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3940), 1, + anon_sym_RPAREN_RPAREN, + STATE(4003), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118381,10 +120736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1275), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118402,58 +120754,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [72885] = 5, + [75358] = 8, ACTIONS(63), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 11, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3942), 1, + anon_sym_RPAREN_RPAREN, + STATE(3989), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2977), 24, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3936), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [72935] = 3, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [75413] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(1255), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118467,9 +120819,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 25, - sym__concat, - sym_test_operator, + ACTIONS(1257), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -118489,105 +120841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [72981] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3866), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 24, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73031] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3869), 1, - sym__concat, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1179), 23, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73083] = 3, + anon_sym_COLON, + [75458] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 12, + ACTIONS(1263), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118600,10 +120860,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1221), 26, + ACTIONS(1265), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118627,10 +120886,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73129] = 3, + [75503] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3944), 1, + anon_sym_RPAREN_RPAREN, + STATE(3923), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118644,11 +120914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118666,14 +120932,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [73175] = 3, + [75558] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 12, + ACTIONS(1209), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118686,10 +120949,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1213), 26, + ACTIONS(1211), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -118713,25 +120975,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73221] = 3, + [75603] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(3946), 1, + sym__special_character, + STATE(1656), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1261), 26, + ACTIONS(1275), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -118748,107 +121011,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73267] = 6, + [75652] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3871), 1, + ACTIONS(3957), 1, + anon_sym_EQ_TILDE, + ACTIONS(3955), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3951), 5, sym__concat, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(3949), 13, + anon_sym_EQ, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1173), 23, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73319] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 12, - anon_sym_LT_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1265), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3953), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73365] = 3, + anon_sym_STAR_STAR, + [75703] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 11, + ACTIONS(3959), 1, + sym__special_character, + STATE(1656), 1, + aux_sym__literal_repeat1, + ACTIONS(3078), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -118858,11 +121081,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 26, + ACTIONS(3080), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -118871,6 +121092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -118878,72 +121100,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73410] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1221), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73455] = 8, + [75752] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3873), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - STATE(3846), 1, + ACTIONS(3961), 1, + anon_sym_RPAREN_RPAREN, + STATE(4034), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -118957,7 +121136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -118976,68 +121155,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [73510] = 3, + [75807] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 11, + ACTIONS(3835), 1, + anon_sym_RBRACK, + ACTIONS(3963), 1, + sym__concat, + ACTIONS(1149), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1241), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1280), 22, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73555] = 3, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [75856] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 11, + ACTIONS(1173), 12, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 26, + ACTIONS(1175), 25, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -119051,19 +121232,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73600] = 3, + [75901] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 12, + ACTIONS(2719), 12, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -119076,7 +121257,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1169), 25, + ACTIONS(2721), 25, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -119102,10 +121283,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73645] = 3, + [75946] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3967), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3965), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [75991] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3920), 1, + anon_sym_RPAREN, + ACTIONS(3922), 1, + anon_sym_EQ_TILDE, + ACTIONS(3918), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3914), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3916), 16, + sym_test_operator, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [76044] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(3971), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119119,7 +121388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 24, + ACTIONS(3969), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -119144,10 +121413,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [73690] = 3, + [76089] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3973), 1, + anon_sym_RPAREN_RPAREN, + STATE(3932), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3936), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [76144] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(3971), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119161,7 +121477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 24, + ACTIONS(3969), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -119186,10 +121502,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [73735] = 3, + [76189] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3975), 1, + anon_sym_RPAREN_RPAREN, + STATE(4000), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119203,11 +121530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3889), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119226,23 +121549,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [73780] = 8, + [76244] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3893), 1, - anon_sym_RPAREN_RPAREN, - STATE(3792), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3778), 1, + anon_sym_RBRACK, + ACTIONS(3977), 1, + sym__concat, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119256,7 +121570,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1280), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119275,21 +121592,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [73835] = 6, + anon_sym_QMARK, + [76293] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3903), 1, - anon_sym_RPAREN, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3979), 1, anon_sym_RPAREN_RPAREN, + STATE(3955), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(3897), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119303,8 +121621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119315,15 +121632,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [73886] = 3, + anon_sym_EQ_TILDE, + [76348] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(3764), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119337,8 +121657,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(3762), 24, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -119359,26 +121679,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [73931] = 8, + [76393] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3905), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3909), 1, - anon_sym_RPAREN, - ACTIONS(3911), 1, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(3981), 1, + anon_sym_RPAREN_RPAREN, + STATE(4001), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3897), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119392,8 +121710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119404,26 +121721,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [73986] = 6, + anon_sym_EQ_TILDE, + [76448] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3915), 1, - anon_sym_RPAREN, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(3897), 13, + ACTIONS(1243), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119437,8 +121746,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(1245), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119449,26 +121761,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [74037] = 8, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [76493] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3917), 1, - anon_sym_RPAREN_RPAREN, - STATE(3874), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1225), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119482,7 +121788,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1227), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119501,21 +121811,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [74092] = 6, + anon_sym_QMARK, + anon_sym_COLON, + [76538] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3915), 1, - anon_sym_RPAREN, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(3897), 13, + ACTIONS(1251), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119529,8 +121830,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(1253), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119541,68 +121845,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [74143] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1203), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [74188] = 8, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [76583] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3919), 1, - anon_sym_RPAREN_RPAREN, - STATE(3866), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1199), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119616,7 +121872,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1201), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119635,10 +121895,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [74243] = 3, + anon_sym_QMARK, + anon_sym_COLON, + [76628] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 11, + ACTIONS(1203), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119649,11 +121911,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1221), 26, + ACTIONS(1205), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119677,14 +121939,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74288] = 5, + [76673] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3959), 1, sym__special_character, - STATE(1640), 1, + STATE(1656), 1, aux_sym__literal_repeat1, - ACTIONS(1273), 11, + ACTIONS(3058), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119694,9 +121956,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1275), 24, + ACTIONS(3060), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -119706,6 +121967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -119721,10 +121983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74337] = 3, + [76722] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(1235), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119735,11 +121997,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1257), 25, + ACTIONS(1237), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119763,21 +122025,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74382] = 8, + [76767] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3924), 1, + ACTIONS(3922), 1, + anon_sym_EQ_TILDE, + ACTIONS(3983), 1, anon_sym_RPAREN_RPAREN, - STATE(3820), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3987), 1, + anon_sym_RPAREN, + ACTIONS(3989), 1, + anon_sym_QMARK, + ACTIONS(3918), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3914), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119791,7 +122056,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3916), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119802,109 +122068,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [74437] = 8, + [76824] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3926), 1, - anon_sym_RPAREN_RPAREN, - STATE(3858), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, + ACTIONS(1239), 11, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1241), 26, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [74492] = 5, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [76869] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3928), 1, - sym__concat, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1255), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1257), 25, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [74541] = 3, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [76914] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3991), 1, + anon_sym_RPAREN_RPAREN, + STATE(3951), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119918,11 +122185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119941,12 +122204,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [74586] = 3, + [76969] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(1235), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -119957,11 +122218,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 25, + ACTIONS(1237), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119985,14 +122246,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74631] = 5, + [77014] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3728), 1, - anon_sym_RBRACK, ACTIONS(3930), 1, - sym__concat, - ACTIONS(1149), 13, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3993), 1, + anon_sym_RPAREN_RPAREN, + STATE(3987), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120006,10 +122274,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, - sym_test_operator, + ACTIONS(3936), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [77069] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3995), 1, + anon_sym_RPAREN_RPAREN, + STATE(3950), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(3932), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120028,11 +122340,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [74680] = 3, + [77124] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 11, + ACTIONS(1267), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120044,7 +122355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 26, + ACTIONS(1269), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -120071,14 +122382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74725] = 5, + [77169] = 8, ACTIONS(63), 1, - sym_comment, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3932), 1, - sym__concat, - ACTIONS(1149), 13, + sym_comment, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3997), 1, + anon_sym_RPAREN_RPAREN, + STATE(3956), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120092,10 +122410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120114,11 +122429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [74774] = 3, + [77224] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(4001), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120132,9 +122446,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 24, - sym__concat, - sym_test_operator, + ACTIONS(3999), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120154,13 +122468,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74819] = 3, + anon_sym_COLON, + [77269] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(3922), 1, + anon_sym_EQ_TILDE, + ACTIONS(4003), 1, + anon_sym_RPAREN, + ACTIONS(3918), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3951), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(3914), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120174,11 +122500,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 24, - sym__concat, + ACTIONS(3916), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120189,20 +122512,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [74864] = 3, + [77322] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4005), 1, + anon_sym_RPAREN_RPAREN, + STATE(3928), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120216,11 +122545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120239,12 +122564,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [74909] = 3, + [77377] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4007), 1, + anon_sym_RPAREN_RPAREN, + STATE(3937), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120258,11 +122592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 24, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120280,24 +122610,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [74954] = 8, + [77432] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3934), 1, + ACTIONS(4009), 1, anon_sym_RPAREN_RPAREN, - STATE(3902), 1, + STATE(3930), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120311,7 +122639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120330,10 +122658,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75009] = 3, + [77487] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 11, + ACTIONS(1203), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120345,7 +122673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 26, + ACTIONS(1205), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -120372,21 +122700,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75054] = 8, + [77532] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3936), 1, + ACTIONS(4011), 1, anon_sym_RPAREN_RPAREN, - STATE(3798), 1, + STATE(3963), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120400,7 +122728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120419,26 +122747,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75109] = 3, + [77587] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 12, + ACTIONS(1147), 12, + anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1269), 25, + ACTIONS(1156), 25, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -120452,66 +122780,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75154] = 8, + [77632] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3938), 1, - anon_sym_RPAREN_RPAREN, - STATE(3819), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, + ACTIONS(1195), 11, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1197), 26, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [75209] = 3, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [77677] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 11, + ACTIONS(1183), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120523,7 +122846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 26, + ACTIONS(1185), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -120550,57 +122873,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75254] = 8, + [77722] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3940), 1, + ACTIONS(4013), 1, anon_sym_RPAREN_RPAREN, - STATE(3818), 1, + STATE(3994), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [75309] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120614,11 +122901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120637,101 +122920,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [75354] = 8, + [77777] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3942), 1, + ACTIONS(4015), 1, anon_sym_RPAREN_RPAREN, - STATE(3803), 1, + STATE(3959), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [75409] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2807), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2809), 25, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75454] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120745,11 +122948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120768,23 +122967,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [75499] = 8, + [77832] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3944), 1, + ACTIONS(4017), 1, anon_sym_RPAREN_RPAREN, - STATE(3845), 1, + STATE(3948), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120798,7 +122995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120817,10 +123014,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75554] = 3, + [77887] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 11, + ACTIONS(1199), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120832,7 +123029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 26, + ACTIONS(1201), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -120859,10 +123056,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75599] = 3, + [77932] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 11, + ACTIONS(1221), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -120873,11 +123070,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 26, + ACTIONS(1223), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -120901,10 +123098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75644] = 3, + [77977] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3948), 13, + ACTIONS(1203), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120918,7 +123115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3946), 24, + ACTIONS(1205), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -120943,56 +123140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [75689] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1257), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75734] = 5, + [78022] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3950), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(1235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121006,8 +123157,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, - sym_test_operator, + ACTIONS(1237), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -121029,10 +123181,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [75783] = 3, + anon_sym_COLON, + [78067] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(1199), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121046,9 +123199,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3952), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1201), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -121068,29 +123221,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [75828] = 3, + [78112] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2803), 12, - anon_sym_EQ_EQ, + ACTIONS(1225), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(2805), 25, + ACTIONS(1227), 26, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -121104,61 +123257,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75873] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [75918] = 3, + [78157] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 11, + ACTIONS(1243), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121170,7 +123281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 26, + ACTIONS(1245), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -121197,21 +123308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75963] = 8, + [78202] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3956), 1, - anon_sym_RPAREN_RPAREN, - STATE(3901), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1239), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121225,7 +123325,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1241), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121244,20 +123348,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76018] = 5, + anon_sym_QMARK, + anon_sym_COLON, + [78247] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 5, - sym__concat, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4019), 1, + anon_sym_RPAREN_RPAREN, + STATE(3917), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121271,8 +123378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, - sym_test_operator, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121283,28 +123389,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76067] = 8, + anon_sym_EQ_TILDE, + [78302] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3911), 1, - anon_sym_QMARK, - ACTIONS(3964), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3966), 1, - anon_sym_RPAREN, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3897), 13, + ACTIONS(1235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121318,8 +123414,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(1237), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121330,152 +123429,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76122] = 3, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [78347] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(4023), 13, + anon_sym_EQ, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1261), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76167] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 12, - anon_sym_LT_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1213), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4021), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76212] = 3, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [78392] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 11, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4025), 1, + anon_sym_RPAREN_RPAREN, + STATE(3971), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1237), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3936), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76257] = 8, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [78447] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3968), 1, + ACTIONS(4027), 6, anon_sym_RPAREN_RPAREN, - STATE(3887), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121489,7 +123552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121508,21 +123571,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76312] = 8, + [78494] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3970), 1, + ACTIONS(4029), 1, anon_sym_RPAREN_RPAREN, - STATE(3854), 1, + STATE(3980), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121536,7 +123599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121555,21 +123618,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76367] = 8, + [78549] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3972), 1, + ACTIONS(4031), 1, anon_sym_RPAREN_RPAREN, - STATE(3841), 1, + STATE(4011), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121583,7 +123646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121602,21 +123665,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76422] = 8, + [78604] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3974), 1, + ACTIONS(4033), 1, anon_sym_RPAREN_RPAREN, - STATE(3829), 1, + STATE(4013), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121630,7 +123693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121649,21 +123712,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76477] = 8, + [78659] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3976), 1, + ACTIONS(4035), 1, anon_sym_RPAREN_RPAREN, - STATE(3848), 1, + STATE(3979), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121677,7 +123740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121696,10 +123759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76532] = 3, + [78714] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 11, + ACTIONS(1247), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121710,11 +123773,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1217), 26, + ACTIONS(1249), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -121738,10 +123801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [76577] = 3, + [78759] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 11, + ACTIONS(1217), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -121752,11 +123815,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1203), 26, + ACTIONS(1219), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -121780,23 +123843,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [76622] = 8, + [78804] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3909), 1, - anon_sym_RPAREN, - ACTIONS(3911), 1, - anon_sym_QMARK, - ACTIONS(3964), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3897), 13, + ACTIONS(1203), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121810,8 +123860,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1205), 24, sym_test_operator, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121822,26 +123875,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76677] = 8, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [78849] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3978), 1, - anon_sym_RPAREN_RPAREN, - STATE(3886), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4039), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121855,7 +123902,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4037), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121874,21 +123925,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76732] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [78894] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3980), 1, + ACTIONS(4041), 1, anon_sym_RPAREN_RPAREN, - STATE(3825), 1, + STATE(4008), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121902,7 +123955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121921,20 +123974,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76787] = 5, + [78949] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 5, - sym__concat, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4043), 1, + anon_sym_RPAREN_RPAREN, + STATE(3992), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121948,8 +124002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, - sym_test_operator, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121960,68 +124013,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76836] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1265), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76881] = 8, + anon_sym_EQ_TILDE, + [79004] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3982), 1, + ACTIONS(4045), 1, anon_sym_RPAREN_RPAREN, - STATE(3875), 1, + STATE(3954), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122035,7 +124049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122054,20 +124068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76936] = 5, + [79059] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 5, - sym__concat, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(4049), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122081,8 +124085,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, - sym_test_operator, + ACTIONS(4047), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122093,26 +124100,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76985] = 8, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [79104] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(3984), 1, + ACTIONS(4051), 1, anon_sym_RPAREN_RPAREN, - STATE(3791), 1, + STATE(3967), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122126,7 +124138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122145,96 +124157,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [77040] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3986), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77089] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1241), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77134] = 3, + [79159] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4053), 1, + anon_sym_RPAREN_RPAREN, + STATE(3949), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122248,11 +124185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122271,54 +124204,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [77179] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1225), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77224] = 3, + [79214] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 12, + ACTIONS(1251), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122331,7 +124220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1245), 25, + ACTIONS(1253), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122353,149 +124242,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77269] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3989), 1, - anon_sym_RPAREN_RPAREN, - STATE(3795), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [77324] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1217), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [77369] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [77422] = 3, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [79259] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 11, + ACTIONS(1235), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122506,11 +124260,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1261), 26, + ACTIONS(1237), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -122534,67 +124288,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77467] = 7, - ACTIONS(3), 1, + [79304] = 8, + ACTIONS(63), 1, sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4055), 1, + anon_sym_RPAREN_RPAREN, + STATE(4044), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, anon_sym_AMP, - [77520] = 8, + anon_sym_CARET, + ACTIONS(3936), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [79359] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3997), 1, + ACTIONS(3922), 1, + anon_sym_EQ_TILDE, + ACTIONS(3983), 1, anon_sym_RPAREN_RPAREN, - STATE(3813), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3989), 1, + anon_sym_QMARK, + ACTIONS(4057), 1, + anon_sym_RPAREN, + ACTIONS(3918), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3914), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122608,7 +124366,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3916), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122619,22 +124378,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [77575] = 5, + [79416] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 11, + ACTIONS(1251), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122644,10 +124396,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, + anon_sym_BQUOTE, sym_word, - ACTIONS(2969), 24, + ACTIONS(1253), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -122663,29 +124416,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77624] = 8, + [79461] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4001), 1, + ACTIONS(4059), 1, anon_sym_RPAREN_RPAREN, - STATE(3852), 1, + STATE(4010), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122699,7 +124453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122718,10 +124472,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [77679] = 3, + [79516] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4005), 13, + ACTIONS(1173), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122735,9 +124489,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4003), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + sym__special_character, + ACTIONS(1175), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -122757,13 +124511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [77724] = 3, + [79561] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1239), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122776,9 +124530,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 25, + ACTIONS(1241), 25, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [79606] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4061), 1, + anon_sym_RPAREN_RPAREN, + STATE(3958), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3936), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [79661] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1255), 11, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1257), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -122802,7 +124645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77769] = 3, + [79706] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1235), 12, @@ -122844,10 +124687,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77814] = 3, + [79751] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1213), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122858,11 +124701,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1207), 25, + ACTIONS(1215), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -122886,10 +124729,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77859] = 3, + [79796] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(4065), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122903,7 +124746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 24, + ACTIONS(4063), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -122928,14 +124771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [77904] = 5, + [79841] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2961), 11, + ACTIONS(1217), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -122945,10 +124784,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, + anon_sym_BQUOTE, sym_word, - ACTIONS(2963), 24, + ACTIONS(1219), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -122964,18 +124804,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77953] = 3, + [79886] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4067), 1, + anon_sym_RPAREN_RPAREN, + STATE(4028), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122989,11 +124841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 24, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123011,24 +124859,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, + [79941] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4071), 1, + anon_sym_DQUOTE, + STATE(2496), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4073), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4069), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, anon_sym_QMARK, - [77998] = 8, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [79994] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4011), 1, - anon_sym_RPAREN_RPAREN, - STATE(3873), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3826), 1, + anon_sym_RBRACK, + ACTIONS(4075), 1, + sym__concat, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123042,7 +124927,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1280), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123061,10 +124949,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78053] = 3, + anon_sym_QMARK, + [80043] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123078,9 +124967,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1280), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123100,13 +124989,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78098] = 3, + [80088] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1213), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1215), 25, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [80133] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4071), 1, + anon_sym_DQUOTE, + STATE(2496), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4073), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4069), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [80186] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(1221), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123120,9 +125097,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1223), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123142,13 +125119,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78143] = 3, + [80231] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4077), 1, + anon_sym_RPAREN_RPAREN, + STATE(3966), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123162,11 +125150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4017), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123185,12 +125169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [78188] = 3, + [80286] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(1209), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123204,9 +125186,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1211), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123226,24 +125208,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78233] = 8, + [80331] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4021), 1, - anon_sym_RPAREN_RPAREN, - STATE(3859), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4081), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123257,7 +125228,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4079), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123276,21 +125251,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78288] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [80376] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4023), 1, + ACTIONS(4083), 1, anon_sym_RPAREN_RPAREN, - STATE(3860), 1, + STATE(3916), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123304,7 +125281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123323,63 +125300,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78343] = 3, + [80431] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 11, + ACTIONS(1203), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1265), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1205), 24, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [78388] = 8, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [80476] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4025), 1, - anon_sym_RPAREN_RPAREN, - STATE(3862), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3734), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123393,7 +125359,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3732), 24, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123411,22 +125381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - [78443] = 8, + anon_sym_QMARK, + [80521] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4027), 1, - anon_sym_RPAREN_RPAREN, - STATE(3917), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3734), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123440,7 +125401,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3732), 24, + sym__concat, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123458,11 +125423,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - [78498] = 3, + anon_sym_QMARK, + [80566] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(3740), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123476,9 +125443,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(3738), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123498,13 +125465,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78543] = 3, + [80611] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4085), 1, + anon_sym_RPAREN_RPAREN, + STATE(3998), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123518,11 +125496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123541,23 +125515,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [78588] = 8, + [80666] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4029), 1, + ACTIONS(4087), 1, anon_sym_RPAREN_RPAREN, - STATE(3884), 1, + STATE(4045), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123571,7 +125543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123590,14 +125562,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78643] = 5, + [80721] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4031), 1, + ACTIONS(3924), 1, sym__special_character, - STATE(1696), 1, + STATE(1771), 1, aux_sym__literal_repeat1, - ACTIONS(3063), 10, + ACTIONS(2885), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -123607,8 +125579,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3065), 25, + ACTIONS(2887), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -123618,7 +125591,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -123634,10 +125606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [78692] = 3, + [80770] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(3876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123651,7 +125623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4033), 24, + ACTIONS(3874), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -123676,21 +125648,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [78737] = 8, + [80815] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4037), 1, + ACTIONS(4089), 1, anon_sym_RPAREN_RPAREN, - STATE(3868), 1, + STATE(3981), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123704,7 +125676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123723,63 +125695,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78792] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1225), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [78837] = 8, + [80870] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4039), 1, - anon_sym_RPAREN_RPAREN, - STATE(3907), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3868), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123793,54 +125712,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78892] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4041), 1, + ACTIONS(3866), 24, anon_sym_RPAREN_RPAREN, - STATE(3915), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123859,21 +125735,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78947] = 8, + anon_sym_QMARK, + anon_sym_COLON, + [80915] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4043), 1, - anon_sym_RPAREN_RPAREN, - STATE(3889), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3839), 1, + anon_sym_RBRACK, + ACTIONS(4091), 1, + sym__concat, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123887,7 +125758,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1280), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123906,10 +125780,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79002] = 3, + anon_sym_QMARK, + [80964] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(1267), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -123922,7 +125797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1233), 25, + ACTIONS(1269), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -123948,64 +125823,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79047] = 4, + [81009] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4045), 6, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(3877), 13, - anon_sym_EQ, + ACTIONS(1209), 11, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1211), 26, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79094] = 8, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [81054] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3922), 1, + anon_sym_EQ_TILDE, + ACTIONS(3989), 1, anon_sym_QMARK, - ACTIONS(4047), 1, + ACTIONS(4057), 1, + anon_sym_RPAREN, + ACTIONS(4093), 1, anon_sym_RPAREN_RPAREN, - STATE(3837), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3918), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3914), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124019,7 +125896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3916), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124030,73 +125908,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79149] = 5, + [81111] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(4049), 1, - sym__concat, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1243), 12, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1245), 25, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [79198] = 8, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [81156] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4051), 1, - anon_sym_RPAREN_RPAREN, - STATE(3810), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4097), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124110,7 +125972,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4095), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124129,10 +125995,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79253] = 3, + anon_sym_QMARK, + anon_sym_COLON, + [81201] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1225), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124145,7 +126013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1249), 25, + ACTIONS(1227), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -124171,10 +126039,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79298] = 3, + [81246] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(4099), 1, + sym__special_character, + STATE(1771), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124184,12 +126056,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1253), 25, + ACTIONS(1275), 24, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -124204,30 +126075,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [81295] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(2754), 12, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2756), 25, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79343] = 8, + [81340] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4053), 1, + ACTIONS(4102), 1, anon_sym_RPAREN_RPAREN, - STATE(3865), 1, + STATE(3978), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124241,7 +126153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124260,10 +126172,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79398] = 3, + [81395] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1199), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1201), 25, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [81440] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(4104), 1, + anon_sym_RPAREN_RPAREN, + STATE(4043), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(3934), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124277,11 +126242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124299,13 +126260,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [79443] = 3, + [81495] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 12, + ACTIONS(1259), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124316,11 +126275,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1229), 25, + ACTIONS(1261), 26, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -124344,10 +126303,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79488] = 3, + [81540] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(4106), 1, + sym_extglob_pattern, + ACTIONS(3473), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124361,9 +126322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(3471), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -124383,24 +126343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [79533] = 8, + [81587] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4055), 1, - anon_sym_RPAREN_RPAREN, - STATE(3805), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1221), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124414,7 +126363,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1223), 24, + sym_test_operator, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124432,99 +126385,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - [79588] = 3, + anon_sym_QMARK, + [81632] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 12, + ACTIONS(1259), 13, + anon_sym_EQ, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1217), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79633] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1147), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1156), 25, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1261), 24, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79678] = 5, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [81677] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 10, + ACTIONS(1221), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124534,9 +126443,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(2997), 25, + ACTIONS(1223), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -124545,7 +126456,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -124553,29 +126463,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79727] = 8, + [81722] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4057), 1, - anon_sym_RPAREN_RPAREN, - STATE(3836), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1209), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124589,54 +126489,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79782] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4059), 1, - anon_sym_RPAREN_RPAREN, - STATE(3808), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(1211), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124654,22 +126511,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - [79837] = 8, + anon_sym_QMARK, + [81767] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4061), 1, - anon_sym_RPAREN_RPAREN, - STATE(3918), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4108), 1, + sym_extglob_pattern, + ACTIONS(3473), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124683,7 +126533,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3471), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124701,11 +126554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - [79892] = 3, + anon_sym_QMARK, + [81814] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 11, + ACTIONS(1263), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -124717,7 +126572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1233), 26, + ACTIONS(1265), 26, sym_file_descriptor, sym__concat, sym_variable_name, @@ -124744,63 +126599,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79937] = 3, + [81859] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 11, + ACTIONS(3957), 1, + anon_sym_EQ_TILDE, + ACTIONS(3955), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(3949), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1229), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3953), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79982] = 8, + anon_sym_STAR_STAR, + [81910] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4063), 1, + ACTIONS(4110), 1, anon_sym_RPAREN_RPAREN, - STATE(3912), 1, + STATE(4026), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124814,7 +126672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124833,19 +126691,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [80037] = 5, + [81965] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4069), 3, + ACTIONS(3957), 1, + anon_sym_EQ_TILDE, + ACTIONS(3955), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(3912), 5, + sym__concat, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(3949), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124859,7 +126719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(3953), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -124876,197 +126736,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80085] = 5, + [82016] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 10, + ACTIONS(4097), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2997), 24, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4095), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80133] = 7, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [82061] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3343), 2, + ACTIONS(1259), 13, + anon_sym_EQ, anon_sym_LT_LT, - anon_sym_PIPE, - ACTIONS(3345), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(3341), 6, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3348), 6, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(3350), 6, - sym_file_descriptor, anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3353), 13, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80185] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, anon_sym_AMP, - [80237] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3258), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(3260), 25, - sym_file_descriptor, - sym_variable_name, + anon_sym_CARET, + ACTIONS(1261), 24, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80281] = 3, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [82106] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 11, + ACTIONS(1247), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(3005), 25, + ACTIONS(1249), 26, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -125075,7 +126846,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -125083,18 +126853,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80325] = 3, + [82151] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(1199), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125108,8 +126879,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1201), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -125132,10 +126904,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [80369] = 3, + [82196] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3262), 11, + ACTIONS(1195), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125145,11 +126917,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3264), 25, + ACTIONS(1197), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125164,19 +126937,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80413] = 3, + [82241] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 11, + ACTIONS(1183), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125186,11 +126959,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2977), 25, + ACTIONS(1185), 25, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125205,30 +126979,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80457] = 7, + [82286] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4120), 1, anon_sym_QMARK, - ACTIONS(4081), 1, + ACTIONS(4122), 1, anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4116), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125242,7 +127017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125259,109 +127034,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80509] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [80561] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4083), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 24, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80609] = 7, + [82340] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(77), 1, + ACTIONS(127), 1, anon_sym_RBRACK, - ACTIONS(4094), 1, + ACTIONS(4132), 1, + anon_sym_EQ_TILDE, + ACTIONS(4134), 1, anon_sym_QMARK, - ACTIONS(4088), 2, + ACTIONS(4126), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4092), 3, + ACTIONS(4130), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(4124), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125375,7 +127063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4128), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125392,14 +127080,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80661] = 5, + [82394] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4096), 1, + ACTIONS(4136), 1, sym__special_character, - STATE(1770), 1, + STATE(1795), 1, aux_sym__literal_repeat1, - ACTIONS(1273), 11, + ACTIONS(1273), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -125409,10 +127097,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1275), 23, + ACTIONS(1275), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125435,94 +127123,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80709] = 5, - ACTIONS(63), 1, + [82442] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, - anon_sym_QMARK, - ACTIONS(4099), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4141), 1, + anon_sym_DQUOTE, + STATE(2651), 1, + sym_string, + ACTIONS(4143), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4139), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [80757] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3067), 11, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3069), 25, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [82494] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4141), 1, + anon_sym_DQUOTE, + STATE(2651), 1, + sym_string, + ACTIONS(4143), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4139), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80801] = 3, + anon_sym_AMP, + [82546] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(3764), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125536,7 +127230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(3762), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -125557,22 +127251,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [80845] = 5, + [82590] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4077), 3, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4149), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(3951), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_RPAREN, anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125586,7 +127281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4147), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125603,19 +127298,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80893] = 5, + [82640] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4103), 3, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4155), 1, + anon_sym_RPAREN, + ACTIONS(4157), 1, + anon_sym_QMARK, + ACTIONS(4149), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4153), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, - anon_sym_QMARK, - ACTIONS(4099), 13, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125629,7 +127327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(4147), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125646,19 +127344,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80941] = 5, + [82694] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3661), 1, + anon_sym_esac, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4547), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1937), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [82780] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3652), 1, + anon_sym_esac, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4546), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1940), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [82866] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4118), 1, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4120), 1, anon_sym_QMARK, + ACTIONS(4175), 1, anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(3985), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4116), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125672,7 +127497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125689,21 +127514,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80989] = 7, + [82920] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(77), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4177), 1, + anon_sym_esac, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4530), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1941), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83006] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3740), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125717,8 +127593,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(3738), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125729,116 +127607,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81041] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4109), 1, - anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, anon_sym_QMARK, + [83050] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3688), 1, anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [81093] = 7, - ACTIONS(3), 1, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4470), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1903), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83136] = 24, + ACTIONS(63), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4109), 1, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, anon_sym_DQUOTE, - STATE(2517), 1, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4179), 1, + anon_sym_esac, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4529), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1943), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(4111), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83222] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3679), 1, anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [81145] = 7, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4469), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1898), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83308] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(3983), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4187), 1, + anon_sym_EQ_TILDE, + ACTIONS(4189), 1, anon_sym_QMARK, - ACTIONS(4113), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125852,7 +127832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4183), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125868,63 +127848,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [81197] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3065), 24, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [81245] = 5, + anon_sym_STAR_STAR, + [83362] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(4118), 1, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4120), 1, + anon_sym_QMARK, + ACTIONS(4191), 1, + anon_sym_COLON, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, - anon_sym_QMARK, - ACTIONS(4099), 13, + ACTIONS(4116), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125938,7 +127878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125955,19 +127895,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81293] = 5, + [83416] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(4187), 1, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4189), 1, + anon_sym_QMARK, + ACTIONS(4193), 1, anon_sym_RPAREN_RPAREN, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4115), 13, + ACTIONS(4185), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125981,7 +127924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4183), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125998,19 +127941,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81341] = 5, + [83470] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4195), 1, + anon_sym_esac, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4460), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1878), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83556] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4197), 1, + anon_sym_esac, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4459), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1891), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83642] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4092), 3, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4149), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(3912), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_QMARK, - ACTIONS(4086), 13, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126024,7 +128092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4147), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126041,21 +128109,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81389] = 7, + [83692] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4123), 1, - anon_sym_RPAREN, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4149), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(3912), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126069,7 +128136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4147), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126086,19 +128153,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81441] = 5, + [83742] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4119), 3, + ACTIONS(4132), 1, + anon_sym_EQ_TILDE, + ACTIONS(4130), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_RPAREN_RPAREN, + ACTIONS(3912), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4115), 13, + ACTIONS(4124), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126112,7 +128180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4128), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126129,10 +128197,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81489] = 3, + [83792] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3756), 13, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4157), 1, + anon_sym_QMARK, + ACTIONS(4199), 1, + anon_sym_RPAREN, + ACTIONS(4149), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4153), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126146,10 +128226,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 23, + ACTIONS(4147), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126160,20 +128238,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81533] = 3, + [83846] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4120), 1, + anon_sym_QMARK, + ACTIONS(4201), 1, + anon_sym_COLON, + ACTIONS(3985), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4116), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126187,10 +128272,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(4114), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126201,31 +128284,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81577] = 7, + [83900] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, - anon_sym_QMARK, - ACTIONS(4088), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4092), 3, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4116), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(3912), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126239,7 +128316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126256,10 +128333,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81629] = 3, + [83950] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3395), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(3397), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(3393), 6, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3400), 6, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(3402), 6, + sym_file_descriptor, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3405), 13, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [84002] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4203), 1, + sym__special_character, + STATE(1795), 1, + aux_sym__literal_repeat1, + ACTIONS(3078), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3080), 24, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [84050] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4116), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126273,10 +128448,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(4114), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126287,31 +128460,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81673] = 7, + [84100] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4103), 3, + ACTIONS(4211), 1, + anon_sym_EQ_TILDE, + ACTIONS(4209), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + ACTIONS(3951), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(4205), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126325,7 +128492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(4207), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126342,21 +128509,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81725] = 7, + [84150] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(4127), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4119), 3, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(3606), 1, + anon_sym_esac, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4246), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1907), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84236] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4132), 1, + anon_sym_EQ_TILDE, + ACTIONS(4130), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4115), 13, + ACTIONS(3951), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4124), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126370,7 +128598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4128), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126387,10 +128615,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81777] = 3, + [84286] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(4132), 1, + anon_sym_EQ_TILDE, + ACTIONS(4130), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4124), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126404,10 +128642,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 23, + ACTIONS(4128), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126418,22 +128654,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81821] = 4, + [84336] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4131), 1, - sym__concat, - ACTIONS(3835), 13, + ACTIONS(3768), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126447,7 +128676,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3833), 22, + ACTIONS(3766), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126467,15 +128697,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81867] = 4, + [84380] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4133), 1, - sym__concat, - ACTIONS(3841), 13, + ACTIONS(3734), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126489,7 +128717,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3839), 22, + ACTIONS(3732), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126509,25 +128738,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81913] = 3, + [84424] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(4203), 1, + sym__special_character, + STATE(1795), 1, + aux_sym__literal_repeat1, + ACTIONS(2885), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2887), 24, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [84472] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4213), 1, + sym__special_character, + STATE(1830), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1275), 23, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [84520] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4203), 1, sym__special_character, + STATE(1795), 1, + aux_sym__literal_repeat1, + ACTIONS(3058), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1169), 25, + ACTIONS(3060), 24, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -126537,7 +128855,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -126553,10 +128870,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [81957] = 3, + [84568] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(3734), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126570,7 +128887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(3732), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -126591,13 +128908,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [82001] = 3, + [84612] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4157), 1, + anon_sym_QMARK, + ACTIONS(4216), 1, + anon_sym_RPAREN, + ACTIONS(4149), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4153), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126611,10 +128940,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(4147), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126625,29 +128952,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [82045] = 5, + [84666] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4077), 3, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4157), 1, + anon_sym_QMARK, + ACTIONS(4218), 1, + anon_sym_RPAREN, + ACTIONS(4149), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4153), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(4145), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126661,7 +128986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4147), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126678,21 +129003,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82093] = 7, + [84720] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, - anon_sym_QMARK, - ACTIONS(4088), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4092), 3, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4116), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(3951), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126706,7 +129030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126723,19 +129047,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82145] = 5, + [84770] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(4118), 1, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4120), 1, + anon_sym_QMARK, + ACTIONS(4220), 1, + anon_sym_COLON, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(4116), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126749,7 +129076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126766,12 +129093,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82193] = 4, + [84824] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4135), 1, - sym__concat, - ACTIONS(3859), 13, + ACTIONS(4093), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4187), 1, + anon_sym_EQ_TILDE, + ACTIONS(4189), 1, + anon_sym_QMARK, + ACTIONS(3985), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4185), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126785,9 +129122,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4183), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126798,31 +129134,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [82239] = 7, + [84878] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4137), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, + ACTIONS(4187), 1, + anon_sym_EQ_TILDE, + ACTIONS(4185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(3951), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126836,7 +129166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4183), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126853,21 +129183,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82291] = 7, + [84928] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4120), 1, anon_sym_QMARK, - ACTIONS(4139), 1, + ACTIONS(4222), 1, anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4116), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126881,7 +129212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126898,21 +129229,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82343] = 7, + [84982] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(1173), 11, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1175), 25, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [85026] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4224), 1, + sym__concat, + ACTIONS(3868), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3866), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4103), 3, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + anon_sym_QMARK, + [85072] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4226), 1, + sym__concat, + ACTIONS(3876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126926,8 +129331,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(3874), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126938,26 +129344,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82395] = 7, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [85118] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(141), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(4211), 1, + anon_sym_EQ_TILDE, + ACTIONS(4228), 1, anon_sym_QMARK, - ACTIONS(4141), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4209), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4205), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126971,7 +129383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4207), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126988,12 +129400,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82447] = 4, + [85172] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4143), 1, - sym__concat, - ACTIONS(3850), 13, + ACTIONS(141), 1, + anon_sym_RBRACK, + ACTIONS(4132), 1, + anon_sym_EQ_TILDE, + ACTIONS(4134), 1, + anon_sym_QMARK, + ACTIONS(4126), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4130), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4124), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127007,9 +129429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4128), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127020,74 +129441,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [82493] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4145), 1, - sym__special_character, - STATE(1770), 1, - aux_sym__literal_repeat1, - ACTIONS(3019), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(3021), 23, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [82541] = 7, + [85226] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3905), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4119), 3, + ACTIONS(4211), 1, + anon_sym_EQ_TILDE, + ACTIONS(4209), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4115), 13, + ACTIONS(3912), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(4205), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127101,7 +129473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(4207), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127118,10 +129490,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82593] = 3, + [85276] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(2899), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -127133,7 +129505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 25, + ACTIONS(2901), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -127159,21 +129531,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82637] = 7, - ACTIONS(63), 1, + [85320] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4071), 1, + anon_sym_DQUOTE, + STATE(2496), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4073), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4069), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, anon_sym_QMARK, - ACTIONS(4147), 1, - anon_sym_COLON, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4077), 3, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [85372] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4071), 1, + anon_sym_DQUOTE, + STATE(2496), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4073), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4069), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [85424] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4211), 1, + anon_sym_EQ_TILDE, + ACTIONS(4209), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(3912), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(4205), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127187,7 +129648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4207), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127204,19 +129665,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82689] = 5, + [85474] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, - anon_sym_RPAREN_RPAREN, + ACTIONS(3938), 1, + anon_sym_QMARK, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4115), 13, + ACTIONS(4230), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127230,8 +129690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, - sym_test_operator, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127242,24 +129701,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82737] = 5, + anon_sym_EQ_TILDE, + [85524] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(4118), 1, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4120), 1, + anon_sym_QMARK, + ACTIONS(4232), 1, + anon_sym_COLON, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(4116), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127273,7 +129738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127290,21 +129755,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82785] = 7, + [85578] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4149), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(3734), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127318,8 +129772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(3732), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127330,66 +129786,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82837] = 5, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [85622] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2969), 24, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3554), 1, sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, anon_sym_BQUOTE, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(4234), 1, + anon_sym_esac, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4169), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82885] = 6, + STATE(1933), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [85708] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4151), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(3877), 13, + ACTIONS(3734), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127403,7 +129875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3732), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127421,22 +129896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - [82935] = 7, + anon_sym_QMARK, + [85752] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3964), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4115), 13, + ACTIONS(3764), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127450,8 +129916,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(3762), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127462,15 +129930,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82987] = 3, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [85796] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(127), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(4211), 1, + anon_sym_EQ_TILDE, + ACTIONS(4228), 1, + anon_sym_QMARK, + ACTIONS(3985), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4209), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4205), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127484,10 +129969,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 23, + ACTIONS(4207), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127498,29 +129981,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [83031] = 5, + [85850] = 24, ACTIONS(63), 1, sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(4086), 13, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4236), 1, + anon_sym_esac, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4158), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1934), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [85936] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3740), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127534,8 +130065,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(3738), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127546,26 +130079,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83079] = 7, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [85980] = 24, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3530), 1, + anon_sym_esac, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4261), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1888), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86066] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4153), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(4238), 1, + sym__concat, + ACTIONS(3885), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127579,8 +130170,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, - sym_test_operator, + ACTIONS(3883), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127591,24 +130183,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83131] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4086), 13, + [86112] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4240), 1, + sym__concat, + ACTIONS(3891), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127622,8 +130212,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(3889), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127634,26 +130225,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83179] = 7, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [86158] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4155), 1, - anon_sym_COLON, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(3768), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127667,8 +130252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(3766), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127679,26 +130266,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83231] = 7, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [86202] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4157), 1, - anon_sym_COLON, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4187), 1, + anon_sym_EQ_TILDE, + ACTIONS(4185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(3912), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127712,7 +130303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4183), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127729,10 +130320,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83283] = 3, + [86252] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3756), 13, + ACTIONS(77), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(4211), 1, + anon_sym_EQ_TILDE, + ACTIONS(4228), 1, + anon_sym_QMARK, + ACTIONS(3985), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4209), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4205), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127746,10 +130349,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 23, + ACTIONS(4207), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127760,31 +130361,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [83327] = 7, + [86306] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4118), 1, + anon_sym_EQ_TILDE, + ACTIONS(4120), 1, anon_sym_QMARK, - ACTIONS(4159), 1, + ACTIONS(4242), 1, anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + ACTIONS(4116), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(4112), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127798,7 +130395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(4114), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127815,63 +130412,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83379] = 4, + [86360] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4161), 1, - anon_sym_LBRACK, - ACTIONS(3815), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3813), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(4187), 1, + anon_sym_EQ_TILDE, + ACTIONS(4185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [83425] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4163), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(3912), 4, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + anon_sym_QMARK, + ACTIONS(4181), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127885,7 +130439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4183), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -127902,111 +130456,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [83477] = 24, + [86410] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1173), 11, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3610), 1, + sym__special_character, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + sym_word, + ACTIONS(1175), 25, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4167), 1, - anon_sym_esac, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1891), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83562] = 3, + [86454] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ, + ACTIONS(3084), 11, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1265), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3086), 25, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [83605] = 3, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [86498] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128020,7 +130555,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4033), 22, + ACTIONS(1280), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128043,176 +130579,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [83648] = 24, + [86542] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3048), 11, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3610), 1, + sym__special_character, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + sym_word, + ACTIONS(3050), 25, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4183), 1, - anon_sym_esac, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4054), 1, - sym_last_case_item, - ACTIONS(4165), 2, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1899), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83733] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 20, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, - [83784] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3692), 1, - anon_sym_esac, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1909), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83869] = 3, + [86586] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 10, + ACTIONS(3278), 11, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -128222,8 +130633,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(2977), 25, + ACTIONS(3280), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -128249,115 +130661,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [83912] = 24, + [86630] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4244), 1, + sym__special_character, + STATE(1830), 1, + aux_sym__literal_repeat1, + ACTIONS(3062), 11, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(3064), 23, + sym_file_descriptor, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3708), 1, - anon_sym_esac, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4295), 1, - sym_last_case_item, - ACTIONS(4165), 2, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1892), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83997] = 7, - ACTIONS(3), 1, + [86678] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1139), 2, + ACTIONS(3284), 11, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(3286), 25, sym_file_descriptor, sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, - [84048] = 3, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [86722] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(4246), 1, + anon_sym_LBRACK, + ACTIONS(3856), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128371,7 +130764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 22, + ACTIONS(3854), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128394,54 +130787,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [84091] = 7, + [86768] = 8, ACTIONS(63), 1, sym_comment, - ACTIONS(3343), 2, + ACTIONS(77), 1, + anon_sym_RBRACK, + ACTIONS(4132), 1, + anon_sym_EQ_TILDE, + ACTIONS(4134), 1, + anon_sym_QMARK, + ACTIONS(4126), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4130), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4124), 13, + anon_sym_EQ, anon_sym_LT_LT, - anon_sym_PIPE, - ACTIONS(3345), 3, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(3341), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3348), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4128), 16, + sym_test_operator, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(3350), 6, - sym_file_descriptor, + anon_sym_STAR_STAR, + [86822] = 8, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4151), 1, + anon_sym_EQ_TILDE, + ACTIONS(4157), 1, + anon_sym_QMARK, + ACTIONS(4248), 1, + anon_sym_RPAREN, + ACTIONS(4149), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4153), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4145), 13, + anon_sym_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3353), 14, - sym_variable_name, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4147), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [84142] = 3, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [86876] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(1149), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128455,7 +130896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4017), 22, + ACTIONS(1280), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128475,61 +130917,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [84185] = 24, + [86920] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4191), 1, - anon_sym_esac, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4283), 1, + STATE(4439), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1911), 2, + STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128539,19 +130980,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [84270] = 7, + [87003] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4109), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - STATE(2517), 1, + STATE(2506), 1, sym_string, - ACTIONS(4111), 2, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4254), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(4250), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -128561,7 +131003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 21, + ACTIONS(1127), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -128569,10 +131011,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -128583,10 +131024,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [84321] = 3, + [87054] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1173), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1175), 25, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [87097] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(4262), 1, + anon_sym_RPAREN, + ACTIONS(4264), 1, + anon_sym_QMARK, + ACTIONS(4258), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128600,9 +131088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4260), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128620,20 +131106,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [84364] = 6, + [87146] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4199), 1, - anon_sym_RPAREN, - ACTIONS(4201), 1, - anon_sym_QMARK, - ACTIONS(4195), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4193), 13, + ACTIONS(4081), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128647,7 +131124,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4079), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128665,58 +131144,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - [84413] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3262), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3264), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [84456] = 6, + anon_sym_QMARK, + [87189] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4203), 1, + ACTIONS(4266), 1, anon_sym_COLON, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128730,7 +131171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128749,17 +131190,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [84505] = 6, + [87238] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3883), 1, + ACTIONS(3938), 1, anon_sym_QMARK, - ACTIONS(4205), 1, + ACTIONS(4268), 1, anon_sym_COLON, - ACTIONS(3879), 2, + ACTIONS(3934), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(3932), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128773,7 +131214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(3936), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128792,18 +131233,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [84554] = 5, + [87287] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(3913), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(3395), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(3397), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(3393), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3400), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(3402), 6, + sym_file_descriptor, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(3405), 14, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [87338] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1199), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128817,8 +131294,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, - sym_test_operator, + ACTIONS(1201), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128829,23 +131307,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [84601] = 5, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [87381] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3913), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(1243), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128859,8 +131334,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, - sym_test_operator, + ACTIONS(1245), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128871,63 +131347,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [84648] = 24, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [87424] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(3632), 1, - anon_sym_esac, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4081), 1, + STATE(4158), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1916), 2, + STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128937,71 +131417,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [84733] = 24, + [87507] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3278), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + sym_word, + ACTIONS(3280), 25, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3718), 1, - anon_sym_esac, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1893), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [84818] = 3, + [87550] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(4023), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129015,7 +131474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 22, + ACTIONS(4021), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129038,10 +131497,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [84861] = 3, + [87593] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4438), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [87676] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4005), 13, + ACTIONS(3971), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129055,7 +131574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4003), 22, + ACTIONS(3969), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129078,78 +131597,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [84904] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3600), 1, - anon_sym_esac, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4072), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1914), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [84989] = 6, + [87719] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(4201), 1, + ACTIONS(3957), 1, + anon_sym_EQ_TILDE, + ACTIONS(4270), 1, anon_sym_QMARK, - ACTIONS(4213), 1, - anon_sym_RPAREN, - ACTIONS(4195), 2, + ACTIONS(3955), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3985), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4193), 13, + ACTIONS(3949), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129163,7 +131624,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(3953), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129174,18 +131636,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [85038] = 3, + [87770] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(1225), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129199,7 +131658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 22, + ACTIONS(1227), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129222,10 +131681,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85081] = 3, + [87813] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + STATE(2506), 1, + sym_string, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1135), 3, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + ACTIONS(4250), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [87864] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(1203), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129239,7 +131742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3952), 22, + ACTIONS(1205), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129262,10 +131765,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85124] = 3, + [87907] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3948), 13, + ACTIONS(4097), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129279,7 +131782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3946), 22, + ACTIONS(4095), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129302,98 +131805,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85167] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3258), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3260), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [85210] = 24, + [87950] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4215), 1, - anon_sym_esac, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 1, + STATE(4459), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1913), 2, + STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129403,19 +131865,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [85295] = 6, + [88033] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4217), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3958), 13, + ACTIONS(3971), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129429,8 +131882,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, - sym_test_operator, + ACTIONS(3969), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129441,76 +131895,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [85344] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4219), 1, - anon_sym_esac, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1888), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [85429] = 3, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [88076] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(1235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129524,7 +131922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 22, + ACTIONS(1237), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129547,10 +131945,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85472] = 3, + [88119] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + STATE(2506), 1, + sym_string, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1139), 3, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + ACTIONS(4250), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [88170] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(4027), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(4256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129564,9 +132011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4260), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129584,13 +132029,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [85515] = 3, + [88215] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4460), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88298] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1239), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129604,7 +132107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 22, + ACTIONS(1241), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129627,10 +132130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85558] = 3, + [88341] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(1235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129644,7 +132147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 22, + ACTIONS(1237), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129667,10 +132170,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85601] = 3, + [88384] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4246), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88467] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4169), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88550] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 10, + ACTIONS(3084), 10, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, @@ -129681,7 +132304,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(3005), 25, + ACTIONS(3086), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -129707,58 +132330,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85644] = 24, + [88593] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3284), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(3598), 1, + ACTIONS(3286), 25, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [88636] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(3724), 1, - anon_sym_esac, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, + STATE(4261), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1890), 2, + STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129768,26 +132430,23 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [85729] = 3, + [88719] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3067), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(2635), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(3069), 25, + ACTIONS(3353), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3355), 11, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -129798,6 +132457,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + ACTIONS(2644), 14, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, anon_sym_DQUOTE, @@ -129808,10 +132472,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85772] = 3, + [88766] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(4097), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129825,7 +132489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 22, + ACTIONS(4095), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129848,60 +132512,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85815] = 5, + [88809] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(2584), 5, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, anon_sym_DOLLAR, + ACTIONS(3540), 1, aux_sym_number_token1, + ACTIONS(3542), 1, aux_sym_number_token2, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3304), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3306), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2592), 14, - sym_variable_name, + ACTIONS(3554), 1, sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4161), 1, sym__special_character, + ACTIONS(4163), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, anon_sym_BQUOTE, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4469), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85862] = 5, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88892] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(3895), 3, + ACTIONS(4278), 1, + anon_sym_EQ_TILDE, + ACTIONS(4276), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 3, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4211), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(4272), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129915,7 +132598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, + ACTIONS(4274), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -129932,21 +132615,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [85909] = 7, + [88941] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2506), 1, sym_string, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1139), 2, sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, - ACTIONS(4185), 9, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4250), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -129956,7 +132638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 19, + ACTIONS(1137), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -129976,15 +132658,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [85960] = 4, + anon_sym_BQUOTE, + [88992] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4045), 4, + ACTIONS(4278), 1, + anon_sym_EQ_TILDE, + ACTIONS(4276), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3912), 3, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, anon_sym_QMARK, - ACTIONS(4193), 13, + ACTIONS(4272), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129998,7 +132685,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4274), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130009,69 +132697,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [86005] = 3, + [89041] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(4049), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1169), 24, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4047), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [86048] = 7, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [89084] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4141), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2651), 1, sym_string, - ACTIONS(4189), 2, + ACTIONS(4143), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, - ACTIONS(4185), 9, + ACTIONS(4139), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -130081,7 +132764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 19, + ACTIONS(1137), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -130091,6 +132774,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -130101,10 +132786,139 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [86099] = 3, + [89135] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4547), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [89218] = 23, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3522), 1, + sym_word, + ACTIONS(3528), 1, + anon_sym_LPAREN, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + aux_sym_number_token1, + ACTIONS(3542), 1, + aux_sym_number_token2, + ACTIONS(3546), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3554), 1, + sym_test_operator, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, + anon_sym_BQUOTE, + ACTIONS(4171), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3782), 1, + aux_sym__literal_repeat1, + STATE(4470), 1, + sym_last_case_item, + ACTIONS(4159), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4165), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1951), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [89301] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4278), 1, + anon_sym_EQ_TILDE, + ACTIONS(4276), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3951), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(4272), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130118,9 +132932,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3889), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4274), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130131,60 +132944,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [86142] = 3, + [89350] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 10, + ACTIONS(3967), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(3965), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [86185] = 3, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [89393] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(3876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130198,7 +133006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 22, + ACTIONS(3874), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130221,10 +133029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86228] = 3, + [89436] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(1255), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130238,7 +133046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 22, + ACTIONS(1257), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130261,71 +133069,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86271] = 24, - ACTIONS(63), 1, + [89479] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4141), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4221), 1, - anon_sym_esac, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4037), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1897), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2651), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [86356] = 3, + ACTIONS(4143), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4139), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [89530] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(3868), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130339,7 +133130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 22, + ACTIONS(3866), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130362,10 +133153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86399] = 3, + [89573] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(4001), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130379,7 +133170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 22, + ACTIONS(3999), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130402,10 +133193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86442] = 3, + [89616] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(4065), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130419,7 +133210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 22, + ACTIONS(4063), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130442,10 +133233,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86485] = 3, + [89659] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(4264), 1, + anon_sym_QMARK, + ACTIONS(4280), 1, + anon_sym_RPAREN, + ACTIONS(4258), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4256), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130459,9 +133257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4260), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130479,250 +133275,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [86528] = 7, - ACTIONS(3), 1, + [89708] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4039), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [86579] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4109), 1, - anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 21, - anon_sym_SEMI, + anon_sym_CARET, + ACTIONS(4037), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [89751] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1173), 11, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [86630] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1175), 24, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [86681] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4061), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [86763] = 23, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [89794] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, + STATE(4546), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130732,56 +133416,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [86845] = 23, + [89877] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4054), 1, + STATE(4156), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130791,56 +133476,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [86927] = 23, + [89960] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4223), 1, + STATE(4324), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130850,115 +133536,137 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87009] = 23, + [90043] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3048), 10, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + sym_word, + ACTIONS(3050), 25, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4283), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87091] = 23, + [90086] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1251), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1253), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [90129] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4037), 1, + STATE(4530), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -130968,62 +133676,60 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87173] = 7, - ACTIONS(3), 1, + [90212] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(2899), 10, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2901), 25, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, anon_sym_BQUOTE, - [87223] = 7, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [90255] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2506), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4254), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4250), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131033,7 +133739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 20, + ACTIONS(1137), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131041,6 +133747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -131053,57 +133760,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [87273] = 23, + [90306] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4295), 1, + STATE(4529), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131113,56 +133820,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87355] = 23, + [90389] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4151), 1, + STATE(4523), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131172,20 +133880,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87437] = 7, + [90472] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2506), 1, sym_string, ACTIONS(1135), 2, sym_file_descriptor, - ts_builtin_sym_end, - ACTIONS(4227), 2, + sym_variable_name, + ACTIONS(4254), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4250), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131195,7 +133903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 19, + ACTIONS(1127), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131215,115 +133923,58 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [87487] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4154), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87569] = 23, + [90523] = 23, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(3522), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(3528), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(3554), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(3556), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4161), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3782), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, + STATE(4522), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4165), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3991), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3728), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131333,76 +133984,59 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87651] = 20, + [90606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4235), 1, + ACTIONS(4284), 1, + anon_sym_EQ, + ACTIONS(4286), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4237), 1, - anon_sym_DOLLAR, - ACTIONS(4239), 1, - sym__special_character, - ACTIONS(4241), 1, - anon_sym_DQUOTE, - ACTIONS(4243), 1, - aux_sym_number_token1, - ACTIONS(4245), 1, - aux_sym_number_token2, - ACTIONS(4247), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, - anon_sym_BQUOTE, - ACTIONS(4253), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, - sym_test_operator, - ACTIONS(4259), 1, - sym__brace_start, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(4231), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(4233), 3, + ACTIONS(4282), 32, anon_sym_SEMI, - anon_sym_SEMI_SEMI, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, - STATE(2519), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87727] = 7, + [90650] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2648), 1, sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - ts_builtin_sym_end, - ACTIONS(4227), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131412,7 +134046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 19, + ACTIONS(1137), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131420,6 +134054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -131432,78 +134067,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [87777] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87859] = 7, + [90700] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(1135), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2648), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131513,7 +134089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 20, + ACTIONS(1127), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131521,7 +134097,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -131534,115 +134109,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [87909] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4237), 1, - anon_sym_DOLLAR, - ACTIONS(4239), 1, - sym__special_character, - ACTIONS(4241), 1, - anon_sym_DQUOTE, - ACTIONS(4243), 1, - aux_sym_number_token1, - ACTIONS(4245), 1, - aux_sym_number_token2, - ACTIONS(4247), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, anon_sym_BQUOTE, - ACTIONS(4253), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, - sym_test_operator, - ACTIONS(4259), 1, - sym__brace_start, - ACTIONS(4263), 1, - aux_sym_heredoc_redirect_token1, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(4231), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(4261), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2519), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87985] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4267), 1, - anon_sym_EQ, - ACTIONS(4269), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4265), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [88029] = 7, + [90750] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2648), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(1139), 2, + sym_file_descriptor, + ts_builtin_sym_end, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131652,7 +134133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 20, + ACTIONS(1137), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131660,7 +134141,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -131673,135 +134153,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [88079] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4283), 1, - anon_sym_AT, - ACTIONS(4285), 1, - anon_sym_STAR2, - STATE(3690), 1, - aux_sym__expansion_body_repeat1, - STATE(4080), 1, - sym__expansion_regex, - STATE(4176), 1, - sym__expansion_operator, - STATE(4177), 1, - sym__expansion_max_length, - STATE(4179), 1, - sym__expansion_regex_removal, - STATE(4180), 1, - sym__expansion_regex_replacement, - STATE(4182), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [88155] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [88237] = 7, + [90800] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2648), 1, sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -131811,7 +134175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 19, + ACTIONS(1137), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -131831,56 +134195,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [88287] = 23, - ACTIONS(63), 1, + anon_sym_BQUOTE, + [90850] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4300), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4302), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4304), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4306), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4308), 1, + aux_sym_number_token1, + ACTIONS(4310), 1, + aux_sym_number_token2, + ACTIONS(4312), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4314), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4316), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4322), 1, + sym_test_operator, + ACTIONS(4324), 1, + sym__brace_start, + STATE(2901), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4275), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4296), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4320), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1952), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4294), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4298), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131890,53 +134252,53 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88369] = 20, + [90926] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4303), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4305), 1, + ACTIONS(4302), 1, anon_sym_DOLLAR, - ACTIONS(4308), 1, + ACTIONS(4304), 1, sym__special_character, - ACTIONS(4311), 1, + ACTIONS(4306), 1, anon_sym_DQUOTE, - ACTIONS(4314), 1, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(4317), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(4320), 1, + ACTIONS(4312), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4323), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4326), 1, + ACTIONS(4316), 1, anon_sym_BQUOTE, - ACTIONS(4329), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4335), 1, + ACTIONS(4322), 1, sym_test_operator, - ACTIONS(4338), 1, + ACTIONS(4324), 1, sym__brace_start, - STATE(2877), 1, + ACTIONS(4328), 1, + aux_sym_heredoc_redirect_token1, + STATE(2901), 1, aux_sym__literal_repeat1, - ACTIONS(4298), 2, + ACTIONS(4296), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4332), 2, + ACTIONS(4320), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, + STATE(1952), 2, sym_concatenation, aux_sym_for_statement_repeat1, - ACTIONS(4295), 3, + ACTIONS(4294), 3, sym_raw_string, sym_ansi_c_string, sym_word, - ACTIONS(4301), 3, + ACTIONS(4326), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2519), 9, + STATE(2572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131946,56 +134308,55 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88445] = 23, + [91002] = 22, ACTIONS(63), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4330), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4336), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4339), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4342), 1, + sym__special_character, + ACTIONS(4345), 1, + anon_sym_DQUOTE, + ACTIONS(4351), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4354), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4357), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4360), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4363), 1, + anon_sym_BQUOTE, + ACTIONS(4366), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4372), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4375), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4378), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(3755), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4053), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4333), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4348), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4369), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1951), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3935), 2, + sym_concatenation, + sym__extglob_blob, + STATE(3732), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132005,56 +134366,53 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88527] = 23, - ACTIONS(63), 1, + [91082] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4389), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4391), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4394), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4397), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4400), 1, + aux_sym_number_token1, + ACTIONS(4403), 1, + aux_sym_number_token2, + ACTIONS(4406), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4409), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4412), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4415), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4421), 1, + sym_test_operator, + ACTIONS(4424), 1, + sym__brace_start, + STATE(2901), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4384), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4418), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1952), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4381), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4387), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132064,112 +134422,338 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88609] = 20, + [91158] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + STATE(2506), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4250), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [91208] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + STATE(2506), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4250), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [91258] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4290), 1, + anon_sym_DQUOTE, + STATE(2648), 1, + sym_string, + ACTIONS(1135), 2, + sym_file_descriptor, + ts_builtin_sym_end, + ACTIONS(4292), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4288), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [91308] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4429), 1, + anon_sym_SLASH, + ACTIONS(4431), 1, + anon_sym_PERCENT, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(4437), 1, + anon_sym_RBRACE3, + ACTIONS(4439), 1, + anon_sym_AT, + ACTIONS(4441), 1, + anon_sym_STAR2, + STATE(3780), 1, + aux_sym__expansion_body_repeat1, + STATE(4317), 1, + sym__expansion_operator, + STATE(4318), 1, + sym__expansion_max_length, + STATE(4320), 1, + sym__expansion_regex_removal, + STATE(4321), 1, + sym__expansion_regex_replacement, + STATE(4322), 1, + sym__expansion_regex, + STATE(4323), 1, + sym__expansion_expression, + ACTIONS(4427), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4447), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4435), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4445), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4443), 8, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + [91384] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(4302), 1, anon_sym_DOLLAR, - ACTIONS(4239), 1, + ACTIONS(4304), 1, sym__special_character, - ACTIONS(4241), 1, + ACTIONS(4306), 1, anon_sym_DQUOTE, - ACTIONS(4243), 1, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(4247), 1, + ACTIONS(4312), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, + ACTIONS(4316), 1, anon_sym_BQUOTE, - ACTIONS(4253), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, + ACTIONS(4322), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(4324), 1, sym__brace_start, - ACTIONS(4343), 1, + ACTIONS(4453), 1, aux_sym_heredoc_redirect_token1, - STATE(2877), 1, + STATE(2901), 1, aux_sym__literal_repeat1, - ACTIONS(4231), 2, + ACTIONS(4296), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, + ACTIONS(4320), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, + STATE(1952), 2, sym_concatenation, aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, + ACTIONS(4294), 3, sym_raw_string, sym_ansi_c_string, sym_word, - ACTIONS(4341), 3, + ACTIONS(4451), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2572), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [91460] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4290), 1, + anon_sym_DQUOTE, + STATE(2648), 1, + sym_string, + ACTIONS(4292), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4288), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 20, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, anon_sym_AMP, - STATE(2519), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [88685] = 23, - ACTIONS(63), 1, + [91510] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4455), 1, + sym_word, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4475), 1, + sym__comment_word, + ACTIONS(4477), 1, + sym__empty_value, + ACTIONS(4479), 1, + sym_test_operator, + STATE(1169), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(4465), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1267), 2, + sym_concatenation, + sym_array, + STATE(987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132179,20 +134763,73 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88767] = 7, + [91589] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(4429), 1, + anon_sym_SLASH, + ACTIONS(4431), 1, + anon_sym_PERCENT, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(4437), 1, + anon_sym_RBRACE3, + ACTIONS(4481), 1, + anon_sym_AT, + STATE(3779), 1, + aux_sym__expansion_body_repeat1, + STATE(4309), 1, + sym__expansion_operator, + STATE(4310), 1, + sym__expansion_max_length, + STATE(4311), 1, + sym__expansion_regex_removal, + STATE(4312), 1, + sym__expansion_regex_replacement, + STATE(4314), 1, + sym__expansion_regex, + STATE(4315), 1, + sym__expansion_expression, + ACTIONS(4427), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4447), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4435), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4445), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4443), 8, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + [91662] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2648), 1, sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -132202,7 +134839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 19, + ACTIONS(1137), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -132222,56 +134859,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [88817] = 23, - ACTIONS(63), 1, + [91711] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4429), 1, + anon_sym_SLASH, + ACTIONS(4431), 1, + anon_sym_PERCENT, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(4481), 1, + anon_sym_AT, + ACTIONS(4483), 1, + anon_sym_RBRACE3, + STATE(3794), 1, + aux_sym__expansion_body_repeat1, + STATE(4351), 1, + sym__expansion_expression, + STATE(4411), 1, + sym__expansion_operator, + STATE(4414), 1, + sym__expansion_max_length, + STATE(4415), 1, + sym__expansion_regex_removal, + STATE(4418), 1, + sym__expansion_regex_replacement, + STATE(4419), 1, + sym__expansion_regex, + ACTIONS(4427), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4447), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4435), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4445), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4443), 8, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + [91784] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4475), 1, + sym__comment_word, + ACTIONS(4477), 1, + sym__empty_value, + ACTIONS(4485), 1, + sym_word, + ACTIONS(4487), 1, + sym__special_character, + ACTIONS(4491), 1, + sym_test_operator, + STATE(1169), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4072), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + ACTIONS(4489), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1267), 2, + sym_concatenation, + sym_array, + STATE(851), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132281,56 +134970,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88899] = 23, - ACTIONS(63), 1, + [91863] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(4475), 1, + sym__comment_word, + ACTIONS(4477), 1, + sym__empty_value, + ACTIONS(4493), 1, + sym_word, + ACTIONS(4495), 1, + sym__special_character, + ACTIONS(4499), 1, + sym_test_operator, + STATE(1169), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4081), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + ACTIONS(4497), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1267), 2, + sym_concatenation, + sym_array, + STATE(1366), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132340,92 +135027,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88981] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1253), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [89022] = 22, + [91942] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, - anon_sym_DOLLAR, - ACTIONS(1795), 1, - aux_sym_number_token1, - ACTIONS(1797), 1, - aux_sym_number_token2, - ACTIONS(1801), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, - sym__brace_start, - ACTIONS(4345), 1, + ACTIONS(4501), 1, sym_word, - ACTIONS(4349), 1, + ACTIONS(4505), 1, anon_sym_LPAREN, - ACTIONS(4351), 1, + ACTIONS(4507), 1, + anon_sym_DOLLAR, + ACTIONS(4509), 1, sym__special_character, - ACTIONS(4353), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(4515), 1, + aux_sym_number_token1, + ACTIONS(4517), 1, + aux_sym_number_token2, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(4521), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4365), 1, + ACTIONS(4529), 1, sym__comment_word, - ACTIONS(4367), 1, + ACTIONS(4531), 1, sym__empty_value, - ACTIONS(4369), 1, + ACTIONS(4533), 1, sym_test_operator, - STATE(1197), 1, + ACTIONS(4535), 1, + sym__brace_start, + STATE(1290), 1, aux_sym__literal_repeat1, - ACTIONS(4347), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4355), 2, + ACTIONS(4513), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4363), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1258), 2, + STATE(1320), 2, sym_concatenation, sym_array, - STATE(886), 9, + STATE(1524), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132435,58 +135084,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89101] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4241), 1, - anon_sym_DQUOTE, - STATE(2741), 1, - sym_string, - ACTIONS(1135), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(4373), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - aux_sym_heredoc_redirect_token1, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [89150] = 3, + [92021] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 1, + ACTIONS(4543), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 32, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(4539), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(4537), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(4541), 27, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -132514,13 +135124,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [89191] = 3, + [92066] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4429), 1, + anon_sym_SLASH, + ACTIONS(4431), 1, + anon_sym_PERCENT, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(4481), 1, + anon_sym_AT, + ACTIONS(4545), 1, + anon_sym_RBRACE3, + STATE(3800), 1, + aux_sym__expansion_body_repeat1, + STATE(4157), 1, + sym__expansion_regex, + STATE(4441), 1, + sym__expansion_operator, + STATE(4442), 1, + sym__expansion_max_length, + STATE(4443), 1, + sym__expansion_regex_removal, + STATE(4444), 1, + sym__expansion_regex_replacement, + STATE(4446), 1, + sym__expansion_expression, + ACTIONS(4427), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4447), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4435), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4445), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(4443), 8, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + [92139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 1, + ACTIONS(1253), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, + ACTIONS(1251), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132553,12 +135216,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89232] = 3, + [92180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 1, + ACTIONS(1205), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, + ACTIONS(1203), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132591,54 +135254,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89273] = 22, + [92221] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 1, + ACTIONS(4547), 1, sym_word, - ACTIONS(4383), 1, + ACTIONS(4551), 1, anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(4553), 1, anon_sym_DOLLAR, - ACTIONS(4387), 1, + ACTIONS(4555), 1, sym__special_character, - ACTIONS(4389), 1, + ACTIONS(4557), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4561), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4563), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4567), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4569), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4571), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, + ACTIONS(4575), 1, sym__comment_word, - ACTIONS(4409), 1, + ACTIONS(4577), 1, sym__empty_value, - ACTIONS(4411), 1, + ACTIONS(4579), 1, sym_test_operator, - ACTIONS(4413), 1, + ACTIONS(4581), 1, sym__brace_start, - STATE(2448), 1, + STATE(2495), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(4549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4391), 2, + ACTIONS(4559), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4405), 2, + ACTIONS(4573), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2758), 2, + STATE(2783), 2, sym_concatenation, sym_array, - STATE(2590), 9, + STATE(2474), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132648,54 +135311,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89352] = 22, + [92300] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_DOLLAR, - ACTIONS(1475), 1, - aux_sym_number_token1, - ACTIONS(1477), 1, - aux_sym_number_token2, - ACTIONS(1481), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, - sym__brace_start, - ACTIONS(4415), 1, + ACTIONS(4583), 1, sym_word, - ACTIONS(4419), 1, + ACTIONS(4587), 1, anon_sym_LPAREN, - ACTIONS(4421), 1, + ACTIONS(4589), 1, + anon_sym_DOLLAR, + ACTIONS(4591), 1, sym__special_character, - ACTIONS(4423), 1, + ACTIONS(4593), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(4597), 1, + aux_sym_number_token1, + ACTIONS(4599), 1, + aux_sym_number_token2, + ACTIONS(4601), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(4603), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4605), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(4607), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4435), 1, + ACTIONS(4611), 1, sym__comment_word, - ACTIONS(4437), 1, + ACTIONS(4613), 1, sym__empty_value, - ACTIONS(4439), 1, + ACTIONS(4615), 1, sym_test_operator, - STATE(1030), 1, + ACTIONS(4617), 1, + sym__brace_start, + STATE(2178), 1, aux_sym__literal_repeat1, - ACTIONS(4417), 2, + ACTIONS(4585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4425), 2, + ACTIONS(4595), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4433), 2, + ACTIONS(4609), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1189), 2, + STATE(2456), 2, sym_concatenation, sym_array, - STATE(698), 9, + STATE(2046), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132705,19 +135368,16 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89431] = 5, + [92379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 1, + ACTIONS(4621), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4441), 3, + ACTIONS(4619), 32, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_AMP, - ACTIONS(4445), 27, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -132745,111 +135405,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - [89476] = 22, + anon_sym_AMP, + [92420] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4449), 1, + ACTIONS(4623), 1, sym_word, - ACTIONS(4453), 1, + ACTIONS(4627), 1, anon_sym_LPAREN, - ACTIONS(4455), 1, + ACTIONS(4629), 1, anon_sym_DOLLAR, - ACTIONS(4457), 1, + ACTIONS(4631), 1, sym__special_character, - ACTIONS(4459), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4477), 1, + ACTIONS(4651), 1, sym__comment_word, - ACTIONS(4479), 1, + ACTIONS(4653), 1, sym__empty_value, - ACTIONS(4481), 1, + ACTIONS(4655), 1, sym_test_operator, - ACTIONS(4483), 1, - sym__brace_start, - STATE(2446), 1, - aux_sym__literal_repeat1, - ACTIONS(4451), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4461), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2707), 2, - sym_concatenation, - sym_array, - STATE(2472), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89555] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(4485), 1, - sym_word, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4491), 1, - sym__special_character, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, - anon_sym_BQUOTE, - ACTIONS(4501), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4505), 1, - sym__comment_word, - ACTIONS(4507), 1, - sym__empty_value, - ACTIONS(4509), 1, - sym_test_operator, - STATE(1075), 1, + STATE(2484), 1, aux_sym__literal_repeat1, - ACTIONS(4487), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4495), 2, + ACTIONS(4635), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4503), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1267), 2, + STATE(2751), 2, sym_concatenation, sym_array, - STATE(1027), 9, + STATE(2976), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132859,12 +135463,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89634] = 3, + [92499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 1, + ACTIONS(1257), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 32, + ACTIONS(1255), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132897,12 +135501,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89675] = 3, + [92540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 1, + ACTIONS(4661), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 32, + ACTIONS(4659), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -132935,180 +135539,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89716] = 22, + [92581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, - sym__comment_word, - ACTIONS(4409), 1, - sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4511), 1, - sym_word, - ACTIONS(4513), 1, - sym__special_character, - ACTIONS(4517), 1, - sym_test_operator, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4515), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2525), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89795] = 22, + ACTIONS(1211), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1209), 32, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [92622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, - sym__comment_word, - ACTIONS(4409), 1, - sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4519), 1, - sym_word, - ACTIONS(4521), 1, - sym__special_character, - ACTIONS(4525), 1, - sym_test_operator, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4523), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2719), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89874] = 19, + ACTIONS(1227), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1225), 32, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [92663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(1245), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1243), 32, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4275), 1, anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4527), 1, - anon_sym_RBRACE3, - ACTIONS(4529), 1, - anon_sym_AT, - STATE(3687), 1, - aux_sym__expansion_body_repeat1, - STATE(4185), 1, - sym__expansion_operator, - STATE(4186), 1, - sym__expansion_max_length, - STATE(4187), 1, - sym__expansion_regex_removal, - STATE(4188), 1, - sym__expansion_regex_replacement, - STATE(4189), 1, - sym__expansion_regex, - STATE(4191), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [89947] = 3, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [92704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 1, + ACTIONS(1223), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 32, + ACTIONS(1221), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -133141,52 +135691,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [89988] = 19, + [92745] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2471), 1, + anon_sym_DOLLAR, + ACTIONS(2473), 1, + sym__special_character, + ACTIONS(2475), 1, + anon_sym_DQUOTE, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2483), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2487), 1, + anon_sym_BQUOTE, + ACTIONS(2489), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2499), 1, + sym__brace_start, + ACTIONS(4663), 1, + sym_word, + ACTIONS(4665), 1, + anon_sym_LPAREN, + ACTIONS(4669), 1, + sym__comment_word, + ACTIONS(4671), 1, + sym__empty_value, + ACTIONS(4673), 1, + sym_test_operator, + STATE(1760), 1, + aux_sym__literal_repeat1, + ACTIONS(2469), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2491), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4667), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1846), 2, + sym_concatenation, + sym_array, + STATE(1542), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [92824] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(4429), 1, anon_sym_SLASH, - ACTIONS(4275), 1, + ACTIONS(4431), 1, anon_sym_PERCENT, - ACTIONS(4277), 1, + ACTIONS(4433), 1, anon_sym_COLON, - ACTIONS(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4529), 1, + ACTIONS(4481), 1, anon_sym_AT, - STATE(3691), 1, + ACTIONS(4675), 1, + anon_sym_RBRACE3, + STATE(3781), 1, aux_sym__expansion_body_repeat1, - STATE(4168), 1, - sym__expansion_operator, - STATE(4169), 1, + STATE(4227), 1, sym__expansion_max_length, - STATE(4170), 1, + STATE(4326), 1, + sym__expansion_operator, + STATE(4328), 1, sym__expansion_regex_removal, - STATE(4171), 1, + STATE(4329), 1, sym__expansion_regex_replacement, - STATE(4173), 1, + STATE(4330), 1, sym__expansion_regex, - STATE(4174), 1, + STATE(4332), 1, sym__expansion_expression, - ACTIONS(4271), 2, + ACTIONS(4427), 2, anon_sym_COMMA, anon_sym_CARET, - ACTIONS(4291), 2, + ACTIONS(4447), 2, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - ACTIONS(4279), 3, + ACTIONS(4435), 3, sym__immediate_double_hash, anon_sym_POUND, anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, + ACTIONS(4445), 3, anon_sym_SLASH_SLASH, anon_sym_SLASH_POUND, anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(4287), 8, + ACTIONS(4443), 8, anon_sym_EQ2, anon_sym_COLON_EQ, anon_sym_DASH3, @@ -133195,111 +135802,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_PLUS, anon_sym_QMARK2, anon_sym_COLON_QMARK, - [90061] = 22, + [92897] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4531), 1, - sym_word, - ACTIONS(4535), 1, + ACTIONS(4627), 1, anon_sym_LPAREN, - ACTIONS(4537), 1, + ACTIONS(4629), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4559), 1, + ACTIONS(4651), 1, sym__comment_word, - ACTIONS(4561), 1, + ACTIONS(4653), 1, sym__empty_value, - ACTIONS(4563), 1, - sym_test_operator, - ACTIONS(4565), 1, - sym__brace_start, - STATE(1233), 1, - aux_sym__literal_repeat1, - ACTIONS(4533), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4543), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1255), 2, - sym_concatenation, - sym_array, - STATE(914), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90140] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, - anon_sym_BQUOTE, - ACTIONS(4501), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4505), 1, - sym__comment_word, - ACTIONS(4507), 1, - sym__empty_value, - ACTIONS(4567), 1, + ACTIONS(4677), 1, sym_word, - ACTIONS(4569), 1, + ACTIONS(4679), 1, sym__special_character, - ACTIONS(4573), 1, + ACTIONS(4683), 1, sym_test_operator, - STATE(1075), 1, + STATE(2484), 1, aux_sym__literal_repeat1, - ACTIONS(4487), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4571), 2, + ACTIONS(4681), 2, sym_raw_string, sym_ansi_c_string, - STATE(1267), 2, + STATE(2751), 2, sym_concatenation, sym_array, - STATE(1313), 9, + STATE(2586), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133309,111 +135859,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90219] = 22, + [92976] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 1, + ACTIONS(4685), 1, sym_word, - ACTIONS(4579), 1, + ACTIONS(4689), 1, anon_sym_LPAREN, - ACTIONS(4581), 1, + ACTIONS(4691), 1, anon_sym_DOLLAR, - ACTIONS(4583), 1, + ACTIONS(4693), 1, sym__special_character, - ACTIONS(4585), 1, + ACTIONS(4695), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(4699), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(4701), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(4705), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(4707), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(4709), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4603), 1, + ACTIONS(4713), 1, sym__comment_word, - ACTIONS(4605), 1, + ACTIONS(4715), 1, sym__empty_value, - ACTIONS(4607), 1, + ACTIONS(4717), 1, sym_test_operator, - ACTIONS(4609), 1, + ACTIONS(4719), 1, sym__brace_start, - STATE(2127), 1, + STATE(980), 1, aux_sym__literal_repeat1, - ACTIONS(4577), 2, + ACTIONS(4687), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4587), 2, + ACTIONS(4697), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2388), 2, - sym_concatenation, - sym_array, - STATE(1997), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90298] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, - sym__comment_word, - ACTIONS(4409), 1, - sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4611), 1, - sym_word, - ACTIONS(4613), 1, - sym__special_character, - ACTIONS(4617), 1, - sym_test_operator, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(4711), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4615), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, + STATE(1196), 2, sym_concatenation, sym_array, - STATE(2661), 9, + STATE(734), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133423,54 +135916,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90377] = 22, + [93055] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4619), 1, + ACTIONS(4721), 1, sym_word, - ACTIONS(4623), 1, + ACTIONS(4725), 1, anon_sym_LPAREN, - ACTIONS(4625), 1, + ACTIONS(4727), 1, anon_sym_DOLLAR, - ACTIONS(4627), 1, + ACTIONS(4729), 1, sym__special_character, - ACTIONS(4629), 1, + ACTIONS(4731), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(4735), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(4737), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(4739), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(4741), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(4743), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(4745), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4647), 1, + ACTIONS(4749), 1, sym__comment_word, - ACTIONS(4649), 1, + ACTIONS(4751), 1, sym__empty_value, - ACTIONS(4651), 1, + ACTIONS(4753), 1, sym_test_operator, - ACTIONS(4653), 1, + ACTIONS(4755), 1, sym__brace_start, - STATE(3114), 1, + STATE(3147), 1, aux_sym__literal_repeat1, - ACTIONS(4621), 2, + ACTIONS(4723), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4631), 2, + ACTIONS(4733), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4645), 2, + ACTIONS(4747), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3176), 2, + STATE(3253), 2, sym_concatenation, sym_array, - STATE(2992), 9, + STATE(3050), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133480,54 +135973,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90456] = 22, + [93134] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4655), 1, + ACTIONS(1553), 1, + anon_sym_DOLLAR, + ACTIONS(1559), 1, + aux_sym_number_token1, + ACTIONS(1561), 1, + aux_sym_number_token2, + ACTIONS(1565), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1579), 1, + sym__brace_start, + ACTIONS(4757), 1, sym_word, - ACTIONS(4659), 1, + ACTIONS(4761), 1, anon_sym_LPAREN, - ACTIONS(4661), 1, - anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(4763), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(4765), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, - aux_sym_number_token1, - ACTIONS(4671), 1, - aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4769), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4771), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4773), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, + ACTIONS(4777), 1, sym__comment_word, - ACTIONS(4685), 1, + ACTIONS(4779), 1, sym__empty_value, - ACTIONS(4687), 1, + ACTIONS(4781), 1, sym_test_operator, - ACTIONS(4689), 1, - sym__brace_start, - STATE(1289), 1, + STATE(1066), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(4759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4667), 2, + ACTIONS(4767), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4681), 2, + ACTIONS(4775), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1403), 2, + STATE(1097), 2, sym_concatenation, sym_array, - STATE(1209), 9, + STATE(704), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133537,12 +136030,88 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90535] = 3, + [93213] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1237), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1235), 32, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [93254] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1261), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1259), 32, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [93295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4693), 1, + ACTIONS(1201), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4691), 32, + ACTIONS(1199), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -133575,54 +136144,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [90576] = 22, + [93336] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4453), 1, + ACTIONS(4783), 1, + sym_word, + ACTIONS(4787), 1, anon_sym_LPAREN, - ACTIONS(4455), 1, + ACTIONS(4789), 1, anon_sym_DOLLAR, - ACTIONS(4459), 1, + ACTIONS(4791), 1, + sym__special_character, + ACTIONS(4793), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4797), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4799), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4805), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4807), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4477), 1, + ACTIONS(4811), 1, sym__comment_word, - ACTIONS(4479), 1, + ACTIONS(4813), 1, sym__empty_value, - ACTIONS(4483), 1, - sym__brace_start, - ACTIONS(4695), 1, - sym_word, - ACTIONS(4697), 1, - sym__special_character, - ACTIONS(4701), 1, + ACTIONS(4815), 1, sym_test_operator, - STATE(2446), 1, + ACTIONS(4817), 1, + sym__brace_start, + STATE(1829), 1, aux_sym__literal_repeat1, - ACTIONS(4451), 2, + ACTIONS(4785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4699), 2, + ACTIONS(4795), 2, sym_raw_string, sym_ansi_c_string, - STATE(2707), 2, + ACTIONS(4809), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1938), 2, sym_concatenation, sym_array, - STATE(2424), 9, + STATE(1584), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133632,54 +136201,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90655] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4241), 1, - anon_sym_DQUOTE, - STATE(2741), 1, - sym_string, - ACTIONS(1139), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(4373), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - aux_sym_heredoc_redirect_token1, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [90704] = 3, + [93415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 1, + ACTIONS(4821), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 32, + ACTIONS(4819), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -133712,19 +136239,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [90745] = 7, + [93456] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4823), 1, + sym_word, + ACTIONS(4827), 1, + anon_sym_LPAREN, + ACTIONS(4829), 1, + anon_sym_DOLLAR, + ACTIONS(4831), 1, + sym__special_character, + ACTIONS(4833), 1, + anon_sym_DQUOTE, + ACTIONS(4837), 1, + aux_sym_number_token1, + ACTIONS(4839), 1, + aux_sym_number_token2, + ACTIONS(4841), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4843), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4845), 1, + anon_sym_BQUOTE, + ACTIONS(4847), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4851), 1, + sym__comment_word, + ACTIONS(4853), 1, + sym__empty_value, + ACTIONS(4855), 1, + sym_test_operator, + ACTIONS(4857), 1, + sym__brace_start, + STATE(1261), 1, + aux_sym__literal_repeat1, + ACTIONS(4825), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4835), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4849), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1323), 2, + sym_concatenation, + sym_array, + STATE(961), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [93535] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2648), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -133754,54 +136338,54 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [90794] = 22, + [93584] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4383), 1, + ACTIONS(4859), 1, + sym_word, + ACTIONS(4863), 1, anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(4865), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(4867), 1, + sym__special_character, + ACTIONS(4869), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4873), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4875), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4877), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4879), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4881), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4883), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, + ACTIONS(4887), 1, sym__comment_word, - ACTIONS(4409), 1, + ACTIONS(4889), 1, sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4703), 1, - sym_word, - ACTIONS(4705), 1, - sym__special_character, - ACTIONS(4709), 1, + ACTIONS(4891), 1, sym_test_operator, - STATE(2448), 1, + ACTIONS(4893), 1, + sym__brace_start, + STATE(1104), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(4861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4707), 2, + ACTIONS(4871), 2, sym_raw_string, sym_ansi_c_string, - STATE(2758), 2, + ACTIONS(4885), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1276), 2, sym_concatenation, sym_array, - STATE(2952), 9, + STATE(853), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133811,111 +136395,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90873] = 22, + [93663] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(4505), 1, + anon_sym_LPAREN, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(4511), 1, + anon_sym_DQUOTE, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4521), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4505), 1, + ACTIONS(4529), 1, sym__comment_word, - ACTIONS(4507), 1, + ACTIONS(4531), 1, sym__empty_value, - ACTIONS(4711), 1, + ACTIONS(4535), 1, + sym__brace_start, + ACTIONS(4895), 1, sym_word, - ACTIONS(4713), 1, + ACTIONS(4897), 1, sym__special_character, - ACTIONS(4717), 1, + ACTIONS(4901), 1, sym_test_operator, - STATE(1075), 1, + STATE(1290), 1, aux_sym__literal_repeat1, - ACTIONS(4487), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4715), 2, + ACTIONS(4899), 2, sym_raw_string, sym_ansi_c_string, - STATE(1267), 2, + STATE(1320), 2, sym_concatenation, sym_array, - STATE(825), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90952] = 22, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4719), 1, - sym_word, - ACTIONS(4725), 1, - anon_sym_LPAREN, - ACTIONS(4728), 1, - anon_sym_DOLLAR, - ACTIONS(4731), 1, - sym__special_character, - ACTIONS(4734), 1, - anon_sym_DQUOTE, - ACTIONS(4740), 1, - aux_sym_number_token1, - ACTIONS(4743), 1, - aux_sym_number_token2, - ACTIONS(4746), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4749), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4752), 1, - anon_sym_BQUOTE, - ACTIONS(4755), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4761), 1, - sym_test_operator, - ACTIONS(4764), 1, - sym_extglob_pattern, - ACTIONS(4767), 1, - sym__brace_start, - STATE(3715), 1, - aux_sym__literal_repeat1, - STATE(3817), 1, - sym_concatenation, - ACTIONS(4722), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4737), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4758), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3649), 9, + STATE(1012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133925,96 +136452,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91031] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [91080] = 22, + [93742] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(4627), 1, + anon_sym_LPAREN, + ACTIONS(4629), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, - sym__special_character, - ACTIONS(2465), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, - sym__brace_start, - ACTIONS(4770), 1, - sym_word, - ACTIONS(4772), 1, - anon_sym_LPAREN, - ACTIONS(4776), 1, + ACTIONS(4651), 1, sym__comment_word, - ACTIONS(4778), 1, + ACTIONS(4653), 1, sym__empty_value, - ACTIONS(4780), 1, + ACTIONS(4657), 1, + sym__brace_start, + ACTIONS(4903), 1, + sym_word, + ACTIONS(4905), 1, + sym__special_character, + ACTIONS(4909), 1, sym_test_operator, - STATE(1707), 1, + STATE(2484), 1, aux_sym__literal_repeat1, - ACTIONS(2459), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4774), 2, + ACTIONS(4907), 2, sym_raw_string, sym_ansi_c_string, - STATE(1765), 2, + STATE(2751), 2, sym_concatenation, sym_array, - STATE(1492), 9, + STATE(2669), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134024,12 +136509,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91159] = 3, + [93821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 1, + ACTIONS(4913), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 32, + ACTIONS(4911), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -134062,7 +136547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [91200] = 22, + [93862] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(1327), 1, @@ -134075,41 +136560,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(1353), 1, sym__brace_start, - ACTIONS(4782), 1, + ACTIONS(4915), 1, sym_word, - ACTIONS(4786), 1, + ACTIONS(4919), 1, anon_sym_LPAREN, - ACTIONS(4788), 1, + ACTIONS(4921), 1, sym__special_character, - ACTIONS(4790), 1, + ACTIONS(4923), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(4927), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(4929), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(4931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4802), 1, + ACTIONS(4935), 1, sym__comment_word, - ACTIONS(4804), 1, + ACTIONS(4937), 1, sym__empty_value, - ACTIONS(4806), 1, + ACTIONS(4939), 1, sym_test_operator, - STATE(849), 1, + STATE(825), 1, aux_sym__literal_repeat1, - ACTIONS(4784), 2, + ACTIONS(4917), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4792), 2, + ACTIONS(4925), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4800), 2, + ACTIONS(4933), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(969), 2, + STATE(1005), 2, sym_concatenation, sym_array, - STATE(661), 9, + STATE(608), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134119,200 +136604,138 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91279] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4529), 1, - anon_sym_AT, - ACTIONS(4808), 1, - anon_sym_RBRACE3, - STATE(3655), 1, - aux_sym__expansion_body_repeat1, - STATE(4207), 1, - sym__expansion_regex, - STATE(4267), 1, - sym__expansion_operator, - STATE(4270), 1, - sym__expansion_max_length, - STATE(4271), 1, - sym__expansion_regex_removal, - STATE(4274), 1, - sym__expansion_regex_replacement, - STATE(4278), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [91352] = 3, + [93941] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(4306), 1, + anon_sym_DQUOTE, + STATE(2797), 1, + sym_string, + ACTIONS(1135), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(4943), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4941), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 18, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, anon_sym_AMP, - [91393] = 19, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [93990] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4529), 1, - anon_sym_AT, - ACTIONS(4810), 1, - anon_sym_RBRACE3, - STATE(3664), 1, - aux_sym__expansion_body_repeat1, - STATE(4297), 1, - sym__expansion_operator, - STATE(4298), 1, - sym__expansion_max_length, - STATE(4299), 1, - sym__expansion_regex_removal, - STATE(4300), 1, - sym__expansion_regex_replacement, - STATE(4301), 1, - sym__expansion_regex, - STATE(4302), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, + ACTIONS(4306), 1, + anon_sym_DQUOTE, + STATE(2797), 1, + sym_string, + ACTIONS(1139), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(4943), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4941), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [91466] = 22, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 18, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [94039] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4659), 1, + ACTIONS(4505), 1, anon_sym_LPAREN, - ACTIONS(4661), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, + ACTIONS(4529), 1, sym__comment_word, - ACTIONS(4685), 1, + ACTIONS(4531), 1, sym__empty_value, - ACTIONS(4689), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(4812), 1, + ACTIONS(4945), 1, sym_word, - ACTIONS(4814), 1, + ACTIONS(4947), 1, sym__special_character, - ACTIONS(4818), 1, + ACTIONS(4951), 1, sym_test_operator, - STATE(1289), 1, + STATE(1290), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4816), 2, + ACTIONS(4949), 2, sym_raw_string, sym_ansi_c_string, - STATE(1403), 2, + STATE(1320), 2, sym_concatenation, sym_array, - STATE(1057), 9, + STATE(1188), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134322,54 +136745,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91545] = 22, + [94118] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4820), 1, + ACTIONS(1611), 1, + anon_sym_DOLLAR, + ACTIONS(1617), 1, + aux_sym_number_token1, + ACTIONS(1619), 1, + aux_sym_number_token2, + ACTIONS(1623), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1637), 1, + sym__brace_start, + ACTIONS(4953), 1, sym_word, - ACTIONS(4824), 1, + ACTIONS(4957), 1, anon_sym_LPAREN, - ACTIONS(4826), 1, - anon_sym_DOLLAR, - ACTIONS(4828), 1, + ACTIONS(4959), 1, sym__special_character, - ACTIONS(4830), 1, + ACTIONS(4961), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, - aux_sym_number_token1, - ACTIONS(4836), 1, - aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(4965), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(4967), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(4969), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4848), 1, + ACTIONS(4973), 1, sym__comment_word, - ACTIONS(4850), 1, + ACTIONS(4975), 1, sym__empty_value, - ACTIONS(4852), 1, + ACTIONS(4977), 1, sym_test_operator, - ACTIONS(4854), 1, - sym__brace_start, - STATE(1815), 1, + STATE(1232), 1, aux_sym__literal_repeat1, - ACTIONS(4822), 2, + ACTIONS(4955), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4832), 2, + ACTIONS(4963), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4846), 2, + ACTIONS(4971), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1834), 2, + STATE(1281), 2, sym_concatenation, sym_array, - STATE(1611), 9, + STATE(780), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134379,54 +136802,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91624] = 3, + [94197] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 1, + ACTIONS(4981), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 32, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(4539), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [91665] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 32, + ACTIONS(4979), 3, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP, + ACTIONS(4541), 27, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -134454,13 +136842,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91706] = 3, + [94242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4858), 1, + ACTIONS(4985), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4856), 32, + ACTIONS(4983), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -134493,12 +136880,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [91747] = 3, + [94283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 1, + ACTIONS(1237), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 32, + ACTIONS(1235), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -134531,12 +136918,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [91788] = 3, + [94324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 1, + ACTIONS(4985), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 32, + ACTIONS(4983), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -134569,12 +136956,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [91829] = 3, + [94365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4862), 1, + ACTIONS(4985), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4860), 32, + ACTIONS(4983), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -134607,50 +136994,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [91870] = 3, + [94406] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4866), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4864), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [91911] = 3, + ACTIONS(4551), 1, + anon_sym_LPAREN, + ACTIONS(4553), 1, + anon_sym_DOLLAR, + ACTIONS(4557), 1, + anon_sym_DQUOTE, + ACTIONS(4561), 1, + aux_sym_number_token1, + ACTIONS(4563), 1, + aux_sym_number_token2, + ACTIONS(4565), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4567), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4569), 1, + anon_sym_BQUOTE, + ACTIONS(4571), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4575), 1, + sym__comment_word, + ACTIONS(4577), 1, + sym__empty_value, + ACTIONS(4581), 1, + sym__brace_start, + ACTIONS(4987), 1, + sym_word, + ACTIONS(4989), 1, + sym__special_character, + ACTIONS(4993), 1, + sym_test_operator, + STATE(2495), 1, + aux_sym__literal_repeat1, + ACTIONS(4549), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4573), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4991), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2783), 2, + sym_concatenation, + sym_array, + STATE(2489), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [94485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4377), 1, + ACTIONS(1241), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, + ACTIONS(1239), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -134683,54 +137089,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_AMP, - [91952] = 22, + [94526] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4659), 1, + ACTIONS(4627), 1, anon_sym_LPAREN, - ACTIONS(4661), 1, + ACTIONS(4629), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, + ACTIONS(4651), 1, sym__comment_word, - ACTIONS(4685), 1, + ACTIONS(4653), 1, sym__empty_value, - ACTIONS(4689), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(4868), 1, + ACTIONS(4995), 1, sym_word, - ACTIONS(4870), 1, + ACTIONS(4997), 1, sym__special_character, - ACTIONS(4874), 1, + ACTIONS(5001), 1, sym_test_operator, - STATE(1289), 1, + STATE(2484), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4872), 2, + ACTIONS(4999), 2, sym_raw_string, sym_ansi_c_string, - STATE(1403), 2, + STATE(2751), 2, sym_concatenation, sym_array, - STATE(1415), 9, + STATE(2771), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134740,111 +137146,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92031] = 22, + [94605] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 1, - sym_word, - ACTIONS(4880), 1, + ACTIONS(4627), 1, anon_sym_LPAREN, - ACTIONS(4882), 1, + ACTIONS(4629), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, - sym__special_character, - ACTIONS(4886), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4904), 1, + ACTIONS(4651), 1, sym__comment_word, - ACTIONS(4906), 1, + ACTIONS(4653), 1, sym__empty_value, - ACTIONS(4908), 1, - sym_test_operator, - ACTIONS(4910), 1, + ACTIONS(4657), 1, sym__brace_start, - STATE(1250), 1, - aux_sym__literal_repeat1, - ACTIONS(4878), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4888), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4902), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1362), 2, - sym_concatenation, - sym_array, - STATE(971), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [92110] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4912), 1, + ACTIONS(5003), 1, sym_word, - ACTIONS(4916), 1, - anon_sym_LPAREN, - ACTIONS(4918), 1, - anon_sym_DOLLAR, - ACTIONS(4920), 1, + ACTIONS(5005), 1, sym__special_character, - ACTIONS(4922), 1, - anon_sym_DQUOTE, - ACTIONS(4926), 1, - aux_sym_number_token1, - ACTIONS(4928), 1, - aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, - anon_sym_BQUOTE, - ACTIONS(4936), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4940), 1, - sym__comment_word, - ACTIONS(4942), 1, - sym__empty_value, - ACTIONS(4944), 1, + ACTIONS(5009), 1, sym_test_operator, - ACTIONS(4946), 1, - sym__brace_start, - STATE(958), 1, + STATE(2484), 1, aux_sym__literal_repeat1, - ACTIONS(4914), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4924), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4938), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1185), 2, + ACTIONS(5007), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2751), 2, sym_concatenation, sym_array, - STATE(760), 9, + STATE(2576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134854,19 +137203,27 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92189] = 5, - ACTIONS(3), 1, + [94684] = 4, + ACTIONS(63), 1, sym_comment, - ACTIONS(4950), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, + ACTIONS(5011), 1, + anon_sym_EQ, + ACTIONS(4282), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4286), 21, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4948), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_AMP, - ACTIONS(4445), 27, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -134884,6 +137241,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [94726] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5013), 1, + anon_sym_EQ, + ACTIONS(4282), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134894,37 +137257,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - [92234] = 10, + ACTIONS(4286), 21, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + [94768] = 10, ACTIONS(63), 1, sym_comment, - ACTIONS(4962), 1, + ACTIONS(5025), 1, sym_file_descriptor, - ACTIONS(4965), 1, + ACTIONS(5028), 1, sym_variable_name, - STATE(2409), 1, + STATE(2395), 1, sym_file_redirect, - STATE(3985), 1, + STATE(4133), 1, sym_subscript, - STATE(1973), 2, + STATE(2013), 2, sym_variable_assignment, aux_sym_command_repeat1, - ACTIONS(4959), 3, + ACTIONS(5022), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(4952), 5, + ACTIONS(5015), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(4956), 5, + ACTIONS(5019), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(4954), 13, + ACTIONS(5017), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -134938,12 +137323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [92288] = 4, + [94822] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4968), 1, - anon_sym_EQ, - ACTIONS(4265), 10, + ACTIONS(4659), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134954,7 +137337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, + ACTIONS(4661), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134976,12 +137359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [92330] = 4, + [94861] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4970), 1, - anon_sym_EQ, - ACTIONS(4265), 10, + ACTIONS(1259), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134992,7 +137373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, + ACTIONS(1261), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135014,10 +137395,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92372] = 3, + [94900] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5035), 1, + anon_sym_RPAREN, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [94973] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5063), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95046] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4911), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135028,7 +137515,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1253), 21, + ACTIONS(4913), 21, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [95085] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5065), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2022), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95158] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5067), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2016), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95231] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4619), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4621), 21, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + [95270] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5069), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95343] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4819), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4821), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135050,50 +137768,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92411] = 20, + [95382] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5071), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95455] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5073), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2027), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95528] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4976), 1, - anon_sym_RPAREN, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - STATE(3028), 1, + ACTIONS(5075), 1, + anon_sym_RPAREN, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2024), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135103,50 +137927,104 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92484] = 20, + [95601] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5004), 1, + ACTIONS(5077), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2018), 2, + STATE(2048), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95674] = 21, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5079), 1, + sym_word, + ACTIONS(5083), 1, + anon_sym_DOLLAR, + ACTIONS(5085), 1, + sym__special_character, + ACTIONS(5087), 1, + anon_sym_DQUOTE, + ACTIONS(5091), 1, + aux_sym_number_token1, + ACTIONS(5093), 1, + aux_sym_number_token2, + ACTIONS(5095), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5097), 1, + anon_sym_RBRACE3, + ACTIONS(5099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5101), 1, + anon_sym_BQUOTE, + ACTIONS(5103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5107), 1, + sym_test_operator, + ACTIONS(5109), 1, + sym__word_in_replacement, + ACTIONS(5111), 1, + sym__brace_start, + STATE(3859), 1, + aux_sym__literal_repeat1, + STATE(4066), 1, + sym_concatenation, + ACTIONS(5081), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5089), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5105), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3768), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135156,50 +138034,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92557] = 20, + [95749] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5006), 1, + ACTIONS(5113), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2039), 2, + STATE(2048), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135209,82 +138087,63 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92630] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4375), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [92669] = 3, + [95822] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1233), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [92708] = 3, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5115), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [95895] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 10, + ACTIONS(4983), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135295,8 +138154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1229), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(4985), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135317,48 +138175,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92747] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4447), 2, - anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(5008), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5012), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5010), 17, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [92790] = 3, + [95934] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(4983), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135369,7 +138190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(4985), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135391,48 +138212,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [92829] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(3065), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [92872] = 3, + [95973] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1235), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135443,8 +138226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1237), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135465,50 +138247,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92911] = 20, + anon_sym_RPAREN, + [96012] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5016), 1, + ACTIONS(5117), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2048), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135518,10 +138301,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92984] = 3, + [96085] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1239), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135532,7 +138315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1241), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135554,10 +138337,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93023] = 3, + [96124] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1235), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135568,7 +138351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1237), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135590,50 +138373,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93062] = 20, + [96163] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5018), 1, + ACTIONS(5119), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1987), 2, + STATE(2048), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135643,48 +138426,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93135] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1991), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5020), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [93178] = 3, + [96236] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(4983), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135695,7 +138440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4866), 21, + ACTIONS(4985), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135717,10 +138462,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93217] = 3, + [96275] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4691), 10, + ACTIONS(4981), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5121), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5125), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135731,10 +138482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4693), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5123), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -135752,51 +138500,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93256] = 20, + [96318] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5023), 1, + ACTIONS(5127), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2041), 2, + STATE(2042), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135806,200 +138553,121 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93329] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93368] = 3, + [96391] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4375), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [93407] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, aux_sym_number_token1, + ACTIONS(5047), 1, aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(2977), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, sym_test_operator, + ACTIONS(5061), 1, sym__brace_start, + ACTIONS(5129), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93450] = 6, + STATE(2034), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [96464] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(5014), 1, - aux_sym_concatenation_token1, - ACTIONS(5025), 1, - sym__concat, - STATE(1991), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, aux_sym_number_token1, + ACTIONS(5047), 1, aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, sym_test_operator, + ACTIONS(5061), 1, sym__brace_start, + ACTIONS(5131), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93495] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1217), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93534] = 5, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [96537] = 5, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, + STATE(2063), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5133), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2967), 9, + ACTIONS(2885), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136009,7 +138677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2969), 19, + ACTIONS(2887), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136029,50 +138697,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93577] = 20, + [96580] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4303), 1, - anon_sym_RPAREN, - ACTIONS(5027), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(5033), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(5036), 1, - sym__special_character, ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, anon_sym_DQUOTE, ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(5048), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(5051), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5054), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5057), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(5060), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5066), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5069), 1, + ACTIONS(5061), 1, sym__brace_start, - STATE(3028), 1, + ACTIONS(5135), 1, + anon_sym_RPAREN, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(5030), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5042), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5063), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2029), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136082,10 +138750,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93650] = 3, + [96653] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(4619), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136096,7 +138764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1225), 21, + ACTIONS(4621), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -136118,16 +138786,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [93689] = 6, + [96692] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(5014), 1, - aux_sym_concatenation_token1, - ACTIONS(5072), 1, - sym__concat, - STATE(1991), 1, + STATE(2074), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 9, + ACTIONS(5133), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2899), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136137,7 +138804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1173), 19, + ACTIONS(2901), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136157,50 +138824,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93734] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [93781] = 3, + [96735] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(4659), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136211,7 +138838,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, + ACTIONS(4661), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136232,11 +138860,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [96774] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4389), 1, anon_sym_RPAREN, - [93820] = 3, + ACTIONS(5137), 1, + sym_word, + ACTIONS(5143), 1, + anon_sym_DOLLAR, + ACTIONS(5146), 1, + sym__special_character, + ACTIONS(5149), 1, + anon_sym_DQUOTE, + ACTIONS(5155), 1, + aux_sym_number_token1, + ACTIONS(5158), 1, + aux_sym_number_token2, + ACTIONS(5161), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5164), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5167), 1, + anon_sym_BQUOTE, + ACTIONS(5170), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5176), 1, + sym_test_operator, + ACTIONS(5179), 1, + sym__brace_start, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5140), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5152), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5173), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [96847] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 10, + ACTIONS(4911), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136247,7 +138927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1245), 21, + ACTIONS(4913), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136269,55 +138949,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93859] = 7, - ACTIONS(3), 1, + [96886] = 20, + ACTIONS(63), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, anon_sym_DQUOTE, - STATE(2467), 1, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5182), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2059), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [96959] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5184), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2090), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [97032] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2063), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5133), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3078), 9, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3080), 19, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [93906] = 5, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [97075] = 5, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, + STATE(2074), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5133), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 9, + ACTIONS(3084), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136327,7 +139111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1169), 19, + ACTIONS(3086), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136347,50 +139131,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93949] = 20, + [97118] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1221), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1223), 21, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [97157] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5074), 1, + ACTIONS(5186), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2030), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136400,50 +139220,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94022] = 20, + [97230] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5188), 1, + sym_word, + ACTIONS(5192), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5076), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(3773), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2009), 2, + ACTIONS(5190), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4025), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(3734), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136453,50 +139273,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94095] = 20, + [97303] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5078), 1, + ACTIONS(5194), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2061), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136506,48 +139326,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94168] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4447), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(5080), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5084), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5082), 17, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [94211] = 3, + [97376] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(1203), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136558,7 +139340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1225), 21, + ACTIONS(1205), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136580,15 +139362,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [94250] = 5, + [97415] = 20, ACTIONS(63), 1, sym_comment, - STATE(2003), 1, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5196), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [97488] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2063), 1, aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, + ACTIONS(5133), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2995), 9, + ACTIONS(1173), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136598,7 +139433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2997), 19, + ACTIONS(1175), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136618,10 +139453,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [94293] = 3, + [97531] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5198), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [97604] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1209), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136632,7 +139520,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1253), 21, + ACTIONS(1211), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136653,16 +139542,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [94332] = 5, + [97643] = 6, ACTIONS(63), 1, sym_comment, - STATE(1998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, + ACTIONS(5133), 1, aux_sym_concatenation_token1, - ACTIONS(3003), 9, + ACTIONS(5200), 1, + sym__concat, + STATE(2082), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -136672,7 +139561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3005), 19, + ACTIONS(1169), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -136692,116 +139581,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [94375] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5086), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2026), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [94448] = 20, + [97688] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5088), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [94521] = 3, + ACTIONS(1255), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1257), 21, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [97727] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 10, + ACTIONS(1199), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136812,8 +139631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1217), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1201), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136834,10 +139652,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94560] = 3, + anon_sym_RPAREN, + [97766] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1221), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136848,8 +139667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1223), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136870,10 +139688,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94599] = 3, + anon_sym_RPAREN, + [97805] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 10, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5202), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2037), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [97878] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4543), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5121), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5125), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136884,11 +139762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1237), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5123), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -136906,10 +139780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94638] = 3, + [97921] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1225), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136920,8 +139794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1227), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136942,10 +139815,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94677] = 3, + anon_sym_RPAREN, + [97960] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(1243), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136956,8 +139830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4866), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1245), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136978,50 +139851,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94716] = 20, + anon_sym_RPAREN, + [97999] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5090), 1, + ACTIONS(5204), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2048), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137031,50 +139905,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94789] = 20, + [98072] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5206), 1, + sym_word, + ACTIONS(5210), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5092), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(3770), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2024), 2, + ACTIONS(5208), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4049), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(3747), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137084,103 +139958,125 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94862] = 20, + [98145] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(1251), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1253), 21, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [98184] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5133), 1, + aux_sym_concatenation_token1, + ACTIONS(5212), 1, + sym__concat, + STATE(2082), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, aux_sym_number_token1, - ACTIONS(4988), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + sym_word, + ACTIONS(1179), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5094), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [94935] = 20, + [98229] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5096), 1, + ACTIONS(5214), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2078), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137190,10 +140086,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95008] = 3, + [98302] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 10, + ACTIONS(1243), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137204,7 +140100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1265), 21, + ACTIONS(1245), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -137226,10 +140122,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95047] = 3, + [98341] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 10, + ACTIONS(1259), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137240,7 +140136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1229), 21, + ACTIONS(1261), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137262,10 +140158,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [95086] = 3, + [98380] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5031), 1, + sym_word, + ACTIONS(5037), 1, + anon_sym_DOLLAR, + ACTIONS(5039), 1, + sym__special_character, + ACTIONS(5041), 1, + anon_sym_DQUOTE, + ACTIONS(5045), 1, + aux_sym_number_token1, + ACTIONS(5047), 1, + aux_sym_number_token2, + ACTIONS(5049), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5051), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5053), 1, + anon_sym_BQUOTE, + ACTIONS(5055), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5059), 1, + sym_test_operator, + ACTIONS(5061), 1, + sym__brace_start, + ACTIONS(5216), 1, + anon_sym_RPAREN, + STATE(3080), 1, + aux_sym__literal_repeat1, + ACTIONS(5033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5043), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5057), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2048), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2940), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [98453] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(1225), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137276,7 +140225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, + ACTIONS(1227), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -137298,50 +140247,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95125] = 20, + [98492] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5098), 1, + ACTIONS(5218), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2017), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137351,50 +140300,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95198] = 20, + [98565] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5100), 1, + ACTIONS(5220), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2031), 2, + STATE(2071), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137404,46 +140353,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95271] = 3, + [98638] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + STATE(2082), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5222), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 9, anon_sym_LT, anon_sym_GT, - ACTIONS(1261), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [95310] = 3, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1185), 19, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [98681] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 10, + ACTIONS(1235), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137454,7 +140405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1233), 21, + ACTIONS(1237), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137475,51 +140427,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [95349] = 20, + [98720] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(3534), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(3556), 1, + sym_extglob_pattern, + ACTIONS(3558), 1, + sym__brace_start, + ACTIONS(4161), 1, + sym__special_character, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + ACTIONS(4167), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5225), 1, + sym_word, + ACTIONS(5229), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5102), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(3905), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1977), 2, + ACTIONS(5227), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4138), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(3756), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137529,10 +140480,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95422] = 3, + [98793] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4691), 10, + ACTIONS(1251), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137543,8 +140494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4693), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1253), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137565,16 +140515,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95461] = 5, + anon_sym_RPAREN, + [98832] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4950), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5008), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5012), 10, + ACTIONS(1209), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137585,7 +140530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5010), 17, + ACTIONS(1211), 21, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -137603,10 +140551,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95504] = 3, + anon_sym_RPAREN, + [98871] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1239), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137617,7 +140566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, + ACTIONS(1241), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137638,61 +140588,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [95543] = 20, - ACTIONS(63), 1, + [98910] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5104), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2506), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [95616] = 3, + ACTIONS(1135), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4250), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 16, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [98957] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1235), 10, @@ -137707,6 +140643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, ACTIONS(1237), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137727,104 +140664,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [95655] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5106), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [95728] = 20, + [98996] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(5031), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5039), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5059), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5108), 1, + ACTIONS(5231), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3080), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5043), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2027), 2, + STATE(2048), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2940), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137834,10 +140717,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95801] = 3, + [99069] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 10, + ACTIONS(1203), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137848,7 +140731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, + ACTIONS(1205), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -137870,16 +140753,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95840] = 5, + [99108] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4252), 1, + anon_sym_DQUOTE, + STATE(2506), 1, + sym_string, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4254), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4250), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 16, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [99155] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4950), 2, + ACTIONS(4543), 2, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, - ACTIONS(5080), 2, + ACTIONS(5233), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(5084), 10, + ACTIONS(5237), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137890,7 +140813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5082), 17, + ACTIONS(5235), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -137908,116 +140831,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95883] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5110), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [95956] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5112), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2052), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96029] = 3, + [99198] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4856), 10, + ACTIONS(4983), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138028,7 +140845,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4858), 21, + ACTIONS(4985), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -138049,11 +140867,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [96068] = 3, + [99237] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 10, + ACTIONS(4819), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138064,7 +140881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1261), 21, + ACTIONS(4821), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -138086,63 +140903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [96107] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5114), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2059), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96180] = 3, + [99276] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4856), 10, + ACTIONS(1255), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138153,8 +140917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4858), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1257), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -138175,115 +140938,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [96219] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4283), 1, - anon_sym_AT, - ACTIONS(4285), 1, - anon_sym_STAR2, - ACTIONS(5116), 1, - anon_sym_LBRACK, - STATE(4192), 1, - sym__expansion_operator, - STATE(4193), 1, - sym__expansion_max_length, - STATE(4194), 1, - sym__expansion_regex_removal, - STATE(4195), 1, - sym__expansion_regex_replacement, - STATE(4197), 1, - sym__expansion_regex, - STATE(4198), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [96290] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5118), 1, anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96363] = 3, + [99315] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 10, + ACTIONS(4983), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138294,7 +140953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1245), 21, + ACTIONS(4985), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -138316,10 +140975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [96402] = 3, + [99354] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 10, + ACTIONS(4983), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138330,7 +140989,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1265), 21, + ACTIONS(4985), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -138351,117 +141011,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [96441] = 20, + [99393] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + STATE(2063), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5133), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3058), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, aux_sym_number_token1, - ACTIONS(4988), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + sym_word, + ACTIONS(3060), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5120), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96514] = 20, + [99436] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + STATE(2074), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5133), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3048), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, aux_sym_number_token1, - ACTIONS(4988), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + sym_word, + ACTIONS(3050), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5122), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2055), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96587] = 3, + [99479] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1199), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138472,7 +141101,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, + ACTIONS(1201), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -138493,104 +141123,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [96626] = 20, + [99518] = 21, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(5083), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5085), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5087), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5091), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5093), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5095), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5101), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5111), 1, sym__brace_start, - ACTIONS(5124), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2045), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96699] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, + ACTIONS(5239), 1, sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(5243), 1, + anon_sym_RBRACE3, + ACTIONS(5245), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5126), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5247), 1, + sym__word_in_replacement, + STATE(3842), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4130), 1, + sym_concatenation, + ACTIONS(5081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(5241), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3759), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138600,15 +141177,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96772] = 5, + [99593] = 5, ACTIONS(63), 1, sym_comment, - STATE(1998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 9, + ACTIONS(4981), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(5233), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5237), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5235), 17, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_STAR_STAR_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [99636] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4429), 1, + anon_sym_SLASH, + ACTIONS(4431), 1, + anon_sym_PERCENT, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(4437), 1, + anon_sym_RBRACE3, + ACTIONS(4439), 1, + anon_sym_AT, + ACTIONS(4441), 1, + anon_sym_STAR2, + ACTIONS(5249), 1, + anon_sym_LBRACK, + STATE(4333), 1, + sym__expansion_operator, + STATE(4334), 1, + sym__expansion_max_length, + STATE(4335), 1, + sym__expansion_regex_removal, + STATE(4336), 1, + sym__expansion_regex_replacement, + STATE(4338), 1, + sym__expansion_regex, + STATE(4339), 1, + sym__expansion_expression, + ACTIONS(4427), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4447), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4435), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4445), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4443), 8, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + [99707] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1243), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -138618,8 +141280,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3069), 19, + ACTIONS(1245), 21, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -138630,6 +141293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -138638,50 +141302,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [96815] = 20, + [99745] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4294), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4302), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4322), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4324), 1, sym__brace_start, - ACTIONS(5128), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5253), 1, + sym__special_character, + ACTIONS(5255), 1, + anon_sym_DQUOTE, + ACTIONS(5259), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5261), 1, + anon_sym_BQUOTE, + ACTIONS(5263), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2901), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5251), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5257), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5265), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(1950), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138691,85 +141353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96888] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [96934] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(5132), 1, - anon_sym_DQUOTE, - STATE(3105), 1, - sym_string, - ACTIONS(5134), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [96980] = 3, + [99815] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1259), 9, @@ -138804,88 +141388,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97018] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5138), 1, - anon_sym_DQUOTE, - STATE(2924), 1, - sym_string, - ACTIONS(1139), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(5140), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 15, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [97064] = 20, + [99853] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(983), 1, anon_sym_DOLLAR, - ACTIONS(713), 1, + ACTIONS(987), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(991), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(993), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(1001), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(3127), 1, + ACTIONS(2576), 1, sym__special_character, - ACTIONS(5142), 1, + ACTIONS(5267), 1, sym_word, - ACTIONS(5146), 1, + ACTIONS(5271), 1, sym_test_operator, - ACTIONS(5148), 1, + ACTIONS(5273), 1, sym_regex, - STATE(908), 1, + STATE(1553), 1, aux_sym__literal_repeat1, - STATE(976), 1, + STATE(1772), 1, sym_concatenation, - ACTIONS(693), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(1003), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5144), 2, + ACTIONS(5269), 2, sym_raw_string, sym_ansi_c_string, - STATE(612), 9, + STATE(1331), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138895,71 +141440,164 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97136] = 19, + [99925] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4229), 1, - sym_word, - ACTIONS(4237), 1, + ACTIONS(1221), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4243), 1, aux_sym_number_token1, - ACTIONS(4245), 1, aux_sym_number_token2, - ACTIONS(4249), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1223), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(4259), 1, sym__brace_start, - ACTIONS(5152), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, - ACTIONS(5154), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [99963] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1239), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - ACTIONS(5162), 1, + sym_word, + ACTIONS(1241), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(5150), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [100001] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1217), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1219), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1901), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2519), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [100039] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5277), 1, + anon_sym_DQUOTE, + STATE(3184), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [97206] = 7, + ACTIONS(1139), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5279), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5275), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [100085] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(5283), 1, anon_sym_DQUOTE, - STATE(2924), 1, + STATE(3023), 1, sym_string, ACTIONS(1135), 2, sym_test_operator, sym__brace_start, - ACTIONS(5140), 2, + ACTIONS(5285), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, + ACTIONS(5281), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -138985,7 +141623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [97252] = 20, + [100131] = 20, ACTIONS(63), 1, sym_comment, ACTIONS(409), 1, @@ -139006,17 +141644,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(3153), 1, + ACTIONS(3122), 1, sym__special_character, - ACTIONS(5166), 1, + ACTIONS(5287), 1, sym_word, - ACTIONS(5170), 1, + ACTIONS(5291), 1, sym_test_operator, - ACTIONS(5172), 1, + ACTIONS(5293), 1, sym_regex, - STATE(1004), 1, + STATE(1053), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(1112), 1, sym_concatenation, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -139024,10 +141662,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5168), 2, + ACTIONS(5289), 2, sym_raw_string, sym_ansi_c_string, - STATE(1262), 9, + STATE(1273), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139037,10 +141675,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97324] = 3, + [100203] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 9, + ACTIONS(1263), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139050,7 +141688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 21, + ACTIONS(1265), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139072,149 +141710,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97362] = 20, - ACTIONS(63), 1, + [100241] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5283), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5174), 1, - sym_word, - ACTIONS(5178), 1, + STATE(3023), 1, + sym_string, + ACTIONS(1139), 2, sym_test_operator, - ACTIONS(5180), 1, - sym_extglob_pattern, - STATE(3703), 1, - aux_sym__literal_repeat1, - STATE(3903), 1, - sym_concatenation, - ACTIONS(4165), 2, + sym__brace_start, + ACTIONS(5285), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5281), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 15, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5176), 2, + sym__special_character, sym_raw_string, sym_ansi_c_string, - STATE(3642), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [97434] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(979), 1, - anon_sym_DQUOTE, - ACTIONS(983), 1, aux_sym_number_token1, - ACTIONS(985), 1, aux_sym_number_token2, - ACTIONS(987), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, - sym__brace_start, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(5182), 1, - sym_word, - ACTIONS(5186), 1, - sym_test_operator, - ACTIONS(5188), 1, - sym_regex, - STATE(1593), 1, - aux_sym__literal_repeat1, - STATE(1663), 1, - sym_concatenation, - ACTIONS(965), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5184), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1384), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [97506] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 21, + [100287] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5277), 1, + anon_sym_DQUOTE, + STATE(3184), 1, + sym_string, + ACTIONS(1135), 2, sym_file_descriptor, - sym__concat, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(5279), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5275), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [97544] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [100333] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 9, + ACTIONS(1235), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139224,7 +141801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 21, + ACTIONS(1237), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139246,10 +141823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97582] = 3, + [100371] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 9, + ACTIONS(1209), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139259,7 +141836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1217), 21, + ACTIONS(1211), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139281,49 +141858,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97620] = 20, + [100409] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(413), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5190), 1, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(3098), 1, + sym__special_character, + ACTIONS(5293), 1, + sym_regex, + ACTIONS(5295), 1, sym_word, - ACTIONS(5194), 1, + ACTIONS(5299), 1, sym_test_operator, - ACTIONS(5196), 1, - sym_extglob_pattern, - STATE(3678), 1, + STATE(1053), 1, aux_sym__literal_repeat1, - STATE(3914), 1, + STATE(1112), 1, sym_concatenation, - ACTIONS(4165), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5192), 2, + ACTIONS(5297), 2, sym_raw_string, sym_ansi_c_string, - STATE(3641), 9, + STATE(699), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139333,10 +141910,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97692] = 3, + [100481] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(5303), 1, + anon_sym_DQUOTE, + STATE(3171), 1, + sym_string, + ACTIONS(5305), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5301), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 16, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [100527] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 9, + ACTIONS(1213), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139346,7 +141962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 21, + ACTIONS(1215), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139368,19 +141984,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97730] = 7, + [100565] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1139), 1, sym_file_descriptor, - ACTIONS(5132), 1, + ACTIONS(5303), 1, anon_sym_DQUOTE, - STATE(3105), 1, + STATE(3171), 1, sym_string, - ACTIONS(5134), 2, + ACTIONS(5305), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(5301), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -139407,10 +142023,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [97776] = 3, + [100611] = 20, + ACTIONS(41), 1, + anon_sym_DOLLAR, + ACTIONS(45), 1, + anon_sym_DQUOTE, + ACTIONS(49), 1, + aux_sym_number_token1, + ACTIONS(51), 1, + aux_sym_number_token2, + ACTIONS(53), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(55), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(57), 1, + anon_sym_BQUOTE, + ACTIONS(59), 1, + anon_sym_DOLLAR_BQUOTE, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 9, + ACTIONS(71), 1, + sym__brace_start, + ACTIONS(3190), 1, + sym__special_character, + ACTIONS(5307), 1, + sym_word, + ACTIONS(5311), 1, + sym_test_operator, + ACTIONS(5313), 1, + sym_regex, + STATE(983), 1, + aux_sym__literal_repeat1, + STATE(1199), 1, + sym_concatenation, + ACTIONS(13), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(61), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5309), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(736), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [100683] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1235), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139420,7 +142088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 21, + ACTIONS(1237), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139442,10 +142110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97814] = 3, + [100721] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 9, + ACTIONS(1255), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139455,7 +142123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1203), 21, + ACTIONS(1257), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139477,87 +142145,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97852] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [97898] = 19, + [100759] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4229), 1, + ACTIONS(4294), 1, sym_word, - ACTIONS(4237), 1, + ACTIONS(4302), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4322), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(4324), 1, sym__brace_start, - ACTIONS(5152), 1, + ACTIONS(5253), 1, sym__special_character, - ACTIONS(5154), 1, + ACTIONS(5255), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(5259), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5261), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5263), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + STATE(2901), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + ACTIONS(5251), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + ACTIONS(5257), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(5265), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1905), 2, + STATE(1957), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2519), 9, + STATE(2572), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139567,49 +142196,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97968] = 20, + [100829] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(1251), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(3610), 1, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1253), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, sym__brace_start, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, - ACTIONS(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [100867] = 20, + ACTIONS(63), 1, + sym_comment, + ACTIONS(491), 1, + anon_sym_DOLLAR, + ACTIONS(495), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, + aux_sym_number_token1, + ACTIONS(501), 1, + aux_sym_number_token2, + ACTIONS(503), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5198), 1, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(3120), 1, + sym__special_character, + ACTIONS(5315), 1, sym_word, - ACTIONS(5202), 1, + ACTIONS(5319), 1, sym_test_operator, - ACTIONS(5204), 1, - sym_extglob_pattern, - STATE(3723), 1, + ACTIONS(5321), 1, + sym_regex, + STATE(744), 1, aux_sym__literal_repeat1, - STATE(4018), 1, + STATE(765), 1, sym_concatenation, - ACTIONS(4165), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5200), 2, + ACTIONS(5317), 2, sym_raw_string, sym_ansi_c_string, - STATE(3716), 9, + STATE(585), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139619,10 +142283,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98040] = 3, + [100939] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 9, + ACTIONS(1203), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139632,7 +142296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1265), 21, + ACTIONS(1205), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139654,10 +142318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98078] = 3, + [100977] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 9, + ACTIONS(1199), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139667,7 +142331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1257), 21, + ACTIONS(1201), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139689,10 +142353,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98116] = 3, + [101015] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 9, + ACTIONS(1247), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139702,7 +142366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 21, + ACTIONS(1249), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139724,10 +142388,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98154] = 3, + [101053] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 9, + ACTIONS(1225), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -139737,7 +142401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 21, + ACTIONS(1227), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -139759,49 +142423,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98192] = 20, + [101091] = 20, ACTIONS(63), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(709), 1, anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(3129), 1, + ACTIONS(3138), 1, sym__special_character, - ACTIONS(5206), 1, + ACTIONS(5323), 1, sym_word, - ACTIONS(5210), 1, + ACTIONS(5327), 1, sym_test_operator, - ACTIONS(5212), 1, + ACTIONS(5329), 1, sym_regex, - STATE(754), 1, + STATE(899), 1, aux_sym__literal_repeat1, - STATE(910), 1, + STATE(955), 1, sym_concatenation, - ACTIONS(455), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5208), 2, + ACTIONS(5325), 2, sym_raw_string, sym_ansi_c_string, - STATE(588), 9, + STATE(669), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139811,162 +142475,42 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98264] = 19, + [101163] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4229), 1, - sym_word, - ACTIONS(4237), 1, + ACTIONS(1183), 9, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(4243), 1, aux_sym_number_token1, - ACTIONS(4245), 1, aux_sym_number_token2, - ACTIONS(4249), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, - sym_test_operator, - ACTIONS(4259), 1, - sym__brace_start, - ACTIONS(5152), 1, - sym__special_character, - ACTIONS(5154), 1, - anon_sym_DQUOTE, - ACTIONS(5158), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(5150), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5164), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1915), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2519), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [98334] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5214), 1, sym_word, - ACTIONS(5218), 1, - anon_sym_DOLLAR, - ACTIONS(5220), 1, - sym__special_character, - ACTIONS(5222), 1, - anon_sym_DQUOTE, - ACTIONS(5226), 1, - aux_sym_number_token1, - ACTIONS(5228), 1, - aux_sym_number_token2, - ACTIONS(5230), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5232), 1, - anon_sym_RBRACE3, - ACTIONS(5234), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, - anon_sym_BQUOTE, - ACTIONS(5238), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5242), 1, + ACTIONS(1185), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(5244), 1, sym__brace_start, - STATE(3725), 1, - aux_sym__literal_repeat1, - STATE(3997), 1, - sym_concatenation, - ACTIONS(5216), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5224), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(5240), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3712), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [98406] = 20, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, - aux_sym_number_token1, - ACTIONS(51), 1, - aux_sym_number_token2, - ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, - anon_sym_BQUOTE, - ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(3147), 1, - sym__special_character, - ACTIONS(5246), 1, - sym_word, - ACTIONS(5250), 1, - sym_test_operator, - ACTIONS(5252), 1, - sym_regex, - STATE(984), 1, - aux_sym__literal_repeat1, - STATE(1179), 1, - sym_concatenation, - ACTIONS(13), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5248), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(739), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [98478] = 20, + [101201] = 20, ACTIONS(63), 1, sym_comment, ACTIONS(409), 1, @@ -139987,17 +142531,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(3112), 1, + ACTIONS(3118), 1, sym__special_character, - ACTIONS(5172), 1, + ACTIONS(5293), 1, sym_regex, - ACTIONS(5254), 1, + ACTIONS(5331), 1, sym_word, - ACTIONS(5258), 1, + ACTIONS(5335), 1, sym_test_operator, - STATE(1004), 1, + STATE(1053), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(1112), 1, sym_concatenation, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, @@ -140005,10 +142549,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5256), 2, + ACTIONS(5333), 2, sym_raw_string, sym_ansi_c_string, - STATE(692), 9, + STATE(897), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140018,45 +142562,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98550] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1233), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98588] = 3, + [101273] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 9, + ACTIONS(1195), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -140066,7 +142575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1225), 21, + ACTIONS(1197), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -140088,20 +142597,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98626] = 7, + [101311] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(3082), 1, + STATE(2648), 1, sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(5264), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -140111,7 +142619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 15, + ACTIONS(1137), 16, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -140126,46 +142634,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - [98672] = 3, + [101357] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4294), 1, + sym_word, + ACTIONS(4302), 1, anon_sym_DOLLAR, + ACTIONS(4308), 1, aux_sym_number_token1, + ACTIONS(4310), 1, aux_sym_number_token2, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1229), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(4322), 1, sym_test_operator, + ACTIONS(4324), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(5253), 1, sym__special_character, + ACTIONS(5255), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5259), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5261), 1, + anon_sym_BQUOTE, + ACTIONS(5263), 1, anon_sym_DOLLAR_BQUOTE, + STATE(2901), 1, + aux_sym__literal_repeat1, + ACTIONS(5251), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5257), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5265), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98710] = 3, + STATE(1949), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2572), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [101427] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 9, + ACTIONS(1267), 9, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -140175,7 +142700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1221), 21, + ACTIONS(1269), 21, sym_file_descriptor, sym__concat, sym_variable_name, @@ -140197,20 +142722,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98748] = 7, + [101465] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(4290), 1, anon_sym_DQUOTE, - STATE(3082), 1, + STATE(2648), 1, sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(5264), 2, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -140220,7 +142744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 15, + ACTIONS(1127), 16, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -140235,155 +142759,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - [98794] = 3, - ACTIONS(63), 1, + [101511] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(361), 1, anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, + ACTIONS(365), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98832] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(369), 1, aux_sym_number_token1, + ACTIONS(371), 1, aux_sym_number_token2, + ACTIONS(373), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(379), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3176), 1, anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(1237), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5339), 1, + anon_sym_RBRACK, + ACTIONS(5345), 1, sym_test_operator, - sym__brace_start, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98870] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(5341), 2, sym__special_character, - anon_sym_DQUOTE, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98908] = 20, + STATE(1609), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [101578] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(5347), 1, + sym_word, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(5353), 1, + sym__special_character, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(3118), 1, - sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5266), 1, - sym_word, - ACTIONS(5270), 1, + ACTIONS(5373), 1, sym_test_operator, - STATE(1004), 1, + ACTIONS(5375), 1, + sym__brace_start, + STATE(2602), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(2915), 1, sym_concatenation, - ACTIONS(389), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5268), 2, + ACTIONS(5357), 2, sym_raw_string, sym_ansi_c_string, - STATE(866), 9, + ACTIONS(5371), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3040), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140393,47 +142860,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98980] = 19, + [101647] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5272), 1, + ACTIONS(5377), 1, sym_word, - ACTIONS(5276), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(5383), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5298), 1, + ACTIONS(5403), 1, sym_test_operator, - ACTIONS(5300), 1, + ACTIONS(5405), 1, sym__brace_start, - STATE(2644), 1, + STATE(2631), 1, aux_sym__literal_repeat1, - STATE(2837), 1, + STATE(2862), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5282), 2, + ACTIONS(5387), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5296), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2674), 9, + STATE(2498), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140443,47 +142910,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99049] = 19, + [101716] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5302), 1, + ACTIONS(5407), 1, sym_word, - ACTIONS(5306), 1, + ACTIONS(5409), 1, + sym__special_character, + ACTIONS(5413), 1, sym_test_operator, - STATE(2648), 1, + STATE(2627), 1, aux_sym__literal_repeat1, - STATE(2811), 1, + STATE(2874), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5304), 2, + ACTIONS(5411), 2, sym_raw_string, sym_ansi_c_string, - STATE(2671), 9, + STATE(2772), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140493,146 +142960,136 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99118] = 18, - ACTIONS(3), 1, + [101785] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5415), 1, + sym__special_character, + STATE(2146), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, sym_word, - ACTIONS(5310), 1, - anon_sym_RBRACK, - ACTIONS(5316), 1, + ACTIONS(1275), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(348), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99185] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [101826] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5422), 1, + anon_sym_LPAREN, + ACTIONS(5424), 1, + aux_sym__c_word_token1, + ACTIONS(5426), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5428), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5430), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4814), 1, - sym__special_character, - ACTIONS(5318), 1, - sym_word, - ACTIONS(5322), 1, - sym_test_operator, - STATE(1287), 1, - aux_sym__literal_repeat1, - STATE(1400), 1, - sym_concatenation, - ACTIONS(4657), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5320), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1066), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + STATE(2296), 1, + sym__c_terminator, + STATE(3743), 1, + sym__c_expression, + STATE(3892), 1, + sym__c_variable_assignment, + STATE(4475), 1, + sym__for_body, + ACTIONS(5418), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(5420), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2002), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [99254] = 19, + [101901] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(4829), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, + ACTIONS(4831), 1, sym__special_character, - ACTIONS(4886), 1, + ACTIONS(4833), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(4837), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(4839), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(4841), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(4843), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(4845), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(4847), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(4857), 1, sym__brace_start, - ACTIONS(5324), 1, + ACTIONS(5444), 1, sym_word, - ACTIONS(5328), 1, + ACTIONS(5448), 1, sym_test_operator, - STATE(1263), 1, + STATE(1264), 1, aux_sym__literal_repeat1, - STATE(1308), 1, + STATE(1393), 1, sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(4825), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(4849), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5326), 2, + ACTIONS(5446), 2, sym_raw_string, sym_ansi_c_string, - STATE(954), 9, + STATE(972), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140642,47 +143099,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99323] = 19, + [101970] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5330), 1, - sym_word, - ACTIONS(5334), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, + ACTIONS(5383), 1, sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5356), 1, - sym_test_operator, - ACTIONS(5358), 1, + ACTIONS(5405), 1, sym__brace_start, - STATE(3616), 1, + ACTIONS(5450), 1, + sym_word, + ACTIONS(5454), 1, + sym_test_operator, + STATE(2665), 1, aux_sym__literal_repeat1, - STATE(3686), 1, + STATE(2834), 1, sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5340), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5354), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3555), 9, + ACTIONS(5452), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2502), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140692,47 +143149,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99392] = 19, + [102039] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5360), 1, + ACTIONS(5456), 1, sym_word, - ACTIONS(5364), 1, + ACTIONS(5460), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, + ACTIONS(5462), 1, sym__special_character, - ACTIONS(5368), 1, + ACTIONS(5464), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5468), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5470), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5472), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5476), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5478), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5386), 1, + ACTIONS(5482), 1, sym_test_operator, - ACTIONS(5388), 1, + ACTIONS(5484), 1, sym__brace_start, - STATE(2547), 1, + STATE(1678), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(1870), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5458), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5370), 2, + ACTIONS(5466), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5384), 2, + ACTIONS(5480), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3026), 9, + STATE(1507), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140742,97 +143199,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99461] = 19, + [102108] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5486), 1, + sym_word, + ACTIONS(5490), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, + ACTIONS(5492), 1, sym__special_character, - ACTIONS(5368), 1, + ACTIONS(5494), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5498), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5500), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5506), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5508), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5390), 1, - sym_word, - ACTIONS(5394), 1, + ACTIONS(5512), 1, sym_test_operator, - STATE(2512), 1, + ACTIONS(5514), 1, + sym__brace_start, + STATE(3705), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(3814), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5488), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5392), 2, + ACTIONS(5496), 2, sym_raw_string, sym_ansi_c_string, - STATE(2977), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99530] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, - aux_sym_number_token1, - ACTIONS(5374), 1, - aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5396), 1, - sym_word, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5402), 1, - sym_test_operator, - STATE(2547), 1, - aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5510), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5400), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2700), 9, + STATE(3652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140842,47 +143249,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99599] = 19, + [102177] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5460), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5462), 1, + sym__special_character, + ACTIONS(5464), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5468), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5470), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5472), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5476), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5478), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5484), 1, sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5404), 1, + ACTIONS(5516), 1, sym_word, - ACTIONS(5408), 1, + ACTIONS(5520), 1, sym_test_operator, - STATE(2512), 1, + STATE(1658), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(1868), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5458), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5480), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5406), 2, + ACTIONS(5518), 2, sym_raw_string, sym_ansi_c_string, - STATE(2702), 9, + STATE(1493), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140892,47 +143299,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99668] = 19, + [102246] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, - sym__special_character, - ACTIONS(4886), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(5410), 1, + ACTIONS(5522), 1, sym_word, - ACTIONS(5414), 1, + ACTIONS(5524), 1, + sym__special_character, + ACTIONS(5528), 1, sym_test_operator, - STATE(1270), 1, + STATE(2665), 1, aux_sym__literal_repeat1, - STATE(1365), 1, + STATE(2834), 1, sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5412), 2, + ACTIONS(5526), 2, sym_raw_string, sym_ansi_c_string, - STATE(968), 9, + STATE(2566), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140942,47 +143349,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99737] = 19, + [102315] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(4814), 1, + ACTIONS(5524), 1, sym__special_character, - ACTIONS(5416), 1, + ACTIONS(5530), 1, sym_word, - ACTIONS(5420), 1, + ACTIONS(5534), 1, sym_test_operator, - STATE(1280), 1, + STATE(2631), 1, aux_sym__literal_repeat1, - STATE(1385), 1, + STATE(2862), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5418), 2, + ACTIONS(5532), 2, sym_raw_string, sym_ansi_c_string, - STATE(920), 9, + STATE(2570), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140992,100 +143399,96 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99806] = 22, + [102384] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, - anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4366), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, + sym_word, + ACTIONS(5345), 1, + sym_test_operator, + ACTIONS(5536), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1609), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [99881] = 19, + sym_process_substitution, + [102451] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5448), 1, + ACTIONS(5538), 1, sym_word, - ACTIONS(5452), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, + ACTIONS(5544), 1, sym__special_character, - ACTIONS(5456), 1, + ACTIONS(5546), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(5556), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5474), 1, + ACTIONS(5564), 1, sym_test_operator, - ACTIONS(5476), 1, + ACTIONS(5566), 1, sym__brace_start, - STATE(3077), 1, + STATE(3151), 1, aux_sym__literal_repeat1, - STATE(3172), 1, + STATE(3255), 1, sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5458), 2, + ACTIONS(5548), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5472), 2, + ACTIONS(5562), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3020), 9, + STATE(3119), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141095,47 +143498,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99950] = 19, + [102520] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5478), 1, - sym_word, - ACTIONS(5482), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, - sym__special_character, - ACTIONS(5486), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5504), 1, - sym_test_operator, - ACTIONS(5506), 1, + ACTIONS(5375), 1, sym__brace_start, - STATE(1750), 1, + ACTIONS(5409), 1, + sym__special_character, + ACTIONS(5568), 1, + sym_word, + ACTIONS(5572), 1, + sym_test_operator, + STATE(2602), 1, aux_sym__literal_repeat1, - STATE(1762), 1, + STATE(2915), 1, sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5488), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5502), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1503), 9, + ACTIONS(5570), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2732), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141145,46 +143548,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100019] = 18, - ACTIONS(3), 1, + [102589] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5574), 1, + sym__special_character, + STATE(2146), 1, + aux_sym__literal_repeat1, + ACTIONS(3058), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(365), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3060), 19, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, - ACTIONS(369), 1, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [102630] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5351), 1, + anon_sym_DOLLAR, + ACTIONS(5355), 1, + anon_sym_DQUOTE, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5409), 1, + sym__special_character, + ACTIONS(5576), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5580), 1, sym_test_operator, - ACTIONS(5508), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2589), 1, + aux_sym__literal_repeat1, + STATE(2927), 1, + sym_concatenation, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5578), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2738), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141194,47 +143634,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100086] = 19, + [102699] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(4870), 1, - sym__special_character, - ACTIONS(5510), 1, + ACTIONS(5582), 1, sym_word, - ACTIONS(5514), 1, + ACTIONS(5584), 1, + sym__special_character, + ACTIONS(5588), 1, sym_test_operator, - STATE(1287), 1, + STATE(2721), 1, aux_sym__literal_repeat1, - STATE(1400), 1, + STATE(2937), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5512), 2, + ACTIONS(5586), 2, sym_raw_string, sym_ansi_c_string, - STATE(1410), 9, + STATE(2744), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141244,47 +143684,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100155] = 19, + [102768] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, - sym__special_character, - ACTIONS(5486), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5516), 1, + ACTIONS(5590), 1, sym_word, - ACTIONS(5520), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5596), 1, sym_test_operator, - STATE(1729), 1, + STATE(2627), 1, aux_sym__literal_repeat1, - STATE(1772), 1, + STATE(2874), 1, sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5518), 2, + ACTIONS(5594), 2, sym_raw_string, sym_ansi_c_string, - STATE(1487), 9, + STATE(2746), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141294,47 +143734,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100224] = 19, + [102837] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(5353), 1, + sym__special_character, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5522), 1, + ACTIONS(5598), 1, sym_word, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5528), 1, + ACTIONS(5602), 1, sym_test_operator, - STATE(2644), 1, + STATE(2721), 1, aux_sym__literal_repeat1, - STATE(2837), 1, + STATE(2937), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5526), 2, + ACTIONS(5600), 2, sym_raw_string, sym_ansi_c_string, - STATE(2478), 9, + STATE(3043), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141344,47 +143784,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100293] = 19, + [102906] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5604), 1, + sym_word, + ACTIONS(5608), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5610), 1, + sym__special_character, + ACTIONS(5612), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5616), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5618), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4870), 1, - sym__special_character, - ACTIONS(5530), 1, - sym_word, - ACTIONS(5534), 1, + ACTIONS(5630), 1, sym_test_operator, - STATE(1280), 1, + ACTIONS(5632), 1, + sym__brace_start, + STATE(3232), 1, aux_sym__literal_repeat1, - STATE(1385), 1, + STATE(3272), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5606), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5532), 2, + ACTIONS(5614), 2, sym_raw_string, sym_ansi_c_string, - STATE(1412), 9, + ACTIONS(5628), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3166), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141394,95 +143834,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100362] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4529), 1, - anon_sym_AT, - ACTIONS(5116), 1, - anon_sym_LBRACK, - STATE(4303), 1, - sym__expansion_operator, - STATE(4304), 1, - sym__expansion_max_length, - STATE(4305), 1, - sym__expansion_regex_removal, - STATE(4306), 1, - sym__expansion_regex_replacement, - STATE(4307), 1, - sym__expansion_regex, - STATE(4308), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [100427] = 19, + [102975] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - ACTIONS(5456), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(5536), 1, + ACTIONS(5524), 1, + sym__special_character, + ACTIONS(5634), 1, sym_word, - ACTIONS(5540), 1, + ACTIONS(5638), 1, sym_test_operator, - STATE(3084), 1, + STATE(2635), 1, aux_sym__literal_repeat1, - STATE(3166), 1, + STATE(2868), 1, sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5538), 2, + ACTIONS(5636), 2, sym_raw_string, sym_ansi_c_string, - STATE(3024), 9, + STATE(2578), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141492,47 +143884,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100496] = 19, + [103044] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(5542), 1, - sym_word, - ACTIONS(5544), 1, + ACTIONS(5524), 1, sym__special_character, - ACTIONS(5548), 1, + ACTIONS(5640), 1, + sym_word, + ACTIONS(5644), 1, sym_test_operator, - STATE(2547), 1, + STATE(2643), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(2864), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5546), 2, + ACTIONS(5642), 2, sym_raw_string, sym_ansi_c_string, - STATE(2797), 9, + STATE(2582), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141542,47 +143934,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100565] = 19, + [103113] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5353), 1, + sym__special_character, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5550), 1, + ACTIONS(5646), 1, sym_word, - ACTIONS(5554), 1, + ACTIONS(5650), 1, sym_test_operator, - STATE(2512), 1, + STATE(2627), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(2874), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5552), 2, + ACTIONS(5648), 2, sym_raw_string, sym_ansi_c_string, - STATE(2801), 9, + STATE(3066), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141592,14 +143984,14 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100634] = 5, + [103182] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(5556), 1, + ACTIONS(5574), 1, sym__special_character, - STATE(2157), 1, + STATE(2146), 1, aux_sym__literal_repeat1, - ACTIONS(2967), 8, + ACTIONS(3078), 8, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, @@ -141608,7 +144000,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2969), 19, + ACTIONS(3080), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -141628,100 +144020,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [100675] = 22, + [103223] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, - aux_sym_number_token1, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, - anon_sym_BQUOTE, - ACTIONS(5446), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4247), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [100750] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5334), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, - anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5558), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(5562), 1, + ACTIONS(5345), 1, sym_test_operator, - STATE(3599), 1, - aux_sym__literal_repeat1, - STATE(3668), 1, - sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5652), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5560), 2, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(3569), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141731,47 +144069,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100819] = 19, - ACTIONS(63), 1, + [103290] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, - anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5564), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(5568), 1, + ACTIONS(5345), 1, sym_test_operator, - STATE(2648), 1, - aux_sym__literal_repeat1, - STATE(2811), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5654), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5566), 2, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2476), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141781,7 +144118,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100888] = 18, + [103357] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -141800,13 +144137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3176), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5337), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5345), 1, sym_test_operator, - ACTIONS(5570), 1, + ACTIONS(5656), 1, anon_sym_RBRACK, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, @@ -141814,13 +144151,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5341), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141830,46 +144167,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100955] = 18, - ACTIONS(3), 1, + [103424] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5658), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5660), 1, + sym__special_character, + ACTIONS(5664), 1, sym_test_operator, - ACTIONS(5572), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2627), 1, + aux_sym__literal_repeat1, + STATE(2874), 1, + sym_concatenation, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5662), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2837), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141879,47 +144217,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101022] = 19, + [103493] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(4865), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(4867), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(4869), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4873), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4875), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(4877), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4879), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4881), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(4883), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(4893), 1, sym__brace_start, - ACTIONS(5574), 1, + ACTIONS(5666), 1, sym_word, - ACTIONS(5578), 1, + ACTIONS(5670), 1, sym_test_operator, - STATE(1287), 1, + STATE(1145), 1, aux_sym__literal_repeat1, - STATE(1400), 1, + STATE(1292), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(4861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(4885), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5576), 2, + ACTIONS(5668), 2, sym_raw_string, sym_ansi_c_string, - STATE(1218), 9, + STATE(831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141929,47 +144267,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101091] = 19, + [103562] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5422), 1, + anon_sym_LPAREN, + ACTIONS(5424), 1, + aux_sym__c_word_token1, + ACTIONS(5426), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5430), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, + aux_sym_number_token1, + ACTIONS(5434), 1, + aux_sym_number_token2, + ACTIONS(5436), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5438), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5440), 1, + anon_sym_BQUOTE, + ACTIONS(5442), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + STATE(2296), 1, + sym__c_terminator, + STATE(3743), 1, + sym__c_expression, + STATE(3892), 1, + sym__c_variable_assignment, + STATE(4510), 1, + sym__for_body, + ACTIONS(5418), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(5420), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2002), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [103637] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(5353), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5580), 1, + ACTIONS(5672), 1, sym_word, - ACTIONS(5584), 1, + ACTIONS(5676), 1, sym_test_operator, - STATE(1280), 1, + STATE(2589), 1, aux_sym__literal_repeat1, - STATE(1385), 1, + STATE(2927), 1, sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5582), 2, + ACTIONS(5674), 2, sym_raw_string, sym_ansi_c_string, - STATE(1224), 9, + STATE(3052), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141979,46 +144370,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101160] = 18, - ACTIONS(3), 1, + [103706] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(4865), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(4867), 1, + sym__special_character, + ACTIONS(4869), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(4873), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(4875), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(4877), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(4879), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(4881), 1, + anon_sym_BQUOTE, + ACTIONS(4883), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(4893), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5678), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5682), 1, sym_test_operator, - ACTIONS(5586), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(1133), 1, + aux_sym__literal_repeat1, + STATE(1280), 1, + sym_concatenation, + ACTIONS(4861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(4885), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5680), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(834), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142028,46 +144420,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101227] = 18, - ACTIONS(3), 1, + [103775] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(4829), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(4831), 1, + sym__special_character, + ACTIONS(4833), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(4837), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(4839), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(4841), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(4843), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(4845), 1, + anon_sym_BQUOTE, + ACTIONS(4847), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(4857), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5684), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5688), 1, sym_test_operator, - ACTIONS(5588), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(1287), 1, + aux_sym__literal_repeat1, + STATE(1303), 1, + sym_concatenation, + ACTIONS(4825), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(4849), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5686), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(935), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142077,47 +144470,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101294] = 19, + [103844] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(5590), 1, - sym_word, - ACTIONS(5592), 1, + ACTIONS(4897), 1, sym__special_character, - ACTIONS(5596), 1, + ACTIONS(5690), 1, + sym_word, + ACTIONS(5694), 1, sym_test_operator, - STATE(2634), 1, + STATE(1277), 1, aux_sym__literal_repeat1, - STATE(2809), 1, + STATE(1314), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5594), 2, + ACTIONS(5692), 2, sym_raw_string, sym_ansi_c_string, - STATE(2726), 9, + STATE(1050), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142127,47 +144520,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101363] = 19, + [103913] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5574), 1, + sym__special_character, + STATE(2146), 1, + aux_sym__literal_repeat1, + ACTIONS(2885), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2887), 19, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [103954] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5383), 1, + sym__special_character, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5598), 1, + ACTIONS(5696), 1, sym_word, - ACTIONS(5602), 1, + ACTIONS(5700), 1, sym_test_operator, - STATE(2604), 1, + STATE(2643), 1, aux_sym__literal_repeat1, - STATE(2821), 1, + STATE(2864), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5600), 2, + ACTIONS(5698), 2, sym_raw_string, sym_ansi_c_string, - STATE(2753), 9, + STATE(2494), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142177,46 +144606,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101432] = 18, - ACTIONS(3), 1, + [104023] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5381), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5383), 1, + sym__special_character, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5397), 1, + anon_sym_BQUOTE, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5702), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5706), 1, sym_test_operator, - ACTIONS(5604), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2635), 1, + aux_sym__literal_repeat1, + STATE(2868), 1, + sym_concatenation, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5704), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2492), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142226,7 +144656,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101499] = 18, + [104092] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(361), 1, @@ -142245,13 +144675,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(385), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(3176), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5337), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5345), 1, sym_test_operator, - ACTIONS(5606), 1, + ACTIONS(5708), 1, anon_sym_RBRACK, ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, @@ -142259,13 +144689,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, + ACTIONS(5341), 2, sym__special_character, sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142275,47 +144705,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101566] = 19, + [104159] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5544), 1, + sym__special_character, + ACTIONS(5546), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5556), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5566), 1, sym__brace_start, - ACTIONS(5608), 1, + ACTIONS(5710), 1, sym_word, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5614), 1, + ACTIONS(5714), 1, sym_test_operator, - STATE(2547), 1, + STATE(3169), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(3250), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5562), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5612), 2, + ACTIONS(5712), 2, sym_raw_string, sym_ansi_c_string, - STATE(2731), 9, + STATE(3094), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142325,47 +144755,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101635] = 19, - ACTIONS(63), 1, + [104228] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - ACTIONS(5456), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, - anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5616), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(5620), 1, + ACTIONS(5345), 1, sym_test_operator, - STATE(3101), 1, - aux_sym__literal_repeat1, - STATE(3165), 1, - sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5716), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5618), 2, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2973), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142375,47 +144804,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101704] = 19, + [104295] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5544), 1, + sym__special_character, + ACTIONS(5546), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5556), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5566), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5622), 1, + ACTIONS(5718), 1, sym_word, - ACTIONS(5626), 1, + ACTIONS(5722), 1, sym_test_operator, - STATE(2512), 1, + STATE(3189), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(3247), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5562), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5624), 2, + ACTIONS(5720), 2, sym_raw_string, sym_ansi_c_string, - STATE(2737), 9, + STATE(3110), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142425,100 +144854,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101773] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, - aux_sym_number_token1, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, - anon_sym_BQUOTE, - ACTIONS(5446), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4410), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [101848] = 19, + [104364] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5628), 1, + ACTIONS(5660), 1, + sym__special_character, + ACTIONS(5724), 1, sym_word, - ACTIONS(5632), 1, + ACTIONS(5728), 1, sym_test_operator, - STATE(3607), 1, + STATE(2721), 1, aux_sym__literal_repeat1, - STATE(3699), 1, + STATE(2937), 1, sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5630), 2, + ACTIONS(5726), 2, sym_raw_string, sym_ansi_c_string, - STATE(3549), 9, + STATE(2835), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142528,47 +144904,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101917] = 19, + [104433] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5592), 1, + ACTIONS(5584), 1, sym__special_character, - ACTIONS(5634), 1, + ACTIONS(5730), 1, sym_word, - ACTIONS(5638), 1, + ACTIONS(5734), 1, sym_test_operator, - STATE(2512), 1, + STATE(2627), 1, aux_sym__literal_repeat1, - STATE(2769), 1, + STATE(2874), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5636), 2, + ACTIONS(5732), 2, sym_raw_string, sym_ansi_c_string, - STATE(2679), 9, + STATE(2779), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142578,46 +144954,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101986] = 18, - ACTIONS(3), 1, + [104502] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5736), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5740), 1, sym_test_operator, - ACTIONS(5640), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2721), 1, + aux_sym__literal_repeat1, + STATE(2937), 1, + sym_concatenation, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5738), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2749), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142627,46 +145004,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102053] = 18, - ACTIONS(3), 1, + [104571] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5742), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5746), 1, sym_test_operator, - ACTIONS(5642), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(2589), 1, + aux_sym__literal_repeat1, + STATE(2927), 1, + sym_concatenation, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5744), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(2807), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142676,47 +145054,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102120] = 19, + [104640] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(4589), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, + ACTIONS(4591), 1, sym__special_character, - ACTIONS(4830), 1, + ACTIONS(4593), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(4597), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(4599), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(4601), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4603), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(4605), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(4607), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(4617), 1, sym__brace_start, - ACTIONS(5644), 1, + ACTIONS(5748), 1, sym_word, - ACTIONS(5648), 1, + ACTIONS(5752), 1, sym_test_operator, - STATE(1758), 1, + STATE(2167), 1, aux_sym__literal_repeat1, - STATE(1866), 1, + STATE(2438), 1, sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(4585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(4609), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5646), 2, + ACTIONS(5750), 2, sym_raw_string, sym_ansi_c_string, - STATE(1579), 9, + STATE(2053), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142726,47 +145104,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102189] = 19, + [104709] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(5490), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, + ACTIONS(5492), 1, sym__special_character, - ACTIONS(4830), 1, + ACTIONS(5494), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5498), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5500), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5506), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5508), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5514), 1, sym__brace_start, - ACTIONS(5650), 1, + ACTIONS(5754), 1, sym_word, - ACTIONS(5654), 1, + ACTIONS(5758), 1, sym_test_operator, - STATE(1781), 1, + STATE(3704), 1, aux_sym__literal_repeat1, - STATE(1868), 1, + STATE(3825), 1, sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(5488), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5510), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5652), 2, + ACTIONS(5756), 2, sym_raw_string, sym_ansi_c_string, - STATE(1575), 9, + STATE(3653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142776,47 +145154,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102258] = 19, + [104778] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5656), 1, - sym_word, - ACTIONS(5660), 1, + ACTIONS(4691), 1, anon_sym_DOLLAR, - ACTIONS(5662), 1, + ACTIONS(4693), 1, sym__special_character, - ACTIONS(5664), 1, + ACTIONS(4695), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(4699), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(4701), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(4705), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(4707), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(4709), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5682), 1, - sym_test_operator, - ACTIONS(5684), 1, + ACTIONS(4719), 1, sym__brace_start, - STATE(3485), 1, + ACTIONS(5760), 1, + sym_word, + ACTIONS(5764), 1, + sym_test_operator, + STATE(978), 1, aux_sym__literal_repeat1, - STATE(3534), 1, + STATE(1202), 1, sym_concatenation, - ACTIONS(5658), 2, + ACTIONS(4687), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5666), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5680), 2, + ACTIONS(4711), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3397), 9, + ACTIONS(5762), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(741), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142826,47 +145204,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102327] = 19, + [104847] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5660), 1, + ACTIONS(4691), 1, anon_sym_DOLLAR, - ACTIONS(5662), 1, + ACTIONS(4693), 1, sym__special_character, - ACTIONS(5664), 1, + ACTIONS(4695), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(4699), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(4701), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(4705), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(4707), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(4709), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(4719), 1, sym__brace_start, - ACTIONS(5686), 1, + ACTIONS(5766), 1, sym_word, - ACTIONS(5690), 1, + ACTIONS(5770), 1, sym_test_operator, - STATE(3488), 1, + STATE(956), 1, aux_sym__literal_repeat1, - STATE(3530), 1, + STATE(1219), 1, sym_concatenation, - ACTIONS(5658), 2, + ACTIONS(4687), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(4711), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5688), 2, + ACTIONS(5768), 2, sym_raw_string, sym_ansi_c_string, - STATE(3384), 9, + STATE(761), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142876,47 +145254,95 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102396] = 19, + [104916] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4429), 1, + anon_sym_SLASH, + ACTIONS(4431), 1, + anon_sym_PERCENT, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(4481), 1, + anon_sym_AT, + ACTIONS(5249), 1, + anon_sym_LBRACK, + STATE(4447), 1, + sym__expansion_operator, + STATE(4448), 1, + sym__expansion_max_length, + STATE(4449), 1, + sym__expansion_regex_removal, + STATE(4450), 1, + sym__expansion_regex_replacement, + STATE(4451), 1, + sym__expansion_regex, + STATE(4452), 1, + sym__expansion_expression, + ACTIONS(4427), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4447), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(4435), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(4445), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(4443), 8, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + [104981] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5692), 1, - sym_word, - ACTIONS(5696), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, + ACTIONS(4509), 1, sym__special_character, - ACTIONS(5700), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5718), 1, - sym_test_operator, - ACTIONS(5720), 1, + ACTIONS(4535), 1, sym__brace_start, - STATE(3133), 1, + ACTIONS(5772), 1, + sym_word, + ACTIONS(5776), 1, + sym_test_operator, + STATE(1262), 1, aux_sym__literal_repeat1, - STATE(3210), 1, + STATE(1403), 1, sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5702), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5716), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3096), 9, + ACTIONS(5774), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1467), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142926,47 +145352,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102465] = 19, + [105050] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5544), 1, + sym__special_character, + ACTIONS(5546), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5556), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5566), 1, sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5722), 1, + ACTIONS(5778), 1, sym_word, - ACTIONS(5726), 1, + ACTIONS(5782), 1, sym_test_operator, - STATE(2547), 1, + STATE(3168), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(3234), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5562), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5724), 2, + ACTIONS(5780), 2, sym_raw_string, sym_ansi_c_string, - STATE(2704), 9, + STATE(3089), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142976,47 +145402,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102534] = 19, - ACTIONS(63), 1, + [105119] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, - anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5728), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(5732), 1, + ACTIONS(5345), 1, sym_test_operator, - STATE(3148), 1, - aux_sym__literal_repeat1, - STATE(3217), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(5784), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5730), 2, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(3100), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143026,47 +145451,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102603] = 19, + [105186] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(4589), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, + ACTIONS(4591), 1, sym__special_character, - ACTIONS(5700), 1, + ACTIONS(4593), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(4597), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(4599), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(4601), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(4603), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(4605), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(4607), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(4617), 1, sym__brace_start, - ACTIONS(5734), 1, + ACTIONS(5786), 1, sym_word, - ACTIONS(5738), 1, + ACTIONS(5790), 1, sym_test_operator, - STATE(3146), 1, + STATE(2158), 1, aux_sym__literal_repeat1, - STATE(3215), 1, + STATE(2387), 1, sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(4585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(4609), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5736), 2, + ACTIONS(5788), 2, sym_raw_string, sym_ansi_c_string, - STATE(3095), 9, + STATE(2100), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143076,83 +145501,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102672] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5740), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [102713] = 19, - ACTIONS(63), 1, + [105255] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, - anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5743), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(5747), 1, + ACTIONS(5345), 1, sym_test_operator, - STATE(940), 1, - aux_sym__literal_repeat1, - STATE(1228), 1, - sym_concatenation, - ACTIONS(4914), 2, + ACTIONS(5792), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5745), 2, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(677), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143162,47 +145550,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102782] = 19, + [105322] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5422), 1, + anon_sym_LPAREN, + ACTIONS(5424), 1, + aux_sym__c_word_token1, + ACTIONS(5426), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5430), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, + aux_sym_number_token1, + ACTIONS(5434), 1, + aux_sym_number_token2, + ACTIONS(5436), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5438), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5440), 1, + anon_sym_BQUOTE, + ACTIONS(5442), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + STATE(2296), 1, + sym__c_terminator, + STATE(3743), 1, + sym__c_expression, + STATE(3892), 1, + sym__c_variable_assignment, + STATE(4290), 1, + sym__for_body, + ACTIONS(5418), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(5420), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2002), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [105397] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(5749), 1, + ACTIONS(4897), 1, + sym__special_character, + ACTIONS(5794), 1, sym_word, - ACTIONS(5753), 1, + ACTIONS(5798), 1, sym_test_operator, - STATE(955), 1, + STATE(1262), 1, aux_sym__literal_repeat1, - STATE(1180), 1, + STATE(1403), 1, sym_concatenation, - ACTIONS(4914), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5751), 2, + ACTIONS(5796), 2, sym_raw_string, sym_ansi_c_string, - STATE(730), 9, + STATE(953), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143212,47 +145653,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102851] = 19, + [105466] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(5490), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, + ACTIONS(5492), 1, sym__special_character, - ACTIONS(5456), 1, + ACTIONS(5494), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(5498), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(5500), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(5506), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(5508), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(5514), 1, sym__brace_start, - ACTIONS(5755), 1, + ACTIONS(5800), 1, sym_word, - ACTIONS(5759), 1, + ACTIONS(5804), 1, sym_test_operator, - STATE(3090), 1, + STATE(3694), 1, aux_sym__literal_repeat1, - STATE(3170), 1, + STATE(3775), 1, sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5488), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(5510), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5757), 2, + ACTIONS(5802), 2, sym_raw_string, sym_ansi_c_string, - STATE(3018), 9, + STATE(3644), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143262,19 +145703,19 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102920] = 7, + [105535] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, sym_file_descriptor, - ACTIONS(5763), 1, + ACTIONS(5808), 1, anon_sym_DQUOTE, - STATE(3139), 1, + STATE(3223), 1, sym_string, - ACTIONS(5765), 2, + ACTIONS(5810), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(5806), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -143300,19 +145741,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [102965] = 7, + [105580] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1139), 1, sym_file_descriptor, - ACTIONS(5763), 1, + ACTIONS(5808), 1, anon_sym_DQUOTE, - STATE(3139), 1, + STATE(3223), 1, sym_string, - ACTIONS(5765), 2, + ACTIONS(5810), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(5806), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -143338,47 +145779,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [103010] = 19, + [105625] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(4789), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(4791), 1, + sym__special_character, + ACTIONS(4793), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4797), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4799), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4805), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4807), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4817), 1, sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5767), 1, + ACTIONS(5812), 1, sym_word, - ACTIONS(5771), 1, + ACTIONS(5816), 1, sym_test_operator, - STATE(2534), 1, + STATE(1821), 1, aux_sym__literal_repeat1, - STATE(2852), 1, + STATE(1908), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(4785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4809), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5769), 2, + ACTIONS(5814), 2, sym_raw_string, sym_ansi_c_string, - STATE(2443), 9, + STATE(1642), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143388,47 +145829,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103079] = 19, + [105694] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(4789), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(4791), 1, + sym__special_character, + ACTIONS(4793), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4797), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4799), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4805), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4807), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4817), 1, sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5773), 1, + ACTIONS(5818), 1, sym_word, - ACTIONS(5777), 1, + ACTIONS(5822), 1, sym_test_operator, - STATE(2541), 1, + STATE(1831), 1, aux_sym__literal_repeat1, - STATE(2844), 1, + STATE(1935), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(4785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4809), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5775), 2, + ACTIONS(5820), 2, sym_raw_string, sym_ansi_c_string, - STATE(2445), 9, + STATE(1603), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143438,47 +145879,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103148] = 19, + [105763] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5779), 1, + ACTIONS(5409), 1, + sym__special_character, + ACTIONS(5824), 1, sym_word, - ACTIONS(5783), 1, + ACTIONS(5828), 1, sym_test_operator, - STATE(1247), 1, + STATE(2721), 1, aux_sym__literal_repeat1, - STATE(1251), 1, + STATE(2937), 1, sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5781), 2, + ACTIONS(5826), 2, sym_raw_string, sym_ansi_c_string, - STATE(796), 9, + STATE(2729), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143488,47 +145929,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103217] = 19, + [105832] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(5785), 1, + ACTIONS(4947), 1, + sym__special_character, + ACTIONS(5830), 1, sym_word, - ACTIONS(5789), 1, + ACTIONS(5834), 1, sym_test_operator, - STATE(2604), 1, + STATE(1277), 1, aux_sym__literal_repeat1, - STATE(2821), 1, + STATE(1314), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5787), 2, + ACTIONS(5832), 2, sym_raw_string, sym_ansi_c_string, - STATE(3014), 9, + STATE(1121), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143538,47 +145979,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103286] = 19, + [105901] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(5791), 1, + ACTIONS(4947), 1, + sym__special_character, + ACTIONS(5836), 1, sym_word, - ACTIONS(5795), 1, + ACTIONS(5840), 1, sym_test_operator, - STATE(2634), 1, + STATE(1262), 1, aux_sym__literal_repeat1, - STATE(2809), 1, + STATE(1403), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5793), 2, + ACTIONS(5838), 2, sym_raw_string, sym_ansi_c_string, - STATE(3025), 9, + STATE(1111), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143588,47 +146029,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103355] = 19, + [105970] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5398), 1, + ACTIONS(5660), 1, sym__special_character, - ACTIONS(5797), 1, + ACTIONS(5842), 1, sym_word, - ACTIONS(5801), 1, + ACTIONS(5846), 1, sym_test_operator, - STATE(2604), 1, + STATE(2602), 1, aux_sym__literal_repeat1, - STATE(2821), 1, + STATE(2915), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5799), 2, + ACTIONS(5844), 2, sym_raw_string, sym_ansi_c_string, - STATE(2680), 9, + STATE(2876), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143638,47 +146079,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103424] = 19, + [106039] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5398), 1, + ACTIONS(5660), 1, sym__special_character, - ACTIONS(5803), 1, + ACTIONS(5848), 1, sym_word, - ACTIONS(5807), 1, + ACTIONS(5852), 1, sym_test_operator, - STATE(2634), 1, + STATE(2589), 1, aux_sym__literal_repeat1, - STATE(2809), 1, + STATE(2927), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5805), 2, + ACTIONS(5850), 2, sym_raw_string, sym_ansi_c_string, - STATE(2690), 9, + STATE(2905), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143688,47 +146129,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103493] = 19, + [106108] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(4509), 1, + sym__special_character, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5809), 1, + ACTIONS(5854), 1, sym_word, - ACTIONS(5813), 1, + ACTIONS(5858), 1, sym_test_operator, - STATE(2604), 1, + STATE(1277), 1, aux_sym__literal_repeat1, - STATE(2821), 1, + STATE(1314), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5811), 2, + ACTIONS(5856), 2, sym_raw_string, sym_ansi_c_string, - STATE(2805), 9, + STATE(1504), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143738,47 +146179,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103562] = 19, + [106177] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(5860), 1, + sym_word, + ACTIONS(5864), 1, anon_sym_DOLLAR, - ACTIONS(4583), 1, + ACTIONS(5866), 1, sym__special_character, - ACTIONS(4585), 1, + ACTIONS(5868), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(5872), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(5874), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(5878), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(5880), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(5882), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, - sym__brace_start, - ACTIONS(5815), 1, - sym_word, - ACTIONS(5819), 1, + ACTIONS(5886), 1, sym_test_operator, - STATE(2175), 1, + ACTIONS(5888), 1, + sym__brace_start, + STATE(3377), 1, aux_sym__literal_repeat1, - STATE(2309), 1, + STATE(3605), 1, sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(5862), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5817), 2, + ACTIONS(5870), 2, sym_raw_string, sym_ansi_c_string, - STATE(2016), 9, + ACTIONS(5884), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3326), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143788,47 +146229,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103631] = 19, + [106246] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5544), 1, + ACTIONS(5584), 1, sym__special_character, - ACTIONS(5821), 1, + ACTIONS(5890), 1, sym_word, - ACTIONS(5825), 1, + ACTIONS(5894), 1, sym_test_operator, - STATE(2634), 1, + STATE(2589), 1, aux_sym__literal_repeat1, - STATE(2809), 1, + STATE(2927), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5823), 2, + ACTIONS(5892), 2, sym_raw_string, sym_ansi_c_string, - STATE(2790), 9, + STATE(2753), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143838,47 +146279,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103700] = 19, + [106315] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(4583), 1, - sym__special_character, - ACTIONS(4585), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5827), 1, + ACTIONS(5592), 1, + sym__special_character, + ACTIONS(5896), 1, sym_word, - ACTIONS(5831), 1, + ACTIONS(5900), 1, sym_test_operator, - STATE(2180), 1, + STATE(2602), 1, aux_sym__literal_repeat1, - STATE(2195), 1, + STATE(2915), 1, sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5829), 2, + ACTIONS(5898), 2, sym_raw_string, sym_ansi_c_string, - STATE(2060), 9, + STATE(2799), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143888,47 +146329,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103769] = 19, + [106384] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(5864), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, + ACTIONS(5866), 1, sym__special_character, - ACTIONS(5700), 1, + ACTIONS(5868), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5872), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5874), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5878), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5880), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5882), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5888), 1, sym__brace_start, - ACTIONS(5833), 1, + ACTIONS(5902), 1, sym_word, - ACTIONS(5837), 1, + ACTIONS(5906), 1, sym_test_operator, - STATE(3142), 1, + STATE(3407), 1, aux_sym__literal_repeat1, - STATE(3227), 1, + STATE(3604), 1, sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(5862), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5884), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5835), 2, + ACTIONS(5904), 2, sym_raw_string, sym_ansi_c_string, - STATE(3121), 9, + STATE(3331), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143938,83 +146379,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103838] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2997), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [103879] = 19, + [106453] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(5839), 1, + ACTIONS(5584), 1, + sym__special_character, + ACTIONS(5908), 1, sym_word, - ACTIONS(5843), 1, + ACTIONS(5912), 1, sym_test_operator, - STATE(2534), 1, + STATE(2602), 1, aux_sym__literal_repeat1, - STATE(2852), 1, + STATE(2915), 1, sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5841), 2, + ACTIONS(5910), 2, sym_raw_string, sym_ansi_c_string, - STATE(2657), 9, + STATE(2764), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144024,47 +146429,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103948] = 19, + [106522] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5610), 1, + sym__special_character, + ACTIONS(5612), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5616), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5618), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5632), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5845), 1, + ACTIONS(5914), 1, sym_word, - ACTIONS(5849), 1, + ACTIONS(5918), 1, sym_test_operator, - STATE(2634), 1, + STATE(3209), 1, aux_sym__literal_repeat1, - STATE(2809), 1, + STATE(3282), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5606), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5628), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5847), 2, + ACTIONS(5916), 2, sym_raw_string, sym_ansi_c_string, - STATE(2698), 9, + STATE(3178), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144074,47 +146479,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104017] = 19, + [106591] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5610), 1, + sym__special_character, + ACTIONS(5612), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5616), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5618), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5632), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5851), 1, + ACTIONS(5920), 1, sym_word, - ACTIONS(5855), 1, + ACTIONS(5924), 1, sym_test_operator, - STATE(2604), 1, + STATE(3203), 1, aux_sym__literal_repeat1, - STATE(2821), 1, + STATE(3309), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5606), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5628), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5853), 2, + ACTIONS(5922), 2, sym_raw_string, sym_ansi_c_string, - STATE(2688), 9, + STATE(3142), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144124,47 +146529,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104086] = 19, - ACTIONS(63), 1, + [106660] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, - anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5857), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(5861), 1, + ACTIONS(5345), 1, sym_test_operator, - STATE(2541), 1, - aux_sym__literal_repeat1, - STATE(2844), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5926), 1, + anon_sym_RBRACK, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5859), 2, + ACTIONS(5341), 2, + sym__special_character, + sym__comment_word, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2654), 9, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144174,83 +146578,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104155] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3065), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [104196] = 19, + [106727] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(5608), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, + ACTIONS(5610), 1, sym__special_character, - ACTIONS(4541), 1, + ACTIONS(5612), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(5616), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(5618), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(5622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(5632), 1, sym__brace_start, - ACTIONS(5863), 1, + ACTIONS(5928), 1, sym_word, - ACTIONS(5867), 1, + ACTIONS(5932), 1, sym_test_operator, - STATE(1107), 1, + STATE(3196), 1, aux_sym__literal_repeat1, - STATE(1281), 1, + STATE(3302), 1, sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(5606), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(5628), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5865), 2, + ACTIONS(5930), 2, sym_raw_string, sym_ansi_c_string, - STATE(911), 9, + STATE(3137), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144260,140 +146628,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104265] = 17, + [106796] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5873), 1, - anon_sym_DOLLAR, - ACTIONS(5877), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, - anon_sym_BQUOTE, - ACTIONS(5885), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(5871), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [104329] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5913), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(5915), 1, - sym_variable_name, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1751), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [104397] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4459), 1, - anon_sym_DQUOTE, - ACTIONS(4463), 1, - aux_sym_number_token1, - ACTIONS(4465), 1, - aux_sym_number_token2, - ACTIONS(4467), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, - sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(5934), 1, sym_word, - ACTIONS(5919), 1, + ACTIONS(5936), 1, anon_sym_DOLLAR, - ACTIONS(5925), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144403,44 +146675,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104461] = 17, + [106860] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(4633), 1, + anon_sym_DQUOTE, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4643), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(4657), 1, + sym__brace_start, + ACTIONS(5944), 1, sym_word, - ACTIONS(5929), 1, + ACTIONS(5946), 1, anon_sym_DOLLAR, - ACTIONS(5935), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(4487), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144450,91 +146722,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104525] = 17, + [106924] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(5546), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(5556), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(5566), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(5954), 1, sym_word, - ACTIONS(5925), 1, - sym__comment_word, - ACTIONS(5937), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5923), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2465), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [104589] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, + ACTIONS(5956), 1, anon_sym_DOLLAR, - ACTIONS(1475), 1, - aux_sym_number_token1, - ACTIONS(1477), 1, - aux_sym_number_token2, - ACTIONS(1481), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, - sym__brace_start, - ACTIONS(4423), 1, - anon_sym_DQUOTE, - ACTIONS(4427), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, - anon_sym_BQUOTE, - ACTIONS(4431), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, - sym_word, - ACTIONS(5945), 1, + ACTIONS(5962), 1, sym__comment_word, - ACTIONS(4417), 2, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(5562), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(5958), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(5960), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(3177), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144544,44 +146769,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104653] = 17, + [106988] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(4833), 1, + anon_sym_DQUOTE, + ACTIONS(4837), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(4839), 1, aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4841), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4843), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4845), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4847), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(4857), 1, + sym__brace_start, + ACTIONS(5964), 1, sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(5947), 1, + ACTIONS(5966), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(5972), 1, + sym__comment_word, + ACTIONS(4825), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4849), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(5968), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(5970), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1147), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144591,44 +146816,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104717] = 17, + [107052] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(5951), 1, - anon_sym_DOLLAR, - ACTIONS(5957), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(965), 2, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144638,44 +146863,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104781] = 17, + [107116] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(5957), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(965), 2, + ACTIONS(5976), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144685,44 +146910,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104845] = 17, + [107180] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(3534), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4171), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(5978), 1, sym_word, - ACTIONS(5961), 1, - anon_sym_DOLLAR, - ACTIONS(5967), 1, + ACTIONS(5984), 1, sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(5980), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(5982), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(3863), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144732,44 +146957,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104909] = 17, + [107244] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4557), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4561), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4563), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4567), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4569), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4571), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4581), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(5986), 1, sym_word, - ACTIONS(5925), 1, - sym__comment_word, - ACTIONS(5969), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(5994), 1, + sym__comment_word, + ACTIONS(4549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(4573), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(5990), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(5992), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(2487), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144779,175 +147004,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104973] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5993), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(5995), 1, - sym_variable_name, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1878), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105041] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(5997), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1879), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105109] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3067), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3069), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [105145] = 17, + [107308] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(361), 1, anon_sym_DOLLAR, - ACTIONS(4886), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, - anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(5341), 1, sym__comment_word, - ACTIONS(4878), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6003), 2, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + ACTIONS(5345), 2, + sym_test_operator, + sym__special_character, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144957,44 +147051,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105209] = 17, + [107372] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4918), 1, - anon_sym_DOLLAR, - ACTIONS(4922), 1, + ACTIONS(4557), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(4561), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(4563), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(4567), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(4569), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(4571), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(4581), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(5986), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(5994), 1, sym__comment_word, - ACTIONS(4914), 2, + ACTIONS(5996), 1, + anon_sym_DOLLAR, + ACTIONS(4549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(4573), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(5990), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(5992), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(2487), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145004,44 +147098,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105273] = 17, + [107436] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(6017), 1, + ACTIONS(6000), 1, anon_sym_DOLLAR, - ACTIONS(6023), 1, + ACTIONS(6006), 1, sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(6004), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145051,44 +147145,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105337] = 17, + [107500] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, - anon_sym_DOLLAR, - ACTIONS(2107), 1, + ACTIONS(5546), 1, + anon_sym_DQUOTE, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(2113), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, - sym__brace_start, - ACTIONS(6025), 1, - sym_word, - ACTIONS(6031), 1, - anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(5556), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(5566), 1, + sym__brace_start, + ACTIONS(5954), 1, + sym_word, + ACTIONS(5962), 1, sym__comment_word, - ACTIONS(6027), 2, + ACTIONS(6008), 1, + anon_sym_DOLLAR, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(5562), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5958), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(5960), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(3177), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145098,44 +147192,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105401] = 17, + [107564] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(4789), 1, + anon_sym_DOLLAR, + ACTIONS(4793), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(4797), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(4799), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(4805), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(4807), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(4817), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(6010), 1, sym_word, - ACTIONS(6023), 1, + ACTIONS(6016), 1, sym__comment_word, - ACTIONS(6045), 1, - anon_sym_DOLLAR, - ACTIONS(2827), 2, + ACTIONS(4785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(4809), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(6012), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(6014), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(1698), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145145,7 +147239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105465] = 17, + [107628] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(413), 1, @@ -145164,25 +147258,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(6049), 1, - anon_sym_DOLLAR, - ACTIONS(6055), 1, + ACTIONS(6006), 1, sym__comment_word, + ACTIONS(6018), 1, + anon_sym_DOLLAR, ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6004), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145192,191 +147286,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105529] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6057), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1683), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105597] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(6059), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1854), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105665] = 19, - ACTIONS(63), 1, + [107692] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(200), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6061), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1845), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105733] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4389), 1, + ACTIONS(226), 1, + sym__brace_start, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + ACTIONS(6020), 1, sym_word, - ACTIONS(6065), 1, - anon_sym_DOLLAR, - ACTIONS(6071), 1, + ACTIONS(6026), 1, sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6022), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6024), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145386,91 +147333,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105797] = 17, + [107756] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(1863), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(1865), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(1869), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(1881), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6028), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6073), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6069), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2470), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [105861] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2829), 1, + ACTIONS(6032), 1, anon_sym_DOLLAR, - ACTIONS(2833), 1, + ACTIONS(6036), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, - aux_sym_number_token1, - ACTIONS(2839), 1, - aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(6040), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(6042), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(6044), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, - sym__brace_start, - ACTIONS(6015), 1, - sym_word, - ACTIONS(6023), 1, + ACTIONS(6048), 1, sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(6030), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(6034), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(6038), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + ACTIONS(6046), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(921), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145480,44 +147380,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105925] = 17, + [107820] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 1, + ACTIONS(2785), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(2789), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(2791), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(2793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(2795), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(2797), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(2799), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(2807), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(6050), 1, sym_word, - ACTIONS(6077), 1, + ACTIONS(6052), 1, anon_sym_DOLLAR, - ACTIONS(6083), 1, + ACTIONS(6058), 1, sym__comment_word, - ACTIONS(693), 2, + ACTIONS(2779), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(2801), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(6054), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(6056), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(1792), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145527,44 +147427,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105989] = 17, + [107884] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(5087), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(5091), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(5093), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(5095), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(5099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(5101), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(5103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(5111), 1, sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(6060), 1, sym_word, - ACTIONS(6087), 1, + ACTIONS(6062), 1, anon_sym_DOLLAR, - ACTIONS(6093), 1, + ACTIONS(6068), 1, sym__comment_word, - ACTIONS(2459), 2, + ACTIONS(5081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, + ACTIONS(5105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6089), 2, + ACTIONS(6064), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(6066), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + STATE(3896), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145574,44 +147474,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106053] = 17, + [107948] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, - anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2194), 1, + anon_sym_DOLLAR, + ACTIONS(2200), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2202), 1, aux_sym_number_token2, - ACTIONS(2473), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2206), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, - anon_sym_BQUOTE, - ACTIONS(2479), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(2218), 1, sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(6070), 1, sym_word, - ACTIONS(6093), 1, + ACTIONS(6076), 1, + anon_sym_DQUOTE, + ACTIONS(6080), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6082), 1, + anon_sym_BQUOTE, + ACTIONS(6084), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6088), 1, sym__comment_word, - ACTIONS(6095), 1, - anon_sym_DOLLAR, - ACTIONS(2459), 2, + ACTIONS(6072), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6089), 2, + ACTIONS(6074), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(6078), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + ACTIONS(6086), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1122), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145621,44 +147521,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106117] = 17, + [108012] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(987), 1, + anon_sym_DQUOTE, + ACTIONS(991), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(993), 1, aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(1001), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6097), 1, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(6090), 1, + sym_word, + ACTIONS(6092), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6098), 1, + sym__comment_word, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(1003), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6094), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6096), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(1508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145668,44 +147568,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106181] = 17, + [108076] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 1, + ACTIONS(4833), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(4837), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(4839), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(4841), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(4843), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(4845), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(4847), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(4857), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(5964), 1, sym_word, - ACTIONS(6083), 1, + ACTIONS(5972), 1, sym__comment_word, - ACTIONS(6099), 1, + ACTIONS(6100), 1, anon_sym_DOLLAR, - ACTIONS(693), 2, + ACTIONS(4825), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(4849), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(5968), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(5970), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(1147), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145715,47 +147615,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106245] = 19, + [108140] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6101), 1, + ACTIONS(6124), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + ACTIONS(6126), 1, + sym_variable_name, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1721), 8, + STATE(1692), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -145764,185 +147664,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [106313] = 17, + [108208] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2115), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2117), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2121), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2133), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6128), 1, sym_word, - ACTIONS(6105), 1, + ACTIONS(6132), 1, anon_sym_DOLLAR, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2557), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [106377] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, + ACTIONS(6136), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6140), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6142), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6113), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [106441] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(6144), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6117), 1, - anon_sym_DOLLAR, - ACTIONS(6123), 1, + ACTIONS(6148), 1, sym__comment_word, - ACTIONS(947), 2, + ACTIONS(6130), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(6134), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6138), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [106505] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, - aux_sym_number_token1, - ACTIONS(4671), 1, - aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(6125), 1, - sym_word, - ACTIONS(6127), 1, - anon_sym_DOLLAR, - ACTIONS(6133), 1, - sym__comment_word, - ACTIONS(4657), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6146), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1144), 9, + STATE(993), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145952,91 +147711,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106569] = 17, - ACTIONS(3), 1, + [108272] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(2465), 1, - anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, - sym__brace_start, - ACTIONS(6085), 1, - sym_word, - ACTIONS(6093), 1, - sym__comment_word, - ACTIONS(2459), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6089), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6091), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1600), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6150), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1725), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [106633] = 17, + [108340] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(2115), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(2117), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(2121), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, - anon_sym_BQUOTE, - ACTIONS(5294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(2133), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6128), 1, sym_word, - ACTIONS(6137), 1, - anon_sym_DOLLAR, - ACTIONS(6143), 1, + ACTIONS(6136), 1, + anon_sym_DQUOTE, + ACTIONS(6140), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6142), 1, + anon_sym_BQUOTE, + ACTIONS(6144), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6148), 1, sym__comment_word, - ACTIONS(5274), 2, + ACTIONS(6152), 1, + anon_sym_DOLLAR, + ACTIONS(6130), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6134), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6138), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + ACTIONS(6146), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(993), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146046,44 +147807,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106697] = 17, + [108404] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(101), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(105), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(107), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(111), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(113), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(125), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6154), 1, sym_word, - ACTIONS(6143), 1, - sym__comment_word, - ACTIONS(6145), 1, + ACTIONS(6156), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(6162), 1, + sym__comment_word, + ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6158), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6160), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(342), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146093,44 +147854,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106761] = 17, + [108468] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(4171), 1, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(6164), 1, sym_word, - ACTIONS(5967), 1, - sym__comment_word, - ACTIONS(6147), 1, + ACTIONS(6166), 1, anon_sym_DOLLAR, - ACTIONS(4165), 2, + ACTIONS(6172), 1, + sym__comment_word, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(6168), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(6170), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(1026), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146140,91 +147901,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106825] = 17, + [108532] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(159), 1, - anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, - anon_sym_BQUOTE, - ACTIONS(173), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(6149), 1, - sym_word, - ACTIONS(6151), 1, - anon_sym_DOLLAR, - ACTIONS(6157), 1, - sym__comment_word, - ACTIONS(145), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6153), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6155), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(358), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [106889] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(159), 1, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, - aux_sym_number_token1, - ACTIONS(165), 1, - aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, - sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6164), 1, sym_word, - ACTIONS(6157), 1, + ACTIONS(6172), 1, sym__comment_word, - ACTIONS(6159), 1, + ACTIONS(6174), 1, anon_sym_DOLLAR, - ACTIONS(145), 2, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(6168), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6170), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(1026), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146234,44 +147948,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106953] = 17, + [108596] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR, - ACTIONS(1333), 1, + ACTIONS(5546), 1, + anon_sym_DQUOTE, + ACTIONS(5550), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(5552), 1, aux_sym_number_token2, - ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4790), 1, - anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(5556), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5558), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(5560), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(5566), 1, + sym__brace_start, + ACTIONS(5954), 1, sym_word, - ACTIONS(6167), 1, + ACTIONS(5962), 1, sym__comment_word, - ACTIONS(4784), 2, + ACTIONS(5540), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(5562), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(5958), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(5960), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(3177), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146281,47 +147995,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107017] = 19, + [108660] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6169), 1, + ACTIONS(6176), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1728), 8, + STATE(1683), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -146330,91 +148044,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [107085] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(6171), 1, - anon_sym_DOLLAR, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6119), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6121), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1449), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [107149] = 17, + [108728] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(155), 1, - anon_sym_DOLLAR, - ACTIONS(159), 1, + ACTIONS(101), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(105), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(107), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(111), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(113), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(125), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6154), 1, sym_word, - ACTIONS(6157), 1, + ACTIONS(6162), 1, sym__comment_word, - ACTIONS(145), 2, + ACTIONS(6178), 1, + anon_sym_DOLLAR, + ACTIONS(75), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(6158), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6160), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(342), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146424,44 +148091,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107213] = 17, + [108792] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(6173), 1, - sym_word, - ACTIONS(6177), 1, - anon_sym_DOLLAR, - ACTIONS(6181), 1, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(6164), 1, + sym_word, + ACTIONS(6172), 1, sym__comment_word, - ACTIONS(6175), 2, + ACTIONS(6180), 1, + anon_sym_DOLLAR, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(4473), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6168), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6170), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(1026), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146471,44 +148138,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107277] = 17, + [108856] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(6197), 1, - anon_sym_DOLLAR, - ACTIONS(6203), 1, + ACTIONS(6006), 1, sym__comment_word, - ACTIONS(5480), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(6004), 2, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146518,138 +148185,142 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107341] = 17, - ACTIONS(3), 1, + [108920] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(1839), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, - sym__brace_start, - ACTIONS(6173), 1, - sym_word, - ACTIONS(6181), 1, - anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, - sym__comment_word, - ACTIONS(6205), 1, - anon_sym_DOLLAR, - ACTIONS(6175), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6183), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6191), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(851), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6182), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1672), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107405] = 17, - ACTIONS(3), 1, + [108988] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, - anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, - sym__brace_start, - ACTIONS(6195), 1, - sym_word, - ACTIONS(6203), 1, - sym__comment_word, - ACTIONS(5480), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6199), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6201), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1546), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6184), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1700), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107469] = 17, + [109056] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 1, - anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(4302), 1, + anon_sym_DOLLAR, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(5494), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(4324), 1, + sym__brace_start, + ACTIONS(5255), 1, + anon_sym_DQUOTE, + ACTIONS(5259), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5261), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(5263), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, - sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(6186), 1, sym_word, - ACTIONS(6203), 1, + ACTIONS(6192), 1, sym__comment_word, - ACTIONS(6207), 1, - anon_sym_DOLLAR, - ACTIONS(5480), 2, + ACTIONS(5251), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(5265), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(6188), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(6190), 2, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(2789), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146659,44 +148330,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107533] = 17, + [109120] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(4731), 1, + anon_sym_DQUOTE, + ACTIONS(4735), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(4737), 1, aux_sym_number_token2, - ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4790), 1, - anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(4739), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(4741), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4743), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(4745), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(4755), 1, + sym__brace_start, + ACTIONS(6194), 1, sym_word, - ACTIONS(6167), 1, - sym__comment_word, - ACTIONS(6209), 1, + ACTIONS(6196), 1, anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(6202), 1, + sym__comment_word, + ACTIONS(4723), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(4747), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(6198), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6200), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(3180), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146706,44 +148377,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107597] = 17, + [109184] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(1339), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, + ACTIONS(1765), 1, sym__brace_start, - ACTIONS(4790), 1, + ACTIONS(4463), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(6164), 1, sym_word, - ACTIONS(6167), 1, + ACTIONS(6172), 1, sym__comment_word, - ACTIONS(6211), 1, + ACTIONS(6204), 1, anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(6168), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6170), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(1026), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146753,44 +148424,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107661] = 17, + [109248] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(4731), 1, + anon_sym_DQUOTE, + ACTIONS(4735), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(4737), 1, aux_sym_number_token2, - ACTIONS(2113), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, - sym__brace_start, - ACTIONS(6025), 1, - sym_word, - ACTIONS(6031), 1, - anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(4739), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(4741), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4743), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(4745), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(4755), 1, + sym__brace_start, + ACTIONS(6194), 1, + sym_word, + ACTIONS(6202), 1, sym__comment_word, - ACTIONS(6213), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(4723), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(4747), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6198), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(6200), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(3180), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146800,44 +148471,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107725] = 17, + [109312] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4629), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(5362), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146847,44 +148518,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107789] = 17, + [109376] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(1611), 1, + anon_sym_DOLLAR, + ACTIONS(1617), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(1619), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(1623), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(1637), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(4961), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(4965), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(4967), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(4969), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6208), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(6214), 1, sym__comment_word, - ACTIONS(6215), 1, - anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(4955), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(4971), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(6210), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6212), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1034), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146894,44 +148565,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107853] = 17, + [109440] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6216), 1, + anon_sym_LPAREN, + ACTIONS(6218), 1, + anon_sym_BANG, + ACTIONS(6224), 1, + anon_sym_DOLLAR, + ACTIONS(6226), 1, + aux_sym_number_token1, + ACTIONS(6228), 1, + aux_sym_number_token2, + ACTIONS(6230), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6232), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6234), 1, + anon_sym_BQUOTE, + ACTIONS(6236), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6238), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6240), 1, + sym_variable_name, + STATE(1882), 1, + sym__arithmetic_binary_expression, + STATE(1890), 1, + sym__arithmetic_ternary_expression, + STATE(1892), 1, + sym__arithmetic_unary_expression, + STATE(1899), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6220), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6222), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1922), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [109508] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(4507), 1, anon_sym_DOLLAR, - ACTIONS(4585), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(6242), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(6248), 1, sym__comment_word, - ACTIONS(4577), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(6244), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(6246), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(1191), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146941,44 +148661,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107917] = 17, + [109572] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(5341), 1, sym__comment_word, - ACTIONS(6225), 1, + ACTIONS(6250), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + ACTIONS(5345), 2, + sym_test_operator, + sym__special_character, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146988,93 +148708,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107981] = 19, - ACTIONS(63), 1, + [109636] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(1559), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(1561), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(1565), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(1579), 1, + sym__brace_start, + ACTIONS(4765), 1, + anon_sym_DQUOTE, + ACTIONS(4769), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4771), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4773), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6227), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1695), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6252), 1, + sym_word, + ACTIONS(6254), 1, + anon_sym_DOLLAR, + ACTIONS(6260), 1, + sym__comment_word, + ACTIONS(4759), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4775), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6256), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6258), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(776), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [108049] = 17, + sym_process_substitution, + [109700] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, + ACTIONS(5868), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(5872), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(5874), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(5878), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(5880), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(5882), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(5888), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(6262), 1, sym_word, - ACTIONS(6013), 1, - sym__comment_word, - ACTIONS(6229), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(6270), 1, + sym__comment_word, + ACTIONS(5862), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(5884), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(6266), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(6268), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(3384), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147084,44 +148802,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108113] = 17, + [109764] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(1559), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(1561), 1, aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(1565), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(1579), 1, + sym__brace_start, + ACTIONS(4765), 1, + anon_sym_DQUOTE, + ACTIONS(4769), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4771), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(4773), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, - sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(6252), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(6260), 1, sym__comment_word, - ACTIONS(6231), 1, + ACTIONS(6272), 1, anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(4759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(4775), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(6256), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(6258), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(776), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147131,44 +148849,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108177] = 17, + [109828] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, - anon_sym_BQUOTE, - ACTIONS(4599), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(5934), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6233), 1, + ACTIONS(6274), 1, anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147178,44 +148896,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108241] = 17, + [109892] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(5868), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(5872), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(5874), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(5876), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(5878), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(5880), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(5882), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(5888), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6262), 1, sym_word, - ACTIONS(6237), 1, - anon_sym_DOLLAR, - ACTIONS(6243), 1, + ACTIONS(6270), 1, sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(6276), 1, + anon_sym_DOLLAR, + ACTIONS(5862), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(5884), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(6266), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6268), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(3384), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147225,44 +148943,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108305] = 17, + [109956] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, - anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(5341), 1, sym__comment_word, - ACTIONS(6245), 1, + ACTIONS(6278), 1, anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6011), 2, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + ACTIONS(5345), 2, + sym_test_operator, + sym__special_character, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147272,44 +148990,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108369] = 17, + [110020] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(4793), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(4797), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(4799), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(4805), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(4807), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(4817), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6010), 1, sym_word, - ACTIONS(6243), 1, + ACTIONS(6016), 1, sym__comment_word, - ACTIONS(6247), 1, + ACTIONS(6280), 1, anon_sym_DOLLAR, - ACTIONS(4533), 2, + ACTIONS(4785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(4809), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(6012), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6014), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(1698), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147319,44 +149037,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108433] = 17, + [110084] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6282), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6288), 1, sym__comment_word, - ACTIONS(6249), 1, - anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6284), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6286), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147366,47 +149084,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108497] = 19, + [110148] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6251), 1, + ACTIONS(6290), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1638), 8, + STATE(1649), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -147415,44 +149133,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [108565] = 17, + [110216] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(4727), 1, + anon_sym_DOLLAR, + ACTIONS(4731), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(4735), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(4737), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(4739), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(4741), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(4743), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(4745), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(4755), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(6194), 1, sym_word, - ACTIONS(6255), 1, - anon_sym_DOLLAR, - ACTIONS(6261), 1, + ACTIONS(6202), 1, sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(4723), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(4747), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(6198), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6200), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(3180), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147462,44 +149180,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108629] = 17, + [110280] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(365), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(385), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(5341), 1, sym__comment_word, - ACTIONS(6263), 1, + ACTIONS(6292), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(348), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6069), 2, + ACTIONS(5343), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + ACTIONS(5345), 2, + sym_test_operator, + sym__special_character, + STATE(1609), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147509,44 +149227,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108693] = 17, - ACTIONS(3), 1, + [110344] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6294), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1651), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [110412] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2336), 1, + aux_sym_number_token1, + ACTIONS(2338), 1, + aux_sym_number_token2, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6296), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6265), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6304), 1, + anon_sym_DQUOTE, + ACTIONS(6308), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6310), 1, + anon_sym_BQUOTE, + ACTIONS(6312), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6316), 1, + sym__comment_word, + ACTIONS(6298), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147556,44 +149323,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108757] = 17, + [110476] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(4793), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4797), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4799), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4805), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4807), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4817), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6010), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6016), 1, sym__comment_word, - ACTIONS(6267), 1, + ACTIONS(6318), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4809), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6012), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6014), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1698), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147603,96 +149370,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108821] = 19, + [110540] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6269), 1, + ACTIONS(6320), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1665), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [108889] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6271), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(1667), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1684), 8, + STATE(1654), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -147701,47 +149419,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [108957] = 19, + [110608] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6273), 1, + ACTIONS(6322), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1706), 8, + STATE(1666), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -147750,44 +149468,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109025] = 17, + [110676] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5222), 1, - anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(5230), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, - anon_sym_BQUOTE, - ACTIONS(5238), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(6296), 1, sym_word, - ACTIONS(6277), 1, - anon_sym_DOLLAR, - ACTIONS(6283), 1, + ACTIONS(6304), 1, + anon_sym_DQUOTE, + ACTIONS(6308), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6310), 1, + anon_sym_BQUOTE, + ACTIONS(6312), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6316), 1, sym__comment_word, - ACTIONS(5216), 2, + ACTIONS(6324), 1, + anon_sym_DOLLAR, + ACTIONS(6298), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147797,47 +149515,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109089] = 19, + [110740] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6285), 1, + ACTIONS(6326), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1734), 8, + STATE(1686), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -147846,44 +149564,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109157] = 17, + [110808] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5222), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(6242), 1, sym_word, - ACTIONS(6283), 1, + ACTIONS(6248), 1, sym__comment_word, - ACTIONS(6287), 1, + ACTIONS(6328), 1, anon_sym_DOLLAR, - ACTIONS(5216), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(6244), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6246), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(1191), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147893,93 +149611,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109221] = 19, - ACTIONS(63), 1, + [110872] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(97), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(101), 1, + anon_sym_DQUOTE, + ACTIONS(105), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(107), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(111), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(113), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6289), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1752), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(125), 1, + sym__brace_start, + ACTIONS(6154), 1, + sym_word, + ACTIONS(6162), 1, + sym__comment_word, + ACTIONS(75), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(117), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6158), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6160), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(342), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109289] = 17, + sym_process_substitution, + [110936] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(495), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(505), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(6330), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(6332), 1, + anon_sym_DOLLAR, + ACTIONS(6338), 1, sym__comment_word, - ACTIONS(4487), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6334), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6336), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147989,44 +149705,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109353] = 17, + [111000] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 1, + ACTIONS(5037), 1, anon_sym_DOLLAR, - ACTIONS(4459), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6340), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(6346), 1, sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6342), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6344), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(3017), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148036,44 +149752,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109417] = 17, + [111064] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4886), 1, + ACTIONS(495), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(519), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(6330), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(6338), 1, sym__comment_word, - ACTIONS(6291), 1, + ACTIONS(6348), 1, anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(455), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(511), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(6334), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(6336), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(652), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148083,44 +149799,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109481] = 17, + [111128] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6242), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6248), 1, sym__comment_word, - ACTIONS(6293), 1, + ACTIONS(6350), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6244), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6246), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1191), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148130,142 +149846,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109545] = 19, - ACTIONS(63), 1, + [111192] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(4869), 1, + anon_sym_DQUOTE, + ACTIONS(4873), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4875), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4877), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4879), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4881), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4883), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6295), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1654), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109613] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(4893), 1, + sym__brace_start, + ACTIONS(6352), 1, + sym_word, + ACTIONS(6354), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6297), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1701), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6360), 1, + sym__comment_word, + ACTIONS(4861), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4885), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6356), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6358), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(979), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109681] = 17, + sym_process_substitution, + [111256] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(4869), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4873), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4875), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4877), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4879), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4881), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4883), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4893), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6352), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6360), 1, sym__comment_word, - ACTIONS(6299), 1, + ACTIONS(6362), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4885), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6356), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6358), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(979), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148275,47 +149940,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109745] = 19, + [111320] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6301), 1, + ACTIONS(6364), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1685), 8, + STATE(1728), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148324,47 +149989,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109813] = 19, + [111388] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6303), 1, + ACTIONS(6366), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1656), 8, + STATE(1688), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148373,93 +150038,91 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [109881] = 19, - ACTIONS(63), 1, + [111456] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(4633), 1, + anon_sym_DQUOTE, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6305), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1643), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(4657), 1, + sym__brace_start, + ACTIONS(5944), 1, + sym_word, + ACTIONS(5952), 1, + sym__comment_word, + ACTIONS(6368), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4649), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5948), 2, + sym_test_operator, + sym__special_character, + ACTIONS(5950), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2508), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109949] = 17, + sym_process_substitution, + [111520] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(6307), 1, + ACTIONS(6370), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148469,44 +150132,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110013] = 17, + [111584] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6311), 1, + ACTIONS(6374), 1, anon_sym_DOLLAR, - ACTIONS(6317), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148516,47 +150179,98 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110077] = 19, + [111648] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5422), 1, + anon_sym_LPAREN, + ACTIONS(5424), 1, + aux_sym__c_word_token1, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5430), 1, + anon_sym_DQUOTE, + ACTIONS(5432), 1, + aux_sym_number_token1, + ACTIONS(5434), 1, + aux_sym_number_token2, + ACTIONS(5436), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5438), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5440), 1, + anon_sym_BQUOTE, + ACTIONS(5442), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6384), 1, + aux_sym_heredoc_redirect_token1, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + STATE(2678), 1, + sym__c_terminator, + STATE(3746), 1, + sym__c_expression, + STATE(3892), 1, + sym__c_variable_assignment, + ACTIONS(5420), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6382), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2002), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [111720] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6319), 1, + ACTIONS(6386), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1681), 8, + STATE(1695), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148565,44 +150279,91 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110145] = 17, + [111788] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(6296), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(6304), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6308), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6310), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6312), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6316), 1, sym__comment_word, - ACTIONS(6321), 1, + ACTIONS(6388), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6298), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111852] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5355), 1, + anon_sym_DQUOTE, + ACTIONS(5359), 1, + aux_sym_number_token1, + ACTIONS(5361), 1, + aux_sym_number_token2, + ACTIONS(5363), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5365), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5375), 1, + sym__brace_start, + ACTIONS(6372), 1, + sym_word, + ACTIONS(6380), 1, + sym__comment_word, + ACTIONS(6390), 1, + anon_sym_DOLLAR, + ACTIONS(5349), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + ACTIONS(6376), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6378), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148612,47 +150373,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110209] = 19, + [111916] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6323), 1, + ACTIONS(6392), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1722), 8, + STATE(1693), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148661,44 +150422,91 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110277] = 17, + [111984] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5460), 1, + anon_sym_DOLLAR, + ACTIONS(5464), 1, + anon_sym_DQUOTE, + ACTIONS(5468), 1, + aux_sym_number_token1, + ACTIONS(5470), 1, + aux_sym_number_token2, + ACTIONS(5472), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5474), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5476), 1, + anon_sym_BQUOTE, + ACTIONS(5478), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5484), 1, + sym__brace_start, + ACTIONS(6394), 1, + sym_word, + ACTIONS(6400), 1, + sym__comment_word, + ACTIONS(5458), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5480), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6396), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6398), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1590), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [112048] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(5083), 1, + anon_sym_DOLLAR, + ACTIONS(5087), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5091), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5093), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5095), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5101), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5111), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(6060), 1, sym_word, - ACTIONS(6317), 1, + ACTIONS(6068), 1, sym__comment_word, - ACTIONS(6325), 1, - anon_sym_DOLLAR, - ACTIONS(5694), 2, + ACTIONS(5081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(6064), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6066), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(3896), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148708,47 +150516,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110341] = 19, + [112112] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6327), 1, + ACTIONS(6402), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1658), 8, + STATE(1713), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148757,47 +150565,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110409] = 19, + [112180] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6329), 1, + ACTIONS(6404), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1724), 8, + STATE(1718), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148806,44 +150614,95 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110477] = 17, + [112248] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(97), 1, + ACTIONS(5422), 1, + anon_sym_LPAREN, + ACTIONS(5424), 1, + aux_sym__c_word_token1, + ACTIONS(5428), 1, anon_sym_DOLLAR, - ACTIONS(101), 1, + ACTIONS(5430), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(6408), 1, + aux_sym_heredoc_redirect_token1, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + STATE(2716), 1, + sym__c_terminator, + STATE(3729), 1, + sym__c_expression, + STATE(3892), 1, + sym__c_variable_assignment, + ACTIONS(5420), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6406), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2002), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [112320] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5864), 1, + anon_sym_DOLLAR, + ACTIONS(5868), 1, + anon_sym_DQUOTE, + ACTIONS(5872), 1, + aux_sym_number_token1, + ACTIONS(5874), 1, + aux_sym_number_token2, + ACTIONS(5876), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5878), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5880), 1, + anon_sym_BQUOTE, + ACTIONS(5882), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5888), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(6262), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(6270), 1, sym__comment_word, - ACTIONS(75), 2, + ACTIONS(5862), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(5884), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6266), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6268), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(3384), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148853,44 +150712,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110541] = 17, + [112384] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4978), 1, + ACTIONS(5351), 1, anon_sym_DOLLAR, - ACTIONS(4982), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(4974), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(6376), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6378), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2653), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [112448] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2336), 1, + aux_sym_number_token1, + ACTIONS(2338), 1, + aux_sym_number_token2, + ACTIONS(2342), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2354), 1, + sym__brace_start, + ACTIONS(6296), 1, + sym_word, + ACTIONS(6304), 1, + anon_sym_DQUOTE, + ACTIONS(6308), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6310), 1, + anon_sym_BQUOTE, + ACTIONS(6312), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6316), 1, + sym__comment_word, + ACTIONS(6410), 1, + anon_sym_DOLLAR, + ACTIONS(6298), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148900,47 +150806,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110605] = 19, + [112512] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6347), 1, + ACTIONS(6412), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1753), 8, + STATE(1787), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -148949,44 +150855,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [110673] = 17, + [112580] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(318), 1, + anon_sym_DOLLAR, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(1481), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(4423), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, - anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(5934), 1, sym_word, - ACTIONS(5945), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6349), 1, - anon_sym_DOLLAR, - ACTIONS(4417), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148996,44 +150902,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110737] = 17, + [112644] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(495), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(6353), 1, - anon_sym_DOLLAR, - ACTIONS(6359), 1, + ACTIONS(6006), 1, sym__comment_word, - ACTIONS(455), 2, + ACTIONS(6414), 1, + anon_sym_DOLLAR, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(6004), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149043,44 +150949,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110801] = 17, + [112708] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(495), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(6242), 1, sym_word, - ACTIONS(6359), 1, + ACTIONS(6248), 1, sym__comment_word, - ACTIONS(6361), 1, + ACTIONS(6416), 1, anon_sym_DOLLAR, - ACTIONS(455), 2, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, + ACTIONS(6244), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(6246), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(1191), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149090,93 +150996,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110865] = 19, - ACTIONS(63), 1, + [112772] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(4511), 1, + anon_sym_DQUOTE, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6363), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1740), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [110933] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(6242), 1, sym_word, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - ACTIONS(5881), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, - anon_sym_BQUOTE, - ACTIONS(5885), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6248), 1, sym__comment_word, - ACTIONS(5871), 2, + ACTIONS(6418), 1, + anon_sym_DOLLAR, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(4527), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6244), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6246), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(1191), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149186,44 +151043,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110997] = 17, + [112836] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(5978), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(5984), 1, sym__comment_word, - ACTIONS(6365), 1, + ACTIONS(6420), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(5980), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(5982), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(3863), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149233,47 +151090,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111061] = 19, + [112900] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6216), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6218), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6224), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6226), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6228), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6234), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6240), 1, sym_variable_name, - ACTIONS(6367), 1, + ACTIONS(6422), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1882), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(1890), 1, + sym__arithmetic_ternary_expression, + STATE(1892), 1, + sym__arithmetic_unary_expression, + STATE(1899), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6220), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6222), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1735), 8, + STATE(1897), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149282,94 +151139,96 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111129] = 17, - ACTIONS(3), 1, + [112968] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6369), 1, - anon_sym_DOLLAR, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6424), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1769), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [111193] = 19, + [113036] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6216), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6218), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6224), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6226), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6228), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6234), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6240), 1, sym_variable_name, - ACTIONS(6371), 1, + ACTIONS(6426), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1882), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(1890), 1, + sym__arithmetic_ternary_expression, + STATE(1892), 1, + sym__arithmetic_unary_expression, + STATE(1899), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6220), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6222), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1725), 8, + STATE(1912), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149378,44 +151237,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111261] = 17, + [113104] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(3540), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(3542), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(3546), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(3558), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(4163), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4169), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4171), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(5978), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(5984), 1, sym__comment_word, - ACTIONS(6373), 1, + ACTIONS(6428), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(4159), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(5980), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(5982), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(3863), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149425,142 +151284,185 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111325] = 19, - ACTIONS(63), 1, + [113168] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5087), 1, + anon_sym_DQUOTE, + ACTIONS(5091), 1, + aux_sym_number_token1, + ACTIONS(5093), 1, + aux_sym_number_token2, + ACTIONS(5095), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5101), 1, + anon_sym_BQUOTE, + ACTIONS(5103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5111), 1, + sym__brace_start, + ACTIONS(6060), 1, + sym_word, + ACTIONS(6068), 1, + sym__comment_word, + ACTIONS(6430), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(5081), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5105), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6064), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6066), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3896), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [113232] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4557), 1, + anon_sym_DQUOTE, + ACTIONS(4561), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4563), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4567), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4569), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4571), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6375), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1693), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(4581), 1, + sym__brace_start, + ACTIONS(5986), 1, + sym_word, + ACTIONS(5994), 1, + sym__comment_word, + ACTIONS(6432), 1, + anon_sym_DOLLAR, + ACTIONS(4549), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4573), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5990), 2, + sym_test_operator, + sym__special_character, + ACTIONS(5992), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2487), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111393] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [113296] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(4829), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(4833), 1, + anon_sym_DQUOTE, + ACTIONS(4837), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4839), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4841), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4843), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4845), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4847), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6377), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1737), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(4857), 1, + sym__brace_start, + ACTIONS(5964), 1, + sym_word, + ACTIONS(5972), 1, + sym__comment_word, + ACTIONS(4825), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4849), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(5970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1147), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111461] = 17, + sym_process_substitution, + [113360] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(45), 1, + ACTIONS(4557), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(4561), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(4563), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(4567), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(4569), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(4571), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(4581), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(5986), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(5994), 1, sym__comment_word, - ACTIONS(13), 2, + ACTIONS(6434), 1, + anon_sym_DOLLAR, + ACTIONS(4549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(4573), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(5990), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(5992), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(2487), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149570,99 +151472,97 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111525] = 19, - ACTIONS(63), 1, + [113424] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(1739), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(4463), 1, + anon_sym_DQUOTE, + ACTIONS(4467), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6387), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1662), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6164), 1, + sym_word, + ACTIONS(6172), 1, + sym__comment_word, + ACTIONS(4457), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4473), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6168), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6170), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1026), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111593] = 21, + sym_process_substitution, + [113488] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(5422), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, + ACTIONS(5424), 1, aux_sym__c_word_token1, - ACTIONS(5432), 1, + ACTIONS(5428), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(5430), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(5432), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(5434), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(5436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(5438), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(5440), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(5442), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6391), 1, + ACTIONS(6438), 1, aux_sym_heredoc_redirect_token1, - STATE(1924), 1, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, sym__c_binary_expression, - STATE(1925), 1, + STATE(2006), 1, sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2532), 1, + STATE(2642), 1, sym__c_terminator, - STATE(3652), 1, + STATE(3738), 1, sym__c_expression, - STATE(3772), 1, + STATE(3892), 1, sym__c_variable_assignment, - ACTIONS(5424), 2, + ACTIONS(5420), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(6389), 2, + ACTIONS(6436), 2, anon_sym_SEMI, anon_sym_AMP, - STATE(1928), 7, + STATE(2002), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -149670,47 +151570,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111665] = 19, + [113560] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6216), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6218), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6224), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6226), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6228), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6234), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6240), 1, sym_variable_name, - ACTIONS(6393), 1, + ACTIONS(6440), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1882), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(1890), 1, + sym__arithmetic_ternary_expression, + STATE(1892), 1, + sym__arithmetic_unary_expression, + STATE(1899), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6220), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6222), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1660), 8, + STATE(1902), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149719,127 +151619,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111733] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1475), 1, - aux_sym_number_token1, - ACTIONS(1477), 1, - aux_sym_number_token2, - ACTIONS(1481), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, - sym__brace_start, - ACTIONS(4423), 1, - anon_sym_DQUOTE, - ACTIONS(4427), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, - anon_sym_BQUOTE, - ACTIONS(4431), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, - sym_word, - ACTIONS(5945), 1, - sym__comment_word, - ACTIONS(6395), 1, - anon_sym_DOLLAR, - ACTIONS(4417), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5941), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5943), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(795), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [111797] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [111833] = 19, + [113628] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6216), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6218), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6224), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6226), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6228), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6234), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6240), 1, sym_variable_name, - ACTIONS(6397), 1, + ACTIONS(6442), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1882), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(1890), 1, + sym__arithmetic_ternary_expression, + STATE(1892), 1, + sym__arithmetic_unary_expression, + STATE(1899), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6220), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6222), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1623), 8, + STATE(1881), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149848,44 +151668,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [111901] = 17, + [113696] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(983), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(987), 1, + anon_sym_DQUOTE, + ACTIONS(991), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(993), 1, aux_sym_number_token2, - ACTIONS(4249), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4259), 1, - sym__brace_start, - ACTIONS(5154), 1, - anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(1001), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(6090), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(6098), 1, sym__comment_word, - ACTIONS(5150), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(1003), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(6094), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6096), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(1508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149895,44 +151715,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111965] = 17, + [113760] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(5355), 1, + anon_sym_DQUOTE, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(2113), 1, + ACTIONS(5363), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6025), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6031), 1, + ACTIONS(6380), 1, + sym__comment_word, + ACTIONS(6444), 1, + anon_sym_DOLLAR, + ACTIONS(5349), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5371), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6376), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6378), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2653), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [113824] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5612), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(5616), 1, + aux_sym_number_token1, + ACTIONS(5618), 1, + aux_sym_number_token2, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(5622), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, - sym__comment_word, - ACTIONS(6407), 1, + ACTIONS(5632), 1, + sym__brace_start, + ACTIONS(6446), 1, + sym_word, + ACTIONS(6448), 1, anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(6454), 1, + sym__comment_word, + ACTIONS(5606), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(5628), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6450), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(6452), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(3228), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149942,47 +151809,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112029] = 19, + [113888] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6409), 1, + ACTIONS(6456), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1630), 8, + STATE(1724), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -149991,47 +151858,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112097] = 19, + [113956] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6411), 1, + ACTIONS(6458), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1635), 8, + STATE(1714), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150040,47 +151907,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112165] = 19, + [114024] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6413), 1, + ACTIONS(6460), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1689), 8, + STATE(1734), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150089,145 +151956,188 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112233] = 19, - ACTIONS(63), 1, + [114092] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(491), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(495), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6415), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1731), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(519), 1, + sym__brace_start, + ACTIONS(6330), 1, + sym_word, + ACTIONS(6338), 1, + sym__comment_word, + ACTIONS(455), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(511), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6334), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6336), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(652), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112301] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [114156] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5355), 1, + anon_sym_DQUOTE, + ACTIONS(5359), 1, + aux_sym_number_token1, + ACTIONS(5361), 1, + aux_sym_number_token2, + ACTIONS(5363), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5365), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5367), 1, + anon_sym_BQUOTE, + ACTIONS(5369), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5375), 1, + sym__brace_start, + ACTIONS(6372), 1, + sym_word, + ACTIONS(6380), 1, + sym__comment_word, + ACTIONS(6462), 1, + anon_sym_DOLLAR, + ACTIONS(5349), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5371), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6376), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6378), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2653), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [114220] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5608), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(5612), 1, + anon_sym_DQUOTE, + ACTIONS(5616), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(5618), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(5622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6417), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1675), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(5632), 1, + sym__brace_start, + ACTIONS(6446), 1, + sym_word, + ACTIONS(6454), 1, + sym__comment_word, + ACTIONS(5606), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5628), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6450), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6452), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3228), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112369] = 19, + sym_process_substitution, + [114284] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6419), 1, + ACTIONS(6464), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1682), 8, + STATE(1753), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150236,47 +152146,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112437] = 19, + [114352] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6421), 1, + ACTIONS(6466), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1690), 8, + STATE(1850), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150285,77 +152195,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112505] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3003), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3005), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [112541] = 17, + [114420] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(4691), 1, anon_sym_DOLLAR, - ACTIONS(4541), 1, + ACTIONS(4695), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(4699), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(4701), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(4705), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(4707), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(4709), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(4719), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6468), 1, sym_word, - ACTIONS(6243), 1, + ACTIONS(6474), 1, sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(4687), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(4711), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(6470), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6472), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(801), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150365,47 +152242,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112605] = 19, + [114484] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6423), 1, + ACTIONS(6476), 1, aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1884), 1, + STATE(1667), 1, sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5977), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1856), 8, + STATE(1727), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -150414,93 +152291,171 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [112673] = 19, - ACTIONS(63), 1, + [114552] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(1327), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(1333), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(1335), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(1339), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(1353), 1, + sym__brace_start, + ACTIONS(4923), 1, + anon_sym_DQUOTE, + ACTIONS(4927), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4929), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6425), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1733), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6478), 1, + sym_word, + ACTIONS(6484), 1, + sym__comment_word, + ACTIONS(4917), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4933), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6480), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6482), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(713), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112741] = 17, + sym_process_substitution, + [114616] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(4589), 1, + anon_sym_DOLLAR, + ACTIONS(4593), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(4597), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(4599), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(4601), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(4603), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(4605), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(4607), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(4617), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(6486), 1, sym_word, - ACTIONS(6429), 1, - anon_sym_DOLLAR, - ACTIONS(6435), 1, + ACTIONS(6492), 1, sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(4585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(4609), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6488), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6490), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2135), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [114680] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1173), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1175), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + [114716] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1857), 1, + anon_sym_DOLLAR, + ACTIONS(1863), 1, + aux_sym_number_token1, + ACTIONS(1865), 1, + aux_sym_number_token2, + ACTIONS(1869), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1881), 1, + sym__brace_start, + ACTIONS(6028), 1, + sym_word, + ACTIONS(6036), 1, + anon_sym_DQUOTE, + ACTIONS(6040), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6042), 1, + anon_sym_BQUOTE, + ACTIONS(6044), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6048), 1, + sym__comment_word, + ACTIONS(6030), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6034), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(6038), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + ACTIONS(6046), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(921), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150510,44 +152465,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112805] = 17, + [114780] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(6435), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(6437), 1, + ACTIONS(6494), 1, anon_sym_DOLLAR, - ACTIONS(5658), 2, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150557,44 +152512,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112869] = 17, + [114844] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(4645), 1, + anon_sym_BQUOTE, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(348), 2, + ACTIONS(6496), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(5950), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150604,44 +152559,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112933] = 17, + [114908] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(5381), 1, + anon_sym_DOLLAR, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(6498), 1, sym_word, - ACTIONS(6261), 1, + ACTIONS(6504), 1, sym__comment_word, - ACTIONS(6439), 1, - anon_sym_DOLLAR, - ACTIONS(5332), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(6500), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6502), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(2697), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150651,93 +152606,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112997] = 19, - ACTIONS(63), 1, + [114972] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(365), 1, + anon_sym_DQUOTE, + ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6441), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1756), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(385), 1, + sym__brace_start, + ACTIONS(3176), 1, + anon_sym_BQUOTE, + ACTIONS(5337), 1, + sym_word, + ACTIONS(5341), 1, + sym__comment_word, + ACTIONS(6506), 1, + anon_sym_DOLLAR, + ACTIONS(348), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5343), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5345), 2, + sym_test_operator, + sym__special_character, + STATE(1609), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [113065] = 17, + sym_process_substitution, + [115036] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(5385), 1, + anon_sym_DQUOTE, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(5395), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(5405), 1, + sym__brace_start, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6504), 1, sym__comment_word, - ACTIONS(6443), 1, + ACTIONS(6508), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(5401), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6500), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6502), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2697), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150747,44 +152700,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113129] = 17, + [115100] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(987), 1, + anon_sym_DQUOTE, + ACTIONS(991), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(993), 1, aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(997), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(1001), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(6090), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(6098), 1, sym__comment_word, - ACTIONS(947), 2, + ACTIONS(6510), 1, + anon_sym_DOLLAR, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1003), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(6094), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6096), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150794,44 +152747,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113193] = 17, + [115164] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(5612), 1, + anon_sym_DQUOTE, + ACTIONS(5616), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(5618), 1, aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(5622), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5624), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(5626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(5632), 1, + sym__brace_start, + ACTIONS(6446), 1, + sym_word, + ACTIONS(6454), 1, sym__comment_word, - ACTIONS(6445), 1, + ACTIONS(6512), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(5606), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(5628), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6450), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6452), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(3228), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150841,44 +152794,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113257] = 17, + [115228] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3108), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6020), 1, sym_word, - ACTIONS(6449), 1, - anon_sym_DOLLAR, - ACTIONS(6455), 1, + ACTIONS(6026), 1, sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(6514), 1, + anon_sym_DOLLAR, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6022), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6024), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150888,44 +152841,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113321] = 17, + [115292] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(4463), 1, + anon_sym_DQUOTE, + ACTIONS(4467), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(6164), 1, sym_word, - ACTIONS(6459), 1, - anon_sym_DOLLAR, - ACTIONS(6465), 1, + ACTIONS(6172), 1, sym__comment_word, - ACTIONS(5450), 2, + ACTIONS(6516), 1, + anon_sym_DOLLAR, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(6168), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(6170), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(1026), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150935,44 +152888,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113385] = 17, + [115356] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(4553), 1, + anon_sym_DOLLAR, + ACTIONS(4557), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(4561), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(4563), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(4567), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4569), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(4571), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(4581), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(5986), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(5994), 1, sym__comment_word, - ACTIONS(6467), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(4549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(4573), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(5990), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(5992), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(2487), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150982,44 +152935,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113449] = 17, + [115420] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(5494), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5498), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5500), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5506), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5508), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(5514), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6518), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6469), 1, + ACTIONS(6520), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6526), 1, + sym__comment_word, + ACTIONS(5488), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(5510), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6522), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6524), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(3710), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151029,93 +152982,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113513] = 19, - ACTIONS(63), 1, + [115484] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(4865), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(4869), 1, + anon_sym_DQUOTE, + ACTIONS(4873), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4875), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4877), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4879), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4881), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4883), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6471), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1716), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(4893), 1, + sym__brace_start, + ACTIONS(6352), 1, + sym_word, + ACTIONS(6360), 1, + sym__comment_word, + ACTIONS(4861), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4885), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6356), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6358), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(979), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [113581] = 17, + sym_process_substitution, + [115548] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(6473), 1, - sym_word, - ACTIONS(6479), 1, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(6483), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, - anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + ACTIONS(6020), 1, + sym_word, + ACTIONS(6026), 1, sym__comment_word, - ACTIONS(6475), 2, + ACTIONS(6528), 1, + anon_sym_DOLLAR, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6022), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(6024), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, + STATE(1483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151125,44 +153076,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113645] = 17, + [115612] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(1745), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(1747), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(1751), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(1765), 1, + sym__brace_start, + ACTIONS(4463), 1, + anon_sym_DQUOTE, + ACTIONS(4467), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4469), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4471), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6164), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6172), 1, sym__comment_word, - ACTIONS(6493), 1, + ACTIONS(6530), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(4457), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4473), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6168), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6170), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(1026), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151172,47 +153123,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113709] = 19, + [115676] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6495), 1, + ACTIONS(6532), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1708), 8, + STATE(1743), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151221,44 +153172,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [113777] = 17, + [115744] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, - anon_sym_DOLLAR, - ACTIONS(713), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(6083), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(693), 2, + ACTIONS(6534), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151268,91 +153219,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113841] = 17, - ACTIONS(3), 1, + [115808] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, - sym__brace_start, - ACTIONS(6497), 1, - sym_word, - ACTIONS(6499), 1, - anon_sym_DOLLAR, - ACTIONS(6505), 1, - sym__comment_word, - ACTIONS(4621), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6501), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6503), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3075), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6536), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1650), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [113905] = 17, + [115876] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(1553), 1, + anon_sym_DOLLAR, + ACTIONS(1559), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1561), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(1565), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(1579), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(4765), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(4769), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(4771), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(4773), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(6252), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(6260), 1, sym__comment_word, - ACTIONS(6507), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(4759), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(4775), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6256), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6258), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(776), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151362,44 +153315,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113969] = 17, + [115940] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(5494), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(5498), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(5500), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(5506), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(5508), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(5514), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(6518), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(6526), 1, sym__comment_word, - ACTIONS(6509), 1, + ACTIONS(6538), 1, anon_sym_DOLLAR, - ACTIONS(4621), 2, + ACTIONS(5488), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(5510), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(6522), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(6524), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(3710), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151409,44 +153362,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114033] = 17, + [116004] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2781), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(2785), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(2789), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(2791), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(2793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(2795), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(2797), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(2799), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(2807), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6050), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6058), 1, sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(2779), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(2801), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6054), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6056), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1792), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151456,93 +153409,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114097] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6511), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1642), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [114165] = 17, + [116068] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(2109), 1, + anon_sym_DOLLAR, + ACTIONS(2115), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2117), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(2121), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(2133), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6128), 1, + sym_word, + ACTIONS(6136), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6140), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6142), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6144), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, + ACTIONS(6148), 1, sym__comment_word, - ACTIONS(6513), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(6130), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(6134), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6138), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + ACTIONS(6146), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(993), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151552,44 +153456,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114229] = 17, + [116132] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(6006), 1, sym__comment_word, - ACTIONS(6515), 1, + ACTIONS(6540), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(6004), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151599,98 +153503,94 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114293] = 21, + [116196] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6519), 1, - aux_sym_heredoc_redirect_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2542), 1, - sym__c_terminator, - STATE(3628), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(6517), 2, - anon_sym_SEMI, - anon_sym_AMP, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(4657), 1, + sym__brace_start, + ACTIONS(5944), 1, + sym_word, + ACTIONS(5952), 1, + sym__comment_word, + ACTIONS(6542), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4649), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5948), 2, + sym_test_operator, + sym__special_character, + ACTIONS(5950), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2508), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [114365] = 19, + sym_process_substitution, + [116260] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6521), 1, + ACTIONS(6544), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1747), 8, + STATE(1773), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151699,44 +153599,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [114433] = 17, + [116328] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5660), 1, - anon_sym_DOLLAR, - ACTIONS(5664), 1, + ACTIONS(4633), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(4637), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(4639), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(4643), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(4645), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(4647), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(4657), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(6435), 1, + ACTIONS(5952), 1, sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(6546), 1, + anon_sym_DOLLAR, + ACTIONS(4625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(4649), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(5948), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(5950), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(2508), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151746,47 +153646,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114497] = 19, + [116392] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6523), 1, + ACTIONS(6548), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1743), 8, + STATE(1659), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -151795,44 +153695,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [114565] = 17, + [116460] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(6525), 1, + ACTIONS(6550), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151842,44 +153742,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114629] = 17, + [116524] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, - anon_sym_BQUOTE, - ACTIONS(5470), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(6296), 1, sym_word, - ACTIONS(6465), 1, + ACTIONS(6304), 1, + anon_sym_DQUOTE, + ACTIONS(6308), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6310), 1, + anon_sym_BQUOTE, + ACTIONS(6312), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6316), 1, sym__comment_word, - ACTIONS(6527), 1, + ACTIONS(6552), 1, anon_sym_DOLLAR, - ACTIONS(5450), 2, + ACTIONS(6298), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151889,44 +153789,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114693] = 17, + [116588] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(4324), 1, + sym__brace_start, + ACTIONS(5255), 1, + anon_sym_DQUOTE, + ACTIONS(5259), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5261), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5263), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6186), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6192), 1, sym__comment_word, - ACTIONS(6529), 1, + ACTIONS(6554), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(5251), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5265), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6188), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6190), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(2789), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151936,44 +153836,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114757] = 17, + [116652] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(5274), 2, + ACTIONS(6556), 1, + anon_sym_DOLLAR, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151983,44 +153883,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114821] = 17, + [116716] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(5934), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6531), 1, + ACTIONS(6558), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152030,44 +153930,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114885] = 17, + [116780] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4308), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4310), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4314), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(4324), 1, + sym__brace_start, + ACTIONS(5255), 1, + anon_sym_DQUOTE, + ACTIONS(5259), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5261), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5263), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6186), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6192), 1, sym__comment_word, - ACTIONS(6533), 1, + ACTIONS(6560), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(5251), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5265), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6188), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6190), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2789), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152077,91 +153977,191 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114949] = 17, - ACTIONS(3), 1, + [116844] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6216), 1, + anon_sym_LPAREN, + ACTIONS(6218), 1, + anon_sym_BANG, + ACTIONS(6224), 1, + anon_sym_DOLLAR, + ACTIONS(6226), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6228), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6230), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6232), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(6234), 1, + anon_sym_BQUOTE, + ACTIONS(6236), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6240), 1, + sym_variable_name, + ACTIONS(6562), 1, + aux_sym__simple_variable_name_token1, + STATE(1882), 1, + sym__arithmetic_binary_expression, + STATE(1890), 1, + sym__arithmetic_ternary_expression, + STATE(1892), 1, + sym__arithmetic_unary_expression, + STATE(1899), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6220), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6222), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1929), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [116912] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6535), 1, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6564), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1775), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [116980] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6566), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1785), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [115013] = 17, + [117048] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, - anon_sym_DOLLAR, - ACTIONS(1795), 1, + ACTIONS(2200), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(2202), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(2206), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(2218), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(6070), 1, + sym_word, + ACTIONS(6076), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(6080), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(6082), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(6084), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, - sym_word, - ACTIONS(6543), 1, + ACTIONS(6088), 1, sym__comment_word, - ACTIONS(4347), 2, + ACTIONS(6568), 1, + anon_sym_DOLLAR, + ACTIONS(6072), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6074), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6078), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + ACTIONS(6086), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1122), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152171,91 +154171,129 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115077] = 17, - ACTIONS(3), 1, + [117112] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6545), 1, - anon_sym_DOLLAR, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6570), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1668), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [115141] = 17, + [117180] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6572), 1, + aux_sym_concatenation_token1, + ACTIONS(6574), 1, + sym__concat, + STATE(2459), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [117222] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6296), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6304), 1, + anon_sym_DQUOTE, + ACTIONS(6308), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6310), 1, + anon_sym_BQUOTE, + ACTIONS(6312), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6316), 1, sym__comment_word, - ACTIONS(6547), 1, + ACTIONS(6576), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6298), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152265,44 +154303,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115205] = 17, - ACTIONS(3), 1, + [117286] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6578), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1883), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [117354] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(324), 1, + aux_sym_number_token1, + ACTIONS(326), 1, + aux_sym_number_token2, + ACTIONS(330), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(5934), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6549), 1, + ACTIONS(6580), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152312,44 +154399,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115269] = 17, + [117418] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2200), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2202), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2206), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2218), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6070), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6076), 1, + anon_sym_DQUOTE, + ACTIONS(6080), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6082), 1, + anon_sym_BQUOTE, + ACTIONS(6084), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6088), 1, sym__comment_word, - ACTIONS(6551), 1, + ACTIONS(6582), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6072), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6074), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6078), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + ACTIONS(6086), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1122), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152359,138 +154446,175 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115333] = 17, - ACTIONS(3), 1, + [117482] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, - sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6553), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2557), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6584), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1762), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [115397] = 17, - ACTIONS(3), 1, + [117550] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(318), 1, + ACTIONS(3048), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_DOLLAR, - ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(6447), 1, sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(3050), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6451), 2, - sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [117586] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6586), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1750), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [115461] = 17, + [117654] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(276), 1, + anon_sym_DOLLAR, + ACTIONS(280), 1, + anon_sym_DQUOTE, + ACTIONS(284), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(286), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(288), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(290), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(292), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(294), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(304), 1, + sym__brace_start, + ACTIONS(6588), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6594), 1, sym__comment_word, - ACTIONS(6555), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(242), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(296), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6590), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6592), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(392), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152500,44 +154624,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115525] = 17, + [117718] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(45), 1, + ACTIONS(5385), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(5395), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(5405), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(6498), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(6504), 1, sym__comment_word, - ACTIONS(6557), 1, + ACTIONS(6596), 1, anon_sym_DOLLAR, - ACTIONS(13), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(6500), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(6502), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(2697), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152547,44 +154671,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115589] = 17, + [117782] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(2785), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(2789), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(2791), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(2793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(2795), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(2797), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(2799), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(2807), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6050), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(6058), 1, sym__comment_word, - ACTIONS(6559), 1, + ACTIONS(6598), 1, anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(2779), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(2801), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(6054), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6056), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(1792), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152594,44 +154718,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115653] = 17, + [117846] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(4593), 1, + anon_sym_DQUOTE, + ACTIONS(4597), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(4599), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(4601), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(4603), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4605), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(4607), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4617), 1, + sym__brace_start, + ACTIONS(6486), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6492), 1, sym__comment_word, - ACTIONS(6561), 1, + ACTIONS(6600), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(4585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(4609), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6488), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6490), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(2135), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152641,44 +154765,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115717] = 17, + [117910] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(280), 1, + ACTIONS(4593), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(4597), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(4599), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(4601), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(4603), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(4605), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(4607), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(4617), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(6486), 1, sym_word, - ACTIONS(6565), 1, - anon_sym_DOLLAR, - ACTIONS(6571), 1, + ACTIONS(6492), 1, sym__comment_word, - ACTIONS(242), 2, + ACTIONS(6602), 1, + anon_sym_DOLLAR, + ACTIONS(4585), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(4609), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(6488), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6490), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(2135), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152688,44 +154812,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115781] = 17, + [117974] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(280), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(6282), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(6288), 1, sym__comment_word, - ACTIONS(6573), 1, + ACTIONS(6604), 1, anon_sym_DOLLAR, - ACTIONS(242), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(6284), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6286), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152735,91 +154859,126 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115845] = 17, - ACTIONS(3), 1, + [118038] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(3393), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, aux_sym_number_token1, - ACTIONS(206), 1, aux_sym_number_token2, - ACTIONS(210), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - ACTIONS(6115), 1, sym_word, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(6575), 1, - anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(3405), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6119), 2, - sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118074] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6606), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1723), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [115909] = 17, + [118142] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4886), 1, + ACTIONS(5464), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5468), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5470), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5472), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5476), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5478), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5484), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(6394), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(6400), 1, sym__comment_word, - ACTIONS(6577), 1, + ACTIONS(6608), 1, anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(5458), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5480), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(6396), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(6398), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(1590), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152829,44 +154988,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115973] = 17, + [118206] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6610), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1716), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [118274] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6340), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(6346), 1, sym__comment_word, - ACTIONS(6579), 1, + ACTIONS(6612), 1, anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(6342), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6344), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(3017), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152876,44 +155084,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116037] = 17, + [118338] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3284), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3286), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118374] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(713), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(717), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(737), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6282), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6288), 1, sym__comment_word, - ACTIONS(6581), 1, + ACTIONS(6614), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(693), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(729), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6284), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6286), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152923,47 +155164,80 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116101] = 19, + [118438] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3278), 8, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3280), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118474] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6583), 1, + ACTIONS(6616), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1846), 8, + STATE(1670), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -152972,94 +155246,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [116169] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, - sym_word, - ACTIONS(5967), 1, - sym__comment_word, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5963), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5965), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3762), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [116233] = 19, + [118542] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6585), 1, + ACTIONS(6618), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1671), 8, + STATE(1691), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -153068,47 +155295,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [116301] = 19, + [118610] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6587), 1, + ACTIONS(6620), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1816), 8, + STATE(1737), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -153117,44 +155344,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [116369] = 17, + [118678] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, + ACTIONS(41), 1, + anon_sym_DOLLAR, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(6622), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(6628), 1, sym__comment_word, - ACTIONS(6589), 1, - anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6624), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6626), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(910), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153164,44 +155391,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116433] = 17, + [118742] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6630), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [118810] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(5041), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5045), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5047), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5051), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5053), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5055), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(5061), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6340), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6346), 1, sym__comment_word, - ACTIONS(6591), 1, + ACTIONS(6632), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(5033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(5057), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6342), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6344), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(3017), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153211,44 +155487,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116497] = 17, + [118874] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(5464), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5468), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5470), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5472), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5476), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5478), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(5484), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6394), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6400), 1, sym__comment_word, - ACTIONS(6593), 1, + ACTIONS(6634), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(5458), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(5480), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6396), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6398), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1590), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153258,44 +155534,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116561] = 17, + [118938] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1617), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1619), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1623), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(1637), 1, + sym__brace_start, + ACTIONS(4961), 1, + anon_sym_DQUOTE, + ACTIONS(4965), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4967), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(4969), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6208), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6214), 1, sym__comment_word, - ACTIONS(6595), 1, + ACTIONS(6636), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4955), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(4971), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6210), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6212), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1034), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153305,95 +155581,91 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116625] = 21, + [119002] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(1863), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(1865), 1, aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(1869), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(1881), 1, + sym__brace_start, + ACTIONS(6028), 1, + sym_word, + ACTIONS(6036), 1, + anon_sym_DQUOTE, + ACTIONS(6040), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6042), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(6044), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6599), 1, - aux_sym_heredoc_redirect_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2567), 1, - sym__c_terminator, - STATE(3633), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(6597), 2, - anon_sym_SEMI, - anon_sym_AMP, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(6048), 1, + sym__comment_word, + ACTIONS(6638), 1, + anon_sym_DOLLAR, + ACTIONS(6030), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6034), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6038), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6046), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(921), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [116697] = 17, + sym_process_substitution, + [119066] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(1333), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(1335), 1, aux_sym_number_token2, - ACTIONS(109), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(1339), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(1353), 1, + sym__brace_start, + ACTIONS(4923), 1, + anon_sym_DQUOTE, + ACTIONS(4927), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4929), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(4931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, - sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(6478), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(6484), 1, sym__comment_word, - ACTIONS(6601), 1, + ACTIONS(6640), 1, anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(4917), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(4933), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6480), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6482), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(713), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153403,44 +155675,142 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116761] = 17, + [119130] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6642), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1758), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [119198] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6644), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1701), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [119266] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(2471), 1, + anon_sym_DOLLAR, + ACTIONS(2475), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2499), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6646), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(6652), 1, sym__comment_word, - ACTIONS(6603), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(2469), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6648), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6650), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153450,44 +155820,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116825] = 17, + [119330] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(2330), 1, + anon_sym_DOLLAR, + ACTIONS(2336), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(2338), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(2342), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(2354), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(6296), 1, + sym_word, + ACTIONS(6304), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6308), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6310), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6455), 1, + ACTIONS(6312), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6316), 1, sym__comment_word, - ACTIONS(6605), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6298), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6302), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6306), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + ACTIONS(6314), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1102), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153497,44 +155867,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116889] = 17, + [119394] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(4695), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(4699), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(4701), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(4705), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(4707), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(4709), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(4719), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6468), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6474), 1, sym__comment_word, - ACTIONS(6607), 1, + ACTIONS(6654), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(4687), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(4711), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6470), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6472), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(801), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153544,44 +155914,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116953] = 17, + [119458] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1017), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3108), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6020), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6026), 1, sym__comment_word, - ACTIONS(6609), 1, + ACTIONS(6656), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6022), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6024), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153591,44 +155961,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117017] = 17, + [119522] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(276), 1, - anon_sym_DOLLAR, - ACTIONS(280), 1, - anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(206), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(208), 1, aux_sym_number_token2, - ACTIONS(288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(212), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, - anon_sym_BQUOTE, - ACTIONS(294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(226), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3108), 1, + anon_sym_BQUOTE, + ACTIONS(6020), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(6026), 1, sym__comment_word, - ACTIONS(242), 2, + ACTIONS(6658), 1, + anon_sym_DOLLAR, + ACTIONS(1011), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(6022), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6024), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(1483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153638,44 +156008,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117081] = 17, + [119586] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(4695), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4699), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4701), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4705), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4707), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(4709), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4719), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6468), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(6474), 1, sym__comment_word, - ACTIONS(6611), 1, + ACTIONS(6660), 1, anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(4687), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(4711), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6470), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6472), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(801), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153685,44 +156055,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117145] = 17, + [119650] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, - anon_sym_DOLLAR, - ACTIONS(4830), 1, + ACTIONS(159), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(163), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(165), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(173), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(179), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6662), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6664), 1, + anon_sym_DOLLAR, + ACTIONS(6670), 1, sym__comment_word, - ACTIONS(4822), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(175), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6666), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6668), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(360), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153732,44 +156102,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117209] = 17, + [119714] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1617), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1619), 1, aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(1623), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1637), 1, + sym__brace_start, + ACTIONS(4961), 1, + anon_sym_DQUOTE, + ACTIONS(4965), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4967), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(4969), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6208), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6214), 1, sym__comment_word, - ACTIONS(389), 2, + ACTIONS(6672), 1, + anon_sym_DOLLAR, + ACTIONS(4955), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(4971), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6210), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6212), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1034), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153779,44 +156149,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117273] = 17, + [119778] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(5355), 1, + anon_sym_DQUOTE, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4249), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4259), 1, - sym__brace_start, - ACTIONS(5154), 1, - anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5365), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(5375), 1, + sym__brace_start, + ACTIONS(6372), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(6621), 1, + ACTIONS(6674), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153826,47 +156196,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117337] = 19, + [119842] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6623), 1, + ACTIONS(6676), 1, aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1884), 1, + STATE(1667), 1, sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5977), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1873), 8, + STATE(1710), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -153875,44 +156245,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [117405] = 17, + [119910] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4830), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(6625), 1, + ACTIONS(6678), 1, anon_sym_DOLLAR, - ACTIONS(4822), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153922,44 +156292,142 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117469] = 17, - ACTIONS(3), 1, + [119974] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4259), 1, - sym__brace_start, - ACTIONS(5154), 1, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6680), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1731), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [120042] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6682), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1717), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [120110] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(159), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(163), 1, + aux_sym_number_token1, + ACTIONS(165), 1, + aux_sym_number_token2, + ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(169), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(173), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(179), 1, + sym__brace_start, + ACTIONS(6662), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(6670), 1, sym__comment_word, - ACTIONS(6627), 1, + ACTIONS(6684), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(175), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(6666), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6668), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(360), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153969,7 +156437,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117533] = 17, + [120174] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(45), 1, @@ -153988,11 +156456,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(71), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(6622), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(6628), 1, sym__comment_word, - ACTIONS(6629), 1, + ACTIONS(6686), 1, anon_sym_DOLLAR, ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, @@ -154000,13 +156468,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(6624), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(6626), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(910), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154016,77 +156484,140 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117597] = 3, + [120238] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, + ACTIONS(6114), 1, aux_sym_number_token2, + ACTIONS(6116), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2977), 20, - sym_file_descriptor, + ACTIONS(6120), 1, + anon_sym_BQUOTE, + ACTIONS(6122), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6126), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + ACTIONS(6688), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1699), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [120306] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4511), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(4515), 1, + aux_sym_number_token1, + ACTIONS(4517), 1, + aux_sym_number_token2, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4521), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4523), 1, anon_sym_BQUOTE, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(4535), 1, + sym__brace_start, + ACTIONS(6242), 1, + sym_word, + ACTIONS(6248), 1, + sym__comment_word, + ACTIONS(6690), 1, + anon_sym_DOLLAR, + ACTIONS(4503), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [117633] = 17, + ACTIONS(6244), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6246), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1191), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [120370] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5456), 1, + ACTIONS(4511), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(4515), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(4517), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(4521), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(4523), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(4525), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(4535), 1, sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(6242), 1, sym_word, - ACTIONS(6465), 1, + ACTIONS(6248), 1, sym__comment_word, - ACTIONS(5450), 2, + ACTIONS(6692), 1, + anon_sym_DOLLAR, + ACTIONS(4503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(4527), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(6244), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(6246), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(1191), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154096,47 +156627,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117697] = 19, + [120434] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5971), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5973), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6631), 1, + ACTIONS(6694), 1, aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1884), 1, + STATE(1667), 1, sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5977), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1843), 8, + STATE(1685), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -154145,7 +156676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [117765] = 17, + [120502] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(324), 1, @@ -154156,33 +156687,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(5934), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6633), 1, + ACTIONS(6696), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154192,7 +156723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117829] = 17, + [120566] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(324), 1, @@ -154203,33 +156734,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, ACTIONS(342), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(3104), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(5934), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6635), 1, + ACTIONS(6698), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154239,91 +156770,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117893] = 17, + [120630] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(6006), 1, sym__comment_word, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6069), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2470), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [117957] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5334), 1, + ACTIONS(6700), 1, anon_sym_DOLLAR, - ACTIONS(5338), 1, - anon_sym_DQUOTE, - ACTIONS(5342), 1, - aux_sym_number_token1, - ACTIONS(5344), 1, - aux_sym_number_token2, - ACTIONS(5346), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, - anon_sym_BQUOTE, - ACTIONS(5352), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, - sym__brace_start, - ACTIONS(6253), 1, - sym_word, - ACTIONS(6261), 1, - sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6004), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154333,44 +156817,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118021] = 17, + [120694] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(5998), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6006), 1, sym__comment_word, - ACTIONS(6637), 1, + ACTIONS(6702), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(389), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6002), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6004), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(879), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154380,225 +156864,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118085] = 6, - ACTIONS(3), 1, + [120758] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, - sym__concat, - STATE(2421), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(3084), 8, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - sym__special_character, - [118127] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, aux_sym_number_token1, - ACTIONS(5903), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + sym_word, + ACTIONS(3086), 20, + sym_file_descriptor, sym_variable_name, - ACTIONS(6643), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1627), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [118195] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(979), 1, - anon_sym_DQUOTE, - ACTIONS(983), 1, - aux_sym_number_token1, - ACTIONS(985), 1, - aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + sym_test_operator, sym__brace_start, - ACTIONS(5949), 1, - sym_word, - ACTIONS(5957), 1, - sym__comment_word, - ACTIONS(6645), 1, - anon_sym_DOLLAR, - ACTIONS(965), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5953), 2, - sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [118259] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6647), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1738), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [118327] = 17, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [120794] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(5490), 1, anon_sym_DOLLAR, - ACTIONS(5700), 1, + ACTIONS(5494), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5498), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5500), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5504), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5506), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5508), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5514), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(6518), 1, sym_word, - ACTIONS(6317), 1, + ACTIONS(6526), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(5488), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5510), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(6522), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6524), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(3710), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154608,44 +156944,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118391] = 17, + [120858] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(280), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(284), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(286), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(288), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(290), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(292), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(294), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(304), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6588), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(6594), 1, sym__comment_word, - ACTIONS(6649), 1, + ACTIONS(6704), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(242), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(296), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(6590), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6592), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(392), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154655,44 +156991,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118455] = 17, + [120922] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4625), 1, - anon_sym_DOLLAR, - ACTIONS(4629), 1, + ACTIONS(280), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(284), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(286), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(288), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(290), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(292), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(294), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(304), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(6588), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(6594), 1, sym__comment_word, - ACTIONS(4621), 2, + ACTIONS(6706), 1, + anon_sym_DOLLAR, + ACTIONS(242), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(296), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(6590), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(6592), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(392), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154702,44 +157038,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118519] = 17, + [120986] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(5385), 1, + anon_sym_DQUOTE, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(1801), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, - sym__brace_start, - ACTIONS(4353), 1, - anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(5395), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(5405), 1, + sym__brace_start, + ACTIONS(6498), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(6504), 1, sym__comment_word, - ACTIONS(6651), 1, + ACTIONS(6708), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(5401), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6500), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6502), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(2697), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154749,44 +157085,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118583] = 17, + [121050] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(342), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(1041), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, - anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(1047), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(5934), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(5942), 1, sym__comment_word, - ACTIONS(6653), 1, + ACTIONS(6710), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(1049), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(5938), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1409), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154796,110 +157132,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118647] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3258), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3260), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [118683] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3262), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3264), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [118719] = 17, + [121114] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(2475), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(2499), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6646), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6652), 1, sym__comment_word, - ACTIONS(6655), 1, + ACTIONS(6712), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(2469), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6648), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6650), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154909,44 +157179,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118783] = 17, + [121178] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1333), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1335), 1, aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(1339), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1353), 1, + sym__brace_start, + ACTIONS(4923), 1, + anon_sym_DQUOTE, + ACTIONS(4927), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4929), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(4931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6478), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6484), 1, sym__comment_word, - ACTIONS(6657), 1, + ACTIONS(6714), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(4917), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(4933), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6480), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6482), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(713), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154956,80 +157226,143 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118847] = 3, - ACTIONS(63), 1, + [121242] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(3341), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(324), 1, aux_sym_number_token1, + ACTIONS(326), 1, aux_sym_number_token2, + ACTIONS(330), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3353), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(342), 1, sym__brace_start, + ACTIONS(1041), 1, + anon_sym_DQUOTE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1047), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3104), 1, + anon_sym_BQUOTE, + ACTIONS(5934), 1, + sym_word, + ACTIONS(5942), 1, + sym__comment_word, + ACTIONS(6716), 1, + anon_sym_DOLLAR, + ACTIONS(1029), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1049), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5938), 2, + sym_test_operator, sym__special_character, - anon_sym_DQUOTE, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, + STATE(1409), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [121306] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, + aux_sym_number_token1, + ACTIONS(6114), 1, + aux_sym_number_token2, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, anon_sym_BQUOTE, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [118883] = 19, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6718), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1884), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [121374] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6102), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6104), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6110), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6118), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, + ACTIONS(6126), 1, sym_variable_name, - ACTIONS(6659), 1, + ACTIONS(6720), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(1665), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(1752), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6106), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6108), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1628), 8, + STATE(1663), 8, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, @@ -155038,44 +157371,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [118951] = 17, + [121442] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4830), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(6661), 1, + ACTIONS(6722), 1, anon_sym_DOLLAR, - ACTIONS(4822), 2, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155085,44 +157418,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119015] = 17, + [121506] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(155), 1, anon_sym_DOLLAR, - ACTIONS(1833), 1, + ACTIONS(159), 1, + anon_sym_DQUOTE, + ACTIONS(163), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(165), 1, aux_sym_number_token2, - ACTIONS(1839), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, - sym__brace_start, - ACTIONS(6173), 1, - sym_word, - ACTIONS(6181), 1, - anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(169), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(171), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(173), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(179), 1, + sym__brace_start, + ACTIONS(6662), 1, + sym_word, + ACTIONS(6670), 1, sym__comment_word, - ACTIONS(6175), 2, + ACTIONS(145), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(175), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6666), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6668), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(360), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155132,44 +157465,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119079] = 17, + [121570] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(5385), 1, + anon_sym_DQUOTE, + ACTIONS(5389), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(5391), 1, aux_sym_number_token2, - ACTIONS(2216), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, - sym__brace_start, - ACTIONS(6473), 1, - sym_word, - ACTIONS(6479), 1, - anon_sym_DQUOTE, - ACTIONS(6483), 1, + ACTIONS(5393), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(5395), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5397), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(5399), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(5405), 1, + sym__brace_start, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6504), 1, sym__comment_word, - ACTIONS(6663), 1, + ACTIONS(6724), 1, anon_sym_DOLLAR, - ACTIONS(6475), 2, + ACTIONS(5379), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(5401), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6500), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(6502), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, + STATE(2697), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155179,44 +157512,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119143] = 17, + [121634] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(2475), 1, + anon_sym_DQUOTE, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(2489), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2499), 1, + sym__brace_start, + ACTIONS(6646), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6652), 1, sym__comment_word, - ACTIONS(6665), 1, + ACTIONS(6726), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(2469), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6648), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6650), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155226,91 +157559,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119207] = 17, - ACTIONS(3), 1, + [121698] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(6102), 1, + anon_sym_LPAREN, + ACTIONS(6104), 1, + anon_sym_BANG, + ACTIONS(6110), 1, + anon_sym_DOLLAR, + ACTIONS(6112), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(6114), 1, aux_sym_number_token2, - ACTIONS(2216), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, - sym__brace_start, - ACTIONS(6473), 1, - sym_word, - ACTIONS(6479), 1, - anon_sym_DQUOTE, - ACTIONS(6483), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(6118), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6120), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(6122), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, - sym__comment_word, - ACTIONS(6667), 1, - anon_sym_DOLLAR, - ACTIONS(6475), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6481), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, + ACTIONS(6126), 1, + sym_variable_name, + ACTIONS(6728), 1, + aux_sym__simple_variable_name_token1, + STATE(1665), 1, + sym__arithmetic_unary_expression, + STATE(1667), 1, + sym__arithmetic_postfix_expression, + STATE(1712), 1, + sym__arithmetic_ternary_expression, + STATE(1752), 1, + sym__arithmetic_binary_expression, + ACTIONS(6106), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6108), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1715), 8, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [119271] = 17, + [121766] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(45), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(49), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(55), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(57), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(71), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(6622), 1, sym_word, - ACTIONS(6359), 1, + ACTIONS(6628), 1, sym__comment_word, - ACTIONS(455), 2, + ACTIONS(6730), 1, + anon_sym_DOLLAR, + ACTIONS(13), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(61), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, + ACTIONS(6624), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(6626), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(910), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155320,44 +157655,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119335] = 17, + [121830] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5218), 1, - anon_sym_DOLLAR, - ACTIONS(5222), 1, + ACTIONS(5355), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(5359), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(5361), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(5363), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(5365), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(5367), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(5369), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(5375), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(6372), 1, sym_word, - ACTIONS(6283), 1, + ACTIONS(6380), 1, sym__comment_word, - ACTIONS(5216), 2, + ACTIONS(6732), 1, + anon_sym_DOLLAR, + ACTIONS(5349), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(5371), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(6376), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6378), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(2653), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155367,49 +157702,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119399] = 6, - ACTIONS(3), 1, + [121894] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2504), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2899), 8, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2901), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - [119440] = 6, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [121930] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6673), 1, + ACTIONS(6734), 1, aux_sym_concatenation_token1, - ACTIONS(6676), 1, + ACTIONS(6737), 1, sym__concat, - STATE(2419), 1, + STATE(2457), 1, aux_sym_concatenation_repeat1, ACTIONS(1185), 3, sym_file_descriptor, @@ -155437,14 +157770,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119481] = 6, + [121971] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6572), 1, aux_sym_concatenation_token1, - ACTIONS(6679), 1, + ACTIONS(6740), 1, sym__concat, - STATE(2419), 1, + STATE(2457), 1, aux_sym_concatenation_repeat1, ACTIONS(1179), 3, sym_file_descriptor, @@ -155472,20 +157805,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119522] = 6, + [122012] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6572), 1, aux_sym_concatenation_token1, - ACTIONS(6681), 1, + ACTIONS(6742), 1, sym__concat, - STATE(2419), 1, + STATE(2457), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1169), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + ACTIONS(1167), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155507,21 +157840,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119563] = 5, + [122053] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2588), 2, + ACTIONS(2654), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2590), 2, + ACTIONS(2666), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2427), 4, + STATE(2466), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 19, + ACTIONS(2664), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155541,20 +157874,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119602] = 6, + [122092] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6572), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6574), 1, sym__concat, - STATE(2421), 1, + STATE(2542), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1175), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1173), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155562,7 +157895,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -155576,20 +157908,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119643] = 6, + sym__special_character, + [122133] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6752), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6754), 1, + anon_sym_LT_LT_LT, + ACTIONS(6757), 1, + sym_file_descriptor, + ACTIONS(6746), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2462), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6749), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(6744), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP, + [122178] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6762), 1, sym__concat, - STATE(2420), 1, + STATE(2530), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1175), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [122219] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6768), 1, sym_variable_name, + STATE(4073), 1, + sym_subscript, + ACTIONS(6766), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + STATE(2469), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155611,24 +158016,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119684] = 8, + [122260] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, + ACTIONS(2658), 1, + anon_sym_LT_LT_LT, + ACTIONS(2662), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6693), 1, + ACTIONS(6772), 1, + sym_file_descriptor, + ACTIONS(2648), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2654), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2660), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2368), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2466), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6770), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [122311] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2658), 1, anon_sym_LT_LT_LT, - ACTIONS(6696), 1, + ACTIONS(6772), 1, sym_file_descriptor, - ACTIONS(6685), 2, + ACTIONS(6776), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2650), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2425), 4, + STATE(2462), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6688), 8, + ACTIONS(6770), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -155637,7 +158082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(6683), 10, + ACTIONS(6774), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155648,38 +158093,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP, - [119729] = 11, + [122356] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(2666), 1, + ACTIONS(2656), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6701), 1, + ACTIONS(2658), 1, + anon_sym_LT_LT_LT, + ACTIONS(6772), 1, sym_file_descriptor, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2599), 2, + ACTIONS(2646), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2648), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, + ACTIONS(2650), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2664), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2418), 4, + ACTIONS(2654), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2652), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + STATE(2466), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, + ACTIONS(6770), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -155688,55 +158133,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [119780] = 8, + [122407] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(6701), 1, + ACTIONS(6778), 1, + aux_sym_concatenation_token1, + ACTIONS(6781), 1, + sym__concat, + STATE(2468), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 4, sym_file_descriptor, - ACTIONS(6705), 1, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2601), 2, + ACTIONS(1183), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2425), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(6703), 10, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [122448] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6788), 1, + sym_variable_name, + STATE(4073), 1, + sym_subscript, + ACTIONS(6786), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2469), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6784), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - [119825] = 4, + [122489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6707), 1, + ACTIONS(6791), 1, sym__concat, - ACTIONS(3850), 5, + ACTIONS(3891), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3848), 21, + ACTIONS(3889), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155758,18 +158236,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119862] = 4, + [122526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6709), 1, + ACTIONS(6793), 1, sym__concat, - ACTIONS(3859), 5, + ACTIONS(3885), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3857), 21, + ACTIONS(3883), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155791,18 +158269,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119899] = 4, + [122563] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6711), 1, + ACTIONS(6795), 1, sym__concat, - ACTIONS(3841), 5, + ACTIONS(3876), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3839), 21, + ACTIONS(3874), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155824,18 +158302,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119936] = 4, + [122600] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6713), 1, + ACTIONS(6797), 1, sym__concat, - ACTIONS(3835), 5, + ACTIONS(3868), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(3833), 21, + ACTIONS(3866), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -155857,21 +158335,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [119973] = 6, + [122637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6715), 1, + ACTIONS(6572), 1, aux_sym_concatenation_token1, - ACTIONS(6718), 1, + ACTIONS(6574), 1, sym__concat, - STATE(2432), 1, + STATE(2458), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(2901), 3, sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + ACTIONS(2899), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155879,9 +158356,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -155891,21 +158370,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [120014] = 6, + [122678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6725), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(2639), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2433), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 21, + STATE(2466), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155927,18 +158403,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120055] = 4, + [122715] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(6572), 1, + aux_sym_concatenation_token1, + ACTIONS(6574), 1, + sym__concat, + STATE(2459), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2427), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 21, + ACTIONS(2885), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155960,20 +158438,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120092] = 6, + [122756] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1239), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [122790] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6762), 1, sym__concat, - STATE(2459), 1, + STATE(2555), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1175), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1173), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155995,38 +158503,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, sym__special_character, - [120133] = 11, + [122830] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2605), 1, + ACTIONS(6799), 1, + sym_variable_name, + STATE(4058), 1, + sym_subscript, + ACTIONS(6786), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2607), 1, + STATE(2479), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6784), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(6701), 1, + anon_sym_AMP, + [122870] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1219), 4, sym_file_descriptor, - ACTIONS(2588), 2, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1217), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - ACTIONS(2597), 2, - anon_sym_SEMI, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(2599), 2, + aux_sym_concatenation_token1, + [122904] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6802), 1, + sym_variable_name, + STATE(4058), 1, + sym_subscript, + ACTIONS(6766), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2479), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [122944] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + anon_sym_LT_LT_LT, + ACTIONS(6776), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6806), 1, + sym_file_descriptor, + ACTIONS(2650), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2603), 4, - anon_sym_esac, + STATE(2483), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6804), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(6774), 9, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + anon_sym_PIPE_AMP, + anon_sym_AMP, + [122988] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6752), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6811), 1, + anon_sym_LT_LT_LT, + ACTIONS(6814), 1, + sym_file_descriptor, + ACTIONS(6746), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2483), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, + ACTIONS(6808), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -156035,20 +158664,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [120184] = 6, + ACTIONS(6744), 9, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP, + [123032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6732), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(6817), 1, + sym__special_character, + STATE(2527), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2433), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 21, + ACTIONS(2885), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156056,12 +158694,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [123070] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2666), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2672), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2482), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -156070,16 +158740,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120225] = 3, + [123108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1197), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(1195), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156087,9 +158756,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156100,17 +158771,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [120259] = 3, + [123142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1185), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + ACTIONS(1183), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156118,9 +158787,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156131,21 +158802,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [120293] = 6, + [123176] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6572), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(6574), 1, sym__concat, - STATE(2558), 1, + STATE(2542), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(2887), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(2885), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156155,6 +158825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156164,23 +158836,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - anon_sym_BQUOTE, - [120333] = 5, + [123216] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(6572), 1, + aux_sym_concatenation_token1, + ACTIONS(6574), 1, + sym__concat, + STATE(2549), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 3, sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2899), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [123256] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2674), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2671), 2, + ACTIONS(2676), 1, + anon_sym_LT_LT_LT, + ACTIONS(6806), 1, + sym_file_descriptor, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2668), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2670), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2672), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2461), 4, + ACTIONS(2368), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2482), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 18, + ACTIONS(6804), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [123306] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2530), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3078), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156188,9 +158929,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -156199,19 +158943,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120371] = 6, + [123346] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6762), 1, sym__concat, - STATE(2504), 1, + STATE(2520), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(3086), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(3084), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156233,19 +158977,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120411] = 6, + [123386] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6762), 1, sym__concat, - STATE(2498), 1, + STATE(2530), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(3060), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, + ACTIONS(3058), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156267,19 +159011,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120451] = 6, + [123426] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6762), 1, sym__concat, - STATE(2504), 1, + STATE(2520), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(3050), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(3048), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156301,19 +159045,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120491] = 6, + [123466] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2498), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(6819), 1, + sym__special_character, + STATE(2546), 1, + aux_sym__literal_repeat1, + ACTIONS(2887), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(2885), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156335,18 +159078,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120531] = 5, + [123504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 3, + ACTIONS(1269), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1267), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156368,14 +159108,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120569] = 6, + aux_sym_concatenation_token1, + [123538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6740), 1, + ACTIONS(1215), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1213), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [123572] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2520), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6823), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6821), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [123612] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6825), 1, aux_sym_concatenation_token1, - ACTIONS(6743), 1, + ACTIONS(6828), 1, sym__concat, - STATE(2447), 1, + STATE(2499), 1, aux_sym_concatenation_repeat1, ACTIONS(1185), 3, sym_file_descriptor, @@ -156402,19 +159208,250 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [120609] = 5, + [123652] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2530), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6833), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6831), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [123692] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + anon_sym_LT_LT_LT, + ACTIONS(2683), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6806), 1, + sym_file_descriptor, + ACTIONS(2650), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2670), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2672), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2681), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(2652), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2482), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6804), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [123742] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2520), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6837), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6835), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [123782] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2530), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6841), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6839), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [123822] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4039), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4037), 21, + sym__immediate_double_hash, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_POUND, + anon_sym_RBRACE3, + anon_sym_AT, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + anon_sym_PERCENT_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + [123856] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4065), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4063), 21, + sym__immediate_double_hash, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_POUND, + anon_sym_RBRACE3, + anon_sym_AT, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + anon_sym_PERCENT_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + [123890] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1267), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [123924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6746), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 4, + ACTIONS(1197), 5, sym_file_descriptor, + sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1195), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156434,19 +159471,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [120647] = 4, + [123958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(1185), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 20, + ACTIONS(1183), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156454,10 +159490,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156467,54 +159502,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120683] = 11, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [123992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6750), 1, - sym_file_descriptor, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2687), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2689), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2603), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [120733] = 3, + ACTIONS(3868), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(3866), 21, + sym__immediate_double_hash, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_POUND, + anon_sym_RBRACE3, + anon_sym_AT, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + anon_sym_PERCENT_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + [124026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1215), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + ACTIONS(1213), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156522,11 +159552,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156537,15 +159565,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [120767] = 3, + anon_sym_BQUOTE, + [124060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(3876), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(3874), 21, + sym__immediate_double_hash, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_POUND, + anon_sym_RBRACE3, + anon_sym_AT, + anon_sym_EQ2, + anon_sym_COLON_EQ, + anon_sym_DASH3, + anon_sym_COLON_DASH, + anon_sym_PLUS3, + anon_sym_COLON_PLUS, + anon_sym_QMARK2, + anon_sym_COLON_QMARK, + anon_sym_PERCENT_PERCENT, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + [124094] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1205), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(1203), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156568,58 +159628,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [120801] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, - sym_file_descriptor, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2689), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2713), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2418), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [120851] = 6, + [124128] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6843), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6846), 1, sym__concat, - STATE(2504), 1, + STATE(2513), 1, aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(1185), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + ACTIONS(1183), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156641,20 +159662,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120891] = 6, + [124168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1219), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 20, + ACTIONS(1217), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156662,10 +159679,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156675,19 +159691,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120931] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [124202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(1201), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1199), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156695,6 +159709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -156708,21 +159723,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [120971] = 6, + aux_sym_concatenation_token1, + [124236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6758), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(1249), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 20, + ACTIONS(1247), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156730,10 +159741,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156743,20 +159753,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121011] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [124270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6761), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1265), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(1263), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156764,10 +159772,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156777,20 +159784,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121051] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [124304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6763), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1211), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + ACTIONS(1209), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156798,6 +159802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -156811,15 +159816,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121091] = 3, + aux_sym_concatenation_token1, + [124338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1237), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + ACTIONS(1235), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156842,87 +159848,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121125] = 8, + [124372] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6849), 1, + sym__concat, + STATE(2513), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 2, sym_file_descriptor, - ACTIONS(2601), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2462), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(6703), 9, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP, - [121169] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6768), 1, - anon_sym_LT_LT_LT, - ACTIONS(6771), 1, - sym_file_descriptor, - ACTIONS(6685), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2462), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6765), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(6683), 9, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - [121213] = 3, + [124412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1241), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, + ACTIONS(1239), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156945,20 +159913,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121247] = 6, + [124446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2650), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1237), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1235), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156966,9 +159929,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -156978,16 +159943,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [121287] = 3, + aux_sym_concatenation_token1, + [124480] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1249), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1247), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157010,15 +159975,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121321] = 3, + [124514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1261), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1259), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157041,16 +160006,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121355] = 3, + [124548] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, - sym_file_descriptor, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, sym__concat, + STATE(2711), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 4, + sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1173), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157058,7 +160028,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -157070,17 +160039,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121389] = 3, + sym__special_character, + [124588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1223), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(1221), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157103,16 +160071,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121423] = 3, + [124622] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(6855), 1, + sym__special_character, + STATE(2527), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 4, sym_file_descriptor, - sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, + ACTIONS(1273), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157132,18 +160103,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121457] = 3, + [124660] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(1227), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1225), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157151,9 +160120,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157164,21 +160135,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121491] = 6, + [124694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, - sym__concat, - STATE(2459), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1245), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1243), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157186,6 +160151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -157199,20 +160165,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121531] = 6, + aux_sym_concatenation_token1, + [124728] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6858), 1, sym__concat, - STATE(2458), 1, + STATE(2513), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1169), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(1167), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157220,6 +160186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -157233,16 +160200,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121571] = 3, + [124768] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1265), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + ACTIONS(1263), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157250,9 +160216,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157263,17 +160231,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121605] = 3, + [124802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(1253), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, + ACTIONS(1251), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157281,9 +160247,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157294,19 +160262,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121639] = 5, + [124836] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6774), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, + sym__concat, + STATE(2608), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1173), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157314,11 +160283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157328,19 +160294,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121677] = 6, + sym__special_character, + anon_sym_BQUOTE, + [124876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2498), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1257), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(1255), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157362,19 +160326,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121717] = 6, + aux_sym_concatenation_token1, + [124910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2504), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(1253), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1251), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157382,11 +160344,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157396,19 +160356,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121757] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [124944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2498), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(1211), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, + ACTIONS(1209), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157416,11 +160375,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157430,16 +160387,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121797] = 3, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [124978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1257), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(1255), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157461,16 +160420,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121831] = 3, + [125012] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, - sym_file_descriptor, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, sym__concat, + STATE(2553), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(1173), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157490,23 +160453,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121865] = 6, + sym__special_character, + [125052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2665), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1261), 5, sym_file_descriptor, + sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(1259), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157514,6 +160471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -157525,20 +160483,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [121905] = 5, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [125086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6789), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(2639), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + STATE(2482), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157546,9 +160504,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157558,17 +160517,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [121943] = 3, + [125122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1227), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, + ACTIONS(1225), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157590,15 +160548,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121977] = 3, + [125156] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(6572), 1, + aux_sym_concatenation_token1, + ACTIONS(6860), 1, sym__concat, + STATE(2457), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 3, + sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1167), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157606,7 +160569,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -157620,16 +160582,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122011] = 3, + [125196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1237), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1235), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157637,11 +160599,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157652,15 +160612,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122045] = 3, + anon_sym_BQUOTE, + [125230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1237), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1235), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157668,11 +160630,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157683,69 +160643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122079] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4009), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(4007), 21, - sym__immediate_double_hash, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_POUND, - anon_sym_RBRACE3, - anon_sym_AT, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - anon_sym_PERCENT_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - [122113] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4005), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(4003), 21, - sym__immediate_double_hash, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_POUND, - anon_sym_RBRACE3, - anon_sym_AT, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - anon_sym_PERCENT_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - [122147] = 3, + anon_sym_BQUOTE, + [125264] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1245), 5, @@ -157776,15 +160675,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122181] = 3, + [125298] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(6862), 1, + sym__special_character, + STATE(2546), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 3, sym_file_descriptor, - sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(1273), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157806,16 +160708,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122215] = 3, + [125336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1205), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(1203), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157823,11 +160725,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157838,16 +160738,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122249] = 3, + anon_sym_BQUOTE, + [125370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1223), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, + ACTIONS(1221), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157869,19 +160770,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122283] = 6, + [125404] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6792), 1, + ACTIONS(6572), 1, aux_sym_concatenation_token1, - ACTIONS(6795), 1, + ACTIONS(6865), 1, sym__concat, - STATE(2493), 1, + STATE(2457), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(1179), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1177), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157889,7 +160791,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -157903,16 +160804,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122323] = 3, + [125444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1201), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1199), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157934,15 +160835,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122357] = 3, + [125478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1237), 4, sym_file_descriptor, sym__concat, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + ACTIONS(1235), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157950,11 +160851,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -157965,46 +160864,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122391] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3859), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(3857), 21, - sym__immediate_double_hash, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_POUND, - anon_sym_RBRACE3, - anon_sym_AT, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - anon_sym_PERCENT_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - [122425] = 3, + anon_sym_BQUOTE, + [125511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(1227), 4, sym_file_descriptor, sym__concat, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + ACTIONS(1225), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158012,11 +160881,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158027,19 +160894,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122459] = 6, + anon_sym_BQUOTE, + [125544] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6798), 1, + ACTIONS(6867), 1, sym__concat, - STATE(2493), 1, + STATE(2468), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(1169), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, + ACTIONS(1167), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158047,11 +160916,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158061,15 +160928,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122499] = 3, + [125583] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, - sym_file_descriptor, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6869), 1, sym__concat, + STATE(2468), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 3, + sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(1177), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158077,11 +160949,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158091,17 +160961,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122533] = 3, + [125622] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6871), 1, sym__concat, - sym_variable_name, - ts_builtin_sym_end, + STATE(2513), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1167), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158109,9 +160981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158121,18 +160994,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122567] = 3, + [125661] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(2666), 2, sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(2734), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2619), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 17, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158141,8 +161017,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_RPAREN, + anon_sym_SEMI_SEMI, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [125698] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6873), 1, + sym__concat, + STATE(2513), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158152,18 +161059,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122601] = 3, + [125737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1175), 3, sym_file_descriptor, - sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1173), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158171,9 +161074,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158183,52 +161088,281 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, + sym__special_character, + [125770] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6879), 1, + anon_sym_RBRACE3, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, anon_sym_BQUOTE, - [122635] = 3, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4391), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [125829] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3850), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(3848), 21, - sym__immediate_double_hash, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6895), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4675), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [125888] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6897), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6917), 1, + anon_sym_BQUOTE, + ACTIONS(6919), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(3920), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [125953] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6921), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4667), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, anon_sym_POUND, + anon_sym_0, + anon_sym__, + [126012] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6923), 1, anon_sym_RBRACE3, - anon_sym_AT, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4369), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - anon_sym_PERCENT_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - [122669] = 6, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [126071] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6925), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4345), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [126130] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6760), 1, aux_sym_concatenation_token1, - ACTIONS(6800), 1, + ACTIONS(6762), 1, sym__concat, - STATE(2493), 1, + STATE(2555), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(6841), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + ACTIONS(6839), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158236,7 +161370,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -158250,15 +161383,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122709] = 3, + [126169] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, - sym_file_descriptor, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, sym__concat, + STATE(2557), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6837), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6835), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [126208] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, sym_variable_name, + ACTIONS(6927), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4621), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [126267] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2555), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6833), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(6831), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158266,7 +161479,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -158280,16 +161492,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [126306] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6933), 1, aux_sym_concatenation_token1, - [122743] = 3, + ACTIONS(6935), 1, + sym__concat, + STATE(2684), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6931), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(6929), 19, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [126345] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, - sym_file_descriptor, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, sym__concat, - sym_variable_name, + STATE(2557), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6823), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(6821), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158297,7 +161545,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -158311,16 +161558,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122777] = 3, + [126384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1257), 3, sym_file_descriptor, sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(1255), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158343,16 +161588,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122811] = 3, + [126417] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6933), 1, + aux_sym_concatenation_token1, + ACTIONS(6935), 1, + sym__concat, + STATE(2686), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6939), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(6937), 19, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [126456] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6941), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4316), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [126515] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, - sym_file_descriptor, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, sym__concat, + STATE(2553), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(2885), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158372,18 +161697,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122845] = 3, + [126554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1253), 3, sym_file_descriptor, sym__concat, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, + ACTIONS(1251), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158391,9 +161712,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158404,16 +161727,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122879] = 3, + [126587] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, - sym_file_descriptor, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, sym__concat, + STATE(2554), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 3, + sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(2899), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158421,11 +161748,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158435,17 +161760,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122913] = 3, + [126626] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, - sym_file_descriptor, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, sym__concat, - sym_variable_name, - ts_builtin_sym_end, + STATE(2555), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, + ACTIONS(3078), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158453,9 +161780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158465,20 +161793,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122947] = 5, + [126665] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 3, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, + sym__concat, + STATE(2557), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(3084), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158486,9 +161813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -158498,15 +161826,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [122984] = 3, + [126704] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, - sym_file_descriptor, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, sym__concat, + STATE(2555), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + ACTIONS(3058), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158514,7 +161846,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -158528,131 +161859,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [123017] = 16, + [126743] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6808), 1, - anon_sym_RBRACE3, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - STATE(1956), 1, + ACTIONS(6943), 1, + anon_sym_RBRACE3, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4533), 1, + STATE(4545), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123076] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - [123109] = 16, + [126802] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6824), 1, + ACTIONS(6945), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4087), 1, + STATE(4286), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123168] = 3, + [126861] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 3, - sym_file_descriptor, + ACTIONS(6760), 1, + aux_sym_concatenation_token1, + ACTIONS(6762), 1, sym__concat, + STATE(2557), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(3048), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158660,7 +161965,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -158674,308 +161978,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [123201] = 16, + [126900] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6826), 1, + ACTIONS(6947), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4531), 1, + STATE(4264), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123260] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6834), 1, - sym__concat, - STATE(2584), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6830), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(6828), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [123299] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6836), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3896), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [123364] = 16, + [126959] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6860), 1, + ACTIONS(6949), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4088), 1, + STATE(4255), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123423] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6834), 1, - sym__concat, - STATE(2576), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6864), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [123462] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6866), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3897), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [123527] = 16, + [127018] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6868), 1, + ACTIONS(6951), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4089), 1, + STATE(4615), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [123586] = 6, + [127077] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(6853), 1, sym__concat, - STATE(2598), 1, + STATE(2709), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(2901), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, + ACTIONS(2899), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158994,21 +162140,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [123625] = 6, + [127116] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(6853), 1, sym__concat, - STATE(2558), 1, + STATE(2711), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(2887), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, + ACTIONS(2885), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159027,107 +162173,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [123664] = 19, - ACTIONS(63), 1, + [127155] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(1135), 1, + sym_file_descriptor, + ACTIONS(6955), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + STATE(3394), 1, + sym_string, + ACTIONS(6957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6953), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1127), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_heredoc_redirect_token1, + [127196] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6959), 1, + sym__special_character, + STATE(2687), 1, + aux_sym__literal_repeat1, + ACTIONS(3060), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [127233] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6870), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3839), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6961), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, sym_command_substitution, - [123729] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, + STATE(4613), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, anon_sym_DOLLAR, - ACTIONS(6846), 1, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [127292] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1139), 1, + sym_file_descriptor, + ACTIONS(6955), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + STATE(3394), 1, + sym_string, + ACTIONS(6957), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6953), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1137), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_heredoc_redirect_token1, + [127333] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6872), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3853), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6963), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, sym_command_substitution, - [123794] = 3, + STATE(4248), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [127392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 3, + ACTIONS(1249), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(1247), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159150,14 +162389,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [123827] = 3, + [127425] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 3, - sym_file_descriptor, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, sym__concat, + STATE(2752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(1173), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159165,11 +162410,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -159179,15 +162421,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [123860] = 3, + sym__special_character, + [127464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 3, + ACTIONS(1245), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + ACTIONS(1243), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159210,106 +162452,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [123893] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6874), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3849), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [123958] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6876), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4475), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124017] = 5, + [127497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 2, + ACTIONS(1227), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(1225), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159331,174 +162481,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124054] = 16, + aux_sym_concatenation_token1, + [127530] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6880), 1, + ACTIONS(6965), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4462), 1, + STATE(4602), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124113] = 16, - ACTIONS(3), 1, + [127589] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6882), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4455), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124172] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6884), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + ACTIONS(6967), 1, + anon_sym_RPAREN_RPAREN, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(3984), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, sym_command_substitution, - STATE(4051), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124231] = 19, + [127654] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(6901), 1, anon_sym_LPAREN, - ACTIONS(6842), 1, + ACTIONS(6903), 1, aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(6905), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(6907), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(6909), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(6911), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(6913), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6886), 1, + ACTIONS(6969), 1, anon_sym_RPAREN_RPAREN, - STATE(1980), 1, + STATE(2094), 1, sym__c_postfix_expression, - STATE(1986), 1, + STATE(2097), 1, sym__c_binary_expression, - STATE(1996), 1, + STATE(2098), 1, sym__c_unary_expression, - STATE(3864), 1, + STATE(3985), 1, sym__c_expression, - STATE(3980), 1, + STATE(4114), 1, sym__c_variable_assignment, - ACTIONS(6838), 2, + ACTIONS(6899), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2012), 7, + STATE(2103), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -159506,185 +162617,94 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [124296] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6888), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4058), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124355] = 16, + [127719] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6890), 1, + ACTIONS(6971), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4030), 1, + STATE(4238), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124414] = 5, + [127778] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, + ACTIONS(6978), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(6980), 1, + sym_file_descriptor, + STATE(2601), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(6975), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(6973), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124451] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6892), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3867), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [124516] = 5, + [127817] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(6959), 1, + sym__special_character, + STATE(2687), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 17, + ACTIONS(3078), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159693,7 +162713,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -159702,20 +162724,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124553] = 6, + anon_sym_BQUOTE, + [127854] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6894), 1, + ACTIONS(6983), 1, sym_variable_name, - STATE(4016), 1, + STATE(4147), 1, sym_subscript, - ACTIONS(6723), 2, + ACTIONS(6786), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2544), 2, + STATE(2603), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(6784), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159723,6 +162746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -159734,58 +162758,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [127893] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, anon_sym_BQUOTE, - [124592] = 16, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(6986), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4209), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [127952] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6897), 1, + ACTIONS(6988), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4034), 1, + STATE(4435), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124651] = 3, + [128011] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 3, + ACTIONS(6752), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6996), 1, + anon_sym_LT_LT_LT, + ACTIONS(6999), 1, sym_file_descriptor, + ACTIONS(6990), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2606), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6744), 8, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(6993), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [128054] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, sym__concat, + STATE(2766), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(1173), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159793,11 +162899,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -159807,19 +162910,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [124684] = 5, + sym__special_character, + anon_sym_BQUOTE, + [128093] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 3, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(7006), 1, + sym__concat, + STATE(2468), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(1167), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159827,7 +162933,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -159840,52 +162945,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [124721] = 8, + [128132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6905), 1, - anon_sym_LT_LT_LT, - ACTIONS(6908), 1, + ACTIONS(1219), 3, sym_file_descriptor, - ACTIONS(6899), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2548), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 8, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1217), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP, - anon_sym_BQUOTE, - ACTIONS(6902), 8, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [124764] = 5, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [128165] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6911), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(7008), 1, + sym__concat, + STATE(2468), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1177), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159893,11 +162996,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -159907,15 +163007,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124801] = 3, + anon_sym_BQUOTE, + [128204] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(2639), 2, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + STATE(2619), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159935,16 +163039,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [124834] = 3, + [128239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 3, + ACTIONS(1223), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(1221), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159967,302 +163069,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [124867] = 16, + [128272] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6914), 1, + ACTIONS(7010), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4108), 1, + STATE(4401), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124926] = 16, + [128331] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2652), 1, + anon_sym_BQUOTE, + ACTIONS(2928), 1, + anon_sym_LT_LT_LT, + ACTIONS(2953), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7014), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2922), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2924), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2951), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2694), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7012), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [128380] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6916), 1, + ACTIONS(7016), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4105), 1, + STATE(4512), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [124985] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125018] = 16, + [128439] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6918), 1, + ACTIONS(7018), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4141), 1, + STATE(4199), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [125077] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [125112] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1185), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125145] = 6, + [128498] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6920), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, - sym_file_descriptor, + ACTIONS(7020), 1, sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [125184] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125217] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + STATE(4147), 1, + sym_subscript, + ACTIONS(6766), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + STATE(2603), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160270,6 +163257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -160281,22 +163269,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - anon_sym_BQUOTE, - [125256] = 6, + [128537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6926), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1261), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(2544), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 19, + ACTIONS(1259), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160304,8 +163284,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -160315,80 +163298,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [125295] = 8, + aux_sym_concatenation_token1, + [128570] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2914), 1, + ACTIONS(2736), 1, anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(6776), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, + ACTIONS(7024), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2548), 4, + STATE(2606), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 8, + ACTIONS(6774), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - anon_sym_BQUOTE, - ACTIONS(6928), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [125338] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125371] = 3, + [128613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, + ACTIONS(1237), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1235), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160411,14 +163364,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125404] = 3, + [128646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 3, + ACTIONS(1241), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1239), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160441,14 +163394,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125437] = 3, + [128679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, + ACTIONS(1237), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1235), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160471,66 +163424,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125470] = 19, - ACTIONS(63), 1, + [128712] = 16, + ACTIONS(3), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6932), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3924), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7026), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, sym_command_substitution, - [125535] = 6, + STATE(4184), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [128771] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2728), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(2768), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2666), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + STATE(2666), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 16, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160538,9 +163490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -160549,16 +163499,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [125574] = 3, + [128808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1211), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(1209), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160566,9 +163514,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -160579,16 +163529,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125607] = 3, + [128841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(2639), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + STATE(2666), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160596,7 +163549,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -160608,17 +163560,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125640] = 3, + [128876] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(6959), 1, + sym__special_character, + STATE(2687), 1, + aux_sym__literal_repeat1, + ACTIONS(6841), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + ACTIONS(6839), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160638,52 +163591,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125673] = 3, + [128913] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(7031), 1, + anon_sym_LT_LT_LT, + ACTIONS(7034), 1, sym_file_descriptor, - sym__concat, + ACTIONS(6752), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, + ACTIONS(6990), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2628), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6744), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(7028), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, + [128956] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7037), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4409), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129015] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, anon_sym_BQUOTE, - [125706] = 6, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7039), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4445), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129074] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2712), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(7041), 1, + sym__special_character, + STATE(2632), 1, + aux_sym__literal_repeat1, + ACTIONS(6833), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(6831), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160691,8 +163731,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -160702,15 +163745,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [125745] = 3, + [129111] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 3, + ACTIONS(7043), 1, + sym__special_character, + STATE(2632), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1273), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160732,15 +163777,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [125778] = 3, + [129148] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 3, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7046), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4603), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129207] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7048), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4251), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129266] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7041), 1, + sym__special_character, + STATE(2632), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(3078), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160762,113 +163895,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [125811] = 6, + [129303] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6934), 1, - sym__concat, - STATE(2588), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, anon_sym_BQUOTE, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [125850] = 16, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7050), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4594), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129362] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6936), 1, + ACTIONS(7052), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4135), 1, + STATE(4427), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [125909] = 11, + [129421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, + ACTIONS(1175), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_RPAREN, - ACTIONS(2715), 1, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + anon_sym_BQUOTE, + [129454] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2368), 1, + anon_sym_BQUOTE, + ACTIONS(2926), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, + ACTIONS(2928), 1, anon_sym_LT_LT_LT, - ACTIONS(6940), 1, + ACTIONS(7014), 1, sym_file_descriptor, ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, + ACTIONS(2922), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2924), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2713), 3, + ACTIONS(2920), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2619), 4, + STATE(2694), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6938), 8, + ACTIONS(7012), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -160877,36 +164049,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [125958] = 11, + [129503] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(2912), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(6930), 1, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7054), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4589), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [129562] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6917), 1, + anon_sym_BQUOTE, + ACTIONS(6919), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7056), 1, + anon_sym_RPAREN_RPAREN, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(4023), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [129627] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6917), 1, + anon_sym_BQUOTE, + ACTIONS(6919), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7058), 1, + anon_sym_RPAREN_RPAREN, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(4015), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [129692] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7041), 1, + sym__special_character, + STATE(2632), 1, + aux_sym__literal_repeat1, + ACTIONS(3060), 2, sym_file_descriptor, - ACTIONS(2734), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [129729] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2368), 1, + anon_sym_RPAREN, + ACTIONS(2674), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2736), 1, + anon_sym_LT_LT_LT, + ACTIONS(7024), 1, + sym_file_descriptor, + ACTIONS(2730), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2734), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2906), 3, + ACTIONS(2668), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2562), 4, + STATE(2619), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 8, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -160915,143 +164254,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [126007] = 16, + [129778] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6942), 1, + ACTIONS(7060), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4240), 1, + STATE(4584), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126066] = 16, + [129837] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6944), 1, + ACTIONS(7062), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4216), 1, + STATE(4457), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126125] = 16, + [129896] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6946), 1, + ACTIONS(7064), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4204), 1, + STATE(4566), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126184] = 3, + [129955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 3, + ACTIONS(1269), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1267), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161059,11 +164399,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -161074,137 +164412,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [126217] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6948), 1, - sym__concat, - STATE(2588), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [126256] = 16, + [129988] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6950), 1, + ACTIONS(7066), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4459), 1, + STATE(4484), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126315] = 16, + [130047] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1197), 4, + sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1195), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [130080] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1267), 22, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [130113] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6952), 1, + ACTIONS(7068), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4248), 1, + STATE(4195), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126374] = 5, + [130172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6954), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(1185), 4, sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + ACTIONS(1183), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161224,79 +164587,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [126411] = 6, + [130205] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6957), 1, - aux_sym_concatenation_token1, - ACTIONS(6960), 1, - sym__concat, - STATE(2588), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, anon_sym_BQUOTE, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [126450] = 19, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7070), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4574), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [130264] = 19, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(6901), 1, anon_sym_LPAREN, - ACTIONS(6842), 1, + ACTIONS(6903), 1, aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(6905), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(6907), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(6909), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(6911), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(6913), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6963), 1, + ACTIONS(7072), 1, anon_sym_RPAREN_RPAREN, - STATE(1980), 1, + STATE(2094), 1, sym__c_postfix_expression, - STATE(1986), 1, + STATE(2097), 1, sym__c_binary_expression, - STATE(1996), 1, + STATE(2098), 1, sym__c_unary_expression, - STATE(3822), 1, + STATE(4005), 1, sym__c_expression, - STATE(3980), 1, + STATE(4114), 1, sym__c_variable_assignment, - ACTIONS(6838), 2, + ACTIONS(6899), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2012), 7, + STATE(2103), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -161304,21 +164678,48 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [126515] = 6, + [130329] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2664), 1, + STATE(2780), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 4, + ACTIONS(1175), 2, sym_file_descriptor, - sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [130368] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1215), 4, + sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, + ACTIONS(1213), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161326,6 +164727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -161337,14 +164739,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [126554] = 3, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [130401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 3, + ACTIONS(1219), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, + ACTIONS(1217), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161352,11 +164757,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -161367,101 +164770,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [126587] = 16, + anon_sym_BQUOTE, + [130434] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6965), 1, + ACTIONS(7074), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4183), 1, + STATE(4552), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126646] = 16, + [130493] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6967), 1, + ACTIONS(7076), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4241), 1, + STATE(4683), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [126705] = 3, + [130552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1223), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1221), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161483,109 +164887,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [126738] = 6, + [130585] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6969), 1, - sym_variable_name, - STATE(3964), 1, - sym_subscript, - STATE(2595), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6723), 3, - sym_file_descriptor, + ACTIONS(2370), 1, ts_builtin_sym_end, + ACTIONS(2772), 1, + anon_sym_LT_LT_LT, + ACTIONS(2877), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6721), 18, - anon_sym_SEMI, + ACTIONS(7080), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2766), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2768), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + ACTIONS(2875), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [126777] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6972), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4261), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [126836] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6977), 1, - anon_sym_LT_LT_LT, - ACTIONS(6980), 1, - sym_file_descriptor, - ACTIONS(6691), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6899), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2597), 4, + STATE(2666), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 7, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP, - ACTIONS(6974), 8, + ACTIONS(7078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -161594,20 +164925,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [126879] = 6, + [130634] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6983), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_file_descriptor, + ACTIONS(7082), 1, sym_variable_name, + STATE(4111), 1, + sym_subscript, + STATE(2663), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6786), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(6784), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161626,16 +164958,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [126918] = 3, + [130673] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(7085), 1, + sym_variable_name, + STATE(4111), 1, + sym_subscript, + STATE(2663), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6766), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(6764), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161643,7 +164980,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -161655,23 +164991,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [126951] = 6, + [130712] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2665), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 4, + ACTIONS(7041), 1, + sym__special_character, + STATE(2632), 1, + aux_sym__literal_repeat1, + ACTIONS(6841), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(6839), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161679,8 +165009,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -161690,135 +165023,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [126990] = 4, + [130749] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 3, + ACTIONS(2772), 1, + anon_sym_LT_LT_LT, + ACTIONS(7080), 1, sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6776), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, + STATE(2628), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 18, + ACTIONS(6774), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(7078), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [127025] = 16, + [130792] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6985), 1, + ACTIONS(7087), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4346), 1, + STATE(4220), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [127084] = 16, + [130851] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6987), 1, + ACTIONS(7089), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4345), 1, + STATE(4543), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [127143] = 5, + [130910] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 3, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, + sym__concat, + STATE(2610), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, + ACTIONS(2899), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161826,7 +165165,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -161839,48 +165177,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [127180] = 6, + [130949] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6834), 1, + ACTIONS(6853), 1, sym__concat, - STATE(2576), 1, + STATE(2608), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [127219] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 4, + ACTIONS(2887), 3, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, + ACTIONS(2885), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161888,7 +165198,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -161900,163 +165209,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [127252] = 3, + [130988] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, - sym_file_descriptor, - sym__concat, + ACTIONS(2762), 1, ts_builtin_sym_end, + ACTIONS(2770), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, - anon_sym_SEMI, + ACTIONS(2772), 1, + anon_sym_LT_LT_LT, + ACTIONS(7080), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2766), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(2768), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2764), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2666), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [127285] = 16, + [131037] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6989), 1, + ACTIONS(7091), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4393), 1, + STATE(4396), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [127344] = 16, + [131096] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(6991), 1, + ACTIONS(7093), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4251), 1, + STATE(4533), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [127403] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 4, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - sym__special_character, - anon_sym_BQUOTE, - [127436] = 3, + [131155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1201), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + ACTIONS(1199), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162064,79 +165349,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [127469] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6993), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4419), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [127528] = 5, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [131188] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 3, + ACTIONS(2666), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, + ACTIONS(2924), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2694), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 16, + ACTIONS(2664), 17, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162153,14 +165395,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127565] = 3, + anon_sym_BQUOTE, + [131225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 3, + ACTIONS(1205), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(1203), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162183,15 +165426,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [127598] = 3, + [131258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1249), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1247), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162213,57 +165456,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [127631] = 16, - ACTIONS(3), 1, + [131291] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6995), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + ACTIONS(7095), 1, + anon_sym_RPAREN_RPAREN, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(4035), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, sym_command_substitution, - STATE(4477), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [127690] = 3, + [131356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 3, + ACTIONS(1261), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + ACTIONS(1259), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162271,11 +165518,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -162286,76 +165531,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [127723] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6997), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4435), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [127782] = 8, + [131389] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(7099), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6940), 1, + ACTIONS(7101), 1, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2627), 4, + STATE(2601), 2, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 8, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP, - ACTIONS(6938), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(6770), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162364,20 +165551,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [127825] = 6, + ACTIONS(7097), 13, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [131428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6999), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1265), 4, sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 19, + ACTIONS(1263), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162397,200 +165593,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127864] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [131461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7008), 1, + ACTIONS(1211), 4, sym_file_descriptor, - STATE(2621), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7003), 8, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1209), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 13, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127903] = 11, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [131494] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(2865), 1, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2803), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, + sym_file_descriptor, ts_builtin_sym_end, - ACTIONS(2869), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7013), 1, - sym_file_descriptor, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, + ACTIONS(1173), 19, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2867), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7011), 8, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [127952] = 8, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [131533] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(7013), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6705), 2, - ts_builtin_sym_end, + ACTIONS(6933), 1, + aux_sym_concatenation_token1, + ACTIONS(7103), 1, + sym__concat, + STATE(2688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - STATE(2597), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, + ACTIONS(1167), 19, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(7011), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [127995] = 16, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [131572] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7015), 1, + ACTIONS(7105), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4401), 1, + STATE(4377), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128054] = 6, + [131631] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, + ACTIONS(6933), 1, + aux_sym_concatenation_token1, + ACTIONS(7107), 1, + sym__concat, + STATE(2688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7021), 1, - sym_file_descriptor, - STATE(2621), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6699), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7017), 13, + ACTIONS(1177), 19, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_esac, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - [128093] = 4, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [131670] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(7109), 1, + sym__special_character, + STATE(2687), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 19, + ACTIONS(1273), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162610,184 +165798,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128128] = 8, + anon_sym_BQUOTE, + [131707] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, + ACTIONS(7112), 1, + aux_sym_concatenation_token1, + ACTIONS(7115), 1, + sym__concat, + STATE(2688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7026), 1, - anon_sym_LT_LT_LT, - ACTIONS(7029), 1, - sym_file_descriptor, - ACTIONS(6899), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2627), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 8, + ACTIONS(1183), 19, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(7023), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [128171] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7032), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4586), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128230] = 16, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [131746] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7034), 1, + ACTIONS(7118), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4522), 1, + STATE(4365), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128289] = 16, + [131805] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7036), 1, + ACTIONS(7120), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4479), 1, + STATE(4247), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128348] = 6, + [131864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7038), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(1257), 4, sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(1255), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [131897] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1253), 4, + sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1251), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162807,133 +165976,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128387] = 16, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [131930] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7041), 1, + ACTIONS(7122), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4420), 1, + STATE(4304), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128446] = 16, + [131989] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2928), 1, + anon_sym_LT_LT_LT, + ACTIONS(6776), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7014), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2713), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6774), 8, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP, + anon_sym_BQUOTE, + ACTIONS(7012), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [132032] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7043), 1, + ACTIONS(7124), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4321), 1, + STATE(4518), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128505] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [128542] = 3, + [132091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1197), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(1195), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162941,9 +166114,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -162954,22 +166129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [128575] = 6, + [132124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7045), 1, - sym_variable_name, - STATE(3964), 1, - sym_subscript, - STATE(2595), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6730), 3, + ACTIONS(1185), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6728), 18, + ACTIONS(1183), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162977,8 +166144,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -162988,193 +166158,193 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128614] = 16, + aux_sym_concatenation_token1, + [132157] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7047), 1, + ACTIONS(7126), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4341), 1, + STATE(4495), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128673] = 16, + [132216] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7049), 1, + ACTIONS(7128), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4451), 1, + STATE(4497), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128732] = 16, + [132275] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7051), 1, + ACTIONS(7130), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4429), 1, + STATE(4499), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128791] = 16, + [132334] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7053), 1, + ACTIONS(7132), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4416), 1, + STATE(4504), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128850] = 5, + [132393] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(7134), 1, + sym_variable_name, + STATE(4106), 1, + sym_subscript, + ACTIONS(6766), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 17, + STATE(2708), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163182,7 +166352,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -163192,254 +166364,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [128887] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7055), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4276), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128946] = 11, + [132432] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - ts_builtin_sym_end, - ACTIONS(2861), 1, + ACTIONS(6933), 1, + aux_sym_concatenation_token1, + ACTIONS(6935), 1, + sym__concat, + STATE(2684), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(7013), 1, - sym_file_descriptor, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2857), 3, + ACTIONS(1173), 19, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7011), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [128995] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6878), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [129032] = 16, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [132471] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7057), 1, + ACTIONS(7136), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4376), 1, + STATE(4479), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129091] = 16, + [132530] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7059), 1, + ACTIONS(7138), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4351), 1, + STATE(4508), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129150] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2603), 1, - anon_sym_RPAREN, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(6940), 1, - sym_file_descriptor, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2687), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6938), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [129199] = 5, + [132589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 2, + ACTIONS(1215), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1213), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163461,53 +166512,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129236] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - sym__special_character, - [129275] = 6, + [132622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7061), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1245), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(1243), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163527,135 +166541,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129314] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - sym__special_character, - [129347] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7063), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4324), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129406] = 16, + [132655] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(7140), 1, sym_variable_name, - ACTIONS(7065), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(4106), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4315), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129465] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(6786), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, + STATE(2708), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6784), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163665,8 +166566,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -163676,20 +166575,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129504] = 6, + anon_sym_BQUOTE, + [132694] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(7067), 1, + ACTIONS(7143), 1, sym__concat, - STATE(2432), 1, + STATE(2468), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1179), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(1177), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163697,7 +166598,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -163709,52 +166609,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129543] = 6, + [132733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(1265), 3, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [129582] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, + ACTIONS(1263), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163762,6 +166624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, @@ -163775,19 +166638,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129621] = 6, + aux_sym_concatenation_token1, + [132766] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7145), 1, sym__concat, - STATE(2667), 1, + STATE(2468), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(1169), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, + ACTIONS(1167), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163797,8 +166663,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -163808,211 +166672,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129660] = 16, - ACTIONS(3), 1, + [132805] = 19, + ACTIONS(63), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7069), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + ACTIONS(7147), 1, + anon_sym_RPAREN_RPAREN, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(3961), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, sym_command_substitution, - STATE(4356), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129719] = 11, + [132870] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_BQUOTE, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2985), 1, + ACTIONS(6752), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, + ACTIONS(7152), 1, + anon_sym_LT_LT_LT, + ACTIONS(7155), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(6990), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2983), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, + STATE(2713), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [129768] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2655), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, + ACTIONS(6744), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - [129807] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7071), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4352), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129866] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2650), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7149), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [129905] = 6, + [132913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7073), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1237), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(1235), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164020,6 +166769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -164031,21 +166781,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129944] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [132946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7075), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1241), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(1239), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164053,6 +166799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -164064,62 +166811,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129983] = 16, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [132979] = 19, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6903), 1, + aux_sym__c_word_token1, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6917), 1, + anon_sym_BQUOTE, + ACTIONS(6919), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7158), 1, + anon_sym_RPAREN_RPAREN, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(3972), 1, + sym__c_expression, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2103), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [133044] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(6881), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(6891), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(6893), 1, sym_variable_name, - ACTIONS(7077), 1, + ACTIONS(7160), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(1962), 1, sym_subscript, - STATE(3672), 1, + STATE(3815), 1, aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(3835), 1, sym_command_substitution, - STATE(4390), 1, + STATE(4279), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(6883), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(6875), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(6877), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [130042] = 6, + [133103] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(7079), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(2639), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + STATE(2694), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164129,8 +166923,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -164140,15 +166932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130081] = 3, + anon_sym_BQUOTE, + [133138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1205), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1203), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164170,15 +166963,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [130114] = 3, + [133171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1201), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(1199), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164200,15 +166993,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [130147] = 3, + [133204] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(6959), 1, + sym__special_character, + STATE(2687), 1, + aux_sym__literal_repeat1, + ACTIONS(6833), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(6831), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164228,117 +167024,198 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [130180] = 6, + [133241] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, - sym_file_descriptor, + ACTIONS(6881), 1, + anon_sym_BANG2, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6891), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6893), 1, + sym_variable_name, + ACTIONS(7162), 1, + anon_sym_RBRACE3, + STATE(1962), 1, + sym_subscript, + STATE(3815), 1, + aux_sym__expansion_body_repeat1, + STATE(3835), 1, + sym_command_substitution, + STATE(4573), 1, + sym__expansion_body, + ACTIONS(6883), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(6875), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(6877), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [133300] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2652), 1, + anon_sym_RPAREN, + ACTIONS(2683), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, - anon_sym_SEMI, + ACTIONS(2736), 1, + anon_sym_LT_LT_LT, + ACTIONS(7024), 1, + sym_file_descriptor, + ACTIONS(2730), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(2732), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2734), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2681), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2619), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [130219] = 6, + [133349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(1237), 4, sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, - sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1235), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [133381] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6752), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(7167), 1, + anon_sym_LT_LT_LT, + ACTIONS(7170), 1, + sym_file_descriptor, + ACTIONS(6990), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(2725), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6744), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(7164), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [130258] = 3, + [133423] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 3, - sym_file_descriptor, - sym__concat, + ACTIONS(7099), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(7173), 1, + sym_file_descriptor, + STATE(2734), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(6804), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7097), 12, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [130291] = 6, + [133461] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(2666), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(2907), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 16, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164346,11 +167223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -164359,19 +167232,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130330] = 6, + [133497] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2667), 1, + STATE(2766), 1, aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(6841), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(6839), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164381,8 +167254,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -164392,19 +167263,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130369] = 6, + anon_sym_BQUOTE, + [133535] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(7081), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2493), 1, + STATE(2770), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(6823), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(6821), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164412,10 +167284,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -164425,14 +167296,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130408] = 3, + [133573] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 3, - sym_file_descriptor, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, sym__concat, + STATE(2780), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(3078), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164440,11 +167316,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -164454,35 +167328,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [130441] = 10, + [133611] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2921), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7101), 1, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2919), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, + ACTIONS(7177), 1, + aux_sym_heredoc_redirect_token1, + STATE(2911), 1, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + ACTIONS(6770), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -164491,51 +167346,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [130487] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(7175), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130525] = 6, + [133649] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2716), 1, + STATE(2770), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3086), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(3084), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164543,6 +167380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -164554,16 +167392,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130563] = 3, + [133687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(1211), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 20, + ACTIONS(1209), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164584,76 +167421,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130595] = 3, + [133719] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(6978), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 20, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [130627] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(7182), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2734), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7179), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(6973), 12, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130665] = 3, + [133757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1253), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 20, + ACTIONS(1251), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164674,83 +167482,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130697] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2981), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2979), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [130743] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7087), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [130781] = 3, + [133789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1261), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 20, + ACTIONS(1259), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164771,19 +167511,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130813] = 6, + [133821] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2689), 1, + STATE(2780), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3060), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(3058), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164803,19 +167543,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130851] = 6, + [133859] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(7089), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2447), 1, + STATE(2770), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(3050), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(3048), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164835,75 +167575,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130889] = 6, - ACTIONS(3), 1, + [133897] = 18, + ACTIONS(63), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2716), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + ACTIONS(7187), 1, + anon_sym_LPAREN, + ACTIONS(7189), 1, + aux_sym__c_word_token1, + ACTIONS(7191), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + aux_sym_number_token1, + ACTIONS(7197), 1, + aux_sym_number_token2, + ACTIONS(7199), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7201), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7203), 1, anon_sym_BQUOTE, - [130927] = 18, + ACTIONS(7205), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2031), 1, + sym__c_postfix_expression, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, + sym__c_unary_expression, + STATE(4054), 1, + sym__c_expression, + STATE(4120), 1, + sym__c_variable_assignment, + ACTIONS(7185), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2039), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [133959] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7187), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(7189), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(7191), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7193), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7195), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7197), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7199), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7201), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7203), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7205), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2031), 1, sym__c_postfix_expression, - STATE(3880), 1, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, + sym__c_unary_expression, + STATE(4063), 1, sym__c_expression, - STATE(3936), 1, + STATE(4120), 1, sym__c_variable_assignment, - ACTIONS(7091), 2, + ACTIONS(7185), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2039), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -164911,15 +167663,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [130989] = 3, + [134021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1257), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 20, + ACTIONS(1255), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [134053] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1223), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1221), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -164940,19 +167721,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [131021] = 6, + [134085] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7187), 1, + anon_sym_LPAREN, + ACTIONS(7189), 1, + aux_sym__c_word_token1, + ACTIONS(7191), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + aux_sym_number_token1, + ACTIONS(7197), 1, + aux_sym_number_token2, + ACTIONS(7199), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7201), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7203), 1, + anon_sym_BQUOTE, + ACTIONS(7205), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2031), 1, + sym__c_postfix_expression, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, + sym__c_unary_expression, + STATE(3926), 1, + sym__c_expression, + STATE(4120), 1, + sym__c_variable_assignment, + ACTIONS(7185), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2039), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [134147] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2686), 1, + STATE(2787), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(6823), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, + ACTIONS(6821), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164960,7 +167786,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -164972,19 +167797,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131059] = 6, + [134185] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1201), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1199), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [134217] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2718), 1, + STATE(2768), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(6837), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(6835), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165004,84 +167858,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131097] = 6, + [134255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7116), 1, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2780), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6833), 2, sym_file_descriptor, - STATE(2695), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7113), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(6831), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 12, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131135] = 6, + [134293] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2932), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 2, sym_file_descriptor, - ACTIONS(7121), 1, aux_sym_heredoc_redirect_token1, - STATE(2788), 1, - sym_file_redirect, - ACTIONS(6699), 8, + ACTIONS(1173), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 13, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131173] = 6, + sym__special_character, + [134331] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7123), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6823), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2736), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 18, + ACTIONS(6821), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165100,19 +167953,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131211] = 6, + anon_sym_BQUOTE, + [134369] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2689), 1, + STATE(2803), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(6833), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(6831), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165120,7 +167975,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -165132,19 +167986,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131249] = 6, + [134407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(2901), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(2899), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165164,19 +168014,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131287] = 6, + anon_sym_BQUOTE, + [134439] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7207), 1, sym__concat, - STATE(2716), 1, + STATE(2468), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1169), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(1167), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165195,20 +168047,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131325] = 6, + [134477] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2718), 1, + STATE(2787), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(3050), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(3048), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165227,20 +168079,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131363] = 6, + [134515] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2716), 1, + STATE(2803), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(3060), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(3058), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165259,82 +168111,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131401] = 8, + [134553] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, + ACTIONS(2911), 1, anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(2961), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7211), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2735), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, - anon_sym_SEMI, + ACTIONS(2905), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(2907), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP, - ACTIONS(7083), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [131443] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(2959), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7209), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [131481] = 3, + [134599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1265), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 20, + ACTIONS(1263), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -165355,20 +168176,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [131513] = 6, + [134631] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7213), 1, sym__concat, - STATE(2712), 1, + STATE(2468), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 3, + ACTIONS(1179), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(1177), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165387,14 +168208,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131551] = 3, + [134669] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2766), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6833), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + ACTIONS(6831), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165402,11 +168228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -165416,14 +168239,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131583] = 3, + anon_sym_BQUOTE, + [134707] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1249), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1247), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [134739] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1215), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1213), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [134771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 3, + ACTIONS(3280), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 21, + ACTIONS(3278), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165431,11 +168314,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -165445,14 +168326,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131615] = 3, + anon_sym_BQUOTE, + [134803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 3, + ACTIONS(3286), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 21, + ACTIONS(3284), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165460,11 +168343,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -165474,19 +168355,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131647] = 6, + anon_sym_BQUOTE, + [134835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(1175), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, + ACTIONS(1173), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165494,8 +168370,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -165505,21 +168384,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131685] = 6, + sym__special_character, + [134867] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(7125), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2447), 1, + STATE(2787), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(3086), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(3084), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165538,20 +168417,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131723] = 6, + [134905] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(7127), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2447), 1, + STATE(2803), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(3080), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(3078), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165570,15 +168449,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131761] = 3, + [134943] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 4, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7215), 1, + sym__concat, + STATE(2499), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 20, + ACTIONS(1167), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165586,7 +168469,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -165599,66 +168481,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131793] = 6, + [134981] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, - sym_file_descriptor, - STATE(2695), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7017), 12, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, + ACTIONS(2911), 1, anon_sym_LT_LT_LT, - anon_sym_AMP, - [131831] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2902), 1, + ACTIONS(2943), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(7085), 1, + ACTIONS(7211), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + ACTIONS(2905), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, + ACTIONS(2907), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2896), 3, + ACTIONS(2941), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2703), 4, + STATE(2781), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + ACTIONS(7209), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165667,14 +168517,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [131877] = 6, + [135027] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(7131), 1, + ACTIONS(7217), 1, sym__concat, - STATE(2447), 1, + STATE(2499), 1, aux_sym_concatenation_repeat1, ACTIONS(1179), 2, sym_file_descriptor, @@ -165699,136 +168549,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3260), 4, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [131947] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7133), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [131985] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2723), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [132023] = 18, + [135065] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, + ACTIONS(7187), 1, anon_sym_LPAREN, - ACTIONS(7139), 1, + ACTIONS(7189), 1, aux_sym__c_word_token1, - ACTIONS(7141), 1, + ACTIONS(7191), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, anon_sym_DQUOTE, - ACTIONS(7143), 1, + ACTIONS(7195), 1, aux_sym_number_token1, - ACTIONS(7145), 1, + ACTIONS(7197), 1, + aux_sym_number_token2, + ACTIONS(7199), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, + ACTIONS(7201), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, + ACTIONS(7203), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + ACTIONS(7205), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, + STATE(2031), 1, sym__c_postfix_expression, - STATE(1968), 1, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, sym__c_unary_expression, - STATE(3735), 1, + STATE(3976), 1, sym__c_expression, - STATE(3772), 1, + STATE(4120), 1, sym__c_variable_assignment, - ACTIONS(7135), 2, + ACTIONS(7185), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1928), 7, + STATE(2039), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -165836,20 +168593,19 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [132085] = 6, + [135127] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7219), 1, sym__concat, - STATE(2728), 1, + STATE(2499), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1179), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(1177), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165857,6 +168613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -165868,64 +168625,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132123] = 18, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7095), 1, - aux_sym__c_word_token1, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, - aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, - anon_sym_BQUOTE, - ACTIONS(7111), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, - sym__c_postfix_expression, - STATE(3842), 1, - sym__c_expression, - STATE(3936), 1, - sym__c_variable_assignment, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1983), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [132185] = 6, + [135165] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(7153), 1, + ACTIONS(6853), 1, sym__concat, - STATE(2432), 1, + STATE(2757), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(2901), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(2899), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165944,20 +168657,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132223] = 6, + [135203] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2712), 1, + STATE(2770), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 3, + ACTIONS(6837), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(6835), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165965,6 +168677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -165976,145 +168689,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132261] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7021), 1, - sym_file_descriptor, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - STATE(2849), 1, - sym_file_redirect, - ACTIONS(6699), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7155), 13, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [132299] = 6, + [135241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(1245), 4, sym__concat, - STATE(2711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [132337] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 2, - sym_file_descriptor, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 16, + ACTIONS(1243), 20, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_SEMI_SEMI, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - [132373] = 6, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [135273] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6851), 1, aux_sym_concatenation_token1, - ACTIONS(7159), 1, + ACTIONS(6853), 1, sym__concat, - STATE(2432), 1, + STATE(2752), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(2887), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [132411] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 18, + ACTIONS(2885), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166133,63 +168750,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132445] = 18, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7139), 1, - aux_sym__c_word_token1, - ACTIONS(7141), 1, - anon_sym_DQUOTE, - ACTIONS(7143), 1, - aux_sym_number_token1, - ACTIONS(7145), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, - anon_sym_BQUOTE, - ACTIONS(7151), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(3746), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - ACTIONS(7135), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [132507] = 6, + [135311] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2689), 1, + STATE(2780), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(6841), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(6839), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166209,15 +168782,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132545] = 3, + [135349] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(2911), 1, + anon_sym_LT_LT_LT, + ACTIONS(2965), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7211), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2905), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2907), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2963), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7209), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [135395] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1227), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 20, + ACTIONS(1225), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -166238,19 +168847,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [132577] = 6, + [135427] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2686), 1, + STATE(2803), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(6841), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(6839), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166258,7 +168868,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -166270,60 +168879,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132615] = 10, + [135465] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6837), 3, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(6835), 18, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2933), 3, - anon_sym_SEMI, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + [135503] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7221), 1, + sym__concat, + STATE(2499), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1167), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [132661] = 8, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [135541] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7164), 1, + ACTIONS(2911), 1, anon_sym_LT_LT_LT, - ACTIONS(7167), 1, + ACTIONS(6776), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7211), 1, sym_file_descriptor, - ACTIONS(6899), 2, + ACTIONS(2732), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2735), 4, + STATE(2725), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 7, + ACTIONS(6774), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166331,7 +168968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(7161), 8, + ACTIONS(7209), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -166340,20 +168977,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [132703] = 6, + [135583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7170), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(1219), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1217), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [135615] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2901), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2736), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 18, + ACTIONS(2899), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166361,8 +169021,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -166372,19 +169035,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132741] = 6, + [135647] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7187), 1, + anon_sym_LPAREN, + ACTIONS(7189), 1, + aux_sym__c_word_token1, + ACTIONS(7191), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + aux_sym_number_token1, + ACTIONS(7197), 1, + aux_sym_number_token2, + ACTIONS(7199), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7201), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7203), 1, + anon_sym_BQUOTE, + ACTIONS(7205), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2031), 1, + sym__c_postfix_expression, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, + sym__c_unary_expression, + STATE(3993), 1, + sym__c_expression, + STATE(4120), 1, + sym__c_variable_assignment, + ACTIONS(7185), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2039), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [135709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2689), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(3280), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(3278), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166392,9 +169094,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -166404,19 +169108,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132779] = 6, + [135741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(3286), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, + ACTIONS(3284), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166424,9 +169123,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -166436,19 +169137,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132817] = 6, + [135773] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7223), 1, sym__concat, - STATE(2794), 1, + STATE(2499), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(1179), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(1177), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166467,17 +169169,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [132855] = 6, + [135811] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(7101), 1, sym_file_descriptor, - ACTIONS(7175), 1, + ACTIONS(7227), 1, aux_sym_heredoc_redirect_token1, - STATE(2771), 1, + STATE(2920), 1, sym_file_redirect, - ACTIONS(6699), 8, + ACTIONS(6770), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -166486,7 +169187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 13, + ACTIONS(7225), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166500,44 +169201,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132893] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 20, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [132925] = 3, + [135849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1185), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 20, + ACTIONS(1183), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -166558,15 +169230,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [132957] = 3, + [135881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1197), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 20, + ACTIONS(1195), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -166587,43 +169259,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [132989] = 18, + [135913] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(6901), 1, anon_sym_LPAREN, - ACTIONS(6842), 1, + ACTIONS(6903), 1, aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(6905), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + ACTIONS(6907), 1, anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(6909), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(6911), 1, aux_sym_number_token2, - ACTIONS(6852), 1, + ACTIONS(6913), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1980), 1, + STATE(2094), 1, sym__c_postfix_expression, - STATE(1986), 1, + STATE(2097), 1, sym__c_binary_expression, - STATE(1996), 1, + STATE(2098), 1, sym__c_unary_expression, - STATE(3951), 1, + STATE(4059), 1, sym__c_expression, - STATE(3980), 1, + STATE(4114), 1, sym__c_variable_assignment, - ACTIONS(6838), 2, + ACTIONS(6899), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2012), 7, + STATE(2103), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -166631,59 +169303,44 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [133051] = 18, - ACTIONS(63), 1, + [135975] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(1241), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1239), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(6848), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(6850), 1, aux_sym_number_token2, - ACTIONS(6852), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3980), 1, - sym__c_variable_assignment, - STATE(3982), 1, - sym__c_expression, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [133113] = 3, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [136007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1237), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 20, + ACTIONS(1235), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -166704,14 +169361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [133145] = 3, + [136039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(1175), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1173), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166733,15 +169390,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym__special_character, anon_sym_BQUOTE, - [133177] = 3, + [136071] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(7101), 1, + sym_file_descriptor, + ACTIONS(7231), 1, + aux_sym_heredoc_redirect_token1, + STATE(2849), 1, + sym_file_redirect, + ACTIONS(6770), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7229), 13, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [136109] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7233), 1, + sym_variable_name, + STATE(4135), 1, + sym_subscript, + ACTIONS(6766), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2809), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [136147] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1269), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 20, + ACTIONS(1267), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -166762,15 +169483,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [133209] = 3, + [136179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1205), 4, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 20, + ACTIONS(1203), 20, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_SEMI_SEMI, @@ -166791,49 +169512,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [133241] = 3, + [136211] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, sym__concat, - sym_test_operator, - sym__brace_start, + STATE(2768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(3084), 19, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_BQUOTE, + [136249] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, + ACTIONS(7004), 1, + sym__concat, + STATE(2766), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3078), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133273] = 6, + [136287] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2712), 1, + STATE(2766), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 19, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [136325] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2909), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(2911), 1, + anon_sym_LT_LT_LT, + ACTIONS(7211), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(2905), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(2907), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(2903), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7209), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [136371] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7235), 1, + sym__concat, + STATE(2499), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 3, + ACTIONS(1169), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(1167), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166852,43 +169676,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133311] = 18, + [136409] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 1, + aux_sym_number_token2, + ACTIONS(7239), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(7241), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7243), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7245), 1, aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7247), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7249), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7251), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7253), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, + STATE(2003), 1, sym__c_unary_expression, - STATE(1988), 1, + STATE(2005), 1, sym__c_binary_expression, - STATE(1989), 1, + STATE(2006), 1, sym__c_postfix_expression, - STATE(3936), 1, + STATE(3873), 1, + sym__c_expression, + STATE(3892), 1, sym__c_variable_assignment, - STATE(3994), 1, + ACTIONS(7237), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2002), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [136471] = 18, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 1, + aux_sym_number_token2, + ACTIONS(7239), 1, + anon_sym_LPAREN, + ACTIONS(7241), 1, + aux_sym__c_word_token1, + ACTIONS(7243), 1, + anon_sym_DQUOTE, + ACTIONS(7245), 1, + aux_sym_number_token1, + ACTIONS(7247), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7249), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7251), 1, + anon_sym_BQUOTE, + ACTIONS(7253), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + STATE(3876), 1, sym__c_expression, - ACTIONS(7091), 2, + STATE(3892), 1, + sym__c_variable_assignment, + ACTIONS(7237), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2002), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -166896,20 +169764,18 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [133373] = 6, + [136533] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 3, + ACTIONS(2639), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, + STATE(2781), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166928,72 +169794,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133411] = 3, + [136567] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, sym__concat, - sym_test_operator, - sym__brace_start, + STATE(2768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(3048), 19, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133443] = 18, + [136605] = 18, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(6901), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(6903), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(6905), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(6907), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(6909), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(6911), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(6913), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(6915), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(6917), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(6919), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2094), 1, sym__c_postfix_expression, - STATE(3936), 1, - sym__c_variable_assignment, - STATE(4011), 1, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + STATE(4062), 1, sym__c_expression, - ACTIONS(7091), 2, + STATE(4114), 1, + sym__c_variable_assignment, + ACTIONS(6899), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2103), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -167001,42 +169870,73 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [133505] = 3, + [136667] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(7255), 1, + sym_variable_name, + STATE(4135), 1, + sym_subscript, + ACTIONS(6786), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 20, - anon_sym_LPAREN_LPAREN, + STATE(2809), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6784), 18, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [136705] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7258), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7260), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133537] = 3, + [136736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 2, + ACTIONS(7264), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, + ACTIONS(7262), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167058,16 +169958,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [133569] = 3, + [136767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 4, + ACTIONS(7266), 3, sym_file_descriptor, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(7268), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167088,151 +169986,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133601] = 18, - ACTIONS(63), 1, + [136798] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7095), 1, - aux_sym__c_word_token1, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, - aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7270), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7272), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_BQUOTE, - ACTIONS(7111), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, - sym__c_postfix_expression, - STATE(3811), 1, - sym__c_expression, - STATE(3936), 1, - sym__c_variable_assignment, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1983), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [133663] = 3, + [136829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(3355), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(3353), 20, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133695] = 3, + [136860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(3355), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(3353), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [136891] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7274), 21, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [136922] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7278), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7280), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133727] = 3, + [136953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(7282), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(7284), 20, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133759] = 6, + [136984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2712), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 3, + ACTIONS(7266), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7268), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [137015] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7286), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(7288), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [137046] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7292), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7290), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7296), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7294), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137108] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7300), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7298), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137139] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7304), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7302), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167240,8 +170308,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167251,13 +170322,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133797] = 3, + [137170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(7308), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(7306), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167279,13 +170350,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133828] = 3, + [137201] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(7173), 1, sym_file_descriptor, + ACTIONS(7227), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 21, + STATE(2920), 1, + sym_file_redirect, + ACTIONS(6804), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7225), 12, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137238] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7258), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7260), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167307,13 +170409,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133859] = 3, + [137269] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7173), 1, + sym_file_descriptor, + ACTIONS(7177), 1, + aux_sym_heredoc_redirect_token1, + STATE(2911), 1, + sym_file_redirect, + ACTIONS(6804), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7175), 12, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 2, + ACTIONS(7312), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 21, + ACTIONS(7310), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167335,14 +170468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133890] = 3, + [137337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 3, + ACTIONS(7316), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 20, + ACTIONS(7314), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167350,9 +170482,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167362,15 +170496,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [133921] = 3, + [137368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(7282), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(7284), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167378,9 +170510,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167390,15 +170524,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [133952] = 3, + [137399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 3, + ACTIONS(7318), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(7320), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167419,14 +170552,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133983] = 3, + [137430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(7322), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(7324), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167447,13 +170580,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134014] = 3, + [137461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 2, + ACTIONS(6837), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 21, + ACTIONS(6835), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167475,13 +170608,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134045] = 3, + [137492] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2931), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6823), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6821), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 2, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2932), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6833), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 21, + ACTIONS(6831), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137566] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2931), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6837), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6835), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167489,11 +170690,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167503,14 +170701,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134076] = 3, + [137603] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2932), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6841), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6839), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [137640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7264), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 20, + ACTIONS(7262), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167531,13 +170760,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134107] = 3, + [137671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 2, + ACTIONS(7326), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 21, + ACTIONS(7328), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167545,11 +170775,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167559,13 +170787,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134138] = 3, + anon_sym_BQUOTE, + [137702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 2, + ACTIONS(7258), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 21, + ACTIONS(7260), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167573,11 +170803,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167587,13 +170815,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134169] = 3, + anon_sym_BQUOTE, + [137733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 2, + ACTIONS(7332), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 21, + ACTIONS(7330), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167615,13 +170844,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134200] = 3, + [137764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 2, + ACTIONS(7336), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 21, + ACTIONS(7334), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167643,13 +170872,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134231] = 3, + [137795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 2, + ACTIONS(7340), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 21, + ACTIONS(7338), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167671,14 +170900,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134262] = 3, + [137826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 3, + ACTIONS(7342), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 20, + ACTIONS(7344), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167699,13 +170928,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134293] = 3, + [137857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(7348), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(7346), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167727,13 +170956,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134324] = 3, + [137888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 2, + ACTIONS(7348), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 21, + ACTIONS(7346), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167741,11 +170971,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167755,49 +170983,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134355] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7233), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [134390] = 6, + [137919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2794), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(7308), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(7306), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167805,6 +170999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -167816,13 +171011,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134427] = 3, + anon_sym_BQUOTE, + [137950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 2, + ACTIONS(7352), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 21, + ACTIONS(7350), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167844,13 +171040,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134458] = 3, + [137981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(7304), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(7302), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167858,11 +171055,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167872,14 +171067,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134489] = 3, + anon_sym_BQUOTE, + [138012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 3, + ACTIONS(7342), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 20, + ACTIONS(7344), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167900,13 +171096,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134520] = 3, + [138043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 2, + ACTIONS(7300), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 21, + ACTIONS(7298), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167914,11 +171111,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -167928,13 +171123,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134551] = 3, + anon_sym_BQUOTE, + [138074] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 2, + ACTIONS(7356), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 21, + ACTIONS(7354), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167956,14 +171152,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134582] = 3, + [138105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 3, + ACTIONS(7292), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 20, + ACTIONS(7290), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167984,19 +171180,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134613] = 6, + [138136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(7322), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(7324), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168004,8 +171194,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168015,45 +171208,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134650] = 6, + [138167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7296), 3, sym_file_descriptor, - STATE(2793), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6938), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7294), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 11, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [138198] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7360), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7358), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_RPAREN, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134687] = 3, + [138229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 3, + ACTIONS(7362), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 20, + ACTIONS(7364), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168074,50 +171292,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134718] = 6, + [138260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7261), 1, - sym_file_descriptor, - STATE(2793), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7258), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7001), 11, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [134755] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7264), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(7368), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(7366), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168125,8 +171306,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168136,19 +171320,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134792] = 6, + [138291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2794), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(7332), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(7330), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168156,6 +171335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -168167,75 +171347,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134829] = 6, + anon_sym_BQUOTE, + [138322] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7266), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(7373), 1, sym_file_descriptor, + ACTIONS(6978), 2, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2861), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7370), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [134866] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(6973), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134903] = 3, + [138359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 2, + ACTIONS(6823), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 21, + ACTIONS(6821), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168257,19 +171407,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134934] = 6, + [138390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2794), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(7378), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(7376), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168277,8 +171421,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168288,13 +171435,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134971] = 3, + [138421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 2, + ACTIONS(3050), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 21, + ACTIONS(3048), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168316,19 +171463,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135002] = 6, + [138452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(7382), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(7380), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168336,8 +171477,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168347,19 +171491,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135039] = 6, + [138483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2794), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(7384), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(7386), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168367,6 +171506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -168378,13 +171518,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135076] = 3, + anon_sym_BQUOTE, + [138514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7278), 2, + ACTIONS(7286), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 21, + ACTIONS(7288), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168406,14 +171547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135107] = 3, + [138545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 3, + ACTIONS(3086), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 20, + ACTIONS(3084), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168421,9 +171561,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168433,20 +171575,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135138] = 6, + [138576] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3355), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, + ACTIONS(3353), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168454,8 +171589,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168465,13 +171603,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135175] = 3, + [138607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(3355), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(3353), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168493,45 +171631,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135206] = 6, + [138638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, + ACTIONS(7270), 2, sym_file_descriptor, - ACTIONS(7157), 1, aux_sym_heredoc_redirect_token1, - STATE(2849), 1, - sym_file_redirect, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7155), 12, + ACTIONS(7272), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135243] = 3, + [138669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 3, + ACTIONS(7388), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 20, + ACTIONS(7390), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168552,14 +171687,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135274] = 3, + [138700] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2932), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, + ACTIONS(3078), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168567,7 +171707,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -168579,14 +171718,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135305] = 3, + [138737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 2, + ACTIONS(6837), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 21, + ACTIONS(6835), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168594,11 +171733,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168608,13 +171745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135336] = 3, + anon_sym_BQUOTE, + [138768] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 2, + ACTIONS(7362), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(7364), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168622,11 +171761,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168636,14 +171773,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135367] = 3, + anon_sym_BQUOTE, + [138799] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2931), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 20, + ACTIONS(3084), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168651,7 +171794,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -168663,15 +171805,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135398] = 3, + [138836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 3, + ACTIONS(7392), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 20, + ACTIONS(7394), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168692,14 +171833,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135429] = 3, + [138867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 3, + ACTIONS(7396), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 20, + ACTIONS(7398), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168720,48 +171861,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135460] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(7298), 1, - anon_sym_DQUOTE, - STATE(3493), 1, - sym_string, - ACTIONS(7300), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1127), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_heredoc_redirect_token1, - ACTIONS(7296), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [135499] = 6, + [138898] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, + ACTIONS(7099), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, + ACTIONS(7400), 1, sym_file_descriptor, - STATE(2788), 1, + STATE(2892), 2, sym_file_redirect, - ACTIONS(6748), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168770,151 +171880,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 12, + ACTIONS(7097), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135536] = 6, + [138935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, + ACTIONS(7326), 2, sym_file_descriptor, - ACTIONS(7175), 1, aux_sym_heredoc_redirect_token1, - STATE(2771), 1, - sym_file_redirect, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7173), 12, + ACTIONS(7328), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135573] = 6, + [138966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7305), 1, + ACTIONS(7378), 3, sym_file_descriptor, - ACTIONS(7006), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2818), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7302), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7001), 10, + ACTIONS(7376), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [135610] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, - sym_file_descriptor, - STATE(2820), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6928), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 11, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135647] = 6, + [138997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7313), 1, + ACTIONS(7402), 3, sym_file_descriptor, - STATE(2820), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7310), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7404), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 11, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135684] = 3, + [139028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 3, + ACTIONS(7406), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, + ACTIONS(7408), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168935,14 +172004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135715] = 3, + [139059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7316), 3, + ACTIONS(7406), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 20, + ACTIONS(7408), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168950,9 +172018,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -168962,15 +172032,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135746] = 3, + [139090] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7412), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7410), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [139121] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7416), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7414), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [139152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7320), 3, + ACTIONS(7316), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 20, + ACTIONS(7314), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168991,19 +172116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135777] = 7, + [139183] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(7173), 1, sym_file_descriptor, - ACTIONS(7298), 1, - anon_sym_DQUOTE, - STATE(3493), 1, - sym_string, - ACTIONS(7300), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1137), 9, + ACTIONS(7231), 1, + aux_sym_heredoc_redirect_token1, + STATE(2849), 1, + sym_file_redirect, + ACTIONS(6804), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -169012,24 +172134,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(7229), 12, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [139220] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7412), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7296), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [135816] = 3, + ACTIONS(7410), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [139251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 2, + ACTIONS(7416), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 21, + ACTIONS(7414), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169037,11 +172190,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -169051,13 +172202,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135847] = 3, + anon_sym_BQUOTE, + [139282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 2, + ACTIONS(7420), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 21, + ACTIONS(7418), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169079,18 +172231,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135878] = 6, + [139313] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, - sym_file_descriptor, - ACTIONS(7019), 2, - ts_builtin_sym_end, + ACTIONS(6978), 1, aux_sym_heredoc_redirect_token1, - STATE(2818), 2, + ACTIONS(7425), 1, + sym_file_descriptor, + STATE(2892), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7011), 8, + ACTIONS(7422), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -169099,25 +172250,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 10, + ACTIONS(6973), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135915] = 3, + [139350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 3, + ACTIONS(7420), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 20, + ACTIONS(7418), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169125,9 +172276,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -169137,14 +172290,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135946] = 3, + [139381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 2, + ACTIONS(7430), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 21, + ACTIONS(7428), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169166,13 +172318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135977] = 3, + [139412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 2, + ACTIONS(7402), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 21, + ACTIONS(7404), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169194,13 +172346,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136008] = 3, + [139443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 2, + ACTIONS(7356), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 21, + ACTIONS(7354), 20, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [139474] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7362), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7364), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169222,14 +172402,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136039] = 3, + [139505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7334), 3, + ACTIONS(7432), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 20, + ACTIONS(7434), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169250,14 +172430,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136070] = 3, + [139536] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 3, + ACTIONS(7362), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 20, + ACTIONS(7364), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169265,9 +172444,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -169277,14 +172458,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136101] = 3, + [139567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(7318), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(7320), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169306,14 +172486,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136132] = 3, + [139598] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 3, + ACTIONS(7436), 1, + sym__special_character, + STATE(2933), 1, + aux_sym__literal_repeat1, + ACTIONS(6931), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(6929), 18, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [139633] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7438), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 20, + ACTIONS(7440), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169334,13 +172544,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136163] = 3, + [139664] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 2, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2932), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 21, + ACTIONS(3058), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169348,11 +172564,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -169362,13 +172575,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136194] = 3, + [139701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 2, + ACTIONS(7266), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, + ACTIONS(7268), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169390,14 +172603,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136225] = 3, + [139732] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(2931), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3048), 18, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [139769] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7276), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, + ACTIONS(7274), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169418,13 +172662,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136256] = 3, + [139800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 2, + ACTIONS(7266), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 21, + ACTIONS(7268), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169446,14 +172690,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136287] = 3, + [139831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 3, + ACTIONS(7352), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, + ACTIONS(7350), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169474,14 +172718,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136318] = 3, + [139862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 3, + ACTIONS(7342), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, + ACTIONS(7344), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169489,9 +172732,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -169501,14 +172746,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136349] = 3, + [139893] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7342), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(7344), 21, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [139924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(7396), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(7398), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169530,13 +172802,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136380] = 3, + [139955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 2, + ACTIONS(7392), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 21, + ACTIONS(7394), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169558,13 +172830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136411] = 3, + [139986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 2, + ACTIONS(7388), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(7390), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169586,13 +172858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136442] = 3, + [140017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 2, + ACTIONS(7438), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 21, + ACTIONS(7440), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169614,14 +172886,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136473] = 3, + [140048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 3, + ACTIONS(3086), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 20, + ACTIONS(3084), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169642,42 +172914,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136504] = 3, + [140079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136535] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7179), 3, + ACTIONS(7420), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 20, + ACTIONS(7418), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169698,13 +172942,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136566] = 3, + [140110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 2, + ACTIONS(7384), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 21, + ACTIONS(7386), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169726,14 +172970,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136597] = 3, + [140141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 3, + ACTIONS(7420), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 20, + ACTIONS(7418), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169754,41 +172998,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136628] = 3, + [140172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 3, + ACTIONS(7258), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136659] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, + ACTIONS(7260), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169810,41 +173026,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136690] = 3, + [140203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136721] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7334), 2, + ACTIONS(7278), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 21, + ACTIONS(7280), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169866,14 +173054,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136752] = 3, + [140234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 3, + ACTIONS(7430), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 20, + ACTIONS(7428), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169894,14 +173082,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136783] = 3, + [140265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 3, + ACTIONS(7368), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 20, + ACTIONS(7366), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169922,125 +173110,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136814] = 3, + [140296] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(7099), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136845] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7227), 3, + ACTIONS(7442), 1, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136876] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7320), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2928), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7012), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136907] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7316), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 21, + ACTIONS(7097), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136938] = 3, + anon_sym_BQUOTE, + [140333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 2, + ACTIONS(7432), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 21, + ACTIONS(7434), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170062,14 +173169,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136969] = 3, + [140364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 3, + ACTIONS(7312), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 20, + ACTIONS(7310), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170090,14 +173197,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137000] = 3, + [140395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 3, + ACTIONS(7336), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 20, + ACTIONS(7334), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170118,14 +173225,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137031] = 3, + [140426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 3, + ACTIONS(3050), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 20, + ACTIONS(3048), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170146,70 +173253,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137062] = 3, + [140457] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 2, - sym_file_descriptor, + ACTIONS(6978), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7447), 1, + sym_file_descriptor, + STATE(2928), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7444), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [137093] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7195), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 20, + ACTIONS(6973), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137124] = 3, + [140494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 3, + ACTIONS(7340), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 20, + ACTIONS(7338), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170230,70 +173312,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137155] = 3, + [140525] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 3, + ACTIONS(7450), 1, sym_file_descriptor, + ACTIONS(7099), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2861), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [137186] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7278), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 20, + ACTIONS(7097), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137217] = 3, + [140562] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7452), 1, + sym__concat, + STATE(2499), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 20, + ACTIONS(1177), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170301,7 +173363,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -170313,15 +173374,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137248] = 3, + [140599] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 3, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7454), 1, + sym__concat, + STATE(2499), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 20, + ACTIONS(1167), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170329,7 +173394,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, @@ -170341,15 +173405,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [140636] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7456), 1, + sym__special_character, + STATE(2933), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1273), 18, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [137279] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [140671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 3, + ACTIONS(7432), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 20, + ACTIONS(7434), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170370,14 +173463,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137310] = 3, + [140702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 3, + ACTIONS(7360), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 20, + ACTIONS(7358), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170398,13 +173491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137341] = 3, + [140733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 2, + ACTIONS(7432), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 21, + ACTIONS(7434), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170426,14 +173519,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137372] = 3, + [140764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 3, + ACTIONS(6823), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 20, + ACTIONS(6821), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170454,13 +173547,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137403] = 3, + [140795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 2, + ACTIONS(7382), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 21, + ACTIONS(7380), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170468,11 +173562,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, @@ -170482,75 +173574,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137434] = 5, - ACTIONS(3), 1, + anon_sym_BQUOTE, + [140826] = 16, + ACTIONS(63), 1, sym_comment, - ACTIONS(7366), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(6864), 3, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 1, + aux_sym_number_token2, + ACTIONS(7239), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + anon_sym_DQUOTE, + ACTIONS(7245), 1, + aux_sym_number_token1, + ACTIONS(7247), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7249), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7251), 1, + anon_sym_BQUOTE, + ACTIONS(7253), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7459), 1, + aux_sym__c_word_token1, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + ACTIONS(7237), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1975), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [140882] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2958), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7461), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6937), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(6939), 13, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 18, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [137469] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7284), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [137500] = 6, + [140916] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(7450), 1, sym_file_descriptor, - STATE(2902), 2, + STATE(2908), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7083), 8, + ACTIONS(7231), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170559,7 +173663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 10, + ACTIONS(7229), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170570,47 +173674,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137536] = 6, - ACTIONS(63), 1, + [140952] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7370), 1, - aux_sym_concatenation_token1, - ACTIONS(7372), 1, - sym__concat, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 13, + ACTIONS(1175), 3, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 19, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137572] = 6, + sym_word, + [140982] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(7227), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7400), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(2817), 1, sym_file_redirect, - ACTIONS(7175), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170619,57 +173719,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 10, + ACTIONS(7225), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137608] = 6, + [141018] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2937), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(7227), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7442), 1, + sym_file_descriptor, + STATE(2817), 1, + sym_file_redirect, + ACTIONS(7012), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(7225), 11, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [137644] = 6, + anon_sym_AMP, + anon_sym_BQUOTE, + [141054] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7450), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2817), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7227), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170678,7 +173780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 11, + ACTIONS(7225), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170689,17 +173791,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [141090] = 16, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6917), 1, anon_sym_BQUOTE, - [137680] = 6, + ACTIONS(6919), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7463), 1, + aux_sym__c_word_token1, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2047), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [141146] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, + ACTIONS(7231), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7400), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(2908), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170708,51 +173849,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 11, + ACTIONS(7229), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137716] = 16, + [141182] = 16, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7187), 1, anon_sym_LPAREN, - ACTIONS(7097), 1, + ACTIONS(7191), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7193), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7195), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7197), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7199), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7201), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7203), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7205), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7374), 1, + ACTIONS(7465), 1, aux_sym__c_word_token1, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2031), 1, sym__c_postfix_expression, - ACTIONS(7091), 2, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, + sym__c_unary_expression, + ACTIONS(7185), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2037), 7, + STATE(2014), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -170760,16 +173901,16 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [137772] = 6, + [141238] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, + ACTIONS(7177), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7400), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(2878), 1, sym_file_redirect, - ACTIONS(6938), 8, + ACTIONS(7022), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170778,7 +173919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 11, + ACTIONS(7175), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170790,16 +173931,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137808] = 6, + [141274] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, + ACTIONS(7099), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7467), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(2956), 2, sym_file_redirect, - ACTIONS(6938), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(7209), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170808,34 +173950,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 11, + ACTIONS(7097), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137844] = 5, + [141310] = 16, ACTIONS(63), 1, sym_comment, - STATE(2901), 1, + ACTIONS(7187), 1, + anon_sym_LPAREN, + ACTIONS(7191), 1, + anon_sym_DOLLAR, + ACTIONS(7193), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + aux_sym_number_token1, + ACTIONS(7197), 1, + aux_sym_number_token2, + ACTIONS(7199), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7201), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7203), 1, + anon_sym_BQUOTE, + ACTIONS(7205), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7469), 1, + aux_sym__c_word_token1, + STATE(2031), 1, + sym__c_postfix_expression, + STATE(2032), 1, + sym__c_binary_expression, + STATE(2038), 1, + sym__c_unary_expression, + ACTIONS(7185), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2068), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [141366] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(2955), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(7461), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 6, + ACTIONS(1173), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1169), 13, + ACTIONS(1175), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170849,22 +174030,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137878] = 5, + [141400] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7231), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7442), 1, + sym_file_descriptor, + STATE(2908), 1, + sym_file_redirect, + ACTIONS(7012), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7229), 11, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [141436] = 5, ACTIONS(63), 1, sym_comment, - STATE(2901), 1, + STATE(2954), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(7471), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6862), 6, + ACTIONS(1183), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(6864), 13, + ACTIONS(1185), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170878,22 +174089,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137912] = 5, + [141470] = 6, ACTIONS(63), 1, sym_comment, - STATE(2880), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, - sym__concat, + ACTIONS(7461), 1, aux_sym_concatenation_token1, - ACTIONS(6828), 6, + ACTIONS(7474), 1, + sym__concat, + STATE(2954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(6830), 13, + ACTIONS(1169), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170907,16 +174119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137946] = 6, + [141506] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(6978), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(7479), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2956), 2, sym_file_redirect, - ACTIONS(6938), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(7476), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170925,34 +174138,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 11, + ACTIONS(6973), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137982] = 5, + [141542] = 16, ACTIONS(63), 1, sym_comment, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7376), 2, - sym__concat, + ACTIONS(6901), 1, + anon_sym_LPAREN, + ACTIONS(6905), 1, + anon_sym_DOLLAR, + ACTIONS(6907), 1, + anon_sym_DQUOTE, + ACTIONS(6909), 1, + aux_sym_number_token1, + ACTIONS(6911), 1, + aux_sym_number_token2, + ACTIONS(6913), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6915), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6917), 1, + anon_sym_BQUOTE, + ACTIONS(6919), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7482), 1, + aux_sym__c_word_token1, + STATE(2094), 1, + sym__c_postfix_expression, + STATE(2097), 1, + sym__c_binary_expression, + STATE(2098), 1, + sym__c_unary_expression, + ACTIONS(6899), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2093), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [141598] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7461), 1, aux_sym_concatenation_token1, - ACTIONS(1183), 6, + ACTIONS(7484), 1, + sym__concat, + STATE(2954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 13, + ACTIONS(1179), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170966,44 +174219,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138016] = 3, - ACTIONS(3), 1, + [141634] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(1169), 3, + STATE(2955), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7461), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6929), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(6931), 13, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [141668] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, + sym__concat, + STATE(2968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 16, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + sym__special_character, + [141704] = 16, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5428), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 1, aux_sym_number_token2, + ACTIONS(7239), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + anon_sym_DQUOTE, + ACTIONS(7245), 1, + aux_sym_number_token1, + ACTIONS(7247), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(7249), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(7251), 1, anon_sym_BQUOTE, + ACTIONS(7253), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [138046] = 6, + ACTIONS(7486), 1, + aux_sym__c_word_token1, + STATE(2003), 1, + sym__c_unary_expression, + STATE(2005), 1, + sym__c_binary_expression, + STATE(2006), 1, + sym__c_postfix_expression, + ACTIONS(7237), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(1966), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [141760] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(7177), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7442), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2878), 1, sym_file_redirect, - ACTIONS(7157), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(7012), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171012,7 +174336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 10, + ACTIONS(7175), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171023,16 +174347,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [138082] = 6, + anon_sym_BQUOTE, + [141796] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7450), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(2878), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7177), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171041,7 +174367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 11, + ACTIONS(7175), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171052,248 +174378,308 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [138118] = 16, + [141832] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7492), 1, + anon_sym_esac, + ACTIONS(7488), 6, anon_sym_LPAREN, - ACTIONS(7097), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, aux_sym_number_token1, - ACTIONS(7103), 1, aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, - anon_sym_BQUOTE, - ACTIONS(7111), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7379), 1, - aux_sym__c_word_token1, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, - sym__c_postfix_expression, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1992), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138174] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, + sym_word, + ACTIONS(7490), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(7143), 1, - aux_sym_number_token1, - ACTIONS(7145), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7381), 1, - aux_sym__c_word_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - ACTIONS(7135), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1972), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138230] = 16, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [141863] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7498), 1, + anon_sym_esac, + ACTIONS(7494), 6, anon_sym_LPAREN, - ACTIONS(6844), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, aux_sym_number_token1, - ACTIONS(6850), 1, aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + sym_word, + ACTIONS(7496), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, anon_sym_BQUOTE, - ACTIONS(6858), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7383), 1, - aux_sym__c_word_token1, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2044), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138286] = 16, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [141894] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3106), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7500), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1175), 13, + sym_file_descriptor, + sym_variable_name, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + sym__special_character, + [141927] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3036), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 16, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + sym__special_character, + [141962] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(7502), 1, + sym__concat, + STATE(2468), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1167), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [141997] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(7504), 1, + sym__concat, + STATE(2468), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [142032] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7510), 1, + anon_sym_esac, + ACTIONS(7506), 6, anon_sym_LPAREN, - ACTIONS(6844), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, aux_sym_number_token1, - ACTIONS(6850), 1, aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + sym_word, + ACTIONS(7508), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, anon_sym_BQUOTE, - ACTIONS(6858), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7385), 1, - aux_sym__c_word_token1, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2023), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138342] = 16, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142063] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7512), 1, + sym_variable_name, + STATE(4088), 1, + sym_subscript, + ACTIONS(6786), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2971), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6784), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [142098] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(5432), 1, + ACTIONS(7519), 1, + anon_sym_esac, + ACTIONS(7515), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(5438), 1, + aux_sym_number_token1, aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7517), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(7143), 1, - aux_sym_number_token1, - ACTIONS(7145), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7387), 1, - aux_sym__c_word_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - ACTIONS(7135), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1967), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138398] = 6, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142129] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7370), 1, - aux_sym_concatenation_token1, - ACTIONS(7389), 1, - sym__concat, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 6, + ACTIONS(7525), 1, + anon_sym_esac, + ACTIONS(7521), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1173), 13, + ACTIONS(7523), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138434] = 6, + [142160] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, + ACTIONS(6752), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7394), 1, + ACTIONS(7530), 1, + anon_sym_LT_LT_LT, + ACTIONS(7533), 1, sym_file_descriptor, - STATE(2902), 2, + ACTIONS(6990), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6744), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2974), 4, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7391), 8, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7527), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171302,86 +174688,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 10, - anon_sym_SEMI, + [142199] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, + sym__concat, + STATE(2968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2887), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2885), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [138470] = 6, + [142234] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(6851), 1, + aux_sym_concatenation_token1, + ACTIONS(6853), 1, + sym__concat, + STATE(2969), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2901), 3, sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7121), 2, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(2899), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 10, - anon_sym_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [142269] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2639), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [138506] = 3, + [142300] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 6, + ACTIONS(7540), 1, + anon_sym_esac, + ACTIONS(7536), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1257), 15, - sym__concat, + ACTIONS(7538), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138535] = 4, + [142331] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7544), 1, + anon_sym_LPAREN, + ACTIONS(7546), 1, + anon_sym_DOLLAR, + ACTIONS(7548), 1, + anon_sym_DQUOTE, + ACTIONS(7552), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7554), 1, + anon_sym_RBRACE3, + ACTIONS(7556), 1, + anon_sym_BQUOTE, + ACTIONS(7558), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7560), 1, + sym_variable_name, + ACTIONS(7562), 1, + sym__word_in_replacement, + ACTIONS(7550), 2, + sym_ansi_c_string, + aux_sym__expansion_expression_token1, + STATE(4342), 2, + sym_array, + sym__concatenation_in_expansion, + ACTIONS(7542), 3, + sym_raw_string, + sym__expansion_word, + sym_word, + STATE(3880), 4, + sym_string, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [142384] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7401), 1, + ACTIONS(7568), 1, anon_sym_esac, - ACTIONS(7397), 6, + ACTIONS(7564), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7399), 14, + ACTIONS(7566), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171396,78 +174865,231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138566] = 10, - ACTIONS(63), 1, + [142415] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(6683), 1, - anon_sym_PIPE, - ACTIONS(7403), 1, - anon_sym_LT_LT, - ACTIONS(7412), 1, - anon_sym_LT_LT_DASH, - ACTIONS(7415), 1, - anon_sym_LT_LT_LT, - ACTIONS(7418), 1, + ACTIONS(7570), 1, + sym_variable_name, + STATE(4088), 1, + sym_subscript, + ACTIONS(6766), 2, sym_file_descriptor, - ACTIONS(7409), 3, + aux_sym_heredoc_redirect_token1, + STATE(2971), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(6691), 4, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [142450] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3200), 1, + anon_sym_LT_LT_LT, + ACTIONS(6776), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7574), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6774), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, - STATE(2906), 4, + STATE(2974), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7406), 5, + ACTIONS(7572), 8, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [138609] = 6, + [142489] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7580), 1, + anon_sym_esac, + ACTIONS(7576), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7578), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142520] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7586), 1, + anon_sym_esac, + ACTIONS(7582), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7584), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142551] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, + ACTIONS(3198), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, + ACTIONS(3200), 1, + anon_sym_LT_LT_LT, + ACTIONS(7574), 1, + sym_file_descriptor, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3194), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3196), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7572), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [142592] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7592), 1, + anon_sym_esac, + ACTIONS(7588), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7590), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142623] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3118), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7594), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 6, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + sym__special_character, + ACTIONS(1175), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [138644] = 6, + [142656] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(3200), 1, + anon_sym_LT_LT_LT, + ACTIONS(3225), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(7574), 1, sym_file_descriptor, - STATE(2833), 1, + ACTIONS(2732), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3194), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3196), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2982), 4, sym_file_redirect, - ACTIONS(7083), 8, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7572), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171476,30 +175098,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [138679] = 4, + [142697] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7425), 1, + ACTIONS(7492), 1, anon_sym_esac, - ACTIONS(7421), 6, + ACTIONS(7488), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7423), 14, + ACTIONS(7490), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171514,214 +175125,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138710] = 4, + [142728] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7431), 1, - anon_sym_esac, - ACTIONS(7427), 6, - anon_sym_LPAREN, + ACTIONS(1235), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1237), 15, + sym__concat, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142757] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1239), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1241), 15, + sym__concat, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [142786] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1235), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7429), 14, + ACTIONS(1237), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138741] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7435), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6703), 4, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2953), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [138780] = 4, + [142815] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7431), 1, - anon_sym_esac, - ACTIONS(7427), 6, - anon_sym_LPAREN, + ACTIONS(1203), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7429), 14, + ACTIONS(1205), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138811] = 4, + [142844] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7441), 1, - anon_sym_esac, - ACTIONS(7437), 6, - anon_sym_LPAREN, + ACTIONS(1199), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7439), 14, + ACTIONS(1201), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138842] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7443), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6730), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [138877] = 4, + [142873] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7449), 1, - anon_sym_esac, - ACTIONS(7445), 6, - anon_sym_LPAREN, + ACTIONS(1225), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7447), 14, + ACTIONS(1227), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138908] = 4, + [142902] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7425), 1, - anon_sym_esac, - ACTIONS(7421), 6, - anon_sym_LPAREN, + ACTIONS(1243), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7423), 14, + ACTIONS(1245), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138939] = 4, + [142931] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7455), 1, + ACTIONS(7568), 1, anon_sym_esac, - ACTIONS(7451), 6, + ACTIONS(7564), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7453), 14, + ACTIONS(7566), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171736,19 +175334,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138970] = 4, + [142962] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7461), 1, + ACTIONS(7600), 1, anon_sym_esac, - ACTIONS(7457), 6, + ACTIONS(7596), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7459), 14, + ACTIONS(7598), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171763,140 +175361,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139001] = 4, + [142993] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7401), 1, - anon_sym_esac, - ACTIONS(7397), 6, - anon_sym_LPAREN, + ACTIONS(1255), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7399), 14, + ACTIONS(1257), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139032] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [139063] = 12, + [143022] = 12, ACTIONS(63), 1, sym_comment, - ACTIONS(141), 1, + ACTIONS(127), 1, anon_sym_RBRACK, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, ACTIONS(3316), 1, - anon_sym_PIPE_AMP, + anon_sym_PIPE, ACTIONS(3318), 1, + anon_sym_PIPE_AMP, + ACTIONS(3339), 1, + anon_sym_LT_LT, + ACTIONS(3341), 1, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, + ACTIONS(3343), 1, anon_sym_LT_LT_LT, - ACTIONS(7467), 1, + ACTIONS(7606), 1, sym_file_descriptor, - ACTIONS(3310), 2, + ACTIONS(3337), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, + ACTIONS(7604), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - STATE(2942), 4, + STATE(3030), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, + ACTIONS(7602), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [139110] = 9, - ACTIONS(3), 1, + [143069] = 10, + ACTIONS(63), 1, sym_comment, - ACTIONS(3249), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - ACTIONS(7435), 1, - sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(6744), 1, + anon_sym_PIPE, + ACTIONS(7608), 1, anon_sym_LT_LT, + ACTIONS(7617), 1, anon_sym_LT_LT_DASH, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(3247), 2, + ACTIONS(7620), 1, + anon_sym_LT_LT_LT, + ACTIONS(7623), 1, + sym_file_descriptor, + ACTIONS(7614), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(6752), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2911), 4, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + STATE(3001), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, + ACTIONS(7611), 5, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [139151] = 4, + [143112] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7473), 1, + ACTIONS(7630), 1, anon_sym_esac, - ACTIONS(7469), 6, + ACTIONS(7626), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7471), 14, + ACTIONS(7628), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171911,17 +175482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139182] = 3, + [143143] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 6, + ACTIONS(1209), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1203), 15, + ACTIONS(1211), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171937,43 +175508,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139211] = 3, + [143172] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 6, + ACTIONS(7636), 1, + anon_sym_esac, + ACTIONS(7632), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 15, - sym__concat, + ACTIONS(7634), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139240] = 3, + [143203] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 6, + ACTIONS(1263), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1261), 15, + ACTIONS(1265), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171989,17 +175561,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139269] = 3, + [143232] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 6, + ACTIONS(1259), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 15, + ACTIONS(1261), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172015,17 +175587,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139298] = 3, + [143261] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 6, + ACTIONS(1247), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1233), 15, + ACTIONS(1249), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172041,45 +175613,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139327] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 6, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - sym__special_character, - ACTIONS(1169), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [139360] = 3, + [143290] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 6, + ACTIONS(1221), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 15, + ACTIONS(1223), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172095,73 +175639,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139389] = 4, + [143319] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7481), 1, - anon_sym_esac, - ACTIONS(7477), 6, - anon_sym_LPAREN, + ACTIONS(1251), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7479), 14, + ACTIONS(1253), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139420] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, - sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7083), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7119), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [139455] = 3, + [143348] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 6, + ACTIONS(1217), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1225), 15, + ACTIONS(1219), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172177,45 +175691,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139484] = 3, + [143377] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 6, + ACTIONS(7642), 1, + anon_sym_esac, + ACTIONS(7638), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1229), 15, - sym__concat, + ACTIONS(7640), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139513] = 4, + [143408] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7487), 1, + ACTIONS(7600), 1, anon_sym_esac, - ACTIONS(7483), 6, + ACTIONS(7596), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7485), 14, + ACTIONS(7598), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172230,57 +175745,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139544] = 6, + [143439] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(2666), 2, sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7083), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7173), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + aux_sym_heredoc_redirect_token1, + ACTIONS(3196), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [139579] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7489), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 15, + STATE(2982), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2664), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -172288,19 +175773,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139614] = 4, + [143472] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1213), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1215), 15, + sym__concat, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [143501] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7495), 1, + ACTIONS(7630), 1, anon_sym_esac, - ACTIONS(7491), 6, + ACTIONS(7626), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7493), 14, + ACTIONS(7628), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172315,17 +175826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139645] = 3, + [143532] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 6, + ACTIONS(1195), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1265), 15, + ACTIONS(1197), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172341,134 +175852,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139674] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7497), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6723), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [139709] = 4, + [143561] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7504), 1, - anon_sym_esac, - ACTIONS(7500), 6, - anon_sym_LPAREN, + ACTIONS(1183), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7502), 14, + ACTIONS(1185), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139740] = 10, + [143590] = 12, ACTIONS(63), 1, sym_comment, - ACTIONS(3312), 1, - anon_sym_LT_LT, + ACTIONS(141), 1, + anon_sym_RBRACK, + ACTIONS(3316), 1, + anon_sym_PIPE, ACTIONS(3318), 1, + anon_sym_PIPE_AMP, + ACTIONS(3339), 1, + anon_sym_LT_LT, + ACTIONS(3341), 1, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, + ACTIONS(3343), 1, anon_sym_LT_LT_LT, - ACTIONS(6703), 1, - anon_sym_PIPE, - ACTIONS(7467), 1, + ACTIONS(7606), 1, sym_file_descriptor, - ACTIONS(7465), 3, + ACTIONS(3337), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7604), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(6705), 4, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - STATE(2906), 4, + STATE(3030), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, + ACTIONS(7602), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [139783] = 3, + [143637] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 6, + ACTIONS(7648), 1, + anon_sym_esac, + ACTIONS(7644), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 15, - sym__concat, + ACTIONS(7646), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139812] = 4, + [143668] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7510), 1, + ACTIONS(7642), 1, anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(7638), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7508), 14, + ACTIONS(7640), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172483,133 +175967,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139843] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2937), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [139878] = 12, - ACTIONS(63), 1, - sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(7467), 1, - sym_file_descriptor, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [139925] = 3, + [143699] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 6, + ACTIONS(7498), 1, + anon_sym_esac, + ACTIONS(7494), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 15, - sym__concat, + ACTIONS(7496), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139954] = 3, + [143730] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 6, + ACTIONS(7654), 1, + anon_sym_esac, + ACTIONS(7650), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1217), 15, - sym__concat, + ACTIONS(7652), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139983] = 3, + [143761] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 6, + ACTIONS(1267), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 15, + ACTIONS(1269), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172625,19 +176047,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140012] = 4, + [143790] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7449), 1, + ACTIONS(7540), 1, anon_sym_esac, - ACTIONS(7445), 6, + ACTIONS(7536), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7447), 14, + ACTIONS(7538), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172652,84 +176074,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140043] = 3, + [143821] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 6, + ACTIONS(7654), 1, + anon_sym_esac, + ACTIONS(7650), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 15, - sym__concat, + ACTIONS(7652), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140072] = 6, + [143852] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2956), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(7231), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7467), 1, + sym_file_descriptor, + STATE(2908), 1, + sym_file_redirect, + ACTIONS(7209), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(7229), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140107] = 8, + anon_sym_AMP, + [143887] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, + ACTIONS(7227), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7515), 1, - anon_sym_LT_LT_LT, - ACTIONS(7518), 1, + ACTIONS(7467), 1, sym_file_descriptor, - ACTIONS(6899), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6683), 4, + STATE(2817), 1, + sym_file_redirect, + ACTIONS(7209), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7225), 10, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - STATE(2953), 4, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [143922] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7177), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7467), 1, + sym_file_descriptor, + STATE(2878), 1, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7512), 8, + ACTIONS(7209), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -172738,81 +176177,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [140146] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1237), 15, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140175] = 12, + ACTIONS(7175), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [143957] = 12, ACTIONS(63), 1, sym_comment, ACTIONS(77), 1, anon_sym_RBRACK, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, ACTIONS(3316), 1, - anon_sym_PIPE_AMP, + anon_sym_PIPE, ACTIONS(3318), 1, + anon_sym_PIPE_AMP, + ACTIONS(3339), 1, + anon_sym_LT_LT, + ACTIONS(3341), 1, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, + ACTIONS(3343), 1, anon_sym_LT_LT_LT, - ACTIONS(7467), 1, + ACTIONS(7606), 1, + sym_file_descriptor, + ACTIONS(3337), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7604), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + STATE(3030), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7602), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [144004] = 10, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3339), 1, + anon_sym_LT_LT, + ACTIONS(3341), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3343), 1, + anon_sym_LT_LT_LT, + ACTIONS(6774), 1, + anon_sym_PIPE, + ACTIONS(7606), 1, sym_file_descriptor, - ACTIONS(3310), 2, + ACTIONS(7604), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(6776), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + STATE(3001), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7602), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [144047] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3316), 1, + anon_sym_PIPE, + ACTIONS(3318), 1, + anon_sym_PIPE_AMP, + ACTIONS(2664), 4, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - STATE(2942), 4, + STATE(3109), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, + ACTIONS(2666), 10, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144081] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7656), 1, + sym_variable_name, + STATE(4117), 1, + sym_subscript, + STATE(3032), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6784), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6786), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [140222] = 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144115] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7002), 1, aux_sym_concatenation_token1, - ACTIONS(7521), 1, + ACTIONS(7004), 1, sym__concat, - STATE(2432), 1, + STATE(3036), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(3080), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 15, + ACTIONS(3078), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -172828,19 +176340,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140257] = 4, + [144149] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7527), 1, - anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(7626), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(7628), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [144177] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7564), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7525), 14, + ACTIONS(7566), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172855,27 +176390,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140288] = 5, + [144205] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7659), 1, + sym__concat, + STATE(2499), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3211), 2, + ACTIONS(1167), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 13, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144239] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7661), 1, + sym__concat, + STATE(2499), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1177), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, @@ -172883,71 +176446,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140321] = 3, + [144273] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 6, + ACTIONS(7588), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1221), 15, - sym__concat, + ACTIONS(7590), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140350] = 3, + [144301] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 6, + ACTIONS(7488), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 15, - sym__concat, + ACTIONS(7490), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140379] = 4, + [144329] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3084), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144363] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7510), 1, - anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(7582), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7508), 14, + ACTIONS(7584), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172962,19 +176549,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140410] = 4, + [144391] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7533), 1, - anon_sym_esac, - ACTIONS(7529), 6, + ACTIONS(7536), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7531), 14, + ACTIONS(7538), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172989,19 +176574,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140441] = 4, + [144419] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6823), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6821), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144453] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3036), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6833), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6831), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144487] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3036), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144521] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7461), 1, - anon_sym_esac, - ACTIONS(7457), 6, + ACTIONS(7663), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7459), 14, + ACTIONS(7665), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173016,19 +176683,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140472] = 4, + [144549] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7539), 1, - anon_sym_esac, - ACTIONS(7535), 6, + ACTIONS(7596), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7537), 14, + ACTIONS(7598), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173043,19 +176708,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140503] = 4, + [144577] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7527), 1, - anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(7488), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7525), 14, + ACTIONS(7490), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173070,21 +176733,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140534] = 5, + [144605] = 5, ACTIONS(63), 1, sym_comment, - STATE(3033), 1, + STATE(3106), 1, aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, + ACTIONS(7500), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 5, + ACTIONS(2885), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 13, + ACTIONS(2887), 12, sym_file_descriptor, sym_variable_name, anon_sym_AMP_AMP, @@ -173097,20 +176760,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [140567] = 4, + [144637] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7495), 1, - anon_sym_esac, - ACTIONS(7491), 6, + STATE(3108), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7500), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2899), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(2901), 12, + sym_file_descriptor, + sym_variable_name, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144669] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7515), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7493), 14, + ACTIONS(7517), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173125,43 +176812,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140598] = 3, + [144697] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3048), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [144731] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 6, + ACTIONS(7596), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 15, - sym__concat, + ACTIONS(7598), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140627] = 3, + [144759] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7667), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7545), 14, + ACTIONS(7669), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173176,45 +176890,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140655] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7547), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140689] = 3, + [144787] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7421), 6, + ACTIONS(7536), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7423), 14, + ACTIONS(7538), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173229,98 +176915,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140717] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6781), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6783), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140749] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3011), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3005), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140781] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2997), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140813] = 3, + [144815] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(7671), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7551), 14, + ACTIONS(7673), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173335,17 +176940,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140841] = 3, + [144843] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(7667), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7551), 14, + ACTIONS(7669), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173360,73 +176965,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140869] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140903] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140937] = 3, + [144871] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7553), 6, + ACTIONS(7675), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7555), 14, + ACTIONS(7677), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173441,17 +176990,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140965] = 3, + [144899] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7457), 6, + ACTIONS(7564), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7459), 14, + ACTIONS(7566), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173459,52 +177008,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140993] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7557), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(3067), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6730), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [141027] = 3, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [144927] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7679), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7561), 14, + ACTIONS(7681), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173519,17 +177040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141055] = 3, + [144955] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7679), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7561), 14, + ACTIONS(7681), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173544,17 +177065,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141083] = 3, + [144983] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7667), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7545), 14, + ACTIONS(7669), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173569,17 +177090,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141111] = 3, + [145011] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(7506), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7545), 14, + ACTIONS(7508), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173594,17 +177115,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141139] = 3, + [145039] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7563), 6, + ACTIONS(7650), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7565), 14, + ACTIONS(7652), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173619,17 +177140,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141167] = 3, + [145067] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7683), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7569), 14, + ACTIONS(7685), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173644,17 +177165,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141195] = 3, + [145095] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6837), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6835), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [145129] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7002), 1, + aux_sym_concatenation_token1, + ACTIONS(7004), 1, + sym__concat, + STATE(3036), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6841), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(6839), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [145163] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7427), 6, + ACTIONS(7687), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7429), 14, + ACTIONS(7689), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173669,25 +177246,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141223] = 5, + [145191] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7571), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(7683), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1275), 13, + ACTIONS(7685), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -173696,17 +177271,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141255] = 3, + [145219] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7687), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7569), 14, + ACTIONS(7689), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173721,17 +177296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141283] = 3, + [145247] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7574), 6, + ACTIONS(7521), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7576), 14, + ACTIONS(7523), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173746,44 +177321,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141311] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3039), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2977), 12, - sym_file_descriptor, - sym_variable_name, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [141343] = 3, + [145275] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7626), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7580), 14, + ACTIONS(7628), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173798,17 +177346,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141371] = 3, + [145303] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7691), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7580), 14, + ACTIONS(7693), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173823,44 +177371,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141399] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3033), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2967), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2969), 12, - sym_file_descriptor, - sym_variable_name, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [141431] = 3, + [145331] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7695), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7580), 14, + ACTIONS(7697), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173875,17 +177396,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141459] = 3, + [145359] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(7691), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7580), 14, + ACTIONS(7693), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173900,45 +177421,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141487] = 6, + [145387] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(7475), 1, - aux_sym_concatenation_token1, - ACTIONS(7582), 1, - sym__concat, - STATE(3015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + ACTIONS(7699), 1, + sym_variable_name, + STATE(4117), 1, + sym_subscript, + STATE(3032), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6764), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 12, + ACTIONS(6766), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [141521] = 3, + [145421] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7691), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7569), 14, + ACTIONS(7693), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173953,49 +177474,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141549] = 10, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6683), 1, - anon_sym_PIPE, - ACTIONS(7584), 1, - anon_sym_LT_LT, - ACTIONS(7593), 1, - anon_sym_LT_LT_DASH, - ACTIONS(7596), 1, - anon_sym_LT_LT_LT, - ACTIONS(7599), 1, - sym_file_descriptor, - ACTIONS(6691), 3, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(7590), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(3000), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7587), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [141591] = 3, + [145449] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(7632), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7569), 14, + ACTIONS(7634), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174010,17 +177499,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141619] = 3, + [145477] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7602), 6, + ACTIONS(7691), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7604), 14, + ACTIONS(7693), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174035,56 +177524,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141647] = 11, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(7467), 1, - sym_file_descriptor, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [141691] = 3, + [145505] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7543), 6, - anon_sym_LPAREN, + ACTIONS(7701), 1, + sym__special_character, + STATE(3128), 1, + aux_sym__literal_repeat1, + ACTIONS(6929), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7545), 14, + ACTIONS(6931), 13, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -174093,17 +177551,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141719] = 3, + [145537] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7427), 6, + ACTIONS(7703), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7429), 14, + ACTIONS(7705), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174118,17 +177576,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141747] = 3, + [145565] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7707), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7608), 14, + ACTIONS(7709), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174143,17 +177601,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141775] = 3, + [145593] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7421), 6, + ACTIONS(7707), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7423), 14, + ACTIONS(7709), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174168,17 +177626,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141803] = 3, + [145621] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7711), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7608), 14, + ACTIONS(7713), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174193,17 +177651,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141831] = 3, + [145649] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7610), 6, + ACTIONS(7711), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7612), 14, + ACTIONS(7713), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174218,71 +177676,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141859] = 4, - ACTIONS(63), 1, - sym_comment, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2662), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [141889] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7475), 1, - aux_sym_concatenation_token1, - ACTIONS(7614), 1, - sym__concat, - STATE(3015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1179), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [141923] = 3, + [145677] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7616), 6, + ACTIONS(7711), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7618), 14, + ACTIONS(7713), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174297,17 +177701,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141951] = 3, + [145705] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(7711), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7493), 14, + ACTIONS(7713), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174322,132 +177726,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141979] = 6, - ACTIONS(3), 1, + [145733] = 10, + ACTIONS(63), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(6744), 1, anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, + ACTIONS(7715), 1, + anon_sym_LT_LT, + ACTIONS(7724), 1, anon_sym_LT_LT_DASH, + ACTIONS(7727), 1, anon_sym_LT_LT_LT, - [142013] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1185), 12, + ACTIONS(7730), 1, sym_file_descriptor, + ACTIONS(6752), 3, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142045] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, anon_sym_PIPE_AMP, - ACTIONS(2586), 4, - anon_sym_LT_LT, + ACTIONS(7721), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - STATE(3029), 4, + STATE(3088), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2590), 10, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142079] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7718), 5, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142113] = 5, + [145775] = 5, ACTIONS(63), 1, sym_comment, - STATE(3011), 1, + STATE(3115), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(7594), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6785), 5, + ACTIONS(6821), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 12, + ACTIONS(6823), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -174460,155 +177785,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142145] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1169), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - sym__special_character, - [142177] = 5, + [145807] = 11, ACTIONS(63), 1, sym_comment, - STATE(3011), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6777), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3316), 1, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6779), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(3318), 1, anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142209] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7506), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7508), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142237] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 5, + ACTIONS(3339), 1, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3065), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, + ACTIONS(3341), 1, anon_sym_LT_LT_DASH, + ACTIONS(3343), 1, anon_sym_LT_LT_LT, - [142269] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(7606), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 15, + ACTIONS(3337), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(7604), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + STATE(3030), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7602), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142303] = 5, + [145851] = 5, ACTIONS(63), 1, sym_comment, - STATE(3011), 1, + STATE(3118), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(7594), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3067), 5, + ACTIONS(3078), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 12, + ACTIONS(3080), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -174621,73 +177845,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142335] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142369] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142403] = 3, + [145883] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7535), 6, + ACTIONS(7733), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7537), 14, + ACTIONS(7735), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174702,25 +177870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142431] = 5, + [145911] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7625), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(6862), 5, + ACTIONS(7707), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(6864), 13, + ACTIONS(7709), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -174729,53 +177895,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142463] = 10, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6703), 1, - anon_sym_PIPE, - ACTIONS(7627), 1, - anon_sym_LT_LT, - ACTIONS(7633), 1, - anon_sym_LT_LT_DASH, - ACTIONS(7635), 1, - anon_sym_LT_LT_LT, - ACTIONS(7637), 1, - sym_file_descriptor, - ACTIONS(6705), 3, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(7631), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(3000), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7629), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [142505] = 5, + [145939] = 5, ACTIONS(63), 1, sym_comment, - STATE(2998), 1, + STATE(3115), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(7594), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(6752), 5, + ACTIONS(3084), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 12, + ACTIONS(3086), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -174788,42 +177922,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142537] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7469), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7471), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142565] = 3, + [145971] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7737), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7608), 14, + ACTIONS(7739), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174838,45 +177947,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142593] = 6, + [145999] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7541), 1, - aux_sym_concatenation_token1, - ACTIONS(7639), 1, - sym__concat, - STATE(3053), 1, + STATE(3118), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + ACTIONS(7594), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3058), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 12, + ACTIONS(3060), 12, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142627] = 3, + [146031] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7667), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7561), 14, + ACTIONS(7669), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174891,17 +177999,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142655] = 3, + [146059] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(7707), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7561), 14, + ACTIONS(7709), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174916,17 +178024,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142683] = 3, + [146087] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7641), 6, + ACTIONS(7650), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7643), 14, + ACTIONS(7652), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174941,17 +178049,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142711] = 3, + [146115] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(7576), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7525), 14, + ACTIONS(7578), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174966,17 +178074,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142739] = 3, + [146143] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(7638), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7525), 14, + ACTIONS(7640), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174991,22 +178099,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142767] = 6, + [146171] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7541), 1, - aux_sym_concatenation_token1, - ACTIONS(7645), 1, - sym__concat, - STATE(3053), 1, + STATE(3102), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 5, + ACTIONS(7741), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 12, + ACTIONS(1185), 12, sym_file_descriptor, sym_variable_name, anon_sym_AMP_AMP, @@ -175019,17 +178126,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142801] = 3, + [146203] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7529), 6, + ACTIONS(7744), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7531), 14, + ACTIONS(7746), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175044,17 +178151,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142829] = 3, + [146231] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(7748), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7551), 14, + ACTIONS(7750), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175069,17 +178176,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142857] = 3, + [146259] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7744), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7649), 14, + ACTIONS(7746), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175094,142 +178201,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142885] = 3, + [146287] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(7549), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7551), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142913] = 3, + ACTIONS(7500), 1, + aux_sym_concatenation_token1, + ACTIONS(7752), 1, + sym__concat, + STATE(3102), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1169), 12, + sym_file_descriptor, + sym_variable_name, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146321] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7649), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142941] = 3, + STATE(3118), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7594), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6831), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(6833), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146353] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(7506), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7508), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142969] = 3, + ACTIONS(7500), 1, + aux_sym_concatenation_token1, + ACTIONS(7754), 1, + sym__concat, + STATE(3102), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1179), 12, + sym_file_descriptor, + sym_variable_name, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146387] = 10, ACTIONS(63), 1, sym_comment, - ACTIONS(7651), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7653), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142997] = 3, + ACTIONS(6774), 1, + anon_sym_PIPE, + ACTIONS(7756), 1, + anon_sym_LT_LT, + ACTIONS(7762), 1, + anon_sym_LT_LT_DASH, + ACTIONS(7764), 1, + anon_sym_LT_LT_LT, + ACTIONS(7766), 1, + sym_file_descriptor, + ACTIONS(6776), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7760), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + STATE(3088), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7758), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [146429] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7500), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7502), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [143025] = 3, + STATE(3115), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7594), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3048), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3050), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146461] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(7744), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7493), 14, + ACTIONS(7746), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175244,17 +178368,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143053] = 3, + [146489] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(7744), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7657), 14, + ACTIONS(7746), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175269,17 +178393,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143081] = 3, + [146517] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3113), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7768), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1185), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146549] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(7638), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7608), 14, + ACTIONS(7640), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175294,17 +178445,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143109] = 3, + [146577] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7594), 1, + aux_sym_concatenation_token1, + ACTIONS(7771), 1, + sym__concat, + STATE(3113), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1179), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146611] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(7683), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7657), 14, + ACTIONS(7685), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175319,72 +178498,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143137] = 6, - ACTIONS(3), 1, + [146639] = 5, + ACTIONS(63), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7659), 1, - sym__concat, - STATE(2447), 1, + STATE(3131), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1173), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1175), 12, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + sym__special_character, + [146671] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7594), 1, + aux_sym_concatenation_token1, + ACTIONS(7775), 1, + sym__concat, + STATE(3113), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + ACTIONS(1169), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143171] = 5, + [146705] = 5, ACTIONS(63), 1, sym_comment, - STATE(3053), 1, + STATE(3115), 1, aux_sym_concatenation_repeat1, - ACTIONS(7661), 2, + ACTIONS(7594), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1183), 5, + ACTIONS(6835), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 12, + ACTIONS(6837), 12, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143203] = 3, + [146737] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(7683), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7657), 14, + ACTIONS(7685), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175399,70 +178605,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143231] = 3, + [146765] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7655), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7657), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [143259] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, + STATE(3118), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(7594), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6839), 5, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + ACTIONS(6841), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143293] = 3, + [146797] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7494), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7649), 14, + ACTIONS(7496), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175477,17 +178657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143321] = 3, + [146825] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(7687), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7649), 14, + ACTIONS(7689), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175502,17 +178682,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143349] = 3, + [146853] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7437), 6, + ACTIONS(7679), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7439), 14, + ACTIONS(7681), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175527,42 +178707,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143377] = 3, + [146881] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(7457), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7459), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [143405] = 3, + STATE(3109), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2637), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(2639), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [146911] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7445), 6, + ACTIONS(7644), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7447), 14, + ACTIONS(7646), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175577,17 +178758,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143433] = 3, + [146939] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7445), 6, + ACTIONS(7494), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7447), 14, + ACTIONS(7496), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175602,23 +178783,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143461] = 3, + [146967] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7451), 6, - anon_sym_LPAREN, + ACTIONS(7777), 1, + sym__special_character, + STATE(3128), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7453), 14, + ACTIONS(1275), 13, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -175627,17 +178810,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143489] = 3, + [146999] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(7679), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7399), 14, + ACTIONS(7681), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175652,17 +178835,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143517] = 3, + [147027] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(7687), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7399), 14, + ACTIONS(7689), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175677,49 +178860,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143545] = 3, + [147055] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(7477), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7479), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7773), 1, + aux_sym_concatenation_token1, + ACTIONS(7780), 1, + sym__concat, + STATE(3153), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1167), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1169), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147088] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1259), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1261), 14, + sym_file_descriptor, + sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [147115] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7782), 1, sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [143573] = 6, + STATE(3133), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1275), 12, + sym_file_descriptor, + sym_variable_name, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147146] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1243), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1245), 14, + sym_file_descriptor, + sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [147173] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3131), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3078), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3080), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147204] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7664), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(3067), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 5, + ACTIONS(1259), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6723), 11, + ACTIONS(1261), 14, sym_file_descriptor, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -175730,48 +179010,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143607] = 3, + aux_sym_concatenation_token1, + [147231] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7483), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7485), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [143635] = 3, + STATE(3160), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3084), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3086), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147262] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(1263), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 14, + ACTIONS(1265), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -175779,16 +179061,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143662] = 3, + [147289] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(1235), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1241), 14, + ACTIONS(1237), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -175803,43 +179085,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143689] = 6, - ACTIONS(3), 1, + [147316] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, + ACTIONS(1251), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1253), 14, sym_file_descriptor, - STATE(3078), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7017), 7, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [147343] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3131), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3058), 5, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(3060), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7433), 8, - anon_sym_GT_GT, + [147374] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3160), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3048), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(3050), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [143722] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147405] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(1221), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 14, + ACTIONS(1223), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -175854,16 +179185,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143749] = 3, + [147432] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(1199), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 14, + ACTIONS(1201), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -175878,22 +179209,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143776] = 5, + [147459] = 3, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 5, + ACTIONS(1235), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 11, + ACTIONS(1237), 14, sym_file_descriptor, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -175904,18 +179232,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143807] = 3, + aux_sym_concatenation_token1, + [147486] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1173), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1175), 14, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [147513] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7785), 1, + sym__special_character, + STATE(3133), 1, + aux_sym__literal_repeat1, + ACTIONS(2885), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 14, + ACTIONS(2887), 12, sym_file_descriptor, - sym__concat, sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -175927,8 +179283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [143834] = 3, + [147544] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1255), 5, @@ -175952,21 +179307,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143861] = 5, + [147571] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(6781), 5, + ACTIONS(1203), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 12, + ACTIONS(1205), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -175978,50 +179330,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143892] = 6, - ACTIONS(3), 1, + aux_sym_concatenation_token1, + [147598] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7674), 1, + ACTIONS(1239), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1241), 14, sym_file_descriptor, - STATE(3078), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7001), 7, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7671), 8, - anon_sym_GT_GT, + aux_sym_concatenation_token1, + [147625] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7787), 1, + sym__special_character, + STATE(3165), 1, + aux_sym__literal_repeat1, + ACTIONS(6839), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(6841), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [143925] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147656] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1247), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 14, + ACTIONS(1249), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176029,19 +179405,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143952] = 3, + [147683] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 5, + STATE(3153), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7789), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1183), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 14, + ACTIONS(1185), 11, sym_file_descriptor, - sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176052,17 +179431,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [143979] = 3, + [147714] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(1203), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 14, + ACTIONS(1205), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176077,19 +179455,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144006] = 3, + [147741] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(7792), 1, + sym_file_descriptor, + ACTIONS(7097), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3191), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7604), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(7602), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + ACTIONS(7099), 6, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [147776] = 5, + ACTIONS(63), 1, + sym_comment, + STATE(3131), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6831), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 14, + ACTIONS(6833), 11, sym_file_descriptor, - sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176100,17 +179509,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144033] = 3, + [147807] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(1251), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 14, + ACTIONS(1253), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176125,21 +179533,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144060] = 5, + [147834] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 5, + ACTIONS(1235), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 12, + ACTIONS(1237), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176151,7 +179556,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144091] = 3, + aux_sym_concatenation_token1, + [147861] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1239), 5, @@ -176175,19 +179581,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144118] = 3, + [147888] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(7773), 1, + aux_sym_concatenation_token1, + ACTIONS(7794), 1, + sym__concat, + STATE(3153), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1177), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 14, + ACTIONS(1179), 11, sym_file_descriptor, - sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176198,17 +179608,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144145] = 3, + [147921] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(1255), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 14, + ACTIONS(1257), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176223,23 +179632,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144172] = 3, + [147948] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6978), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7799), 1, + sym_file_descriptor, + STATE(3162), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(6973), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7796), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [147981] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 5, + STATE(3131), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6839), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 14, + ACTIONS(6841), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [148012] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1235), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1237), 14, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176247,12 +179709,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144199] = 5, + [148039] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7677), 1, + ACTIONS(7802), 1, sym__special_character, - STATE(3089), 1, + STATE(3165), 1, aux_sym__literal_repeat1, ACTIONS(1273), 5, anon_sym_LT_LT, @@ -176273,49 +179735,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144230] = 5, + [148070] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(6752), 5, + STATE(3160), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6835), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 12, + ACTIONS(6837), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144261] = 3, + [148101] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(1199), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 14, + ACTIONS(1201), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176323,72 +179785,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144288] = 5, + [148128] = 5, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6781), 5, + ACTIONS(7787), 1, + sym__special_character, + STATE(3165), 1, + aux_sym__literal_repeat1, + ACTIONS(6831), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 11, + ACTIONS(6833), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144319] = 3, + [148159] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(7787), 1, + sym__special_character, + STATE(3165), 1, + aux_sym__literal_repeat1, + ACTIONS(3078), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 14, + ACTIONS(3080), 12, sym_file_descriptor, - sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144346] = 5, + [148190] = 3, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 5, + ACTIONS(1209), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 11, + ACTIONS(1211), 14, sym_file_descriptor, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176399,48 +179860,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144377] = 5, + aux_sym_concatenation_token1, + [148217] = 3, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 5, + ACTIONS(1267), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 11, + ACTIONS(1269), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144408] = 5, + aux_sym_concatenation_token1, + [148244] = 3, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6777), 5, + ACTIONS(1243), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 11, + ACTIONS(1245), 14, sym_file_descriptor, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176451,23 +179908,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144439] = 3, + aux_sym_concatenation_token1, + [148271] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(1213), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 14, + ACTIONS(1215), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176475,23 +179933,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144466] = 3, + [148298] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1195), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 14, + ACTIONS(1197), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176499,23 +179957,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144493] = 3, + [148325] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(1209), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 14, + ACTIONS(1211), 14, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176523,47 +179981,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144520] = 5, + [148352] = 3, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 5, + ACTIONS(1195), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 11, + ACTIONS(1197), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144551] = 5, + aux_sym_concatenation_token1, + [148379] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 5, + ACTIONS(1183), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 12, + ACTIONS(1185), 14, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -176575,40 +180028,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144582] = 3, + aux_sym_concatenation_token1, + [148406] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 5, + STATE(3160), 1, + aux_sym_concatenation_repeat1, + ACTIONS(7773), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(6821), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 14, + ACTIONS(6823), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144609] = 3, + [148437] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1225), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 14, + ACTIONS(1227), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176623,16 +180079,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144636] = 3, + [148464] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(1183), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 14, + ACTIONS(1185), 14, sym_file_descriptor, sym__concat, sym_variable_name, @@ -176647,23 +180103,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144663] = 3, + [148491] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(1217), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 14, + ACTIONS(1219), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176671,16 +180127,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144690] = 3, + [148518] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1263), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1265), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176695,84 +180151,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144717] = 5, + [148545] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7680), 1, - sym__special_character, - STATE(3107), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(1213), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 12, + ACTIONS(1215), 14, sym_file_descriptor, - sym_variable_name, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144748] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7685), 1, - anon_sym_LPAREN, - ACTIONS(7687), 1, - anon_sym_DOLLAR, - ACTIONS(7689), 1, - anon_sym_DQUOTE, - ACTIONS(7693), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7695), 1, - anon_sym_RBRACE3, - ACTIONS(7697), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7699), 1, - anon_sym_BQUOTE, - ACTIONS(7701), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7703), 1, - sym_variable_name, - ACTIONS(7683), 2, - sym_raw_string, - sym_word, - ACTIONS(7691), 2, - sym_ansi_c_string, - aux_sym__expansion_expression_token1, - STATE(3757), 3, - sym_string, - sym_simple_expansion, - sym_expansion, - STATE(4201), 3, - sym_array, - sym__concatenation_in_expansion, - sym_command_substitution, - [144797] = 3, + aux_sym_concatenation_token1, + [148572] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(1267), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 14, + ACTIONS(1269), 14, sym_file_descriptor, sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176780,23 +180199,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144824] = 3, + [148599] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1217), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1219), 14, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176804,23 +180223,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144851] = 3, + [148626] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 5, + ACTIONS(1225), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1237), 14, + ACTIONS(1227), 14, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -176828,16 +180247,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144878] = 3, + [148653] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 5, + ACTIONS(1247), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1237), 14, + ACTIONS(1249), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176852,16 +180271,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144905] = 3, + [148680] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1221), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1223), 14, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -176876,96 +180295,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144932] = 5, + [148707] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7705), 1, + ACTIONS(7787), 1, sym__special_character, - STATE(3107), 1, + STATE(3165), 1, aux_sym__literal_repeat1, - ACTIONS(2967), 5, + ACTIONS(3058), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2969), 12, + ACTIONS(3060), 12, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144963] = 7, + [148738] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7099), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7805), 1, + sym_file_descriptor, + STATE(3162), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7097), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7572), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [148771] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(7713), 1, + ACTIONS(7813), 1, sym_file_descriptor, - ACTIONS(7001), 2, + ACTIONS(6973), 2, anon_sym_LT_LT, anon_sym_PIPE, - STATE(3115), 2, + STATE(3191), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7710), 3, + ACTIONS(7810), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(7707), 5, + ACTIONS(7807), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7006), 6, + ACTIONS(6978), 6, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, anon_sym_RBRACK, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144998] = 3, - ACTIONS(63), 1, + [148806] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(1167), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 14, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [145025] = 3, + ACTIONS(7822), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7824), 1, + sym_file_descriptor, + STATE(4278), 1, + sym__heredoc_expression, + STATE(4280), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3321), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [148844] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(1173), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 14, + ACTIONS(1175), 13, sym_file_descriptor, - sym__concat, sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -176977,24 +180427,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145052] = 3, + sym__special_character, + [148870] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(1247), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 14, + ACTIONS(1249), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -177002,21 +180451,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145079] = 5, + [148896] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7826), 1, + aux_sym_heredoc_redirect_token1, + STATE(4282), 1, + sym__heredoc_expression, + STATE(4284), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3320), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [148934] = 5, ACTIONS(63), 1, sym_comment, - STATE(3119), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7716), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 5, + ACTIONS(7828), 1, + sym__special_character, + STATE(3216), 1, + aux_sym__literal_repeat1, + ACTIONS(3078), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 11, + ACTIONS(3080), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177028,19 +180505,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145110] = 3, + [148964] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1239), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(1241), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177052,22 +180528,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145137] = 5, + [148990] = 3, ACTIONS(63), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6785), 5, + ACTIONS(1243), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 11, + ACTIONS(1245), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177078,22 +180550,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145168] = 5, + aux_sym_concatenation_token1, + [149016] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7832), 1, + anon_sym_DQUOTE, + STATE(3682), 1, + sym_string, + ACTIONS(7834), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1127), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, + ACTIONS(7830), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [149048] = 3, ACTIONS(63), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, + ACTIONS(1263), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1265), 13, + sym_file_descriptor, sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - ACTIONS(6752), 5, + [149074] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1251), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 11, + ACTIONS(1253), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177104,19 +180622,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145199] = 3, + aux_sym_concatenation_token1, + [149100] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(1225), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 14, + ACTIONS(1227), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177128,22 +180646,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145226] = 6, + [149126] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7623), 1, - aux_sym_concatenation_token1, - ACTIONS(7719), 1, - sym__concat, - STATE(3119), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + ACTIONS(7828), 1, + sym__special_character, + STATE(3216), 1, + aux_sym__literal_repeat1, + ACTIONS(3058), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 11, + ACTIONS(3060), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177155,19 +180671,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145259] = 3, + [149156] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7227), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7805), 1, + sym_file_descriptor, + STATE(2817), 1, + sym_file_redirect, + ACTIONS(7225), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7572), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149188] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7836), 1, + aux_sym_heredoc_redirect_token1, + STATE(4167), 1, + sym__heredoc_expression, + STATE(4225), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3322), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149226] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(1235), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 14, + ACTIONS(1237), 13, sym_file_descriptor, sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177179,23 +180749,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145286] = 3, + [149252] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7838), 1, + aux_sym_heredoc_redirect_token1, + STATE(4229), 1, + sym__heredoc_expression, + STATE(4231), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3323), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149290] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(1221), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 14, + ACTIONS(1223), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -177203,51 +180801,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145313] = 7, + [149316] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(7721), 1, - sym_file_descriptor, - ACTIONS(7017), 2, + ACTIONS(7828), 1, + sym__special_character, + STATE(3216), 1, + aux_sym__literal_repeat1, + ACTIONS(6831), 5, anon_sym_LT_LT, - anon_sym_PIPE, - STATE(3115), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7465), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7463), 5, + ACTIONS(6833), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7019), 6, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [149346] = 7, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7840), 1, + sym_file_descriptor, + ACTIONS(7097), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3220), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7760), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(7099), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145348] = 3, + ACTIONS(7758), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149380] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(1195), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 14, + ACTIONS(1197), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -177255,23 +180876,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145375] = 3, + [149406] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(1203), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 14, + ACTIONS(1205), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, @@ -177279,23 +180899,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145402] = 6, + [149432] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7842), 1, + aux_sym_heredoc_redirect_token1, + STATE(4294), 1, + sym__heredoc_expression, + STATE(4296), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3317), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149470] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7623), 1, - aux_sym_concatenation_token1, - ACTIONS(7723), 1, - sym__concat, - STATE(3119), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 5, + ACTIONS(1217), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 11, + ACTIONS(1219), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177306,16 +180950,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145435] = 3, + aux_sym_concatenation_token1, + [149496] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1199), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 13, + ACTIONS(1201), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177329,18 +180974,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145461] = 3, + [149522] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(7844), 1, + sym__special_character, + STATE(3216), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 13, + ACTIONS(1275), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177351,22 +180999,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145487] = 5, + [149552] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6781), 5, + ACTIONS(1259), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 11, + ACTIONS(1261), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177377,16 +181021,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145517] = 3, + aux_sym_concatenation_token1, + [149578] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(1213), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 13, + ACTIONS(1215), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177400,16 +181045,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145543] = 3, + [149604] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7847), 1, + aux_sym_heredoc_redirect_token1, + STATE(4182), 1, + sym__heredoc_expression, + STATE(4228), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3336), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149642] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(7855), 1, + sym_file_descriptor, + ACTIONS(6973), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + STATE(3220), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7852), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(6978), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7849), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149676] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7858), 1, + aux_sym_heredoc_redirect_token1, + STATE(4458), 1, + sym__heredoc_expression, + STATE(4462), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3319), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149714] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1255), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 13, + ACTIONS(1257), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177423,16 +181153,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145569] = 3, + [149740] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(1267), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1241), 13, + ACTIONS(1269), 13, sym_file_descriptor, sym__concat, anon_sym_AMP_AMP, @@ -177446,16 +181176,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145595] = 6, + [149766] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(7824), 1, + sym_file_descriptor, + ACTIONS(7860), 1, + aux_sym_heredoc_redirect_token1, + STATE(4454), 1, + sym__heredoc_expression, + STATE(4455), 1, + sym__heredoc_pipeline, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7820), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3332), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149804] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7231), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7805), 1, + sym_file_descriptor, + STATE(2908), 1, + sym_file_redirect, + ACTIONS(7229), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7572), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [149836] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7832), 1, + anon_sym_DQUOTE, + STATE(3682), 1, + sym_string, + ACTIONS(7834), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1137), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, + ACTIONS(7830), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [149868] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7177), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, + ACTIONS(7805), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(2878), 1, sym_file_redirect, - ACTIONS(7155), 7, + ACTIONS(7175), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -177463,7 +181274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7433), 8, + ACTIONS(7572), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -177472,7 +181283,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [145627] = 3, + [149900] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1183), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1185), 13, + sym_file_descriptor, + sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [149926] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1173), 6, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + sym__special_character, + ACTIONS(1175), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [149952] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1209), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(1211), 13, + sym_file_descriptor, + sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [149978] = 3, ACTIONS(63), 1, sym_comment, ACTIONS(1235), 5, @@ -177495,18 +181375,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145653] = 3, + [150004] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(7828), 1, + sym__special_character, + STATE(3216), 1, + aux_sym__literal_repeat1, + ACTIONS(6839), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 13, + ACTIONS(6841), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177517,19 +181400,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145679] = 3, + [150034] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(3278), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 13, + ACTIONS(3280), 12, sym_file_descriptor, - sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177540,67 +181422,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145705] = 3, + [150059] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(6821), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 13, + ACTIONS(6823), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145731] = 5, + [150084] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6752), 5, + ACTIONS(7408), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 11, + ACTIONS(7406), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145761] = 3, + [150109] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(1173), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 13, + ACTIONS(1175), 12, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177612,17 +181488,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, - [145787] = 3, + [150134] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 6, + ACTIONS(7410), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - sym__special_character, - ACTIONS(1169), 12, + ACTIONS(7412), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177635,334 +181510,348 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145813] = 7, + [150159] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - ACTIONS(7017), 2, + ACTIONS(7414), 5, anon_sym_LT_LT, - anon_sym_PIPE, - STATE(3157), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7631), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7019), 5, + ACTIONS(7416), 12, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(7629), 5, anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [145847] = 5, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [150184] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 5, + ACTIONS(7418), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 11, + ACTIONS(7420), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145877] = 5, + [150209] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7729), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(7418), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 11, + ACTIONS(7420), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145907] = 5, + [150234] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 5, + ACTIONS(7428), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 11, + ACTIONS(7430), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145937] = 3, + [150259] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(7404), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 13, + ACTIONS(7402), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145963] = 3, + [150284] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(7364), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 13, + ACTIONS(7362), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145989] = 3, + [150309] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(7364), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 13, + ACTIONS(7362), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146015] = 3, + [150334] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(7320), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 13, + ACTIONS(7318), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146041] = 3, + [150359] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(7268), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 13, + ACTIONS(7266), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146067] = 3, + [150384] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(3048), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 13, + ACTIONS(3050), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146093] = 6, - ACTIONS(3), 1, + [150409] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, + ACTIONS(7268), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(7266), 12, sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7173), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7433), 8, - anon_sym_GT_GT, + [150434] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7328), 5, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, + ACTIONS(7326), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146125] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [150459] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(3084), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 13, + ACTIONS(3086), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146151] = 7, + [150484] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7738), 1, - sym_file_descriptor, - ACTIONS(7001), 2, + ACTIONS(3284), 5, anon_sym_LT_LT, - anon_sym_PIPE, - STATE(3157), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7735), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7006), 5, + ACTIONS(3286), 12, + sym_file_descriptor, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7732), 5, + [150509] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(7344), 5, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + ACTIONS(7342), 12, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146185] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [150534] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(2899), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 13, + ACTIONS(2901), 12, sym_file_descriptor, - sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -177973,167 +181862,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146211] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7743), 1, - anon_sym_DQUOTE, - STATE(3618), 1, - sym_string, - ACTIONS(7745), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1127), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - aux_sym_heredoc_redirect_token1, - anon_sym_AMP, - ACTIONS(7741), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [146243] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7743), 1, - anon_sym_DQUOTE, - STATE(3618), 1, - sym_string, - ACTIONS(7745), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1137), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - aux_sym_heredoc_redirect_token1, - anon_sym_AMP, - ACTIONS(7741), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [146275] = 6, - ACTIONS(3), 1, + [150559] = 7, + ACTIONS(63), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, + ACTIONS(7840), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(3293), 1, sym_file_redirect, - ACTIONS(7119), 7, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(7175), 2, anon_sym_LT_LT, anon_sym_PIPE, + ACTIONS(7760), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(7177), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7433), 8, + ACTIONS(7758), 5, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146307] = 3, + [150592] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(6835), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 13, + ACTIONS(6837), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146333] = 3, + [150617] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(7840), 1, + sym_file_descriptor, + STATE(3281), 1, + sym_file_redirect, + ACTIONS(7229), 2, anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(7760), 3, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 13, - sym_file_descriptor, - sym__concat, + ACTIONS(7231), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(7758), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146359] = 7, + [150650] = 7, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, + ACTIONS(7840), 1, sym_file_descriptor, - STATE(3207), 1, + STATE(3285), 1, sym_file_redirect, - ACTIONS(7119), 2, + ACTIONS(7225), 2, anon_sym_LT_LT, anon_sym_PIPE, - ACTIONS(7631), 3, + ACTIONS(7760), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(7121), 5, + ACTIONS(7227), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7629), 5, + ACTIONS(7758), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146392] = 3, + [150683] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 5, + ACTIONS(7344), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 12, + ACTIONS(7342), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178146,16 +181984,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146417] = 3, + [150708] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3067), 5, + ACTIONS(7262), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 12, + ACTIONS(7264), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178168,16 +182006,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146442] = 3, + [150733] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(7268), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 12, + ACTIONS(7266), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178189,19 +182027,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [146467] = 3, + [150757] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3258), 5, + ACTIONS(7294), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3260), 12, + ACTIONS(7296), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -178212,62 +182048,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146492] = 3, + [150781] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(7268), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7221), 12, + ACTIONS(7266), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146517] = 3, + [150805] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6785), 5, + ACTIONS(7428), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 12, + ACTIONS(7430), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146542] = 3, + [150829] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3262), 5, + ACTIONS(7394), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3264), 12, + ACTIONS(7392), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -178278,114 +182111,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146567] = 3, + [150853] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6885), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6887), 1, + anon_sym_BQUOTE, + ACTIONS(6889), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7866), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7868), 1, + sym_variable_name, + STATE(1960), 1, + sym_subscript, + STATE(3798), 1, + sym_command_substitution, + ACTIONS(7864), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(7862), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [150891] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6777), 5, + ACTIONS(3353), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 12, + ACTIONS(3355), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146592] = 7, + [150915] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3229), 1, - sym_file_redirect, - ACTIONS(7155), 2, + ACTIONS(7320), 5, anon_sym_LT_LT, - anon_sym_PIPE, - ACTIONS(7631), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7157), 5, + ACTIONS(7318), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(7629), 5, anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146625] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [150939] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7276), 5, + ACTIONS(7338), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7278), 12, + ACTIONS(7340), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146650] = 7, + [150963] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3191), 1, - sym_file_redirect, - ACTIONS(7173), 2, + ACTIONS(7334), 5, anon_sym_LT_LT, - anon_sym_PIPE, - ACTIONS(7631), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7175), 5, + ACTIONS(7336), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(7629), 5, anon_sym_GT_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146683] = 3, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [150987] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2975), 5, + ACTIONS(7418), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2977), 12, + ACTIONS(7420), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, @@ -178396,148 +182244,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146708] = 3, + [151011] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(7272), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7360), 12, + ACTIONS(7270), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146733] = 3, + [151035] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(6835), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7240), 12, + ACTIONS(6837), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146758] = 3, + [151059] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7350), 5, + ACTIONS(7364), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7352), 12, + ACTIONS(7362), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146783] = 3, + [151083] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(7434), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7332), 12, + ACTIONS(7432), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146808] = 3, + [151107] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7354), 5, + ACTIONS(7310), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7356), 12, + ACTIONS(7312), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146833] = 3, + [151131] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7213), 5, + ACTIONS(7284), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7215), 12, + ACTIONS(7282), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146858] = 3, + [151155] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7872), 1, + sym__concat, + STATE(3335), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1175), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + sym__special_character, + [151185] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(7404), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7221), 11, + ACTIONS(7402), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178549,16 +182415,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146882] = 3, + [151209] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(7418), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7332), 11, + ACTIONS(7420), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178570,16 +182436,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146906] = 3, + [151233] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7348), 5, + ACTIONS(7330), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7346), 11, + ACTIONS(7332), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178591,16 +182457,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146930] = 3, + [151257] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7199), 5, + ACTIONS(7350), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7197), 11, + ACTIONS(7352), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178612,16 +182478,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146954] = 3, + [151281] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7236), 5, + ACTIONS(6821), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7238), 11, + ACTIONS(6823), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178633,16 +182499,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146978] = 3, + [151305] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(7364), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3306), 11, + ACTIONS(7362), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178654,16 +182520,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147002] = 3, + [151329] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7362), 5, + ACTIONS(7380), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7364), 11, + ACTIONS(7382), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178675,16 +182541,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147026] = 3, + [151353] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7256), 5, + ACTIONS(7280), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7254), 11, + ACTIONS(7278), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178696,16 +182562,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147050] = 3, + [151377] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7189), 5, + ACTIONS(7434), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7191), 11, + ACTIONS(7432), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178717,16 +182583,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147074] = 3, + [151401] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(7376), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7240), 11, + ACTIONS(7378), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178738,16 +182604,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147098] = 3, + [151425] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7181), 5, + ACTIONS(7298), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7183), 11, + ACTIONS(7300), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178759,16 +182625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147122] = 3, + [151449] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7193), 5, + ACTIONS(7290), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7195), 11, + ACTIONS(7292), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178780,16 +182646,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147146] = 3, + [151473] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7201), 5, + ACTIONS(7262), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7203), 11, + ACTIONS(7264), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178801,16 +182667,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147170] = 3, + [151497] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7217), 5, + ACTIONS(7274), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7219), 11, + ACTIONS(7276), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178822,16 +182688,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147194] = 3, + [151521] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7229), 5, + ACTIONS(7324), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7231), 11, + ACTIONS(7322), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178843,16 +182709,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147218] = 3, + [151545] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7205), 5, + ACTIONS(7398), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7207), 11, + ACTIONS(7396), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178864,16 +182730,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147242] = 3, + [151569] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(7346), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3306), 11, + ACTIONS(7348), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178885,16 +182751,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147266] = 3, + [151593] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7209), 5, + ACTIONS(7344), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7211), 11, + ACTIONS(7342), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178906,16 +182772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147290] = 3, + [151617] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(7288), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7227), 11, + ACTIONS(7286), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178927,44 +182793,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147314] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7751), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(7753), 1, - sym_variable_name, - STATE(1937), 1, - sym_subscript, - STATE(3656), 1, - sym_command_substitution, - ACTIONS(7749), 3, - anon_sym_DOLLAR, - anon_sym_0, - anon_sym__, - ACTIONS(7747), 6, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_POUND, - anon_sym_AT2, - [147352] = 3, + [151641] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7324), 5, + ACTIONS(7414), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7326), 11, + ACTIONS(7416), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -178976,43 +182814,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147376] = 9, + [151665] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6814), 1, + ACTIONS(6885), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(6887), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(6889), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7759), 1, + ACTIONS(7878), 1, aux_sym__simple_variable_name_token1, - ACTIONS(7761), 1, + ACTIONS(7880), 1, sym_variable_name, - STATE(3656), 2, + STATE(3798), 2, sym_subscript, sym_command_substitution, - ACTIONS(7757), 3, + ACTIONS(7876), 3, anon_sym_DOLLAR, anon_sym_0, anon_sym__, - ACTIONS(7755), 6, + ACTIONS(7874), 6, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, anon_sym_QMARK, anon_sym_POUND, anon_sym_AT2, - [147412] = 3, + [151701] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(7260), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7227), 11, + ACTIONS(7258), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179024,16 +182862,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147436] = 3, + [151725] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(7328), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7360), 11, + ACTIONS(7326), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179045,16 +182883,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147460] = 3, + [151749] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7248), 5, + ACTIONS(3353), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7250), 11, + ACTIONS(3355), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179066,16 +182904,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147484] = 3, + [151773] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7280), 5, + ACTIONS(3084), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7282), 11, + ACTIONS(3086), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179087,16 +182925,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147508] = 3, + [151797] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7187), 5, + ACTIONS(7314), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7185), 11, + ACTIONS(7316), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179108,16 +182946,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147532] = 3, + [151821] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6777), 5, + ACTIONS(7302), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 11, + ACTIONS(7304), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179129,16 +182967,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147556] = 3, + [151845] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7244), 5, + ACTIONS(7390), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7246), 11, + ACTIONS(7388), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179150,16 +182988,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147580] = 3, + [151869] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7354), 5, + ACTIONS(7260), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7356), 11, + ACTIONS(7258), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179171,16 +183009,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147604] = 3, + [151893] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7268), 5, + ACTIONS(7408), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7270), 11, + ACTIONS(7406), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179192,16 +183030,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147628] = 3, + [151917] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7272), 5, + ACTIONS(7344), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7274), 11, + ACTIONS(7342), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179213,16 +183051,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147652] = 3, + [151941] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3067), 5, + ACTIONS(3048), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 11, + ACTIONS(3050), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179234,16 +183072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147676] = 3, + [151965] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7177), 5, + ACTIONS(7354), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7179), 11, + ACTIONS(7356), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179255,16 +183093,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147700] = 3, + [151989] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3003), 5, + ACTIONS(7358), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 11, + ACTIONS(7360), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179276,16 +183114,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147724] = 3, + [152013] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7294), 5, + ACTIONS(7366), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7292), 11, + ACTIONS(7368), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179297,16 +183135,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147748] = 3, + [152037] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7290), 5, + ACTIONS(7306), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7288), 11, + ACTIONS(7308), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179318,16 +183156,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147772] = 3, + [152061] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7350), 5, + ACTIONS(7386), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7352), 11, + ACTIONS(7384), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179339,16 +183177,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147796] = 3, + [152085] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7276), 5, + ACTIONS(7410), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7278), 11, + ACTIONS(7412), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179360,16 +183198,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147820] = 3, + [152109] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7342), 5, + ACTIONS(7440), 5, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7344), 11, + ACTIONS(7438), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -179381,188 +183219,279 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147844] = 3, - ACTIONS(63), 1, + [152133] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7344), 11, + ACTIONS(7824), 1, sym_file_descriptor, + ACTIONS(7882), 1, + aux_sym_heredoc_redirect_token1, + STATE(4204), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147868] = 3, - ACTIONS(63), 1, + [152164] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7213), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3538), 1, + anon_sym_DQUOTE, + STATE(3869), 1, + sym_string, + ACTIONS(1127), 2, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7215), 11, + ACTIONS(7886), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7884), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [152193] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7824), 1, sym_file_descriptor, + ACTIONS(7888), 1, + aux_sym_heredoc_redirect_token1, + STATE(4453), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147892] = 3, - ACTIONS(63), 1, + [152224] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7334), 11, + ACTIONS(7824), 1, sym_file_descriptor, + ACTIONS(7890), 1, + aux_sym_heredoc_redirect_token1, + STATE(4273), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147916] = 3, - ACTIONS(63), 1, + [152255] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(7286), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7284), 11, + ACTIONS(7824), 1, sym_file_descriptor, + ACTIONS(7892), 1, + aux_sym_heredoc_redirect_token1, + STATE(4266), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147940] = 3, - ACTIONS(63), 1, + [152286] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(6785), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6787), 11, + ACTIONS(7824), 1, sym_file_descriptor, + ACTIONS(7894), 1, + aux_sym_heredoc_redirect_token1, + STATE(4214), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147964] = 3, - ACTIONS(63), 1, + [152317] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(7322), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7320), 11, + ACTIONS(7824), 1, sym_file_descriptor, + ACTIONS(7896), 1, + aux_sym_heredoc_redirect_token1, + STATE(4217), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7818), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147988] = 3, - ACTIONS(63), 1, + [152348] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7340), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7338), 11, + ACTIONS(7548), 1, + anon_sym_DQUOTE, + STATE(3909), 1, + sym_string, + ACTIONS(1127), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(7900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7898), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [152377] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7872), 1, + sym__concat, + STATE(3335), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3080), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3078), 10, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [148012] = 3, - ACTIONS(63), 1, + [152406] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7318), 5, - anon_sym_LT_LT, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7872), 1, + sym__concat, + STATE(3334), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3086), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3084), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7316), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [152435] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7872), 1, + sym__concat, + STATE(3335), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3060), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 10, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [148036] = 6, + [152464] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(7548), 1, anon_sym_DQUOTE, - STATE(3759), 1, + STATE(3909), 1, sym_string, - ACTIONS(1127), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - ACTIONS(7765), 2, + ACTIONS(1137), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(7900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(7898), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179572,20 +183501,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148065] = 6, + [152493] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(7902), 1, + aux_sym_concatenation_token1, + ACTIONS(7905), 1, + sym__concat, + STATE(3329), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [152522] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3538), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(3869), 1, sym_string, - ACTIONS(1127), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(7769), 2, + ACTIONS(1137), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(7886), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(7884), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179595,22 +183547,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148094] = 7, + [152551] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7775), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7777), 1, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7872), 1, + sym__concat, + STATE(3334), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3050), 2, sym_file_descriptor, - STATE(4155), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3496), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(3048), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179619,22 +183570,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148125] = 7, + [152580] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7824), 1, sym_file_descriptor, - ACTIONS(7779), 1, + ACTIONS(7908), 1, aux_sym_heredoc_redirect_token1, - STATE(4125), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3505), 2, + STATE(4436), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3436), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7818), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179643,22 +183594,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148156] = 7, + [152611] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(5099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7546), 1, + anon_sym_DOLLAR, + ACTIONS(7548), 1, + anon_sym_DQUOTE, + ACTIONS(7552), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7556), 1, + anon_sym_BQUOTE, + ACTIONS(7558), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7912), 2, + sym_variable_name, + sym__word_in_replacement, + ACTIONS(7910), 3, + sym_raw_string, + sym__expansion_word, + sym_word, + STATE(3962), 4, + sym_string, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152648] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7914), 1, + sym__concat, + STATE(3329), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 2, sym_file_descriptor, - ACTIONS(7781), 1, aux_sym_heredoc_redirect_token1, - STATE(4117), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3503), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(1177), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179667,45 +183644,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148187] = 6, + [152677] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, - anon_sym_DQUOTE, - STATE(3761), 1, - sym_string, - ACTIONS(1137), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(7769), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148216] = 7, + ACTIONS(7870), 1, + aux_sym_concatenation_token1, + ACTIONS(7916), 1, + sym__concat, + STATE(3329), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1167), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [152706] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7824), 1, sym_file_descriptor, - ACTIONS(7783), 1, + ACTIONS(7918), 1, aux_sym_heredoc_redirect_token1, - STATE(4079), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3484), 2, + STATE(4196), 1, + sym__heredoc_expression, + ACTIONS(7816), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3436), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(7818), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179714,22 +183691,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148247] = 7, + [152737] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7922), 1, + anon_sym_DOLLAR, + ACTIONS(7924), 1, + anon_sym_DQUOTE, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3358), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152775] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7936), 1, + anon_sym_DOLLAR, + ACTIONS(7938), 1, + anon_sym_DQUOTE, + STATE(3358), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152813] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7940), 1, + anon_sym_DOLLAR, + ACTIONS(7942), 1, + anon_sym_DQUOTE, + STATE(3358), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152851] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7944), 1, + anon_sym_DOLLAR, + ACTIONS(7946), 1, + anon_sym_DQUOTE, + STATE(3358), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152889] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1211), 3, sym_file_descriptor, - ACTIONS(7785), 1, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(4099), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3475), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(1209), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179738,22 +183817,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148278] = 7, + aux_sym_concatenation_token1, + [152911] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7948), 1, + anon_sym_DOLLAR, + ACTIONS(7950), 1, + anon_sym_DQUOTE, + STATE(3340), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152949] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7952), 1, + anon_sym_DOLLAR, + ACTIONS(7954), 1, + anon_sym_DQUOTE, + STATE(3346), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [152987] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1237), 3, sym_file_descriptor, - ACTIONS(7787), 1, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(4384), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3501), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(1235), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179762,22 +183890,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148309] = 7, + aux_sym_concatenation_token1, + [153009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(1241), 3, sym_file_descriptor, - ACTIONS(7789), 1, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(4400), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3492), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(1239), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179786,45 +183909,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148340] = 6, + aux_sym_concatenation_token1, + [153031] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(1137), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - ACTIONS(7765), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(7926), 1, + sym__string_content, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7956), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148369] = 7, + ACTIONS(7958), 1, + anon_sym_DQUOTE, + STATE(3358), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [153069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(1219), 3, sym_file_descriptor, - ACTIONS(7791), 1, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(4203), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3481), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(1217), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -179833,1585 +183955,1804 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [148400] = 11, + aux_sym_concatenation_token1, + [153091] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7795), 1, - anon_sym_DOLLAR, - ACTIONS(7797), 1, - anon_sym_DQUOTE, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3293), 1, + ACTIONS(7960), 1, + anon_sym_DOLLAR, + ACTIONS(7962), 1, + anon_sym_DQUOTE, + STATE(3339), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148438] = 11, + [153129] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7809), 1, + ACTIONS(7964), 1, anon_sym_DOLLAR, - ACTIONS(7811), 1, + ACTIONS(7966), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148476] = 11, + [153167] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7813), 1, + ACTIONS(7968), 1, anon_sym_DOLLAR, - ACTIONS(7815), 1, + ACTIONS(7970), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3349), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148514] = 11, + [153205] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7817), 1, + ACTIONS(7972), 1, anon_sym_DOLLAR, - ACTIONS(7819), 1, + ACTIONS(7974), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148552] = 11, + [153243] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7821), 1, + ACTIONS(7976), 1, anon_sym_DOLLAR, - ACTIONS(7823), 1, + ACTIONS(7978), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148590] = 11, + [153281] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7825), 1, + ACTIONS(7980), 1, anon_sym_DOLLAR, - ACTIONS(7827), 1, + ACTIONS(7982), 1, anon_sym_DQUOTE, - STATE(3247), 1, + STATE(3352), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148628] = 11, + [153319] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7829), 1, + ACTIONS(7984), 1, anon_sym_DOLLAR, - ACTIONS(7831), 1, + ACTIONS(7986), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3337), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148666] = 11, + [153357] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7833), 1, + ACTIONS(7988), 1, anon_sym_DOLLAR, - ACTIONS(7835), 1, + ACTIONS(7990), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3351), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148704] = 11, + [153395] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7837), 1, + ACTIONS(7992), 1, anon_sym_DOLLAR, - ACTIONS(7839), 1, + ACTIONS(7994), 1, anon_sym_DQUOTE, - STATE(3256), 1, + STATE(3357), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148742] = 11, + [153433] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7841), 1, + ACTIONS(7996), 1, anon_sym_DOLLAR, - ACTIONS(7843), 1, + ACTIONS(7998), 1, anon_sym_DQUOTE, - STATE(3331), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148780] = 11, + [153471] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8003), 1, + anon_sym_DOLLAR, + ACTIONS(8006), 1, + anon_sym_DQUOTE, + ACTIONS(8008), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8011), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8014), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8017), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8020), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7845), 1, - anon_sym_DOLLAR, - ACTIONS(7847), 1, - anon_sym_DQUOTE, - STATE(3266), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8000), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148818] = 11, + [153509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1215), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1213), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [153531] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7849), 1, + ACTIONS(8023), 1, anon_sym_DOLLAR, - ACTIONS(7851), 1, + ACTIONS(8025), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148856] = 11, + [153569] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7853), 1, + ACTIONS(8027), 1, anon_sym_DOLLAR, - ACTIONS(7855), 1, + ACTIONS(8029), 1, anon_sym_DQUOTE, - STATE(3249), 1, + STATE(3429), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148894] = 11, + [153607] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8033), 1, + anon_sym_LPAREN, + ACTIONS(8035), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8037), 1, + anon_sym_COLON, + ACTIONS(8039), 1, + aux_sym_number_token1, + ACTIONS(8041), 1, + aux_sym_number_token2, + ACTIONS(8043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8045), 1, + anon_sym_RBRACE3, + ACTIONS(8047), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8031), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4090), 4, + sym_parenthesized_expression, + sym_arithmetic_expansion, + sym_number, + sym_expansion, + [153645] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1237), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1235), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [153667] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7857), 1, + ACTIONS(8049), 1, anon_sym_DOLLAR, - ACTIONS(7859), 1, + ACTIONS(8051), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148932] = 11, + [153705] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7861), 1, + ACTIONS(8053), 1, anon_sym_DOLLAR, - ACTIONS(7863), 1, + ACTIONS(8055), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3367), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148970] = 11, + [153743] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7865), 1, + ACTIONS(8057), 1, anon_sym_DOLLAR, - ACTIONS(7867), 1, + ACTIONS(8059), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3360), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149008] = 11, + [153781] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7869), 1, + ACTIONS(8061), 1, anon_sym_DOLLAR, - ACTIONS(7871), 1, + ACTIONS(8063), 1, anon_sym_DQUOTE, - STATE(3257), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149046] = 11, + [153819] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7873), 1, + ACTIONS(8065), 1, anon_sym_DOLLAR, - ACTIONS(7875), 1, + ACTIONS(8067), 1, anon_sym_DQUOTE, - STATE(3250), 1, + STATE(3364), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149084] = 11, + [153857] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7877), 1, + ACTIONS(8069), 1, anon_sym_DOLLAR, - ACTIONS(7879), 1, + ACTIONS(8071), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3372), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149122] = 11, + [153895] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7881), 1, + ACTIONS(8073), 1, anon_sym_DOLLAR, - ACTIONS(7883), 1, + ACTIONS(8075), 1, anon_sym_DQUOTE, - STATE(3281), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149160] = 11, + [153933] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7885), 1, + ACTIONS(8077), 1, anon_sym_DOLLAR, - ACTIONS(7887), 1, + ACTIONS(8079), 1, anon_sym_DQUOTE, - STATE(3254), 1, + STATE(3370), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149198] = 11, + [153971] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7889), 1, + ACTIONS(8081), 1, anon_sym_DOLLAR, - ACTIONS(7891), 1, + ACTIONS(8083), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149236] = 11, + [154009] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7893), 1, + ACTIONS(8085), 1, anon_sym_DOLLAR, - ACTIONS(7895), 1, + ACTIONS(8087), 1, anon_sym_DQUOTE, - STATE(3270), 1, + STATE(3378), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149274] = 11, + [154047] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7897), 1, + ACTIONS(8089), 1, anon_sym_DOLLAR, - ACTIONS(7899), 1, + ACTIONS(8091), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3375), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149312] = 11, + [154085] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7901), 1, + ACTIONS(8093), 1, anon_sym_DOLLAR, - ACTIONS(7903), 1, + ACTIONS(8095), 1, anon_sym_DQUOTE, - STATE(3246), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149350] = 11, + [154123] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7905), 1, + ACTIONS(8097), 1, anon_sym_DOLLAR, - ACTIONS(7907), 1, + ACTIONS(8099), 1, anon_sym_DQUOTE, - STATE(3277), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149388] = 11, + [154161] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8101), 1, + sym__special_character, + STATE(3456), 1, + aux_sym__literal_repeat1, + ACTIONS(3080), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3078), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [154187] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7909), 1, + ACTIONS(8103), 1, anon_sym_DOLLAR, - ACTIONS(7911), 1, + ACTIONS(8105), 1, anon_sym_DQUOTE, - STATE(3264), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149426] = 11, + [154225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1261), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1259), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [154247] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7913), 1, + ACTIONS(8107), 1, anon_sym_DOLLAR, - ACTIONS(7915), 1, + ACTIONS(8109), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149464] = 11, + [154285] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7920), 1, - anon_sym_DOLLAR, - ACTIONS(7923), 1, - anon_sym_DQUOTE, - ACTIONS(7925), 1, + ACTIONS(7926), 1, sym__string_content, ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7931), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7934), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7937), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3271), 1, + ACTIONS(8111), 1, + anon_sym_DOLLAR, + ACTIONS(8113), 1, + anon_sym_DQUOTE, + STATE(3376), 1, aux_sym_string_repeat1, - ACTIONS(7917), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149502] = 11, + [154323] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7940), 1, + ACTIONS(8115), 1, anon_sym_DOLLAR, - ACTIONS(7942), 1, + ACTIONS(8117), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3386), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149540] = 11, + [154361] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7944), 1, + ACTIONS(8119), 1, anon_sym_DOLLAR, - ACTIONS(7946), 1, + ACTIONS(8121), 1, anon_sym_DQUOTE, - STATE(3325), 1, + STATE(3396), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149578] = 11, + [154399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1185), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1183), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [154421] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7948), 1, + ACTIONS(8123), 1, anon_sym_DOLLAR, - ACTIONS(7950), 1, + ACTIONS(8125), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3380), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149616] = 11, + [154459] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7952), 1, + ACTIONS(8127), 1, anon_sym_DOLLAR, - ACTIONS(7954), 1, + ACTIONS(8129), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149654] = 11, + [154497] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7956), 1, + ACTIONS(8131), 1, anon_sym_DOLLAR, - ACTIONS(7958), 1, + ACTIONS(8133), 1, anon_sym_DQUOTE, - STATE(3274), 1, + STATE(3391), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149692] = 11, + [154535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1197), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1195), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [154557] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7960), 1, + ACTIONS(8135), 1, anon_sym_DOLLAR, - ACTIONS(7962), 1, + ACTIONS(8137), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149730] = 11, + [154595] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7964), 1, + ACTIONS(8139), 1, anon_sym_DOLLAR, - ACTIONS(7966), 1, + ACTIONS(8141), 1, anon_sym_DQUOTE, - STATE(3272), 1, + STATE(3389), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149768] = 11, + [154633] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7968), 1, + ACTIONS(8143), 1, anon_sym_DOLLAR, - ACTIONS(7970), 1, + ACTIONS(8145), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149806] = 11, + [154671] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7972), 1, + ACTIONS(8147), 1, anon_sym_DOLLAR, - ACTIONS(7974), 1, + ACTIONS(8149), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3397), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149844] = 11, + [154709] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7976), 1, + ACTIONS(8151), 1, anon_sym_DOLLAR, - ACTIONS(7978), 1, + ACTIONS(8153), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3395), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149882] = 11, + [154747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1269), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1267), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [154769] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7980), 1, + ACTIONS(8155), 1, anon_sym_DOLLAR, - ACTIONS(7982), 1, + ACTIONS(8157), 1, anon_sym_DQUOTE, - STATE(3287), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149920] = 11, + [154807] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7984), 1, + ACTIONS(8159), 1, anon_sym_DOLLAR, - ACTIONS(7986), 1, + ACTIONS(8161), 1, anon_sym_DQUOTE, - STATE(3258), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149958] = 11, + [154845] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7988), 1, + ACTIONS(8163), 1, anon_sym_DOLLAR, - ACTIONS(7990), 1, + ACTIONS(8165), 1, anon_sym_DQUOTE, - STATE(3289), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149996] = 11, + [154883] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7992), 1, + ACTIONS(8167), 1, anon_sym_DOLLAR, - ACTIONS(7994), 1, + ACTIONS(8169), 1, anon_sym_DQUOTE, - STATE(3279), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150034] = 11, + [154921] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7996), 1, + ACTIONS(8171), 1, anon_sym_DOLLAR, - ACTIONS(7998), 1, + ACTIONS(8173), 1, anon_sym_DQUOTE, - STATE(3280), 1, + STATE(3405), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150072] = 11, + [154959] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8000), 1, + ACTIONS(8175), 1, anon_sym_DOLLAR, - ACTIONS(8002), 1, + ACTIONS(8177), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150110] = 11, + [154997] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8004), 1, + ACTIONS(8179), 1, anon_sym_DOLLAR, - ACTIONS(8006), 1, + ACTIONS(8181), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3398), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150148] = 11, + [155035] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8008), 1, + ACTIONS(8183), 1, anon_sym_DOLLAR, - ACTIONS(8010), 1, + ACTIONS(8185), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150186] = 11, + [155073] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8012), 1, + ACTIONS(8187), 1, anon_sym_DOLLAR, - ACTIONS(8014), 1, + ACTIONS(8189), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3400), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150224] = 11, + [155111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1223), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1221), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [155133] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8016), 1, + ACTIONS(8191), 1, anon_sym_DOLLAR, - ACTIONS(8018), 1, + ACTIONS(8193), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150262] = 11, + [155171] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8020), 1, + ACTIONS(8195), 1, anon_sym_DOLLAR, - ACTIONS(8022), 1, + ACTIONS(8197), 1, anon_sym_DQUOTE, - STATE(3299), 1, + STATE(3410), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150300] = 11, + [155209] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8101), 1, + sym__special_character, + STATE(3456), 1, + aux_sym__literal_repeat1, + ACTIONS(3060), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3058), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [155235] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8024), 1, + ACTIONS(8199), 1, anon_sym_DOLLAR, - ACTIONS(8026), 1, + ACTIONS(8201), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150338] = 11, + [155273] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8028), 1, + ACTIONS(8203), 1, anon_sym_DOLLAR, - ACTIONS(8030), 1, + ACTIONS(8205), 1, anon_sym_DQUOTE, - STATE(3290), 1, + STATE(3408), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150376] = 11, + [155311] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8032), 1, + ACTIONS(8207), 1, anon_sym_DOLLAR, - ACTIONS(8034), 1, + ACTIONS(8209), 1, anon_sym_DQUOTE, - STATE(3296), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150414] = 11, + [155349] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8036), 1, + ACTIONS(8211), 1, anon_sym_DOLLAR, - ACTIONS(8038), 1, + ACTIONS(8213), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3416), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150452] = 11, + [155387] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8040), 1, + ACTIONS(8215), 1, anon_sym_DOLLAR, - ACTIONS(8042), 1, + ACTIONS(8217), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3402), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150490] = 11, + [155425] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8044), 1, + ACTIONS(8219), 1, anon_sym_DOLLAR, - ACTIONS(8046), 1, + ACTIONS(8221), 1, anon_sym_DQUOTE, - STATE(3291), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150528] = 11, + [155463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1201), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1199), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [155485] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8048), 1, + ACTIONS(8223), 1, anon_sym_DOLLAR, - ACTIONS(8050), 1, + ACTIONS(8225), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3413), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150566] = 11, + [155523] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8052), 1, + ACTIONS(8227), 1, anon_sym_DOLLAR, - ACTIONS(8054), 1, + ACTIONS(8229), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150604] = 6, + [155561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3422), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(1253), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, + ACTIONS(1251), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -181420,1009 +185761,1147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - sym__special_character, - [150632] = 11, + aux_sym_concatenation_token1, + [155583] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8060), 1, + ACTIONS(8231), 1, anon_sym_DOLLAR, - ACTIONS(8062), 1, + ACTIONS(8233), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150670] = 11, + [155621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1227), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1225), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [155643] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8064), 1, + ACTIONS(8235), 1, anon_sym_DOLLAR, - ACTIONS(8066), 1, + ACTIONS(8237), 1, anon_sym_DQUOTE, - STATE(3308), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150708] = 11, + [155681] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8068), 1, + ACTIONS(8239), 1, anon_sym_DOLLAR, - ACTIONS(8070), 1, + ACTIONS(8241), 1, anon_sym_DQUOTE, - STATE(3297), 1, + STATE(3418), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150746] = 11, + [155719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1205), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1203), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [155741] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8072), 1, + ACTIONS(8243), 1, anon_sym_DOLLAR, - ACTIONS(8074), 1, + ACTIONS(8245), 1, anon_sym_DQUOTE, - STATE(3315), 1, + STATE(3420), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150784] = 11, + [155779] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8076), 1, + ACTIONS(8247), 1, anon_sym_DOLLAR, - ACTIONS(8078), 1, + ACTIONS(8249), 1, anon_sym_DQUOTE, - STATE(3310), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150822] = 11, + [155817] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8080), 1, + ACTIONS(8251), 1, anon_sym_DOLLAR, - ACTIONS(8082), 1, + ACTIONS(8253), 1, anon_sym_DQUOTE, - STATE(3302), 1, + STATE(3428), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150860] = 11, + [155855] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8084), 1, + ACTIONS(8255), 1, anon_sym_DOLLAR, - ACTIONS(8086), 1, + ACTIONS(8257), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3424), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150898] = 11, + [155893] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8088), 1, + ACTIONS(8259), 1, anon_sym_DOLLAR, - ACTIONS(8090), 1, + ACTIONS(8261), 1, anon_sym_DQUOTE, - STATE(3319), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150936] = 11, + [155931] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8092), 1, + ACTIONS(8263), 1, anon_sym_DOLLAR, - ACTIONS(8094), 1, + ACTIONS(8265), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150974] = 11, + [155969] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8096), 1, + ACTIONS(8267), 1, anon_sym_DOLLAR, - ACTIONS(8098), 1, + ACTIONS(8269), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151012] = 11, + [156007] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8100), 1, + ACTIONS(8271), 1, anon_sym_DOLLAR, - ACTIONS(8102), 1, + ACTIONS(8273), 1, anon_sym_DQUOTE, - STATE(3321), 1, + STATE(3435), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151050] = 11, + [156045] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8104), 1, + ACTIONS(8275), 1, anon_sym_DOLLAR, - ACTIONS(8106), 1, + ACTIONS(8277), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151088] = 11, + [156083] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8108), 1, + ACTIONS(8279), 1, anon_sym_DOLLAR, - ACTIONS(8110), 1, + ACTIONS(8281), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3427), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151126] = 11, + [156121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1245), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1243), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [156143] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8112), 1, + ACTIONS(8283), 1, anon_sym_DOLLAR, - ACTIONS(8114), 1, + ACTIONS(8285), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3431), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151164] = 11, + [156181] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8116), 1, + ACTIONS(8287), 1, anon_sym_DOLLAR, - ACTIONS(8118), 1, + ACTIONS(8289), 1, anon_sym_DQUOTE, - STATE(3313), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151202] = 11, + [156219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(6978), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8294), 1, + sym_file_descriptor, + ACTIONS(6973), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3436), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8291), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [156247] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8120), 1, + ACTIONS(8297), 1, anon_sym_DOLLAR, - ACTIONS(8122), 1, + ACTIONS(8299), 1, anon_sym_DQUOTE, - STATE(3311), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151240] = 11, + [156285] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8124), 1, + ACTIONS(8301), 1, anon_sym_DOLLAR, - ACTIONS(8126), 1, + ACTIONS(8303), 1, anon_sym_DQUOTE, - STATE(3300), 1, + STATE(3437), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151278] = 11, + [156323] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8128), 1, + ACTIONS(8305), 1, anon_sym_DOLLAR, - ACTIONS(8130), 1, + ACTIONS(8307), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3442), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151316] = 11, + [156361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1257), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1255), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [156383] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8132), 1, + ACTIONS(8309), 1, anon_sym_DOLLAR, - ACTIONS(8134), 1, + ACTIONS(8311), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151354] = 11, + [156421] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8136), 1, + ACTIONS(8313), 1, anon_sym_DOLLAR, - ACTIONS(8138), 1, + ACTIONS(8315), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151392] = 11, + [156459] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8140), 1, + ACTIONS(8317), 1, anon_sym_DOLLAR, - ACTIONS(8142), 1, + ACTIONS(8319), 1, anon_sym_DQUOTE, - STATE(3327), 1, + STATE(3441), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151430] = 11, + [156497] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8144), 1, + ACTIONS(8321), 1, anon_sym_DOLLAR, - ACTIONS(8146), 1, + ACTIONS(8323), 1, anon_sym_DQUOTE, - STATE(3314), 1, + STATE(3448), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151468] = 11, + [156535] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8148), 1, + ACTIONS(8325), 1, anon_sym_DOLLAR, - ACTIONS(8150), 1, + ACTIONS(8327), 1, anon_sym_DQUOTE, - STATE(3330), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151506] = 11, + [156573] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8152), 1, + ACTIONS(8329), 1, anon_sym_DOLLAR, - ACTIONS(8154), 1, + ACTIONS(8331), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151544] = 11, + [156611] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8156), 1, + ACTIONS(8333), 1, anon_sym_DOLLAR, - ACTIONS(8158), 1, + ACTIONS(8335), 1, anon_sym_DQUOTE, - STATE(3320), 1, + STATE(3446), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151582] = 11, + [156649] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8160), 1, + ACTIONS(8337), 1, anon_sym_DOLLAR, - ACTIONS(8162), 1, + ACTIONS(8339), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151620] = 11, + [156687] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8164), 1, + ACTIONS(8341), 1, anon_sym_DOLLAR, - ACTIONS(8166), 1, + ACTIONS(8343), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3454), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151658] = 11, + [156725] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8168), 1, + ACTIONS(8345), 1, anon_sym_DOLLAR, - ACTIONS(8170), 1, + ACTIONS(8347), 1, anon_sym_DQUOTE, - STATE(3261), 1, + STATE(3445), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151696] = 11, + [156763] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8172), 1, + ACTIONS(8349), 1, anon_sym_DOLLAR, - ACTIONS(8174), 1, + ACTIONS(8351), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151734] = 11, + [156801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(1249), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1247), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [156823] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8176), 1, + ACTIONS(8353), 1, anon_sym_DOLLAR, - ACTIONS(8178), 1, + ACTIONS(8355), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3451), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151772] = 11, + [156861] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8180), 1, + ACTIONS(8357), 1, anon_sym_DOLLAR, - ACTIONS(8182), 1, + ACTIONS(8359), 1, anon_sym_DQUOTE, - STATE(3328), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151810] = 11, + [156899] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8184), 1, + ACTIONS(8361), 1, anon_sym_DOLLAR, - ACTIONS(8186), 1, + ACTIONS(8363), 1, anon_sym_DQUOTE, - STATE(3275), 1, + STATE(3358), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151848] = 11, + [156937] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8365), 1, + sym__special_character, + STATE(3456), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1273), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [156963] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(7928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(7930), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(7932), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(7934), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8188), 1, + ACTIONS(8368), 1, anon_sym_DOLLAR, - ACTIONS(8190), 1, + ACTIONS(8370), 1, anon_sym_DQUOTE, - STATE(3244), 1, + STATE(3338), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(7920), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3627), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151886] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7689), 1, - anon_sym_DQUOTE, - STATE(3761), 1, - sym_string, - ACTIONS(7769), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [151911] = 5, + [157001] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8372), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [151936] = 5, + ACTIONS(8374), 1, + anon_sym_DQUOTE, + STATE(3358), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [157039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8198), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [151961] = 5, + ACTIONS(1265), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1263), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + aux_sym_concatenation_token1, + [157061] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(8062), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8376), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [151986] = 5, + ACTIONS(8378), 1, + anon_sym_DQUOTE, + STATE(3458), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [157099] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(7926), 1, sym__string_content, - ACTIONS(8200), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(7928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7930), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7932), 1, + anon_sym_BQUOTE, + ACTIONS(7934), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8380), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [152011] = 5, + ACTIONS(8382), 1, + anon_sym_DQUOTE, + STATE(3455), 1, + aux_sym_string_repeat1, + ACTIONS(7920), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3627), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [157137] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8110), 1, + ACTIONS(8386), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182432,17 +186911,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152036] = 5, + [157162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, + ACTIONS(4141), 1, anon_sym_DQUOTE, - STATE(2741), 1, + STATE(2651), 1, sym_string, - ACTIONS(4373), 2, + ACTIONS(4143), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, + ACTIONS(4139), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182452,17 +186931,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152061] = 5, + [157187] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8202), 1, + ACTIONS(7966), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182472,17 +186951,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152086] = 5, + [157212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8138), 1, + ACTIONS(7938), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182492,17 +186971,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152111] = 5, + [157237] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8392), 1, anon_sym_DQUOTE, - STATE(873), 1, - sym_string, - ACTIONS(2309), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2307), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182512,17 +186991,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152136] = 5, + [157262] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8166), 1, + ACTIONS(204), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1497), 1, + sym_string, + ACTIONS(2728), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2726), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182532,17 +187011,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152161] = 5, + [157287] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(2817), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(1593), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2819), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2129), 9, + ACTIONS(2815), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182552,17 +187031,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152186] = 5, + [157312] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8098), 1, + ACTIONS(7942), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182572,17 +187051,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152211] = 5, + [157337] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8130), 1, + ACTIONS(7946), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182592,17 +187071,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152236] = 5, + [157362] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8204), 1, + ACTIONS(1143), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(365), 1, + sym_string, + ACTIONS(1145), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1141), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182612,17 +187091,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152261] = 5, + [157387] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7879), 1, + ACTIONS(8374), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182632,17 +187111,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152286] = 5, + [157412] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8206), 1, + ACTIONS(8394), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182652,17 +187131,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152311] = 5, + [157437] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8208), 1, + ACTIONS(2222), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1061), 1, + sym_string, + ACTIONS(2224), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2220), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182672,37 +187151,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152336] = 5, + [157462] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7835), 1, + ACTIONS(7958), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [152361] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8210), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182712,37 +187171,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152386] = 5, + [157487] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8038), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [152411] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8162), 1, + ACTIONS(8396), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182752,37 +187191,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152436] = 5, + [157512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8212), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [152461] = 5, + ACTIONS(1175), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1173), 11, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + sym__special_character, + [157533] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(2360), 1, anon_sym_DQUOTE, - STATE(2924), 1, + STATE(1205), 1, sym_string, - ACTIONS(5140), 2, + ACTIONS(2362), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, + ACTIONS(2358), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182792,17 +187229,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152486] = 5, + [157558] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(2198), 1, anon_sym_DQUOTE, - STATE(1444), 1, + STATE(1142), 1, sym_string, - ACTIONS(2721), 2, + ACTIONS(2558), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(2556), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182812,17 +187249,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152511] = 5, + [157583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7743), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8398), 1, anon_sym_DQUOTE, - STATE(3618), 1, - sym_string, - ACTIONS(7745), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7741), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182832,17 +187269,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152536] = 5, + [157608] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4109), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8400), 1, anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182852,17 +187289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152561] = 5, + [157633] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8214), 1, + ACTIONS(1557), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(919), 1, + sym_string, + ACTIONS(2228), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2226), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182872,17 +187309,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152586] = 5, + [157658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8094), 1, + ACTIONS(8363), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182892,17 +187329,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152611] = 5, + [157683] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8106), 1, + ACTIONS(3772), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(2140), 1, + sym_string, + ACTIONS(3774), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3770), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182912,17 +187349,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152636] = 5, + [157708] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8216), 1, + ACTIONS(8402), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182932,17 +187369,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152661] = 5, + [157733] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3781), 1, + ACTIONS(3538), 1, anon_sym_DQUOTE, - STATE(2080), 1, + STATE(3869), 1, sym_string, - ACTIONS(3783), 2, + ACTIONS(7886), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3779), 9, + ACTIONS(7884), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182952,17 +187389,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152686] = 5, + [157758] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8404), 1, anon_sym_DQUOTE, - STATE(1534), 1, - sym_string, - ACTIONS(2747), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2743), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182972,17 +187409,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152711] = 5, + [157783] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8134), 1, + ACTIONS(7974), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182992,17 +187429,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152736] = 5, + [157808] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(2947), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(1592), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(2949), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2093), 9, + ACTIONS(2945), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183012,17 +187449,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152761] = 5, + [157833] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(7978), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8218), 1, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [157858] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8351), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183032,17 +187489,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152786] = 5, + [157883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8359), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8220), 1, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [157908] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1988), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(862), 1, + sym_string, + ACTIONS(2141), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2139), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183052,17 +187529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152811] = 5, + [157933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8018), 1, + ACTIONS(2811), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1586), 1, + sym_string, + ACTIONS(2813), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2809), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183072,17 +187549,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152836] = 5, + [157958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8222), 1, + ACTIONS(8406), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183092,17 +187569,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152861] = 5, + [157983] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8026), 1, + ACTIONS(4071), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(2496), 1, + sym_string, + ACTIONS(4073), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4069), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183112,17 +187589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152886] = 5, + [158008] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(322), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(1424), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(2957), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2083), 9, + ACTIONS(2955), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183132,17 +187609,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152911] = 5, + [158033] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8224), 1, + ACTIONS(8408), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183152,17 +187629,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152936] = 5, + [158058] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8226), 1, + ACTIONS(8410), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183172,17 +187649,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152961] = 5, + [158083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8412), 1, anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(7765), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183192,17 +187669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152986] = 5, + [158108] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8086), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8414), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183212,17 +187689,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153011] = 5, + [158133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7974), 1, + ACTIONS(4290), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(2648), 1, + sym_string, + ACTIONS(4292), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4288), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183232,17 +187709,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153036] = 5, + [158158] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8228), 1, + ACTIONS(2881), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1687), 1, + sym_string, + ACTIONS(2883), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2879), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183252,17 +187729,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153061] = 5, + [158183] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(4306), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2797), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(4943), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(4941), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183272,17 +187749,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153086] = 5, + [158208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8042), 1, + ACTIONS(8339), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183292,38 +187769,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153111] = 6, + [158233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3420), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153138] = 5, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8416), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158258] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8418), 1, anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183333,17 +187809,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153163] = 5, + [158283] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(8331), 1, anon_sym_DQUOTE, - STATE(762), 1, - sym_string, - ACTIONS(1861), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1859), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183353,17 +187829,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153188] = 5, + [158308] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(7998), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8230), 1, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158333] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8327), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183373,38 +187869,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153213] = 6, + [158358] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3422), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153240] = 5, + ACTIONS(1615), 1, + anon_sym_DQUOTE, + STATE(973), 1, + sym_string, + ACTIONS(2443), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2441), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8232), 1, + ACTIONS(8420), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183414,17 +187909,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153265] = 5, + [158408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7962), 1, + ACTIONS(7924), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183434,17 +187929,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153290] = 5, + [158433] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8234), 1, + ACTIONS(8422), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183454,17 +187949,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153315] = 5, + [158458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8236), 1, + ACTIONS(8424), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183474,17 +187969,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153340] = 5, + [158483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1143), 1, + ACTIONS(8025), 1, anon_sym_DQUOTE, - STATE(376), 1, - sym_string, - ACTIONS(1145), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1141), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183494,17 +187989,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153365] = 5, + [158508] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7867), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8426), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158533] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8051), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183514,17 +188029,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153390] = 5, + [158558] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8428), 1, anon_sym_DQUOTE, - STATE(1687), 1, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158583] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5303), 1, + anon_sym_DQUOTE, + STATE(3171), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(5305), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2884), 9, + ACTIONS(5301), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183534,17 +188069,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153415] = 5, + [158608] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7819), 1, + ACTIONS(1589), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(695), 1, + sym_string, + ACTIONS(2058), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2056), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183554,38 +188089,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153440] = 6, + [158633] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3420), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153467] = 5, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8430), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8178), 1, + ACTIONS(8063), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183595,17 +188129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153492] = 5, + [158683] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8238), 1, + ACTIONS(8432), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183615,17 +188149,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153517] = 5, + [158708] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8014), 1, + ACTIONS(8311), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183635,33 +188169,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153542] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3422), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153569] = 5, + [158733] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1131), 1, anon_sym_DQUOTE, - STATE(336), 1, + STATE(355), 1, sym_string, ACTIONS(1133), 2, aux_sym__simple_variable_name_token1, @@ -183676,17 +188189,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153594] = 5, + [158758] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8434), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158783] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8315), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [158808] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8240), 1, + ACTIONS(8436), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183696,17 +188249,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153619] = 5, + [158833] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8242), 1, + ACTIONS(8438), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183716,17 +188269,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153644] = 5, + [158858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8244), 1, + ACTIONS(8075), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183736,17 +188289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153669] = 5, + [158883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8114), 1, + ACTIONS(8083), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183756,17 +188309,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153694] = 5, + [158908] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7823), 1, + ACTIONS(3011), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1765), 1, + sym_string, + ACTIONS(3013), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3009), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183776,17 +188329,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153719] = 5, + [158933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8440), 1, anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(3995), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183796,17 +188349,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153744] = 5, + [158958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8246), 1, + ACTIONS(8442), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183816,17 +188369,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153769] = 5, + [158983] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5763), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8444), 1, anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183836,17 +188389,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153794] = 5, + [159008] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8248), 1, + ACTIONS(4252), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(2506), 1, + sym_string, + ACTIONS(4254), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4250), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183856,17 +188409,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153819] = 5, + [159033] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5132), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8446), 1, anon_sym_DQUOTE, - STATE(3105), 1, - sym_string, - ACTIONS(5134), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183876,17 +188429,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153844] = 5, + [159058] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8010), 1, + ACTIONS(8095), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183896,17 +188449,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153869] = 5, + [159083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8250), 1, + ACTIONS(1423), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(648), 1, + sym_string, + ACTIONS(1605), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1603), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183916,38 +188469,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153894] = 6, + [159108] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8252), 1, - aux_sym_concatenation_token1, - ACTIONS(8255), 1, - sym__concat, - STATE(3415), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153921] = 5, + ACTIONS(8105), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [159133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(8299), 1, anon_sym_DQUOTE, - STATE(1244), 1, - sym_string, - ACTIONS(2451), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2449), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183957,17 +188509,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153946] = 5, + [159158] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7970), 1, + ACTIONS(8099), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183977,17 +188529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153971] = 5, + [159183] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(8109), 1, anon_sym_DQUOTE, - STATE(1496), 1, - sym_string, - ACTIONS(2677), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2673), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183997,17 +188549,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153996] = 5, + [159208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8258), 1, + ACTIONS(8448), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184017,38 +188569,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154021] = 6, + [159233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8260), 1, - sym__concat, - STATE(3415), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [154048] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8262), 1, + ACTIONS(8450), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184058,38 +188589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154073] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8264), 1, - sym__concat, - STATE(3415), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [154100] = 5, + [159258] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(1861), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(908), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2232), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2422), 9, + ACTIONS(2230), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184099,17 +188609,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154125] = 5, + [159283] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7978), 1, + ACTIONS(7832), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(3682), 1, + sym_string, + ACTIONS(7834), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(7830), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184119,17 +188629,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154150] = 5, + [159308] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8266), 1, + ACTIONS(8452), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184139,17 +188649,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154175] = 5, + [159333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8268), 1, + ACTIONS(8454), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184159,17 +188669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154200] = 5, + [159358] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8002), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8456), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184179,17 +188689,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154225] = 5, + [159383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8270), 1, + ACTIONS(8129), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184199,17 +188709,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154250] = 5, + [159408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(2334), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(1114), 1, sym_string, - ACTIONS(4189), 2, + ACTIONS(2562), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(2560), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184219,17 +188729,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154275] = 5, + [159433] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, + ACTIONS(5277), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(3184), 1, + sym_string, + ACTIONS(5279), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5275), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184239,17 +188749,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154300] = 5, + [159458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1163), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8458), 1, anon_sym_DQUOTE, - STATE(394), 1, - sym_string, - ACTIONS(1165), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1161), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184259,17 +188769,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154325] = 5, + [159483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(8269), 1, anon_sym_DQUOTE, - STATE(1196), 1, - sym_string, - ACTIONS(2362), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2358), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184279,17 +188789,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154350] = 5, + [159508] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(8289), 1, anon_sym_DQUOTE, - STATE(1215), 1, - sym_string, - ACTIONS(2455), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2453), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184299,17 +188809,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154375] = 5, + [159533] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7950), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8460), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184319,17 +188829,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154400] = 5, + [159558] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8154), 1, + ACTIONS(8277), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184339,17 +188849,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154425] = 5, + [159583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8272), 1, + ACTIONS(2382), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1216), 1, + sym_string, + ACTIONS(2384), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2380), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184359,17 +188869,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154450] = 5, + [159608] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7954), 1, + ACTIONS(8137), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184379,17 +188889,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154475] = 5, + [159633] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8274), 1, + ACTIONS(2113), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(968), 1, + sym_string, + ACTIONS(2394), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2392), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184399,17 +188909,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154500] = 5, + [159658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7811), 1, + ACTIONS(8145), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184419,17 +188929,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154525] = 5, + [159683] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8276), 1, + ACTIONS(5283), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3023), 1, + sym_string, + ACTIONS(5285), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5281), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184439,17 +188949,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154550] = 5, + [159708] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(8265), 1, anon_sym_DQUOTE, - STATE(957), 1, - sym_string, - ACTIONS(2400), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2398), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184459,17 +188969,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154575] = 5, + [159733] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8278), 1, + ACTIONS(2701), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1516), 1, + sym_string, + ACTIONS(2703), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2699), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184479,17 +188989,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154600] = 5, + [159758] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8280), 1, + ACTIONS(1331), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(724), 1, + sym_string, + ACTIONS(2079), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2077), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184499,17 +189009,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154625] = 5, + [159783] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8462), 1, anon_sym_DQUOTE, - STATE(972), 1, - sym_string, - ACTIONS(2404), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2402), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184519,17 +189029,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154650] = 5, + [159808] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8006), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8464), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184539,17 +189049,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154675] = 5, + [159833] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8466), 1, anon_sym_DQUOTE, - STATE(3082), 1, - sym_string, - ACTIONS(5264), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184559,17 +189069,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154700] = 5, + [159858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(7548), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(3909), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(7900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2194), 9, + ACTIONS(7898), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184579,17 +189089,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154725] = 5, + [159883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(8261), 1, anon_sym_DQUOTE, - STATE(1592), 1, - sym_string, - ACTIONS(2947), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2943), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184599,17 +189109,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154750] = 5, + [159908] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7915), 1, + ACTIONS(8157), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184619,17 +189129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154775] = 5, + [159933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8282), 1, + ACTIONS(8161), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184639,17 +189149,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154800] = 5, + [159958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7891), 1, + ACTIONS(1163), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(396), 1, + sym_string, + ACTIONS(1165), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1161), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184659,17 +189169,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154825] = 5, + [159983] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7831), 1, + ACTIONS(8249), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184679,17 +189189,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154850] = 5, + [160008] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8284), 1, + ACTIONS(8165), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184699,17 +189209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154875] = 5, + [160033] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7859), 1, + ACTIONS(8169), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184719,17 +189229,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154900] = 5, + [160058] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8468), 1, anon_sym_DQUOTE, - STATE(1637), 1, - sym_string, - ACTIONS(3011), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3007), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184739,17 +189249,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154925] = 5, + [160083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7899), 1, + ACTIONS(8177), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184759,17 +189269,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154950] = 5, + [160108] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(2089), 1, anon_sym_DQUOTE, - STATE(1382), 1, + STATE(768), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2091), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(2087), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184779,17 +189289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154975] = 5, + [160133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1743), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(1015), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(2400), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1779), 9, + ACTIONS(2398), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184799,17 +189309,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155000] = 5, + [160158] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8286), 1, + ACTIONS(8470), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184819,17 +189329,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155025] = 5, + [160183] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8288), 1, + ACTIONS(8472), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184839,17 +189349,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155050] = 5, + [160208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8290), 1, + ACTIONS(8474), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184859,17 +189369,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155075] = 5, + [160233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8174), 1, + ACTIONS(8193), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184879,17 +189389,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155100] = 5, + [160258] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7298), 1, + ACTIONS(8185), 1, anon_sym_DQUOTE, - STATE(3493), 1, - sym_string, - ACTIONS(7300), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7296), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184899,17 +189409,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155125] = 5, + [160283] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8292), 1, + ACTIONS(6955), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3394), 1, + sym_string, + ACTIONS(6957), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(6953), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184919,17 +189429,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155150] = 5, + [160308] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8476), 1, anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2376), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184939,17 +189449,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155175] = 5, + [160333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8478), 1, anon_sym_DQUOTE, - STATE(900), 1, - sym_string, - ACTIONS(2192), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2190), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184959,17 +189469,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155200] = 5, + [160358] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8054), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8480), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184979,17 +189489,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155225] = 5, + [160383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7863), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8482), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184999,17 +189509,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155250] = 5, + [160408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(8237), 1, anon_sym_DQUOTE, - STATE(872), 1, - sym_string, - ACTIONS(2091), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2089), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185019,17 +189529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155275] = 5, + [160433] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8294), 1, + ACTIONS(8484), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185039,17 +189549,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155300] = 5, + [160458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8296), 1, + ACTIONS(8201), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185059,17 +189569,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155325] = 5, + [160483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, + ACTIONS(8209), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185079,32 +189589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155350] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155370] = 4, + [160508] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8229), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(8390), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8384), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185114,463 +189609,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155392] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8298), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155416] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8303), 1, - sym_file_descriptor, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(8300), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155440] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155460] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1253), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155480] = 3, + [160533] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155500] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8306), 1, - sym__special_character, - STATE(3480), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155524] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8309), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155548] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155568] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8313), 1, - anon_sym_LPAREN, - ACTIONS(8315), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8317), 1, - aux_sym_number_token1, - ACTIONS(8319), 1, - aux_sym_number_token2, - ACTIONS(8321), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(8323), 1, + ACTIONS(5808), 1, + anon_sym_DQUOTE, + STATE(3223), 1, + sym_string, + ACTIONS(5810), 2, aux_sym__simple_variable_name_token1, - ACTIONS(8311), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3953), 4, - sym_parenthesized_expression, - sym_arithmetic_expansion, - sym_number, - sym_expansion, - [155600] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8325), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155624] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8327), 1, - sym__special_character, - STATE(3480), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155648] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155668] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155688] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8327), 1, - sym__special_character, - STATE(3480), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155712] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155732] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155752] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155772] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8329), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155796] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155816] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155836] = 3, + aux_sym__multiline_variable_name_token1, + ACTIONS(5806), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160558] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155856] = 5, + ACTIONS(8221), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8331), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155880] = 3, + ACTIONS(8233), 1, + anon_sym_DQUOTE, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160608] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155900] = 3, + ACTIONS(1835), 1, + anon_sym_DQUOTE, + STATE(892), 1, + sym_string, + ACTIONS(2137), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2135), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160633] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155920] = 3, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8486), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155940] = 3, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8488), 1, + anon_sym_DQUOTE, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 3, + ACTIONS(3050), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 9, + ACTIONS(3048), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -185579,18 +189746,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155960] = 5, + [160703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(3086), 2, sym_file_descriptor, - ACTIONS(8333), 1, aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, + ACTIONS(3084), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -185599,103 +189763,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [155984] = 3, + [160723] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [156004] = 5, - ACTIONS(3), 1, + ACTIONS(8388), 1, + sym__string_content, + ACTIONS(8390), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8384), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160745] = 9, + ACTIONS(63), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8335), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156028] = 3, + ACTIONS(8490), 1, + anon_sym_DOLLAR, + ACTIONS(8492), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8494), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8496), 1, + anon_sym_BQUOTE, + ACTIONS(8498), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8500), 1, + sym__heredoc_body_middle, + ACTIONS(8502), 1, + sym_heredoc_end, + STATE(3625), 4, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + aux_sym_heredoc_body_repeat1, + [160776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 9, - anon_sym_GT_GT, + ACTIONS(8506), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8504), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [160795] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8508), 1, + anon_sym_LT_LT, + ACTIONS(8514), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8516), 1, + anon_sym_LT_LT_LT, + ACTIONS(8512), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + ACTIONS(8510), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [156048] = 5, - ACTIONS(3), 1, + [160820] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8337), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, + ACTIONS(8508), 1, + anon_sym_LT_LT, + ACTIONS(8514), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8522), 1, + anon_sym_LT_LT_LT, + ACTIONS(8520), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + ACTIONS(8518), 5, + anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156072] = 6, + [160845] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, + ACTIONS(8508), 1, anon_sym_LT_LT, - ACTIONS(8345), 1, + ACTIONS(8514), 1, anon_sym_LT_LT_DASH, - ACTIONS(8347), 1, + ACTIONS(8528), 1, anon_sym_LT_LT_LT, - ACTIONS(8343), 3, + ACTIONS(8526), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8341), 5, + ACTIONS(8524), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156097] = 3, + [160870] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8349), 1, + ACTIONS(8530), 1, anon_sym_RBRACE3, - ACTIONS(8351), 10, + ACTIONS(8532), 10, anon_sym_U, anon_sym_u, anon_sym_L, @@ -185706,73 +189892,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_K, anon_sym_a, anon_sym_k, - [156116] = 6, + [160889] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8353), 1, + ACTIONS(8534), 1, anon_sym_LT_LT, - ACTIONS(8359), 1, + ACTIONS(8540), 1, anon_sym_LT_LT_DASH, - ACTIONS(8361), 1, + ACTIONS(8542), 1, anon_sym_LT_LT_LT, - ACTIONS(8357), 3, + ACTIONS(8538), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8355), 5, + ACTIONS(8536), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156141] = 9, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8363), 1, - anon_sym_DOLLAR, - ACTIONS(8365), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, - anon_sym_BQUOTE, - ACTIONS(8371), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8373), 1, - sym__heredoc_body_middle, - ACTIONS(8375), 1, - sym_heredoc_end, - STATE(3513), 4, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - aux_sym_heredoc_body_repeat1, - [156172] = 6, + [160914] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, + ACTIONS(8544), 1, anon_sym_LT_LT, - ACTIONS(8345), 1, + ACTIONS(8550), 1, anon_sym_LT_LT_DASH, - ACTIONS(8381), 1, + ACTIONS(8552), 1, anon_sym_LT_LT_LT, - ACTIONS(8379), 3, + ACTIONS(8548), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8377), 5, + ACTIONS(8546), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156197] = 3, + [160939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8385), 2, + ACTIONS(8556), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8383), 9, + ACTIONS(8554), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185782,70 +189946,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156216] = 6, + [160958] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8387), 1, + ACTIONS(8558), 1, anon_sym_LT_LT, - ACTIONS(8393), 1, + ACTIONS(8564), 1, anon_sym_LT_LT_DASH, - ACTIONS(8395), 1, + ACTIONS(8566), 1, anon_sym_LT_LT_LT, - ACTIONS(8391), 3, + ACTIONS(8562), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8389), 5, + ACTIONS(8560), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156241] = 9, + [160983] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(8363), 1, + ACTIONS(8568), 1, anon_sym_DOLLAR, - ACTIONS(8365), 1, + ACTIONS(8571), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, + ACTIONS(8574), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, + ACTIONS(8577), 1, anon_sym_BQUOTE, - ACTIONS(8371), 1, + ACTIONS(8580), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8397), 1, + ACTIONS(8583), 1, sym__heredoc_body_middle, - ACTIONS(8399), 1, + ACTIONS(8586), 1, sym_heredoc_end, - STATE(3521), 4, + STATE(3617), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156272] = 3, - ACTIONS(3), 1, + [161014] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(8403), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8401), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [156291] = 3, + ACTIONS(8508), 1, + anon_sym_LT_LT, + ACTIONS(8514), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8592), 1, + anon_sym_LT_LT_LT, + ACTIONS(8590), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8588), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [161039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8407), 2, + ACTIONS(8596), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8405), 9, + ACTIONS(8594), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185855,32 +190022,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156310] = 6, + [161058] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8353), 1, + ACTIONS(8544), 1, anon_sym_LT_LT, - ACTIONS(8359), 1, + ACTIONS(8550), 1, anon_sym_LT_LT_DASH, - ACTIONS(8413), 1, + ACTIONS(8602), 1, anon_sym_LT_LT_LT, - ACTIONS(8411), 3, + ACTIONS(8600), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8409), 5, + ACTIONS(8598), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156335] = 3, + [161083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8417), 2, + ACTIONS(8606), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8415), 9, + ACTIONS(8604), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185890,13 +190057,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156354] = 3, + [161102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8421), 2, + ACTIONS(8610), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8419), 9, + ACTIONS(8608), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185906,89 +190073,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156373] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8427), 1, - anon_sym_LT_LT_LT, - ACTIONS(8425), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8423), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156398] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - sym__special_character, - [156417] = 9, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8429), 1, - anon_sym_DOLLAR, - ACTIONS(8432), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(8435), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(8438), 1, - anon_sym_BQUOTE, - ACTIONS(8441), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8444), 1, - sym__heredoc_body_middle, - ACTIONS(8447), 1, - sym_heredoc_end, - STATE(3521), 4, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - aux_sym_heredoc_body_repeat1, - [156448] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8449), 1, - anon_sym_LT_LT, - ACTIONS(8455), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8457), 1, - anon_sym_LT_LT_LT, - ACTIONS(8453), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8451), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156473] = 3, + [161121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 2, + ACTIONS(8614), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8459), 9, + ACTIONS(8612), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185998,51 +190089,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156492] = 6, + [161140] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, + ACTIONS(8508), 1, anon_sym_LT_LT, - ACTIONS(8345), 1, + ACTIONS(8514), 1, anon_sym_LT_LT_DASH, - ACTIONS(8467), 1, + ACTIONS(8620), 1, anon_sym_LT_LT_LT, - ACTIONS(8465), 3, + ACTIONS(8618), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8463), 5, + ACTIONS(8616), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156517] = 6, + [161165] = 9, ACTIONS(63), 1, sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8473), 1, - anon_sym_LT_LT_LT, - ACTIONS(8471), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8469), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156542] = 3, + ACTIONS(8490), 1, + anon_sym_DOLLAR, + ACTIONS(8492), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8494), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8496), 1, + anon_sym_BQUOTE, + ACTIONS(8498), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8622), 1, + sym__heredoc_body_middle, + ACTIONS(8624), 1, + sym_heredoc_end, + STATE(3617), 4, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + aux_sym_heredoc_body_repeat1, + [161196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7769), 2, + ACTIONS(7900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(7898), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -186052,12 +190146,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156561] = 3, + [161215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(8628), 1, sym__concat, - ACTIONS(1205), 9, + ACTIONS(8626), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186067,31 +190161,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156579] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5222), 1, - anon_sym_DQUOTE, - ACTIONS(5230), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7687), 1, - anon_sym_DOLLAR, - ACTIONS(8477), 1, - sym__comment_word, - ACTIONS(8475), 3, - sym_variable_name, - sym_raw_string, - sym_word, - STATE(3827), 3, - sym_string, - sym_simple_expansion, - sym_expansion, - [156605] = 3, + [161233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(1237), 1, sym__concat, - ACTIONS(1205), 9, + ACTIONS(1235), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186101,27 +190176,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156623] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156641] = 3, + [161251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 1, + ACTIONS(1241), 1, sym__concat, - ACTIONS(1247), 9, + ACTIONS(1239), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186131,12 +190191,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156659] = 3, + [161269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 1, + ACTIONS(1201), 1, sym__concat, - ACTIONS(1231), 9, + ACTIONS(1199), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186146,10 +190206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156677] = 2, + [161287] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8351), 10, + ACTIONS(8532), 10, anon_sym_U, anon_sym_u, anon_sym_L, @@ -186160,42 +190220,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_K, anon_sym_a, anon_sym_k, - [156693] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156711] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 1, - sym__concat, - ACTIONS(1227), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156729] = 3, + [161303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 1, + ACTIONS(1249), 1, sym__concat, - ACTIONS(1223), 9, + ACTIONS(1247), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186205,7 +190235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156747] = 3, + [161321] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1237), 1, @@ -186220,12 +190250,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156765] = 3, + [161339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8479), 1, + ACTIONS(1205), 1, sym__concat, - ACTIONS(7923), 9, + ACTIONS(1203), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186235,12 +190265,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156783] = 3, + [161357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, + ACTIONS(1265), 1, sym__concat, - ACTIONS(8481), 9, + ACTIONS(1263), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186250,12 +190280,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156801] = 3, + [161375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 1, + ACTIONS(1245), 1, sym__concat, - ACTIONS(1215), 9, + ACTIONS(1243), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186265,12 +190295,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156819] = 3, + [161393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, + ACTIONS(8630), 1, sym__concat, - ACTIONS(1239), 9, + ACTIONS(8006), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186280,10 +190310,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156837] = 2, + [161411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8485), 9, + ACTIONS(1227), 1, + sym__concat, + ACTIONS(1225), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186293,46 +190325,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156852] = 8, + [161429] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(8317), 1, + ACTIONS(8039), 1, aux_sym_number_token1, - ACTIONS(8319), 1, + ACTIONS(8041), 1, aux_sym_number_token2, - ACTIONS(8487), 1, + ACTIONS(8632), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8489), 1, + ACTIONS(8634), 1, anon_sym_RBRACE3, - ACTIONS(8491), 1, + ACTIONS(8636), 1, aux_sym__simple_variable_name_token1, - ACTIONS(8311), 2, + ACTIONS(8031), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(4035), 2, + STATE(4181), 2, sym_arithmetic_expansion, sym_number, - [156879] = 6, + [161456] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 1, + ACTIONS(1175), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, + ACTIONS(8638), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8640), 1, sym__concat, - STATE(3571), 1, + STATE(3662), 1, aux_sym_concatenation_repeat1, - ACTIONS(1167), 5, + ACTIONS(1173), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, sym__special_character, - [156902] = 2, + [161479] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8039), 1, + aux_sym_number_token1, + ACTIONS(8041), 1, + aux_sym_number_token2, + ACTIONS(8642), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8644), 1, + anon_sym_RBRACE3, + ACTIONS(8646), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8031), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4236), 2, + sym_arithmetic_expansion, + sym_number, + [161506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7923), 9, + ACTIONS(8648), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186342,470 +190393,494 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156917] = 3, - ACTIONS(63), 1, + [161521] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8343), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8341), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156933] = 3, - ACTIONS(63), 1, + ACTIONS(8006), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [161536] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(8357), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8355), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156949] = 3, - ACTIONS(63), 1, + ACTIONS(8638), 1, + aux_sym_concatenation_token1, + ACTIONS(8640), 1, + sym__concat, + ACTIONS(8650), 1, + anon_sym_in, + ACTIONS(8654), 1, + aux_sym_heredoc_redirect_token1, + STATE(3660), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8652), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [161560] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(8411), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8409), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156965] = 7, + ACTIONS(8638), 1, + aux_sym_concatenation_token1, + ACTIONS(8640), 1, + sym__concat, + ACTIONS(8656), 1, + anon_sym_in, + ACTIONS(8660), 1, + aux_sym_heredoc_redirect_token1, + STATE(3662), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8658), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [161584] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(8638), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8640), 1, sym__concat, - ACTIONS(8497), 1, + ACTIONS(8662), 1, anon_sym_in, - ACTIONS(8501), 1, + ACTIONS(8666), 1, aux_sym_heredoc_redirect_token1, - STATE(3570), 1, + STATE(3662), 1, aux_sym_concatenation_repeat1, - ACTIONS(8499), 3, + ACTIONS(8664), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [156989] = 3, + [161608] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8379), 3, + ACTIONS(8590), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8377), 5, + ACTIONS(8588), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157005] = 3, + [161624] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8505), 3, + ACTIONS(8548), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8503), 5, + ACTIONS(8546), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157021] = 3, + [161640] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8509), 3, + ACTIONS(8512), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8507), 5, + ACTIONS(8510), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157037] = 3, + [161656] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8513), 3, + ACTIONS(8670), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8511), 5, + ACTIONS(8668), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157053] = 3, + [161672] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8471), 3, + ACTIONS(8674), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8469), 5, + ACTIONS(8672), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157069] = 7, + [161688] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8638), 1, + aux_sym_concatenation_token1, + ACTIONS(8640), 1, + sym__concat, + ACTIONS(8676), 1, + anon_sym_in, + ACTIONS(8680), 1, + aux_sym_heredoc_redirect_token1, + STATE(3660), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8678), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [161712] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(8638), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8640), 1, sym__concat, - ACTIONS(8515), 1, + ACTIONS(8682), 1, anon_sym_in, - ACTIONS(8519), 1, + ACTIONS(8686), 1, aux_sym_heredoc_redirect_token1, - STATE(3570), 1, + STATE(3660), 1, aux_sym_concatenation_repeat1, - ACTIONS(8517), 3, + ACTIONS(8684), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157093] = 3, + [161736] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8523), 3, + ACTIONS(8520), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8521), 5, + ACTIONS(8518), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157109] = 3, + [161752] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8453), 3, + ACTIONS(8562), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8451), 5, + ACTIONS(8560), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157125] = 3, + [161768] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8391), 3, + ACTIONS(8690), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8389), 5, + ACTIONS(8688), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157141] = 3, + [161784] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8527), 3, + ACTIONS(8538), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8525), 5, + ACTIONS(8536), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157157] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, - sym__concat, - ACTIONS(8529), 1, - anon_sym_in, - ACTIONS(8533), 1, - aux_sym_heredoc_redirect_token1, - STATE(3571), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8531), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157181] = 3, + [161800] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8537), 3, + ACTIONS(8694), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8535), 5, + ACTIONS(8692), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157197] = 7, + [161816] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(8638), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8640), 1, sym__concat, - ACTIONS(8539), 1, + ACTIONS(8696), 1, anon_sym_in, - ACTIONS(8543), 1, + ACTIONS(8700), 1, + aux_sym_heredoc_redirect_token1, + STATE(3662), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8698), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [161840] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1179), 1, aux_sym_heredoc_redirect_token1, - STATE(3571), 1, + ACTIONS(8638), 1, + aux_sym_concatenation_token1, + ACTIONS(8702), 1, + sym__concat, + STATE(3668), 1, aux_sym_concatenation_repeat1, - ACTIONS(8541), 3, + ACTIONS(1177), 4, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157221] = 3, + [161862] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8547), 3, + ACTIONS(8600), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8545), 5, + ACTIONS(8598), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157237] = 7, + [161878] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, + ACTIONS(1169), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8638), 1, aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(8704), 1, sym__concat, - ACTIONS(8549), 1, - anon_sym_in, - ACTIONS(8553), 1, - aux_sym_heredoc_redirect_token1, - STATE(3571), 1, + STATE(3668), 1, aux_sym_concatenation_repeat1, - ACTIONS(8551), 3, + ACTIONS(1167), 4, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157261] = 3, + [161900] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8557), 3, + ACTIONS(8708), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8555), 5, + ACTIONS(8706), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157277] = 3, + [161916] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8561), 3, + ACTIONS(8618), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8559), 5, + ACTIONS(8616), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157293] = 3, + [161932] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8465), 3, + ACTIONS(8526), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8463), 5, + ACTIONS(8524), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157309] = 3, + [161948] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8425), 3, + ACTIONS(8712), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8423), 5, + ACTIONS(8710), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157325] = 7, - ACTIONS(3), 1, + [161964] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, - sym__concat, - ACTIONS(8563), 1, - anon_sym_in, - ACTIONS(8567), 1, - aux_sym_heredoc_redirect_token1, - STATE(3570), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8565), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157349] = 6, + ACTIONS(8716), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8714), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [161980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1179), 1, + ACTIONS(1185), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, + ACTIONS(8718), 1, aux_sym_concatenation_token1, - ACTIONS(8569), 1, + ACTIONS(8721), 1, sym__concat, - STATE(3573), 1, + STATE(3668), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 4, + ACTIONS(1183), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157371] = 6, - ACTIONS(3), 1, + [162002] = 3, + ACTIONS(63), 1, sym_comment, - ACTIONS(1173), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8571), 1, - sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 4, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157393] = 3, + ACTIONS(8726), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8724), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [162018] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8730), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + ACTIONS(8728), 5, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [162034] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8575), 3, + ACTIONS(8734), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8573), 5, + ACTIONS(8732), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157409] = 6, + [162050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8577), 1, - aux_sym_concatenation_token1, - ACTIONS(8580), 1, + ACTIONS(1223), 2, sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1183), 4, + aux_sym_heredoc_redirect_token1, + ACTIONS(1221), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157431] = 6, + aux_sym_concatenation_token1, + [162065] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(479), 1, - anon_sym_LBRACE, - ACTIONS(483), 1, - anon_sym_LBRACK, - ACTIONS(485), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, - anon_sym_LPAREN, - STATE(2817), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157452] = 3, + ACTIONS(1235), 1, + anon_sym_DOLLAR, + ACTIONS(1237), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [162080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 2, + ACTIONS(1197), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 5, + ACTIONS(1195), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157467] = 3, + [162095] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 2, - sym__concat, + ACTIONS(1275), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 5, + ACTIONS(8736), 1, + sym__special_character, + STATE(3675), 1, + aux_sym__literal_repeat1, + ACTIONS(1273), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157482] = 3, + [162114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 2, + ACTIONS(1265), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 5, + ACTIONS(1263), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157497] = 6, - ACTIONS(29), 1, + [162129] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(258), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(262), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(266), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, + ACTIONS(8739), 1, anon_sym_LPAREN, - STATE(3161), 3, + STATE(3256), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157518] = 6, + [162150] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186814,13 +190889,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8587), 1, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(3137), 3, + STATE(2945), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157539] = 6, + [162171] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186829,13 +190904,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(2895), 3, + STATE(3204), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157560] = 6, + [162192] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186844,13 +190919,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8743), 1, anon_sym_LPAREN, - STATE(3155), 3, + STATE(3225), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157581] = 6, + [162213] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -186859,246 +190934,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(2884), 3, + STATE(2949), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157602] = 3, + [162234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 2, + ACTIONS(1269), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 5, + ACTIONS(1267), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157617] = 3, + [162249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(1245), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + ACTIONS(1243), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157632] = 6, - ACTIONS(29), 1, + [162264] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(479), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(483), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8589), 1, + ACTIONS(8745), 1, anon_sym_LPAREN, - STATE(2883), 3, + STATE(2888), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157653] = 3, + [162285] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1227), 1, + ACTIONS(1203), 1, anon_sym_DOLLAR, - ACTIONS(1229), 6, + ACTIONS(1205), 6, sym__heredoc_body_middle, sym_heredoc_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [157668] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2936), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157689] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + [162300] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2932), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157710] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(1227), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1225), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [162315] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8591), 1, - anon_sym_LPAREN, - STATE(2908), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157731] = 3, + ACTIONS(1237), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1235), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [162330] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1231), 1, + ACTIONS(1235), 1, anon_sym_DOLLAR, - ACTIONS(1233), 6, + ACTIONS(1237), 6, sym__heredoc_body_middle, sym_heredoc_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [157746] = 3, + [162345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 2, + ACTIONS(1253), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 5, + ACTIONS(1251), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157761] = 3, + [162360] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1215), 1, - anon_sym_DOLLAR, - ACTIONS(1217), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157776] = 6, - ACTIONS(29), 1, + ACTIONS(258), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(262), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(266), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, + ACTIONS(8747), 1, anon_sym_LPAREN, - STATE(2886), 3, + STATE(3254), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157797] = 6, - ACTIONS(29), 1, + [162381] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(479), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(483), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, + ACTIONS(8749), 1, anon_sym_LPAREN, - STATE(2887), 3, + STATE(2826), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157818] = 6, - ACTIONS(29), 1, + [162402] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(479), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(483), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8593), 1, + ACTIONS(8749), 1, anon_sym_LPAREN, - STATE(2891), 3, + STATE(2731), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157839] = 5, + [162423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, + ACTIONS(1201), 2, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(8595), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 4, + ACTIONS(1199), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157858] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_DOLLAR, - ACTIONS(1207), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157873] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2903), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157894] = 6, + aux_sym_concatenation_token1, + [162438] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8549), 1, + ACTIONS(8656), 1, anon_sym_in, - ACTIONS(8553), 1, + ACTIONS(8660), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(8751), 1, sym__special_character, - STATE(3596), 1, + STATE(3675), 1, aux_sym__literal_repeat1, - ACTIONS(8551), 3, + ACTIONS(8658), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157915] = 6, + [162459] = 6, ACTIONS(63), 1, sym_comment, ACTIONS(479), 1, @@ -187107,115 +191120,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, + ACTIONS(8753), 1, anon_sym_LPAREN, - STATE(2740), 3, + STATE(2795), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157936] = 3, + [162480] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(1235), 1, - anon_sym_DOLLAR, - ACTIONS(1237), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157951] = 3, + ACTIONS(8741), 1, + anon_sym_LPAREN, + STATE(2943), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [162501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 2, + ACTIONS(1241), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 5, + ACTIONS(1239), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157966] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(258), 1, + [162516] = 6, + ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(262), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(266), 1, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8600), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8755), 1, anon_sym_LPAREN, - STATE(3175), 3, + STATE(3026), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157987] = 3, + [162537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(1205), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + ACTIONS(1203), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158002] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 1, - anon_sym_DOLLAR, - ACTIONS(1207), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [158017] = 3, + [162552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 2, + ACTIONS(1257), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 5, + ACTIONS(1255), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158032] = 6, + [162567] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(479), 1, + anon_sym_LBRACE, + ACTIONS(483), 1, + anon_sym_LBRACK, + ACTIONS(485), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8749), 1, + anon_sym_LPAREN, + STATE(2788), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [162588] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8741), 1, + anon_sym_LPAREN, + STATE(3027), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [162609] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1199), 1, + anon_sym_DOLLAR, + ACTIONS(1201), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [162624] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8539), 1, + ACTIONS(8662), 1, anon_sym_in, - ACTIONS(8543), 1, + ACTIONS(8666), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(8751), 1, sym__special_character, - STATE(3596), 1, + STATE(3675), 1, aux_sym__literal_repeat1, - ACTIONS(8541), 3, + ACTIONS(8664), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158053] = 3, + [162645] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 5, + ACTIONS(8696), 1, anon_sym_in, + ACTIONS(8700), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8751), 1, + sym__special_character, + STATE(3675), 1, + aux_sym__literal_repeat1, + ACTIONS(8698), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [158068] = 6, + [162666] = 6, ACTIONS(63), 1, sym_comment, ACTIONS(479), 1, @@ -187224,100 +191273,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8602), 1, + ACTIONS(8749), 1, anon_sym_LPAREN, - STATE(2725), 3, + STATE(2828), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158089] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1185), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [158104] = 3, + [162687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 2, + ACTIONS(1219), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 5, + ACTIONS(1217), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158119] = 3, + [162702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 2, + ACTIONS(1237), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 5, + ACTIONS(1235), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158134] = 3, + [162717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 2, + ACTIONS(1261), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 5, + ACTIONS(1259), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158149] = 3, + [162732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 2, + ACTIONS(1185), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 5, + ACTIONS(1183), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158164] = 3, + [162747] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(1223), 1, - anon_sym_DOLLAR, - ACTIONS(1225), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [158179] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8529), 1, - anon_sym_in, - ACTIONS(8533), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(8531), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [158200] = 6, + ACTIONS(8741), 1, + anon_sym_LPAREN, + STATE(3028), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [162768] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -187326,55 +191351,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8604), 1, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(2894), 3, + STATE(2962), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158221] = 3, + [162789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 2, + ACTIONS(1215), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 5, + ACTIONS(1213), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158236] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(258), 1, + [162804] = 6, + ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(262), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(266), 1, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8606), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8757), 1, anon_sym_LPAREN, - STATE(3173), 3, + STATE(2941), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158257] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(479), 1, + [162825] = 6, + ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(483), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8759), 1, anon_sym_LPAREN, - STATE(2696), 3, + STATE(2947), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158278] = 6, + [162846] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1239), 1, + anon_sym_DOLLAR, + ACTIONS(1241), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [162861] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, @@ -187383,43 +191420,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(2881), 3, + STATE(2944), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158299] = 6, + [162882] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(479), 1, + ACTIONS(258), 1, anon_sym_LBRACE, - ACTIONS(483), 1, + ACTIONS(262), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(266), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, + ACTIONS(8747), 1, anon_sym_LPAREN, - STATE(2816), 3, + STATE(3257), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158320] = 6, + [162903] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, ACTIONS(63), 1, sym_comment, - ACTIONS(258), 1, + ACTIONS(8761), 1, + anon_sym_LPAREN, + STATE(2953), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [162924] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1225), 1, + anon_sym_DOLLAR, + ACTIONS(1227), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [162939] = 6, + ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(262), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(266), 1, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8600), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(3164), 3, + STATE(3227), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158341] = 3, + [162960] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, @@ -187431,1462 +191495,1837 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158356] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [158371] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(479), 1, + [162975] = 6, + ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(483), 1, + ACTIONS(33), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8608), 1, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8741), 1, anon_sym_LPAREN, - STATE(2807), 3, + STATE(2963), 3, sym_compound_statement, sym_subshell, sym_test_command, - [158392] = 3, + [162996] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1243), 1, + anon_sym_DOLLAR, + ACTIONS(1245), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [163011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 2, + ACTIONS(1211), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 5, + ACTIONS(1209), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158407] = 6, + [163026] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8765), 1, anon_sym_COMMA, - ACTIONS(8614), 1, + ACTIONS(8767), 1, aux_sym_heredoc_redirect_token1, - STATE(2527), 1, + STATE(2641), 1, sym__c_terminator, - STATE(3653), 1, + STATE(3772), 1, aux_sym__for_body_repeat1, - ACTIONS(8610), 2, + ACTIONS(8763), 2, anon_sym_SEMI, anon_sym_AMP, - [158427] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8616), 1, - anon_sym_RPAREN, - ACTIONS(8618), 1, - anon_sym_PIPE, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - STATE(3920), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - [158447] = 6, + [163046] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8622), 1, + ACTIONS(8769), 1, anon_sym_fi, - ACTIONS(8624), 1, + ACTIONS(8771), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8773), 1, anon_sym_else, - STATE(4129), 1, + STATE(4461), 1, sym_else_clause, - STATE(3702), 2, + STATE(3771), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158467] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8630), 1, - aux_sym_heredoc_redirect_token1, - STATE(2337), 1, - sym__c_terminator, - STATE(3635), 1, - aux_sym__for_body_repeat1, - ACTIONS(8628), 2, - anon_sym_SEMI, - anon_sym_AMP, - [158487] = 4, + [163066] = 6, ACTIONS(63), 1, sym_comment, - STATE(3673), 1, + ACTIONS(8775), 1, + anon_sym_RPAREN, + ACTIONS(8777), 1, + anon_sym_PIPE, + STATE(3836), 1, aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + STATE(4046), 1, + aux_sym_case_item_repeat1, + ACTIONS(8779), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1169), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - sym__special_character, - [158503] = 6, + [163086] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8765), 1, anon_sym_COMMA, - ACTIONS(8634), 1, + ACTIONS(8783), 1, aux_sym_heredoc_redirect_token1, - STATE(2538), 1, + STATE(2655), 1, sym__c_terminator, - STATE(3646), 1, + STATE(3739), 1, aux_sym__for_body_repeat1, - ACTIONS(8632), 2, + ACTIONS(8781), 2, anon_sym_SEMI, anon_sym_AMP, - [158523] = 6, + [163106] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8785), 1, + anon_sym_RPAREN, + ACTIONS(8787), 1, + anon_sym_DQUOTE, + ACTIONS(8789), 1, + sym_raw_string, + ACTIONS(8791), 1, + aux_sym__expansion_regex_token1, + ACTIONS(8793), 1, + sym_regex, + STATE(4353), 1, + sym_string, + [163128] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8795), 1, + anon_sym_DQUOTE, + ACTIONS(8797), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3293), 2, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8636), 1, + STATE(4041), 2, + sym_string, + sym_expansion, + [163146] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8799), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(3836), 1, aux_sym_concatenation_repeat1, - STATE(3900), 1, + STATE(4022), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8779), 2, sym__concat, aux_sym_concatenation_token1, - [158543] = 6, - ACTIONS(3), 1, + [163166] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8640), 1, - aux_sym_heredoc_redirect_token1, - STATE(2295), 1, - sym__c_terminator, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8638), 2, - anon_sym_SEMI, - anon_sym_AMP, - [158563] = 6, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8801), 1, + anon_sym_RPAREN, + STATE(3754), 1, + aux_sym_concatenation_repeat1, + STATE(4039), 1, + aux_sym_case_item_repeat1, + ACTIONS(8779), 2, + sym__concat, + aux_sym_concatenation_token1, + [163186] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8642), 1, + ACTIONS(8803), 1, anon_sym_RPAREN, - STATE(3673), 1, + STATE(3836), 1, aux_sym_concatenation_repeat1, - STATE(3833), 1, + STATE(3940), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8779), 2, sym__concat, aux_sym_concatenation_token1, - [158583] = 6, + [163206] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8771), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8773), 1, anon_sym_else, - ACTIONS(8644), 1, + ACTIONS(8805), 1, anon_sym_fi, - STATE(4045), 1, + STATE(4269), 1, sym_else_clause, - STATE(3702), 2, + STATE(3771), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158603] = 5, + [163226] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 1, - sym__special_character, - STATE(3688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(8646), 2, - sym__concat, - aux_sym_concatenation_token1, - [158621] = 6, + ACTIONS(8771), 1, + anon_sym_elif, + ACTIONS(8773), 1, + anon_sym_else, + ACTIONS(8807), 1, + anon_sym_fi, + STATE(4471), 1, + sym_else_clause, + STATE(3771), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [163246] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8771), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8773), 1, anon_sym_else, - ACTIONS(8648), 1, + ACTIONS(8809), 1, anon_sym_fi, - STATE(4316), 1, + STATE(4549), 1, sym_else_clause, - STATE(3702), 2, + STATE(3771), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158641] = 6, - ACTIONS(63), 1, + [163266] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8650), 1, - anon_sym_RPAREN, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - STATE(3908), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - [158661] = 6, + ACTIONS(8765), 1, + anon_sym_COMMA, + ACTIONS(8813), 1, + aux_sym_heredoc_redirect_token1, + STATE(2598), 1, + sym__c_terminator, + STATE(3751), 1, + aux_sym__for_body_repeat1, + ACTIONS(8811), 2, + anon_sym_SEMI, + anon_sym_AMP, + [163286] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8765), 1, + anon_sym_COMMA, + ACTIONS(8817), 1, + aux_sym_heredoc_redirect_token1, + STATE(2599), 1, + sym__c_terminator, + STATE(3772), 1, + aux_sym__for_body_repeat1, + ACTIONS(8815), 2, + anon_sym_SEMI, + anon_sym_AMP, + [163306] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8652), 1, + ACTIONS(8819), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(3754), 1, aux_sym_concatenation_repeat1, - STATE(3831), 1, + STATE(3941), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8779), 2, sym__concat, aux_sym_concatenation_token1, - [158681] = 6, + [163326] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8654), 1, - anon_sym_RPAREN, - STATE(3670), 1, + STATE(3754), 1, aux_sym_concatenation_repeat1, - STATE(3815), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8779), 2, sym__concat, aux_sym_concatenation_token1, - [158701] = 6, + ACTIONS(1175), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + sym__special_character, + [163342] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8771), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8773), 1, anon_sym_else, - ACTIONS(8656), 1, + ACTIONS(8821), 1, anon_sym_fi, - STATE(4062), 1, + STATE(4531), 1, sym_else_clause, - STATE(3702), 2, + STATE(3771), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158721] = 6, + [163362] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8765), 1, + anon_sym_COMMA, + ACTIONS(8825), 1, + aux_sym_heredoc_redirect_token1, + STATE(2305), 1, + sym__c_terminator, + STATE(3749), 1, + aux_sym__for_body_repeat1, + ACTIONS(8823), 2, + anon_sym_SEMI, + anon_sym_AMP, + [163382] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8658), 1, - anon_sym_RPAREN, - STATE(3673), 1, + ACTIONS(1173), 1, + sym__special_character, + STATE(3823), 1, aux_sym_concatenation_repeat1, - STATE(3883), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(1175), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(8827), 2, sym__concat, aux_sym_concatenation_token1, - [158741] = 6, + [163400] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(8771), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(8773), 1, anon_sym_else, - ACTIONS(8660), 1, + ACTIONS(8829), 1, anon_sym_fi, - STATE(4288), 1, + STATE(4177), 1, sym_else_clause, - STATE(3702), 2, + STATE(3771), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158761] = 6, + [163420] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8765), 1, anon_sym_COMMA, - ACTIONS(8664), 1, + ACTIONS(8833), 1, aux_sym_heredoc_redirect_token1, - STATE(2528), 1, + STATE(2712), 1, sym__c_terminator, - STATE(3701), 1, + STATE(3726), 1, aux_sym__for_body_repeat1, - ACTIONS(8662), 2, + ACTIONS(8831), 2, anon_sym_SEMI, anon_sym_AMP, - [158781] = 7, - ACTIONS(3), 1, + [163440] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(8666), 1, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8835), 1, anon_sym_RPAREN, - ACTIONS(8668), 1, - anon_sym_DQUOTE, - ACTIONS(8670), 1, - sym_raw_string, - ACTIONS(8672), 1, - aux_sym__expansion_regex_token1, - ACTIONS(8674), 1, - sym_regex, - STATE(4211), 1, - sym_string, - [158803] = 6, + STATE(3836), 1, + aux_sym_concatenation_repeat1, + STATE(3919), 1, + aux_sym_case_item_repeat1, + ACTIONS(8779), 2, + sym__concat, + aux_sym_concatenation_token1, + [163460] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8837), 1, + anon_sym_RPAREN, + STATE(3754), 1, + aux_sym_concatenation_repeat1, + STATE(3915), 1, + aux_sym_case_item_repeat1, + ACTIONS(8779), 2, + sym__concat, + aux_sym_concatenation_token1, + [163480] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8765), 1, anon_sym_COMMA, - ACTIONS(8678), 1, + ACTIONS(8841), 1, aux_sym_heredoc_redirect_token1, - STATE(2589), 1, + STATE(2324), 1, sym__c_terminator, - STATE(3701), 1, + STATE(3772), 1, aux_sym__for_body_repeat1, - ACTIONS(8676), 2, + ACTIONS(8839), 2, anon_sym_SEMI, anon_sym_AMP, - [158823] = 6, + [163500] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8680), 1, + ACTIONS(8843), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(3754), 1, aux_sym_concatenation_repeat1, - STATE(3911), 1, + STATE(4032), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(8779), 2, sym__concat, aux_sym_concatenation_token1, - [158843] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8624), 1, - anon_sym_elif, - ACTIONS(8626), 1, - anon_sym_else, - ACTIONS(8682), 1, - anon_sym_fi, - STATE(4091), 1, - sym_else_clause, - STATE(3702), 2, - sym_elif_clause, - aux_sym_if_statement_repeat1, - [158863] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - sym__special_character, - [158877] = 6, + [163520] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(8765), 1, anon_sym_COMMA, - ACTIONS(8686), 1, + ACTIONS(8847), 1, aux_sym_heredoc_redirect_token1, - STATE(2520), 1, + STATE(2561), 1, sym__c_terminator, - STATE(3648), 1, + STATE(3772), 1, aux_sym__for_body_repeat1, - ACTIONS(8684), 2, + ACTIONS(8845), 2, anon_sym_SEMI, anon_sym_AMP, - [158897] = 6, + [163540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8690), 1, + ACTIONS(1175), 1, aux_sym_heredoc_redirect_token1, - STATE(2523), 1, - sym__c_terminator, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8688), 2, + ACTIONS(1173), 5, + anon_sym_in, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158917] = 5, + sym__special_character, + [163554] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8849), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2845), 2, + STATE(2891), 1, sym__heredoc_body, + STATE(2893), 1, sym__simple_heredoc_body, - [158934] = 4, + STATE(4407), 1, + sym_heredoc_body, + [163573] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8779), 1, + aux_sym_concatenation_token1, + ACTIONS(8853), 1, + sym__concat, + STATE(3826), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1169), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [163590] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8843), 1, + anon_sym_RPAREN, + ACTIONS(8855), 1, + sym__special_character, + STATE(3847), 1, + aux_sym__literal_repeat1, + STATE(4009), 1, + aux_sym_case_item_repeat1, + [163609] = 4, + ACTIONS(63), 1, + sym_comment, + STATE(3836), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8779), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(8857), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [163624] = 4, + ACTIONS(63), 1, + sym_comment, + STATE(3754), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8779), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(8859), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [163639] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8861), 1, + anon_sym_SLASH, + ACTIONS(8863), 1, anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [158949] = 4, + STATE(3823), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8827), 2, + sym__concat, + aux_sym_concatenation_token1, + [163656] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(4281), 1, + ACTIONS(8865), 1, + anon_sym_SLASH, + ACTIONS(8867), 1, anon_sym_RBRACE3, - STATE(3696), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [158964] = 5, + STATE(3816), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8827), 2, + sym__concat, + aux_sym_concatenation_token1, + [163673] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4212), 1, sym_heredoc_body, - STATE(3180), 2, + STATE(2882), 2, sym__heredoc_body, sym__simple_heredoc_body, - [158981] = 4, - ACTIONS(3), 1, + [163690] = 6, + ACTIONS(63), 1, sym_comment, - ACTIONS(8700), 1, - anon_sym_in, - ACTIONS(8704), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8702), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [158996] = 5, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8869), 1, + sym_simple_heredoc_body, + STATE(2858), 1, + sym__simple_heredoc_body, + STATE(2875), 1, + sym__heredoc_body, + STATE(4212), 1, + sym_heredoc_body, + [163709] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4212), 1, sym_heredoc_body, - STATE(3178), 2, + STATE(2832), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159013] = 5, + [163726] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4212), 1, sym_heredoc_body, - STATE(3181), 2, + STATE(2921), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159030] = 5, + [163743] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3179), 2, + STATE(2916), 1, sym__heredoc_body, + STATE(2918), 1, sym__simple_heredoc_body, - [159047] = 5, + STATE(4212), 1, + sym_heredoc_body, + [163762] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4212), 1, sym_heredoc_body, - STATE(3169), 2, + STATE(2839), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159064] = 5, + [163779] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4212), 1, sym_heredoc_body, - STATE(3220), 2, + STATE(2883), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159081] = 4, + [163796] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159096] = 4, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8869), 1, + sym_simple_heredoc_body, + STATE(2812), 1, + sym__simple_heredoc_body, + STATE(2819), 1, + sym__heredoc_body, + STATE(4212), 1, + sym_heredoc_body, + [163815] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8871), 1, + anon_sym_SLASH, + ACTIONS(8873), 1, anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159111] = 4, + STATE(3816), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8827), 2, + sym__concat, + aux_sym_concatenation_token1, + [163832] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8710), 1, + ACTIONS(8875), 1, + anon_sym_SLASH, + ACTIONS(8877), 1, anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(8712), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159126] = 5, + STATE(3823), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8827), 2, + sym__concat, + aux_sym_concatenation_token1, + [163849] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8837), 1, + anon_sym_RPAREN, + ACTIONS(8855), 1, + sym__special_character, + STATE(3847), 1, + aux_sym__literal_repeat1, + STATE(3927), 1, + aux_sym_case_item_repeat1, + [163868] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8881), 1, + anon_sym_elif, + ACTIONS(8879), 2, + anon_sym_fi, + anon_sym_else, + STATE(3771), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [163883] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8886), 1, + anon_sym_COMMA, + ACTIONS(8889), 1, + aux_sym_heredoc_redirect_token1, + STATE(3772), 1, + aux_sym__for_body_repeat1, + ACTIONS(8884), 2, + anon_sym_SEMI, + anon_sym_AMP, + [163900] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8819), 1, + anon_sym_RPAREN, + ACTIONS(8855), 1, + sym__special_character, + STATE(3847), 1, + aux_sym__literal_repeat1, + STATE(3938), 1, + aux_sym_case_item_repeat1, + [163919] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(8869), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4212), 1, sym_heredoc_body, - STATE(3177), 2, + STATE(2840), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159143] = 4, + [163936] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8563), 1, + ACTIONS(8650), 1, anon_sym_in, - ACTIONS(8567), 1, + ACTIONS(8654), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8565), 3, + ACTIONS(8652), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159158] = 4, + [163951] = 4, ACTIONS(63), 1, sym_comment, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - ACTIONS(8715), 2, - sym__concat, - aux_sym_concatenation_token1, - [159173] = 5, + ACTIONS(8891), 1, + anon_sym_RBRACE3, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [163966] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8893), 1, + anon_sym_in, + ACTIONS(8897), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8895), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [163981] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8620), 1, - aux_sym_concatenation_token1, - ACTIONS(8718), 1, - sym__concat, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159190] = 6, + ACTIONS(8899), 1, + anon_sym_RBRACE3, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [163996] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(8720), 1, - anon_sym_SEMI, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3222), 1, - sym_compound_statement, - STATE(3223), 1, - sym_do_group, - [159209] = 4, + ACTIONS(8899), 1, + anon_sym_RBRACE3, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [164011] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8724), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3792), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159224] = 5, + [164026] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8620), 1, - aux_sym_concatenation_token1, - ACTIONS(8726), 1, - sym__concat, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - anon_sym_RPAREN, + ACTIONS(8891), 1, + anon_sym_RBRACE3, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [164041] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, anon_sym_PIPE, - [159241] = 6, + ACTIONS(8801), 1, + anon_sym_RPAREN, + ACTIONS(8855), 1, + sym__special_character, + STATE(3847), 1, + aux_sym__literal_repeat1, + STATE(4037), 1, + aux_sym_case_item_repeat1, + [164060] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8869), 1, + sym_simple_heredoc_body, + STATE(2845), 1, + sym__simple_heredoc_body, + STATE(2851), 1, + sym__heredoc_body, + STATE(4212), 1, + sym_heredoc_body, + [164079] = 6, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(63), 1, sym_comment, - ACTIONS(8728), 1, + ACTIONS(8901), 1, anon_sym_SEMI, - ACTIONS(8730), 1, + ACTIONS(8903), 1, anon_sym_do, - STATE(2840), 1, + STATE(2898), 1, sym_do_group, - STATE(2841), 1, + STATE(2934), 1, sym_compound_statement, - [159260] = 3, + [164098] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8732), 1, - sym__concat, - ACTIONS(3833), 4, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(2909), 1, + sym__heredoc_body, + STATE(2910), 1, + sym__simple_heredoc_body, + STATE(4407), 1, + sym_heredoc_body, + [164117] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(2904), 1, + sym__heredoc_body, + STATE(2907), 1, + sym__simple_heredoc_body, + STATE(4407), 1, + sym_heredoc_body, + [164136] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(4407), 1, + sym_heredoc_body, + STATE(2900), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164153] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(2897), 1, + sym__heredoc_body, + STATE(2899), 1, + sym__simple_heredoc_body, + STATE(4407), 1, + sym_heredoc_body, + [164172] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(4407), 1, + sym_heredoc_body, + STATE(2895), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164189] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(4407), 1, + sym_heredoc_body, + STATE(2894), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164206] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(4407), 1, + sym_heredoc_body, + STATE(2811), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164223] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8905), 1, + anon_sym_RBRACE3, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(8907), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159273] = 3, + [164238] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8734), 1, - sym__concat, - ACTIONS(3839), 4, + ACTIONS(8910), 1, + anon_sym_RBRACE3, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, + [164253] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [159286] = 5, + STATE(3792), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [164268] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(8849), 1, sym_simple_heredoc_body, - STATE(4063), 1, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(4407), 1, sym_heredoc_body, - STATE(3192), 2, + STATE(2884), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159303] = 6, + [164285] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8642), 1, - anon_sym_RPAREN, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3799), 1, - aux_sym_case_item_repeat1, - [159322] = 3, + ACTIONS(8849), 1, + sym_simple_heredoc_body, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + STATE(4407), 1, + sym_heredoc_body, + STATE(2880), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164302] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8738), 1, - sym__concat, - ACTIONS(3857), 4, + ACTIONS(4675), 1, + anon_sym_RBRACE3, + STATE(3776), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159335] = 3, + [164317] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8740), 1, - sym__concat, - ACTIONS(3848), 4, + ACTIONS(4437), 1, + anon_sym_RBRACE3, + STATE(3778), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159348] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8650), 1, - anon_sym_RPAREN, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3899), 1, - aux_sym_case_item_repeat1, - [159367] = 5, + [164332] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, - sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2829), 2, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(3295), 1, sym__heredoc_body, + STATE(3308), 1, sym__simple_heredoc_body, - [159384] = 4, + STATE(4465), 1, + sym_heredoc_body, + [164351] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4808), 1, + ACTIONS(8914), 1, anon_sym_RBRACE3, - STATE(3665), 1, + STATE(3792), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159399] = 5, + [164366] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(3260), 1, + sym__heredoc_body, + STATE(3262), 1, + sym__simple_heredoc_body, + STATE(4465), 1, + sym_heredoc_body, + [164385] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(4465), 1, + sym_heredoc_body, + STATE(3267), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164402] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(3273), 1, + sym__simple_heredoc_body, + STATE(3283), 1, + sym__heredoc_body, + STATE(4465), 1, + sym_heredoc_body, + [164421] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8916), 1, + anon_sym_SLASH, + ACTIONS(8918), 1, + anon_sym_DQUOTE, + ACTIONS(8920), 1, + anon_sym_RBRACE3, + ACTIONS(8922), 1, + sym__regex_no_slash, + STATE(4093), 1, + sym_string, + [164440] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(4465), 1, + sym_heredoc_body, + STATE(3278), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164457] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(4465), 1, + sym_heredoc_body, + STATE(3263), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164474] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + STATE(3270), 1, + sym__simple_heredoc_body, + STATE(3279), 1, + sym__heredoc_body, + STATE(4465), 1, + sym_heredoc_body, + [164493] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(4465), 1, sym_heredoc_body, - STATE(2830), 2, + STATE(3290), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159416] = 5, + [164510] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8912), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + STATE(4465), 1, + sym_heredoc_body, + STATE(3307), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164527] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + ACTIONS(8912), 1, + sym_simple_heredoc_body, + STATE(4465), 1, sym_heredoc_body, - STATE(2831), 2, + STATE(3300), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159433] = 4, + [164544] = 4, + ACTIONS(63), 1, + sym_comment, + STATE(3811), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(8924), 2, + sym__concat, + aux_sym_concatenation_token1, + [164559] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8927), 1, + sym__concat, + ACTIONS(3889), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [164572] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8929), 1, + sym__concat, + ACTIONS(3883), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [164585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8515), 1, + ACTIONS(8676), 1, anon_sym_in, - ACTIONS(8519), 1, + ACTIONS(8680), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8517), 3, + ACTIONS(8678), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159448] = 4, + [164600] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8931), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(3792), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159463] = 5, + [164615] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8646), 1, + ACTIONS(8827), 1, aux_sym_concatenation_token1, - ACTIONS(8744), 1, + ACTIONS(8933), 1, sym__concat, - STATE(3695), 1, + STATE(3811), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(1179), 2, anon_sym_SLASH, anon_sym_RBRACE3, - [159480] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8692), 1, - sym_simple_heredoc_body, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2843), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159497] = 4, + [164632] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(8935), 1, + sym__concat, + ACTIONS(3874), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159512] = 4, + anon_sym_RBRACE3, + [164645] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159527] = 4, + ACTIONS(479), 1, + anon_sym_LBRACE, + ACTIONS(8937), 1, + anon_sym_SEMI, + ACTIONS(8939), 1, + anon_sym_do, + STATE(2924), 1, + sym_do_group, + STATE(2936), 1, + sym_compound_statement, + [164664] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8748), 1, + ACTIONS(8941), 1, anon_sym_in, - ACTIONS(8752), 1, + ACTIONS(8945), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8750), 3, + ACTIONS(8943), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159542] = 5, + [164679] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8754), 1, + ACTIONS(8947), 1, sym__concat, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - anon_sym_SLASH, + ACTIONS(3866), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [159559] = 5, + [164692] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8949), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + STATE(4535), 1, + sym_heredoc_body, + STATE(3259), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164709] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + ACTIONS(8949), 1, + sym_simple_heredoc_body, + STATE(4535), 1, sym_heredoc_body, - STATE(2839), 2, + STATE(3245), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159576] = 4, + [164726] = 5, ACTIONS(63), 1, sym_comment, - STATE(3695), 1, + ACTIONS(8827), 1, + aux_sym_concatenation_token1, + ACTIONS(8951), 1, + sym__concat, + STATE(3811), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(1169), 2, anon_sym_SLASH, anon_sym_RBRACE3, - ACTIONS(8756), 2, - sym__concat, - aux_sym_concatenation_token1, - [159591] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159606] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159621] = 5, + [164743] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(8949), 1, sym_simple_heredoc_body, - STATE(4090), 1, - sym_heredoc_body, - STATE(2856), 2, + STATE(3246), 1, sym__heredoc_body, + STATE(3248), 1, sym__simple_heredoc_body, - [159638] = 4, + STATE(4535), 1, + sym_heredoc_body, + [164762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8497), 1, + ACTIONS(8682), 1, anon_sym_in, - ACTIONS(8501), 1, + ACTIONS(8686), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8499), 3, + ACTIONS(8684), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159653] = 6, + [164777] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(479), 1, + STATE(3826), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1185), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(8953), 2, + sym__concat, + aux_sym_concatenation_token1, + [164792] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8949), 1, + sym_simple_heredoc_body, + STATE(3239), 1, + sym__heredoc_body, + STATE(3240), 1, + sym__simple_heredoc_body, + STATE(4535), 1, + sym_heredoc_body, + [164811] = 6, + ACTIONS(63), 1, + sym_comment, + ACTIONS(258), 1, anon_sym_LBRACE, - ACTIONS(8761), 1, + ACTIONS(8956), 1, anon_sym_SEMI, - ACTIONS(8763), 1, + ACTIONS(8958), 1, anon_sym_do, - STATE(2834), 1, - sym_compound_statement, - STATE(2842), 1, + STATE(3274), 1, sym_do_group, - [159672] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8770), 1, - aux_sym_heredoc_redirect_token1, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8765), 2, - anon_sym_SEMI, - anon_sym_AMP, - [159689] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8774), 1, - anon_sym_elif, - ACTIONS(8772), 2, - anon_sym_fi, - anon_sym_else, - STATE(3702), 2, - sym_elif_clause, - aux_sym_if_statement_repeat1, - [159704] = 6, + STATE(3286), 1, + sym_compound_statement, + [164830] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8658), 1, - anon_sym_RPAREN, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3816), 1, - aux_sym_case_item_repeat1, - [159723] = 4, + ACTIONS(8851), 1, + sym__heredoc_body_beginning, + ACTIONS(8949), 1, + sym_simple_heredoc_body, + STATE(4535), 1, + sym_heredoc_body, + STATE(3249), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [164847] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8777), 1, + ACTIONS(8960), 1, anon_sym_in, - ACTIONS(8781), 1, + ACTIONS(8964), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8779), 3, + ACTIONS(8962), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159738] = 5, + [164862] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(8949), 1, sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3206), 2, + STATE(3252), 1, sym__heredoc_body, + STATE(3258), 1, sym__simple_heredoc_body, - [159755] = 5, + STATE(4535), 1, + sym_heredoc_body, + [164881] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(8949), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4535), 1, sym_heredoc_body, - STATE(2868), 2, + STATE(3241), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159772] = 5, + [164898] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(8949), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4535), 1, sym_heredoc_body, - STATE(2871), 2, + STATE(3242), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159789] = 5, + [164915] = 6, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(8949), 1, sym_simple_heredoc_body, - STATE(4090), 1, - sym_heredoc_body, - STATE(2872), 2, + STATE(3243), 1, sym__heredoc_body, + STATE(3244), 1, sym__simple_heredoc_body, - [159806] = 4, + STATE(4535), 1, + sym_heredoc_body, + [164934] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(4483), 1, anon_sym_RBRACE3, - STATE(3697), 1, + STATE(3793), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(4449), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159821] = 5, + [164949] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8759), 1, - sym_simple_heredoc_body, - STATE(4090), 1, - sym_heredoc_body, - STATE(2779), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159838] = 5, + ACTIONS(8779), 1, + aux_sym_concatenation_token1, + ACTIONS(8966), 1, + sym__concat, + STATE(3826), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1179), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [164966] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(8851), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(8949), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4535), 1, sym_heredoc_body, - STATE(2786), 2, + STATE(3235), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159855] = 5, + [164983] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8783), 1, + ACTIONS(8968), 1, + anon_sym_esac, + ACTIONS(8970), 1, + anon_sym_SEMI_SEMI, + ACTIONS(8972), 1, + anon_sym_SEMI_AMP, + ACTIONS(8974), 1, + anon_sym_SEMI_SEMI_AMP, + [164999] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1249), 4, + sym__concat, anon_sym_SLASH, - ACTIONS(8785), 1, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - STATE(3693), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8646), 2, + [165009] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1245), 4, sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - [159872] = 5, + [165019] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8787), 1, + ACTIONS(8976), 1, + anon_sym_esac, + ACTIONS(8978), 1, + anon_sym_SEMI_SEMI, + ACTIONS(8980), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [165033] = 5, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8861), 1, anon_sym_SLASH, - ACTIONS(8789), 1, + ACTIONS(8863), 1, anon_sym_RBRACE3, - STATE(3688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8646), 2, + ACTIONS(8982), 1, + sym__special_character, + STATE(3878), 1, + aux_sym__literal_repeat1, + [165049] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1253), 4, sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - [159889] = 5, + [165059] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3183), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159906] = 6, + ACTIONS(8984), 1, + anon_sym_esac, + ACTIONS(8986), 1, + anon_sym_SEMI_SEMI, + ACTIONS(8988), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [165073] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8616), 1, + ACTIONS(1257), 4, + sym__concat, anon_sym_RPAREN, - ACTIONS(8618), 1, anon_sym_PIPE, - ACTIONS(8736), 1, + aux_sym_concatenation_token1, + [165083] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8993), 1, + anon_sym_RBRACE3, + STATE(3846), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(8990), 2, + sym__concat, + aux_sym_concatenation_token1, + [165097] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8995), 1, sym__special_character, - STATE(3778), 1, + STATE(3847), 1, aux_sym__literal_repeat1, - STATE(3910), 1, - aux_sym_case_item_repeat1, - [159925] = 4, + ACTIONS(1275), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [165111] = 2, ACTIONS(63), 1, sym_comment, - STATE(3670), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + ACTIONS(1253), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [165121] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1257), 4, sym__concat, + anon_sym_SLASH, aux_sym_concatenation_token1, - ACTIONS(8791), 2, + anon_sym_RBRACE3, + [165131] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1211), 4, + sym__concat, anon_sym_RPAREN, anon_sym_PIPE, - [159940] = 4, + aux_sym_concatenation_token1, + [165141] = 2, ACTIONS(63), 1, sym_comment, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + ACTIONS(1261), 4, sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - ACTIONS(8793), 2, + [165151] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1223), 4, + sym__concat, anon_sym_RPAREN, anon_sym_PIPE, - [159955] = 5, + aux_sym_concatenation_token1, + [165161] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3184), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159972] = 5, + ACTIONS(1265), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [165171] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3212), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159989] = 5, + ACTIONS(1249), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [165181] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8795), 1, - anon_sym_esac, - ACTIONS(8797), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8799), 1, - anon_sym_SEMI_AMP, - ACTIONS(8801), 1, - anon_sym_SEMI_SEMI_AMP, - [160005] = 5, + ACTIONS(1237), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [165191] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8803), 1, - anon_sym_esac, - ACTIONS(8805), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8807), 1, - anon_sym_SEMI_AMP, - ACTIONS(8809), 1, - anon_sym_SEMI_SEMI_AMP, - [160021] = 4, + ACTIONS(1241), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [165201] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8811), 1, - anon_sym_esac, - ACTIONS(8813), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8815), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160035] = 4, + ACTIONS(9000), 1, + anon_sym_RBRACE3, + STATE(3846), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(8998), 2, + sym__concat, + aux_sym_concatenation_token1, + [165215] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1237), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [165225] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8736), 1, + ACTIONS(8875), 1, + anon_sym_SLASH, + ACTIONS(8877), 1, + anon_sym_RBRACE3, + ACTIONS(8982), 1, sym__special_character, - STATE(3778), 1, + STATE(3878), 1, aux_sym__literal_repeat1, - ACTIONS(8793), 2, + [165241] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1219), 4, + sym__concat, anon_sym_RPAREN, anon_sym_PIPE, - [160049] = 4, + aux_sym_concatenation_token1, + [165251] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8817), 1, - anon_sym_esac, - ACTIONS(8819), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160063] = 5, + ACTIONS(1215), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [165261] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8787), 1, + ACTIONS(1261), 4, + sym__concat, anon_sym_SLASH, - ACTIONS(8789), 1, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - ACTIONS(8823), 1, - sym__special_character, - STATE(3743), 1, - aux_sym__literal_repeat1, - [160079] = 4, + [165271] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8828), 1, - anon_sym_RBRACE3, - STATE(3726), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8825), 2, + ACTIONS(1185), 4, sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - [160093] = 5, + [165281] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(479), 1, - anon_sym_LBRACE, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2780), 1, - sym_compound_statement, - STATE(2785), 1, - sym_do_group, - [160109] = 4, + ACTIONS(1197), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [165291] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8832), 1, - anon_sym_RBRACE3, - STATE(3726), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, + ACTIONS(1205), 4, sym__concat, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160123] = 5, + anon_sym_RBRACE3, + [165301] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8834), 1, + ACTIONS(9002), 1, anon_sym_esac, - ACTIONS(8836), 1, + ACTIONS(9004), 1, anon_sym_SEMI_SEMI, - ACTIONS(8838), 1, + ACTIONS(9006), 1, anon_sym_SEMI_AMP, - ACTIONS(8840), 1, + ACTIONS(9008), 1, anon_sym_SEMI_SEMI_AMP, - [160139] = 4, + [165317] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8842), 1, + ACTIONS(9010), 1, anon_sym_esac, - ACTIONS(8844), 1, + ACTIONS(9012), 1, anon_sym_SEMI_SEMI, - ACTIONS(8846), 2, + ACTIONS(9014), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [160153] = 4, + [165331] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8848), 1, + ACTIONS(9016), 1, anon_sym_esac, - ACTIONS(8850), 1, + ACTIONS(9018), 1, anon_sym_SEMI_SEMI, - ACTIONS(8852), 2, + ACTIONS(9020), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [160167] = 5, + [165345] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1269), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [165355] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8834), 1, + ACTIONS(9022), 1, anon_sym_esac, - ACTIONS(8854), 1, + ACTIONS(9024), 1, anon_sym_SEMI_SEMI, - ACTIONS(8856), 1, + ACTIONS(9026), 1, anon_sym_SEMI_AMP, - ACTIONS(8858), 1, + ACTIONS(9028), 1, anon_sym_SEMI_SEMI_AMP, - [160183] = 2, + [165371] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1201), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160193] = 2, + [165381] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160203] = 3, + ACTIONS(9022), 1, + anon_sym_esac, + ACTIONS(9030), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9032), 1, + anon_sym_SEMI_AMP, + ACTIONS(9034), 1, + anon_sym_SEMI_SEMI_AMP, + [165397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8770), 1, + ACTIONS(8889), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8765), 3, + ACTIONS(8884), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_AMP, - [160215] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1207), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160225] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1265), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160235] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4007), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160245] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1261), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160255] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4003), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160265] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3848), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160275] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1207), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160285] = 4, + [165409] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, ACTIONS(63), 1, sym_comment, - ACTIONS(8860), 1, - sym__special_character, - STATE(3743), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [160299] = 2, + ACTIONS(8903), 1, + anon_sym_do, + STATE(2810), 1, + sym_compound_statement, + STATE(2841), 1, + sym_do_group, + [165425] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(3857), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160309] = 5, - ACTIONS(29), 1, + ACTIONS(258), 1, anon_sym_LBRACE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8730), 1, + ACTIONS(8958), 1, anon_sym_do, - STATE(2857), 1, + STATE(3299), 1, sym_do_group, - STATE(2858), 1, + STATE(3306), 1, sym_compound_statement, - [160325] = 3, + [165441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8865), 1, + ACTIONS(9038), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8863), 3, + ACTIONS(9036), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_AMP, - [160337] = 2, + [165453] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1249), 4, - sym__concat, + ACTIONS(9040), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [165463] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9042), 1, + sym__special_character, + STATE(3878), 1, + aux_sym__literal_repeat1, + ACTIONS(1275), 2, anon_sym_SLASH, - aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160347] = 5, + [165477] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8795), 1, + ACTIONS(9002), 1, anon_sym_esac, - ACTIONS(8867), 1, + ACTIONS(9045), 1, anon_sym_SEMI_SEMI, - ACTIONS(8869), 1, + ACTIONS(9047), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(9049), 1, anon_sym_SEMI_SEMI_AMP, - [160363] = 2, + [165493] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(9051), 1, + anon_sym_RBRACE3, + STATE(3857), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(8998), 2, sym__concat, - anon_sym_SLASH, aux_sym_concatenation_token1, + [165507] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1237), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160373] = 2, + [165517] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1217), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(1241), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160383] = 2, + [165527] = 2, ACTIONS(63), 1, sym_comment, ACTIONS(1237), 4, @@ -188894,9175 +193333,9359 @@ static const uint16_t ts_small_parse_table[] = { sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160393] = 2, + [165537] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1227), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160403] = 2, + [165547] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1245), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160413] = 2, + [165557] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1265), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160423] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1207), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160433] = 2, + [165567] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1219), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160443] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8873), 1, - anon_sym_RBRACE3, - STATE(3728), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, - sym__concat, - aux_sym_concatenation_token1, - [160457] = 2, + [165577] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1223), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160467] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1203), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160477] = 2, + [165587] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(1257), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160487] = 2, + ACTIONS(8968), 1, + anon_sym_esac, + ACTIONS(9053), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9055), 1, + anon_sym_SEMI_AMP, + ACTIONS(9057), 1, + anon_sym_SEMI_SEMI_AMP, + [165603] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1203), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(3874), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160497] = 2, + [165613] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1237), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160507] = 2, - ACTIONS(63), 1, + [165623] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160517] = 2, + ACTIONS(9061), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9059), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [165635] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1201), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160527] = 2, + [165645] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1197), 4, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160537] = 5, + anon_sym_RBRACE3, + [165655] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(9063), 1, anon_sym_esac, - ACTIONS(8877), 1, + ACTIONS(9065), 1, anon_sym_SEMI_SEMI, - ACTIONS(8879), 1, + ACTIONS(9067), 1, anon_sym_SEMI_AMP, - ACTIONS(8881), 1, + ACTIONS(9069), 1, anon_sym_SEMI_SEMI_AMP, - [160553] = 2, + [165671] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1185), 4, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160563] = 2, + anon_sym_RBRACE3, + [165681] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1229), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(4037), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160573] = 2, + [165691] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1211), 4, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160583] = 5, + anon_sym_RBRACE3, + [165701] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8803), 1, - anon_sym_esac, - ACTIONS(8883), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8885), 1, - anon_sym_SEMI_AMP, - ACTIONS(8887), 1, - anon_sym_SEMI_SEMI_AMP, - [160599] = 2, + ACTIONS(479), 1, + anon_sym_LBRACE, + ACTIONS(8939), 1, + anon_sym_do, + STATE(2827), 1, + sym_do_group, + STATE(2919), 1, + sym_compound_statement, + [165717] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160609] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8891), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8889), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_AMP, - [160621] = 2, + ACTIONS(4063), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [165727] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1237), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160631] = 5, + [165737] = 5, ACTIONS(63), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(9063), 1, anon_sym_esac, - ACTIONS(8893), 1, + ACTIONS(9071), 1, anon_sym_SEMI_SEMI, - ACTIONS(8895), 1, + ACTIONS(9073), 1, anon_sym_SEMI_AMP, - ACTIONS(8897), 1, + ACTIONS(9075), 1, anon_sym_SEMI_SEMI_AMP, - [160647] = 2, + [165753] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1233), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(3866), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160657] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1265), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160667] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1253), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160677] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8899), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [160691] = 2, + [165763] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1215), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160701] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3201), 1, - sym_compound_statement, - STATE(3205), 1, - sym_do_group, - [160717] = 2, + [165773] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, - sym__concat, + ACTIONS(8855), 1, + sym__special_character, + STATE(3847), 1, + aux_sym__literal_repeat1, + ACTIONS(8859), 2, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160727] = 2, + [165787] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1241), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160737] = 2, + [165797] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1205), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160747] = 2, + [165807] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1227), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160757] = 2, + [165817] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1269), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160767] = 2, + [165827] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1221), 4, + STATE(3857), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(8998), 2, sym__concat, - anon_sym_SLASH, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160777] = 2, + [165838] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1229), 4, - sym__concat, + ACTIONS(1211), 3, + sym_extglob_pattern, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160787] = 2, + [165847] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1233), 4, - sym__concat, + ACTIONS(9077), 1, anon_sym_RPAREN, + ACTIONS(9079), 1, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160797] = 2, + STATE(3912), 1, + aux_sym_case_item_repeat1, + [165860] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1221), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160807] = 2, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9082), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [165871] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8902), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160817] = 4, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9086), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [165882] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(9088), 1, + anon_sym_RPAREN, + STATE(3912), 1, + aux_sym_case_item_repeat1, + [165895] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8904), 1, + ACTIONS(9090), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [160830] = 4, + [165908] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8906), 1, + ACTIONS(9092), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [160843] = 4, + [165921] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8908), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(8910), 1, - anon_sym_COMMA, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [160856] = 4, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9094), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [165932] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8856), 1, - anon_sym_SEMI_AMP, - ACTIONS(8858), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8912), 1, - anon_sym_SEMI_SEMI, - [160869] = 4, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(9096), 1, + anon_sym_RPAREN, + STATE(3912), 1, + aux_sym_case_item_repeat1, + [165945] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8914), 1, + ACTIONS(9098), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160882] = 3, + ACTIONS(9100), 1, + anon_sym_COMMA, + STATE(3943), 1, + aux_sym__for_body_repeat1, + [165958] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8916), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8852), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160893] = 3, + ACTIONS(9100), 1, + anon_sym_COMMA, + ACTIONS(9102), 1, + anon_sym_RPAREN_RPAREN, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [165971] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8918), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [160904] = 4, + ACTIONS(9100), 1, + anon_sym_COMMA, + ACTIONS(9104), 1, + anon_sym_RPAREN_RPAREN, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [165984] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8922), 1, + ACTIONS(9106), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [160917] = 4, + [165997] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8924), 1, + ACTIONS(9108), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [160930] = 3, + [166010] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(8926), 2, + ACTIONS(9110), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [160941] = 3, + [166021] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8928), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8846), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160952] = 4, + ACTIONS(9112), 1, + anon_sym_COMMA, + ACTIONS(9114), 1, + anon_sym_RPAREN, + STATE(3933), 1, + aux_sym__for_body_repeat1, + [166034] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8930), 1, - anon_sym_RPAREN, - ACTIONS(8932), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - STATE(3802), 1, + ACTIONS(9116), 1, + anon_sym_RPAREN, + STATE(3912), 1, aux_sym_case_item_repeat1, - [160965] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8935), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160978] = 4, + [166047] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8838), 1, - anon_sym_SEMI_AMP, - ACTIONS(8840), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8937), 1, - anon_sym_SEMI_SEMI, - [160991] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8939), 1, + ACTIONS(9118), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161004] = 4, + [166060] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8770), 1, - anon_sym_RPAREN, - ACTIONS(8941), 1, - anon_sym_COMMA, - STATE(3806), 1, - aux_sym__for_body_repeat1, - [161017] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8799), 1, + ACTIONS(9047), 1, anon_sym_SEMI_AMP, - ACTIONS(8801), 1, + ACTIONS(9049), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(8944), 1, + ACTIONS(9120), 1, anon_sym_SEMI_SEMI, - [161030] = 4, + [166073] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8946), 1, + ACTIONS(9122), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161043] = 3, + [166086] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(8948), 2, + ACTIONS(9124), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161054] = 4, + [166097] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8950), 1, + ACTIONS(9126), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161067] = 4, + [166110] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(9112), 1, anon_sym_COMMA, - ACTIONS(8954), 1, + ACTIONS(9128), 1, anon_sym_RPAREN, - STATE(3890), 1, + STATE(4027), 1, aux_sym__for_body_repeat1, - [161080] = 4, + [166123] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9130), 1, + anon_sym_SEMI_SEMI, + ACTIONS(8980), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [166134] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8956), 1, + ACTIONS(8799), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4014), 1, aux_sym_case_item_repeat1, - [161093] = 4, + [166147] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9026), 1, + anon_sym_SEMI_AMP, + ACTIONS(9028), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9132), 1, + anon_sym_SEMI_SEMI, + [166160] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8958), 1, + ACTIONS(9134), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161106] = 3, + [166173] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8960), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161117] = 4, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(9136), 1, + anon_sym_RPAREN, + STATE(3912), 1, + aux_sym_case_item_repeat1, + [166186] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8962), 1, + ACTIONS(9138), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [161130] = 4, + [166199] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8964), 1, + ACTIONS(9140), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [161143] = 4, + [166212] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8680), 1, + ACTIONS(9142), 1, anon_sym_RPAREN, - STATE(3919), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [161156] = 4, + [166225] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8966), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161169] = 4, + ACTIONS(9144), 1, + anon_sym_SEMI_SEMI, + ACTIONS(8988), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [166236] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(8968), 1, + ACTIONS(9146), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161182] = 4, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [166249] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8970), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161195] = 3, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9148), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [166260] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(8972), 2, + ACTIONS(9150), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161206] = 4, + [166271] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(8974), 1, - anon_sym_RPAREN_RPAREN, - STATE(3861), 1, - aux_sym__for_body_repeat1, - [161219] = 4, + ACTIONS(1205), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [166280] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(8976), 1, - anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161232] = 4, + ACTIONS(1201), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [166289] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8978), 1, + ACTIONS(9152), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161245] = 4, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166302] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8980), 1, + ACTIONS(9154), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161258] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8982), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161269] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8828), 3, - sym__concat, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [161278] = 3, + [166315] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8984), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161289] = 4, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9156), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166328] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(8986), 1, + ACTIONS(9158), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161302] = 3, + [166341] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(8988), 2, + ACTIONS(9160), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161313] = 4, + [166352] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8990), 1, + ACTIONS(1261), 3, + sym_extglob_pattern, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161326] = 4, + anon_sym_PIPE, + [166361] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8992), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161339] = 4, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9162), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166374] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8994), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161352] = 3, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9164), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166387] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8996), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [161363] = 3, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9166), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166400] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(8998), 2, + ACTIONS(9168), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161374] = 4, + [166411] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9000), 1, + ACTIONS(9170), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161387] = 4, + [166424] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9002), 1, + ACTIONS(9172), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161400] = 2, + [166437] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1169), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - sym__special_character, - [161409] = 4, + ACTIONS(9100), 1, + anon_sym_COMMA, + ACTIONS(9174), 1, + anon_sym_RPAREN_RPAREN, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [166450] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9004), 1, + ACTIONS(9176), 1, anon_sym_RPAREN_RPAREN, - STATE(3898), 1, + STATE(4017), 1, aux_sym__for_body_repeat1, - [161422] = 3, + [166463] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(8993), 3, + sym__concat, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [166472] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9178), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166485] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9006), 2, + ACTIONS(9180), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161433] = 4, + [166496] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1175), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + sym__special_character, + [166505] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9008), 1, + ACTIONS(9182), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161446] = 4, + [166518] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9010), 1, - anon_sym_RPAREN, - STATE(3847), 1, - aux_sym__for_body_repeat1, - [161459] = 4, + ACTIONS(9184), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166531] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9067), 1, + anon_sym_SEMI_AMP, + ACTIONS(9069), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9186), 1, + anon_sym_SEMI_SEMI, + [166544] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9012), 1, + ACTIONS(9188), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4029), 1, aux_sym__for_body_repeat1, - [161472] = 3, + [166557] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9014), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8815), 2, + ACTIONS(9073), 1, anon_sym_SEMI_AMP, + ACTIONS(9075), 1, anon_sym_SEMI_SEMI_AMP, - [161483] = 4, + ACTIONS(9190), 1, + anon_sym_SEMI_SEMI, + [166570] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9016), 1, + ACTIONS(9192), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161496] = 4, + [166583] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9018), 1, + ACTIONS(9194), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161509] = 4, + STATE(4006), 1, + aux_sym__for_body_repeat1, + [166596] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9020), 1, - anon_sym_RPAREN, - STATE(3806), 1, - aux_sym__for_body_repeat1, - [161522] = 4, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9196), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [166607] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9022), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161535] = 4, + ACTIONS(9198), 1, + sym__concat, + ACTIONS(3889), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [166618] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9200), 1, + sym__concat, + ACTIONS(3883), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [166629] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9112), 1, anon_sym_COMMA, - ACTIONS(9024), 1, - anon_sym_RPAREN_RPAREN, - STATE(3892), 1, + ACTIONS(9202), 1, + anon_sym_RPAREN, + STATE(4020), 1, aux_sym__for_body_repeat1, - [161548] = 3, + [166642] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9026), 2, + ACTIONS(9204), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161559] = 4, + [166653] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9028), 1, + ACTIONS(9206), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161572] = 4, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166666] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9030), 1, + ACTIONS(9208), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161585] = 4, + [166679] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9032), 1, + ACTIONS(9210), 1, anon_sym_RPAREN_RPAREN, - STATE(3888), 1, - aux_sym__for_body_repeat1, - [161598] = 4, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166692] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9034), 1, + ACTIONS(9212), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161611] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9036), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161622] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8869), 1, - anon_sym_SEMI_AMP, - ACTIONS(8871), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9038), 1, - anon_sym_SEMI_SEMI, - [161635] = 3, + [166705] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9040), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161646] = 4, + ACTIONS(9100), 1, + anon_sym_COMMA, + ACTIONS(9214), 1, + anon_sym_RPAREN_RPAREN, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [166718] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9042), 1, + ACTIONS(4230), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + ACTIONS(9216), 1, + anon_sym_COMMA, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161659] = 4, + [166731] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9044), 1, + ACTIONS(9219), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161672] = 4, + STATE(3921), 1, + aux_sym__for_body_repeat1, + [166744] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9046), 1, + ACTIONS(9221), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161685] = 4, + STATE(3922), 1, + aux_sym__for_body_repeat1, + [166757] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9048), 1, + ACTIONS(9223), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4029), 1, aux_sym__for_body_repeat1, - [161698] = 4, + [166770] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9050), 1, + ACTIONS(9225), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161711] = 3, + [166783] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9052), 2, + ACTIONS(9227), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161722] = 4, + [166794] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9054), 1, + ACTIONS(9229), 1, anon_sym_RPAREN_RPAREN, - STATE(3851), 1, - aux_sym__for_body_repeat1, - [161735] = 4, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166807] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9056), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161748] = 4, + ACTIONS(9032), 1, + anon_sym_SEMI_AMP, + ACTIONS(9034), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9231), 1, + anon_sym_SEMI_SEMI, + [166820] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8775), 1, + anon_sym_RPAREN, + ACTIONS(8777), 1, + anon_sym_PIPE, + STATE(4040), 1, + aux_sym_case_item_repeat1, + [166833] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9058), 1, + ACTIONS(9233), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161761] = 4, + [166846] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9112), 1, anon_sym_COMMA, - ACTIONS(9060), 1, - anon_sym_RPAREN_RPAREN, - STATE(3843), 1, + ACTIONS(9235), 1, + anon_sym_RPAREN, + STATE(4030), 1, aux_sym__for_body_repeat1, - [161774] = 4, + [166859] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9062), 1, + ACTIONS(9237), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161787] = 4, + [166872] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8879), 1, + ACTIONS(9239), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9020), 2, anon_sym_SEMI_AMP, - ACTIONS(8881), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9064), 1, - anon_sym_SEMI_SEMI, - [161800] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9066), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161811] = 3, + [166883] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9068), 2, + ACTIONS(9241), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161822] = 3, + [166894] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9070), 2, + ACTIONS(9243), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161833] = 4, + [166905] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9072), 1, + ACTIONS(9245), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161846] = 4, + [166918] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9247), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [166929] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9074), 1, + ACTIONS(9249), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161859] = 4, + [166942] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9076), 1, + ACTIONS(9251), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161872] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9078), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161883] = 3, + [166955] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9080), 2, + ACTIONS(9253), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161894] = 3, + [166966] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9082), 1, - sym__concat, - ACTIONS(3833), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161905] = 3, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9255), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [166979] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9084), 1, - sym__concat, - ACTIONS(3839), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161916] = 4, + ACTIONS(9006), 1, + anon_sym_SEMI_AMP, + ACTIONS(9008), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9257), 1, + anon_sym_SEMI_SEMI, + [166992] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9086), 1, - anon_sym_RPAREN, - STATE(3909), 1, + ACTIONS(9259), 1, + anon_sym_RPAREN_RPAREN, + STATE(3986), 1, aux_sym__for_body_repeat1, - [161929] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9088), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161940] = 4, + [167005] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(4151), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(9090), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161953] = 4, + ACTIONS(9261), 1, + anon_sym_RPAREN_RPAREN, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [167018] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9093), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161966] = 4, + ACTIONS(1173), 1, + sym__special_character, + ACTIONS(1175), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [167029] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9095), 1, + ACTIONS(9263), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [161979] = 4, + [167042] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(8636), 1, + ACTIONS(9265), 1, anon_sym_RPAREN, - STATE(3905), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [161992] = 4, + [167055] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9097), 1, + ACTIONS(9267), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162005] = 4, + [167068] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9099), 1, + ACTIONS(9269), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162018] = 4, + [167081] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9101), 1, - anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162031] = 4, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9271), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167092] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9103), 1, + ACTIONS(9273), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162044] = 4, + [167105] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9105), 1, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(9275), 1, anon_sym_RPAREN, - STATE(3806), 1, + STATE(3912), 1, + aux_sym_case_item_repeat1, + [167118] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9100), 1, + anon_sym_COMMA, + ACTIONS(9277), 1, + anon_sym_RPAREN_RPAREN, + STATE(3982), 1, aux_sym__for_body_repeat1, - [162057] = 3, + [167131] = 3, ACTIONS(63), 1, sym_comment, - STATE(3728), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, + ACTIONS(9279), 1, sym__concat, - aux_sym_concatenation_token1, - [162068] = 4, + ACTIONS(3874), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167142] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9107), 1, + ACTIONS(9281), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4029), 1, aux_sym__for_body_repeat1, - [162081] = 3, + [167155] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9109), 2, + ACTIONS(9283), 1, + sym__concat, + ACTIONS(3866), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162092] = 3, + [167166] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9111), 2, + ACTIONS(9285), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162103] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8895), 1, - anon_sym_SEMI_AMP, - ACTIONS(8897), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9113), 1, - anon_sym_SEMI_SEMI, - [162116] = 4, + [167177] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(9112), 1, anon_sym_COMMA, - ACTIONS(9115), 1, - anon_sym_RPAREN_RPAREN, - STATE(3823), 1, + ACTIONS(9287), 1, + anon_sym_RPAREN, + STATE(4027), 1, aux_sym__for_body_repeat1, - [162129] = 4, + [167190] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9117), 1, - anon_sym_RPAREN_RPAREN, - STATE(3824), 1, - aux_sym__for_body_repeat1, - [162142] = 4, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9289), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167201] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(9291), 1, + anon_sym_RPAREN, + STATE(3912), 1, + aux_sym_case_item_repeat1, + [167214] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9100), 1, anon_sym_COMMA, - ACTIONS(9119), 1, + ACTIONS(9293), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(3969), 1, aux_sym__for_body_repeat1, - [162155] = 4, + [167227] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9121), 1, + ACTIONS(1223), 3, + sym_extglob_pattern, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162168] = 4, + anon_sym_PIPE, + [167236] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(9123), 1, + ACTIONS(8803), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3939), 1, aux_sym_case_item_repeat1, - [162181] = 4, + [167249] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9125), 1, + ACTIONS(9295), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162194] = 4, + [167262] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(8889), 1, + anon_sym_RPAREN, + ACTIONS(9297), 1, + anon_sym_COMMA, + STATE(4027), 1, + aux_sym__for_body_repeat1, + [167275] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9127), 1, + ACTIONS(9300), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162207] = 4, + [167288] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8654), 1, + ACTIONS(8889), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(9302), 1, + anon_sym_COMMA, + STATE(4029), 1, + aux_sym__for_body_repeat1, + [167301] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9112), 1, + anon_sym_COMMA, + ACTIONS(9305), 1, anon_sym_RPAREN, - STATE(3812), 1, - aux_sym_case_item_repeat1, - [162220] = 3, + STATE(4027), 1, + aux_sym__for_body_repeat1, + [167314] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9129), 1, - sym__concat, - ACTIONS(3857), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162231] = 4, + ACTIONS(8972), 1, + anon_sym_SEMI_AMP, + ACTIONS(8974), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(9307), 1, + anon_sym_SEMI_SEMI, + [167327] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(9131), 1, + ACTIONS(9309), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [162244] = 3, + [167340] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(9133), 1, - sym__concat, - ACTIONS(3848), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162255] = 4, + ACTIONS(3930), 1, + anon_sym_COMMA, + ACTIONS(9311), 1, + anon_sym_RPAREN_RPAREN, + STATE(3983), 1, + aux_sym_arithmetic_expansion_repeat1, + [167353] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9135), 1, + ACTIONS(9313), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162268] = 4, + [167366] = 4, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9100), 1, + anon_sym_COMMA, + ACTIONS(9315), 1, + anon_sym_RPAREN_RPAREN, + STATE(3960), 1, + aux_sym__for_body_repeat1, + [167379] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9317), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167390] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(9137), 1, + ACTIONS(9319), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [162281] = 4, + [167403] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9139), 1, - anon_sym_RPAREN, - STATE(3806), 1, - aux_sym__for_body_repeat1, - [162294] = 4, + ACTIONS(9321), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9014), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [167414] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(9141), 1, + ACTIONS(9323), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [162307] = 4, + [167427] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(9143), 1, + ACTIONS(9325), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [162320] = 4, + [167440] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9145), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162333] = 4, + ACTIONS(9327), 1, + sym_extglob_pattern, + ACTIONS(3471), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [167451] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8885), 1, + ACTIONS(9055), 1, anon_sym_SEMI_AMP, - ACTIONS(8887), 1, + ACTIONS(9057), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9147), 1, + ACTIONS(9329), 1, anon_sym_SEMI_SEMI, - [162346] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8652), 1, - anon_sym_RPAREN, - STATE(3832), 1, - aux_sym_case_item_repeat1, - [162359] = 4, + [167464] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9149), 1, + ACTIONS(9331), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162372] = 3, + [167477] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(1167), 1, - sym__special_character, - ACTIONS(1169), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [162383] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9151), 1, + ACTIONS(9333), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162396] = 4, + [167490] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3930), 1, anon_sym_COMMA, - ACTIONS(9153), 1, + ACTIONS(9335), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(3983), 1, aux_sym_arithmetic_expansion_repeat1, - [162409] = 4, + [167503] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9155), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162422] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, + ACTIONS(8777), 1, anon_sym_PIPE, - ACTIONS(9157), 1, + ACTIONS(9337), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(3912), 1, aux_sym_case_item_repeat1, - [162435] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8807), 1, - anon_sym_SEMI_AMP, - ACTIONS(8809), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9159), 1, - anon_sym_SEMI_SEMI, - [162448] = 3, + [167516] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(9084), 1, anon_sym_LBRACK, - ACTIONS(9161), 2, + ACTIONS(9339), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162459] = 4, + [167527] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8770), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(9163), 1, - anon_sym_COMMA, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162472] = 4, + ACTIONS(9084), 1, + anon_sym_LBRACK, + ACTIONS(9341), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167538] = 4, ACTIONS(63), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9166), 1, - anon_sym_RPAREN_RPAREN, - STATE(3793), 1, - aux_sym__for_body_repeat1, - [162485] = 3, + ACTIONS(8777), 1, + anon_sym_PIPE, + ACTIONS(8835), 1, + anon_sym_RPAREN, + STATE(3924), 1, + aux_sym_case_item_repeat1, + [167551] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5346), 1, + ACTIONS(7199), 1, anon_sym_DOLLAR_LBRACE, - STATE(3576), 1, + STATE(2085), 1, sym_expansion, - [162495] = 3, + [167561] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5881), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1102), 1, - sym_expansion, - [162505] = 3, + ACTIONS(9247), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167569] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6035), 1, + ACTIONS(6308), 1, anon_sym_DOLLAR_LBRACE, - STATE(1037), 1, + STATE(1126), 1, sym_expansion, - [162515] = 3, + [167579] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4397), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - STATE(2508), 1, + STATE(1632), 1, sym_expansion, - [162525] = 3, + [167589] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4673), 1, + ACTIONS(9038), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [167597] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(6140), 1, anon_sym_DOLLAR_LBRACE, - STATE(1240), 1, + STATE(1046), 1, sym_expansion, - [162535] = 3, + [167607] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5230), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - STATE(3737), 1, + STATE(1639), 1, sym_expansion, - [162545] = 3, + [167617] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(2841), 1, + ACTIONS(2793), 1, anon_sym_DOLLAR_LBRACE, - STATE(1692), 1, + STATE(1729), 1, sym_expansion, - [162555] = 2, + [167627] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3848), 2, + ACTIONS(9339), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162563] = 2, + [167635] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9161), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162571] = 3, + ACTIONS(9038), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [167643] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - STATE(2939), 1, - sym_expansion, - [162581] = 3, + ACTIONS(8903), 1, + anon_sym_do, + STATE(2866), 1, + sym_do_group, + [167653] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_DOLLAR_LBRACE, - STATE(891), 1, - sym_expansion, - [162591] = 2, + ACTIONS(9289), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167661] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8889), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [167669] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8891), 2, + ACTIONS(8889), 2, anon_sym_COMMA, anon_sym_RPAREN, - [162599] = 3, + [167677] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8730), 1, - anon_sym_do, - STATE(2862), 1, - sym_do_group, - [162609] = 3, + ACTIONS(167), 1, + anon_sym_DOLLAR_LBRACE, + STATE(368), 1, + sym_expansion, + [167687] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5376), 1, + ACTIONS(6080), 1, anon_sym_DOLLAR_LBRACE, - STATE(2599), 1, + STATE(1235), 1, sym_expansion, - [162619] = 2, + [167697] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9070), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162627] = 3, + ACTIONS(8871), 1, + anon_sym_SLASH, + ACTIONS(8873), 1, + anon_sym_RBRACE3, + [167707] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7105), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LBRACE, - STATE(2054), 1, + STATE(1440), 1, sym_expansion, - [162637] = 3, + [167717] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4467), 1, - anon_sym_DOLLAR_LBRACE, - STATE(2495), 1, - sym_expansion, - [162647] = 2, + ACTIONS(8958), 1, + anon_sym_do, + STATE(3314), 1, + sym_do_group, + [167727] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3857), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162655] = 2, + ACTIONS(1265), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [167735] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9111), 2, + ACTIONS(3866), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162663] = 3, + [167743] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(3874), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167751] = 3, + ACTIONS(53), 1, anon_sym_DOLLAR_LBRACE, - STATE(1012), 1, - sym_expansion, - [162673] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1217), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162681] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - STATE(840), 1, + STATE(844), 1, sym_expansion, - [162691] = 2, + [167761] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9109), 2, + ACTIONS(9253), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162699] = 3, + [167769] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4838), 1, + ACTIONS(6913), 1, anon_sym_DOLLAR_LBRACE, - STATE(1723), 1, + STATE(2073), 1, sym_expansion, - [162709] = 2, + [167779] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9088), 2, + ACTIONS(9241), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162717] = 2, + [167787] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8918), 2, + ACTIONS(9285), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162725] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8770), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [162733] = 3, + [167795] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9168), 1, - anon_sym_SLASH, - ACTIONS(9170), 1, - anon_sym_RBRACE3, - [162743] = 3, + ACTIONS(9341), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [167803] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9172), 1, - anon_sym_COLON, - ACTIONS(9174), 1, - anon_sym_RBRACE3, - [162753] = 3, + ACTIONS(5363), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2692), 1, + sym_expansion, + [167813] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9176), 1, + ACTIONS(6040), 1, anon_sym_DOLLAR_LBRACE, - STATE(4025), 1, + STATE(870), 1, sym_expansion, - [162763] = 3, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, + [167823] = 3, ACTIONS(63), 1, sym_comment, - STATE(794), 1, + ACTIONS(6230), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1936), 1, sym_expansion, - [162773] = 3, + [167833] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2878), 1, - sym_do_group, - [162783] = 3, + ACTIONS(1201), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [167841] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5708), 1, + ACTIONS(5472), 1, anon_sym_DOLLAR_LBRACE, - STATE(3163), 1, + STATE(1556), 1, sym_expansion, - [162793] = 3, + [167851] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4593), 1, + ACTIONS(6116), 1, anon_sym_DOLLAR_LBRACE, - STATE(2084), 1, + STATE(1675), 1, sym_expansion, - [162803] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9078), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162811] = 3, + [167861] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6852), 1, + ACTIONS(4965), 1, anon_sym_DOLLAR_LBRACE, - STATE(2028), 1, + STATE(1013), 1, sym_expansion, - [162821] = 3, + [167871] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2776), 1, - sym_do_group, - [162831] = 3, + ACTIONS(4769), 1, + anon_sym_DOLLAR_LBRACE, + STATE(867), 1, + sym_expansion, + [167881] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5464), 1, + ACTIONS(4641), 1, anon_sym_DOLLAR_LBRACE, - STATE(3109), 1, + STATE(2535), 1, sym_expansion, - [162841] = 2, + [167891] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9068), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162849] = 2, + ACTIONS(5876), 1, + anon_sym_DOLLAR_LBRACE, + STATE(3417), 1, + sym_expansion, + [167901] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9080), 2, + ACTIONS(9243), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162857] = 3, + [167909] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4894), 1, + ACTIONS(7247), 1, anon_sym_DOLLAR_LBRACE, - STATE(1234), 1, + STATE(1968), 1, sym_expansion, - [162867] = 2, + [167919] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9066), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162875] = 2, + ACTIONS(9343), 1, + anon_sym_COLON, + ACTIONS(9345), 1, + anon_sym_RBRACE3, + [167929] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4003), 2, + ACTIONS(9227), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162883] = 2, + [167937] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4007), 2, + ACTIONS(9317), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162891] = 3, + [167945] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9347), 1, + anon_sym_SLASH, + ACTIONS(9349), 1, + anon_sym_RBRACE3, + [167955] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5985), 1, + ACTIONS(5049), 1, anon_sym_DOLLAR_LBRACE, - STATE(1829), 1, + STATE(3009), 1, sym_expansion, - [162901] = 3, + [167965] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4794), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_LBRACE, - STATE(741), 1, + STATE(1381), 1, sym_expansion, - [162911] = 2, + [167975] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9036), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162919] = 2, + ACTIONS(4601), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2128), 1, + sym_expansion, + [167985] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9052), 2, + ACTIONS(9204), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162927] = 3, + [167993] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(421), 1, + ACTIONS(288), 1, anon_sym_DOLLAR_LBRACE, - STATE(863), 1, + STATE(391), 1, sym_expansion, - [162937] = 2, + [168003] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9040), 2, + ACTIONS(4063), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162945] = 3, + [168011] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9178), 1, - anon_sym_LPAREN_LPAREN, - ACTIONS(9180), 1, - aux_sym__simple_variable_name_token1, - [162955] = 3, + ACTIONS(4037), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168019] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9182), 1, - anon_sym_RBRACE3, - ACTIONS(9184), 1, - sym_regex, - [162965] = 3, + ACTIONS(9351), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9353), 1, + aux_sym__simple_variable_name_token1, + [168029] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(288), 1, + ACTIONS(5095), 1, anon_sym_DOLLAR_LBRACE, - STATE(406), 1, + STATE(3848), 1, sym_expansion, - [162975] = 2, + [168039] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1225), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162983] = 3, + ACTIONS(8958), 1, + anon_sym_do, + STATE(3276), 1, + sym_do_group, + [168049] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5494), 1, + ACTIONS(4927), 1, anon_sym_DOLLAR_LBRACE, - STATE(1608), 1, + STATE(729), 1, sym_expansion, - [162993] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8891), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [163001] = 3, + [168059] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(5502), 1, anon_sym_DOLLAR_LBRACE, - STATE(3776), 1, + STATE(3689), 1, sym_expansion, - [163011] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8865), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [163019] = 3, + [168069] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3200), 1, - sym_do_group, - [163029] = 3, + ACTIONS(9180), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168077] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(503), 1, - anon_sym_DOLLAR_LBRACE, - STATE(633), 1, - sym_expansion, - [163039] = 2, + ACTIONS(3738), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [168085] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9026), 2, + ACTIONS(9271), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163047] = 3, + [168093] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(6185), 1, + ACTIONS(4703), 1, anon_sym_DOLLAR_LBRACE, - STATE(881), 1, + STATE(813), 1, sym_expansion, - [163057] = 3, + [168103] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1037), 1, + ACTIONS(5259), 1, anon_sym_DOLLAR_LBRACE, - STATE(1324), 1, + STATE(2735), 1, sym_expansion, - [163067] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3226), 1, - sym_do_group, - [163077] = 2, + [168113] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9006), 2, + ACTIONS(9196), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163085] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8730), 1, - anon_sym_do, - STATE(2812), 1, - sym_do_group, - [163095] = 3, + [168121] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(109), 1, + ACTIONS(5620), 1, anon_sym_DOLLAR_LBRACE, - STATE(356), 1, + STATE(3201), 1, sym_expansion, - [163105] = 3, + [168131] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(2473), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1620), 1, - sym_expansion, - [163115] = 2, + ACTIONS(1253), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [168139] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8998), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163123] = 2, + ACTIONS(9061), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [168147] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163131] = 2, + ACTIONS(4739), 1, + anon_sym_DOLLAR_LBRACE, + STATE(3140), 1, + sym_expansion, + [168157] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8988), 2, + ACTIONS(5393), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2575), 1, + sym_expansion, + [168167] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9168), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163139] = 3, + [168175] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(987), 1, + ACTIONS(1021), 1, anon_sym_DOLLAR_LBRACE, - STATE(1488), 1, + STATE(1458), 1, sym_expansion, - [163149] = 3, + [168185] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8783), 1, - anon_sym_SLASH, - ACTIONS(8785), 1, + ACTIONS(1257), 2, + anon_sym_COLON, anon_sym_RBRACE3, - [163159] = 2, + [168193] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8984), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163167] = 3, + ACTIONS(9061), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [168201] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5672), 1, + ACTIONS(4467), 1, anon_sym_DOLLAR_LBRACE, - STATE(3491), 1, + STATE(1048), 1, sym_expansion, - [163177] = 3, + [168211] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9186), 1, + ACTIONS(9355), 1, anon_sym_LPAREN_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9357), 1, aux_sym__simple_variable_name_token1, - [163187] = 2, + [168221] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8982), 2, + ACTIONS(9150), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163195] = 3, + [168229] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(957), 1, + ACTIONS(4519), 1, anon_sym_DOLLAR_LBRACE, - STATE(1505), 1, + STATE(1110), 1, sym_expansion, - [163205] = 2, + [168239] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(3661), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163213] = 3, + ACTIONS(4877), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1057), 1, + sym_expansion, + [168249] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(4357), 1, + ACTIONS(4167), 1, anon_sym_DOLLAR_LBRACE, - STATE(932), 1, + STATE(3843), 1, sym_expansion, - [163223] = 3, + [168259] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(4841), 1, anon_sym_DOLLAR_LBRACE, - STATE(1727), 1, + STATE(1166), 1, sym_expansion, - [163233] = 2, + [168269] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1241), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163241] = 2, + ACTIONS(421), 1, + anon_sym_DOLLAR_LBRACE, + STATE(790), 1, + sym_expansion, + [168279] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8972), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163249] = 2, + ACTIONS(1211), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [168287] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1249), 2, - anon_sym_COLON, + ACTIONS(8865), 1, + anon_sym_SLASH, + ACTIONS(8867), 1, anon_sym_RBRACE3, - [163257] = 3, + [168297] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(7145), 1, + ACTIONS(4801), 1, anon_sym_DOLLAR_LBRACE, - STATE(1923), 1, + STATE(1733), 1, sym_expansion, - [163267] = 3, + [168307] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(5288), 1, + ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - STATE(2515), 1, + STATE(743), 1, sym_expansion, - [163277] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8770), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163285] = 2, + [168317] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8960), 2, + ACTIONS(9160), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163293] = 3, + [168325] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - STATE(365), 1, - sym_expansion, - [163303] = 3, + ACTIONS(9359), 1, + anon_sym_RBRACE3, + ACTIONS(9361), 1, + sym_regex, + [168335] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5158), 1, + ACTIONS(9086), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168343] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - STATE(2687), 1, + STATE(612), 1, sym_expansion, - [163313] = 3, + [168353] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9190), 1, + ACTIONS(9363), 1, anon_sym_LPAREN_LPAREN, - ACTIONS(9192), 1, + ACTIONS(9365), 1, aux_sym__simple_variable_name_token1, - [163323] = 2, + [168363] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8948), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163331] = 3, + ACTIONS(8857), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [168371] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(6483), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1086), 1, - sym_expansion, - [163341] = 2, + ACTIONS(1261), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [168379] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(8791), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [163349] = 3, + ACTIONS(8939), 1, + anon_sym_do, + STATE(2917), 1, + sym_do_group, + [168389] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(721), 1, + ACTIONS(9148), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168397] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(5554), 1, anon_sym_DOLLAR_LBRACE, - STATE(740), 1, + STATE(3157), 1, sym_expansion, - [163359] = 3, + [168407] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(373), 1, + ACTIONS(109), 1, anon_sym_DOLLAR_LBRACE, - STATE(1568), 1, + STATE(350), 1, sym_expansion, - [163369] = 3, + [168417] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4637), 1, + ACTIONS(1249), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [168425] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(1223), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [168433] = 3, + ACTIONS(63), 1, + sym_comment, + ACTIONS(4565), 1, anon_sym_DOLLAR_LBRACE, - STATE(3080), 1, + STATE(2532), 1, sym_expansion, - [163379] = 2, + [168443] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8926), 2, + ACTIONS(9124), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163387] = 3, + [168451] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(4497), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1067), 1, - sym_expansion, - [163397] = 2, + ACTIONS(9094), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168459] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1261), 2, + ACTIONS(1205), 2, anon_sym_COLON, anon_sym_RBRACE3, - [163405] = 2, + [168467] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(1265), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163413] = 2, + ACTIONS(9367), 1, + anon_sym_DOLLAR_LBRACE, + STATE(4113), 1, + sym_expansion, + [168477] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9194), 1, - aux_sym_brace_expression_token1, - [163420] = 2, + ACTIONS(8903), 1, + anon_sym_do, + STATE(2818), 1, + sym_do_group, + [168487] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9196), 1, - anon_sym_esac, - [163427] = 2, + ACTIONS(9110), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168495] = 3, ACTIONS(63), 1, sym_comment, - ACTIONS(9198), 1, - anon_sym_BQUOTE, - [163434] = 2, + ACTIONS(8939), 1, + anon_sym_do, + STATE(2831), 1, + sym_do_group, + [168505] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9200), 1, - aux_sym_brace_expression_token1, - [163441] = 2, + ACTIONS(3762), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [168513] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9202), 1, + ACTIONS(9082), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [168521] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9369), 1, + anon_sym_esac, + [168528] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8914), 1, anon_sym_RBRACE3, - [163448] = 2, + [168535] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9371), 1, + anon_sym_esac, + [168542] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9204), 1, + ACTIONS(9373), 1, anon_sym_BQUOTE, - [163455] = 2, + [168549] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9206), 1, + ACTIONS(9375), 1, aux_sym_brace_expression_token1, - [163462] = 2, + [168556] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9208), 1, + ACTIONS(9377), 1, + aux_sym_brace_expression_token1, + [168563] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9379), 1, anon_sym_BQUOTE, - [163469] = 2, + [168570] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9210), 1, - anon_sym_RBRACE3, - [163476] = 2, + ACTIONS(9381), 1, + anon_sym_RPAREN, + [168577] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9212), 1, - anon_sym_RBRACE3, - [163483] = 2, + ACTIONS(9383), 1, + anon_sym_RBRACE2, + [168584] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9214), 1, + ACTIONS(9385), 1, + anon_sym_RPAREN, + [168591] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9387), 1, aux_sym_brace_expression_token1, - [163490] = 2, + [168598] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9389), 1, + aux_sym_heredoc_redirect_token1, + [168605] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9216), 1, - anon_sym_esac, - [163497] = 2, + ACTIONS(9391), 1, + anon_sym_BQUOTE, + [168612] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9218), 1, + ACTIONS(9393), 1, anon_sym_esac, - [163504] = 2, + [168619] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9220), 1, - anon_sym_BQUOTE, - [163511] = 2, + ACTIONS(9395), 1, + aux_sym_brace_expression_token1, + [168626] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9222), 1, + ACTIONS(9373), 1, anon_sym_RPAREN, - [163518] = 2, + [168633] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9385), 1, + anon_sym_BQUOTE, + [168640] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9224), 1, + ACTIONS(9397), 1, aux_sym_brace_expression_token1, - [163525] = 2, + [168647] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9226), 1, + ACTIONS(9399), 1, anon_sym_RPAREN, - [163532] = 2, + [168654] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9228), 1, - aux_sym_brace_expression_token1, - [163539] = 2, + ACTIONS(9401), 1, + anon_sym_BQUOTE, + [168661] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9230), 1, - anon_sym_esac, - [163546] = 2, + ACTIONS(9403), 1, + anon_sym_RBRACE3, + [168668] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9232), 1, + ACTIONS(9405), 1, anon_sym_fi, - [163553] = 2, + [168675] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9407), 1, + anon_sym_RBRACE3, + [168682] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9234), 1, + ACTIONS(9409), 1, aux_sym_brace_expression_token1, - [163560] = 2, + [168689] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9236), 1, + ACTIONS(9411), 1, anon_sym_RBRACE2, - [163567] = 2, + [168696] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9198), 1, - anon_sym_RPAREN, - [163574] = 2, - ACTIONS(63), 1, + ACTIONS(9413), 1, + anon_sym_RBRACE3, + [168703] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9204), 1, - anon_sym_RPAREN, - [163581] = 2, + ACTIONS(9415), 1, + aux_sym_heredoc_redirect_token1, + [168710] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9238), 1, - aux_sym_brace_expression_token1, - [163588] = 2, + ACTIONS(9417), 1, + anon_sym_RBRACE2, + [168717] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9240), 1, + ACTIONS(9419), 1, anon_sym_RBRACE3, - [163595] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9242), 1, - anon_sym_BQUOTE, - [163602] = 2, + [168724] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9244), 1, - anon_sym_esac, - [163609] = 2, + ACTIONS(9421), 1, + anon_sym_RPAREN, + [168731] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9246), 1, - anon_sym_esac, - [163616] = 2, + ACTIONS(9423), 1, + anon_sym_RPAREN, + [168738] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9222), 1, + ACTIONS(9425), 1, anon_sym_BQUOTE, - [163623] = 2, + [168745] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9248), 1, - anon_sym_RBRACE2, - [163630] = 2, + ACTIONS(9427), 1, + aux_sym_brace_expression_token1, + [168752] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9250), 1, - anon_sym_RBRACE2, - [163637] = 2, + ACTIONS(9429), 1, + anon_sym_BQUOTE, + [168759] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9252), 1, - anon_sym_RBRACE3, - [163644] = 2, + ACTIONS(9423), 1, + anon_sym_BQUOTE, + [168766] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9254), 1, - aux_sym_brace_expression_token1, - [163651] = 2, + ACTIONS(9431), 1, + anon_sym_BQUOTE, + [168773] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9256), 1, + ACTIONS(9433), 1, aux_sym_brace_expression_token1, - [163658] = 2, + [168780] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9258), 1, - anon_sym_esac, - [163665] = 2, + ACTIONS(9435), 1, + anon_sym_RPAREN, + [168787] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9260), 1, - anon_sym_fi, - [163672] = 2, + ACTIONS(9429), 1, + anon_sym_RPAREN, + [168794] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9262), 1, - sym_heredoc_end, - [163679] = 2, + ACTIONS(9437), 1, + anon_sym_RBRACE3, + [168801] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9439), 1, + aux_sym_heredoc_redirect_token1, + [168808] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9264), 1, - sym_heredoc_end, - [163686] = 2, + ACTIONS(9441), 1, + aux_sym_brace_expression_token1, + [168815] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9266), 1, + ACTIONS(9443), 1, anon_sym_RBRACE2, - [163693] = 2, + [168822] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9268), 1, + ACTIONS(9445), 1, + anon_sym_RBRACE3, + [168829] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9447), 1, anon_sym_RBRACE2, - [163700] = 2, + [168836] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9270), 1, + ACTIONS(9449), 1, anon_sym_RPAREN, - [163707] = 2, + [168843] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9272), 1, - aux_sym_brace_expression_token1, - [163714] = 2, + ACTIONS(9451), 1, + anon_sym_BQUOTE, + [168850] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9274), 1, - anon_sym_RPAREN, - [163721] = 2, + ACTIONS(9449), 1, + anon_sym_BQUOTE, + [168857] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9453), 1, + aux_sym_heredoc_redirect_token1, + [168864] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9276), 1, + ACTIONS(9455), 1, anon_sym_RPAREN, - [163728] = 2, + [168871] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9457), 1, + aux_sym_brace_expression_token1, + [168878] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9278), 1, + ACTIONS(9459), 1, anon_sym_RPAREN, - [163735] = 2, + [168885] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9280), 1, - anon_sym_esac, - [163742] = 2, + ACTIONS(9461), 1, + anon_sym_RBRACE2, + [168892] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9463), 1, + anon_sym_RBRACE3, + [168899] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9282), 1, + ACTIONS(9465), 1, anon_sym_RPAREN, - [163749] = 2, + [168906] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9284), 1, + ACTIONS(9467), 1, anon_sym_BQUOTE, - [163756] = 2, + [168913] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9286), 1, - anon_sym_BQUOTE, - [163763] = 2, + ACTIONS(9469), 1, + sym_heredoc_end, + [168920] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9288), 1, + ACTIONS(9471), 1, anon_sym_BQUOTE, - [163770] = 2, + [168927] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9473), 1, + aux_sym_heredoc_redirect_token1, + [168934] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9290), 1, + ACTIONS(9475), 1, aux_sym_brace_expression_token1, - [163777] = 2, + [168941] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9292), 1, + ACTIONS(9477), 1, anon_sym_BQUOTE, - [163784] = 2, + [168948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9294), 1, + ACTIONS(9479), 1, aux_sym_heredoc_redirect_token1, - [163791] = 2, + [168955] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [163798] = 2, + ACTIONS(9471), 1, + anon_sym_RPAREN, + [168962] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9296), 1, - anon_sym_esac, - [163805] = 2, + ACTIONS(9481), 1, + sym_heredoc_end, + [168969] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9286), 1, - anon_sym_RPAREN, - [163812] = 2, + ACTIONS(9483), 1, + anon_sym_RBRACE3, + [168976] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9298), 1, - anon_sym_RBRACE2, - [163819] = 2, + ACTIONS(9465), 1, + anon_sym_BQUOTE, + [168983] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9300), 1, - aux_sym_brace_expression_token1, - [163826] = 2, + ACTIONS(9485), 1, + anon_sym_RBRACE2, + [168990] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9302), 1, - anon_sym_BQUOTE, - [163833] = 2, + ACTIONS(9487), 1, + anon_sym_RPAREN, + [168997] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9304), 1, + ACTIONS(9489), 1, aux_sym_brace_expression_token1, - [163840] = 2, - ACTIONS(63), 1, + [169004] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9306), 1, - anon_sym_RBRACE3, - [163847] = 2, + ACTIONS(9491), 1, + aux_sym_heredoc_redirect_token1, + [169011] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9308), 1, - anon_sym_RBRACE3, - [163854] = 2, + ACTIONS(9493), 1, + anon_sym_RPAREN, + [169018] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9310), 1, + ACTIONS(8891), 1, anon_sym_RBRACE3, - [163861] = 2, - ACTIONS(63), 1, + [169025] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9312), 1, - sym_heredoc_end, - [163868] = 2, - ACTIONS(63), 1, + ACTIONS(9495), 1, + aux_sym_heredoc_redirect_token1, + [169032] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8644), 1, - anon_sym_fi, - [163875] = 2, + ACTIONS(9497), 1, + aux_sym_heredoc_redirect_token1, + [169039] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9314), 1, + ACTIONS(9499), 1, anon_sym_RPAREN, - [163882] = 2, + [169046] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9501), 1, + aux_sym_heredoc_redirect_token1, + [169053] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9316), 1, - anon_sym_RPAREN, - [163889] = 2, + ACTIONS(9503), 1, + anon_sym_RBRACE2, + [169060] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9318), 1, + ACTIONS(9505), 1, aux_sym_brace_expression_token1, - [163896] = 2, + [169067] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9320), 1, - anon_sym_BQUOTE, - [163903] = 2, + ACTIONS(9507), 1, + aux_sym_brace_expression_token1, + [169074] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9322), 1, - sym_heredoc_end, - [163910] = 2, + ACTIONS(9509), 1, + anon_sym_BQUOTE, + [169081] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9324), 1, - anon_sym_BQUOTE, - [163917] = 2, + ACTIONS(9511), 1, + anon_sym_RBRACE3, + [169088] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9326), 1, + ACTIONS(9513), 1, anon_sym_BQUOTE, - [163924] = 2, - ACTIONS(3), 1, + [169095] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9328), 1, - aux_sym_heredoc_redirect_token1, - [163931] = 2, + ACTIONS(9515), 1, + anon_sym_RBRACE3, + [169102] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9330), 1, - anon_sym_BQUOTE, - [163938] = 2, + ACTIONS(9517), 1, + anon_sym_RPAREN, + [169109] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9316), 1, + ACTIONS(9519), 1, anon_sym_BQUOTE, - [163945] = 2, + [169116] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9332), 1, + ACTIONS(9521), 1, aux_sym_brace_expression_token1, - [163952] = 2, + [169123] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9334), 1, - anon_sym_RPAREN, - [163959] = 2, + ACTIONS(9517), 1, + anon_sym_BQUOTE, + [169130] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9302), 1, + ACTIONS(9523), 1, anon_sym_RPAREN, - [163966] = 2, + [169137] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9336), 1, - anon_sym_RBRACE3, - [163973] = 2, + ACTIONS(9525), 1, + anon_sym_RBRACE2, + [169144] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9314), 1, - anon_sym_BQUOTE, - [163980] = 2, + ACTIONS(9509), 1, + anon_sym_RPAREN, + [169151] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9338), 1, - anon_sym_RPAREN, - [163987] = 2, + ACTIONS(9527), 1, + anon_sym_esac, + [169158] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9340), 1, + ACTIONS(9529), 1, anon_sym_RBRACE3, - [163994] = 2, + [169165] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9342), 1, - anon_sym_RPAREN, - [164001] = 2, + ACTIONS(9531), 1, + anon_sym_RBRACE3, + [169172] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9344), 1, + ACTIONS(9533), 1, aux_sym_brace_expression_token1, - [164008] = 2, + [169179] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9346), 1, - anon_sym_BQUOTE, - [164015] = 2, + ACTIONS(9535), 1, + anon_sym_RPAREN, + [169186] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9348), 1, - anon_sym_esac, - [164022] = 2, + ACTIONS(9537), 1, + anon_sym_RBRACE3, + [169193] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_RBRACE2, - [164029] = 2, + ACTIONS(9535), 1, + anon_sym_BQUOTE, + [169200] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5572), 1, - anon_sym_RBRACK, - [164036] = 2, + ACTIONS(9539), 1, + anon_sym_RPAREN, + [169207] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5570), 1, - anon_sym_RBRACK, - [164043] = 2, + ACTIONS(9541), 1, + anon_sym_RBRACE2, + [169214] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9342), 1, - anon_sym_BQUOTE, - [164050] = 2, - ACTIONS(3), 1, + ACTIONS(9543), 1, + anon_sym_RBRACE3, + [169221] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9352), 1, - aux_sym_heredoc_redirect_token1, - [164057] = 2, + ACTIONS(9545), 1, + anon_sym_RPAREN, + [169228] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9354), 1, + ACTIONS(9547), 1, aux_sym_brace_expression_token1, - [164064] = 2, + [169235] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9356), 1, - anon_sym_RPAREN, - [164071] = 2, + ACTIONS(9549), 1, + anon_sym_BQUOTE, + [169242] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9358), 1, - anon_sym_RPAREN, - [164078] = 2, + ACTIONS(9545), 1, + anon_sym_BQUOTE, + [169249] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9360), 1, - anon_sym_BQUOTE, - [164085] = 2, + ACTIONS(9551), 1, + anon_sym_RBRACE2, + [169256] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9362), 1, + ACTIONS(9553), 1, anon_sym_esac, - [164092] = 2, + [169263] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9364), 1, + ACTIONS(9555), 1, anon_sym_BQUOTE, - [164099] = 2, + [169270] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9557), 1, + anon_sym_RBRACE2, + [169277] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9559), 1, + anon_sym_RBRACE3, + [169284] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9366), 1, + ACTIONS(9561), 1, aux_sym_brace_expression_token1, - [164106] = 2, + [169291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9368), 1, + ACTIONS(9563), 1, aux_sym_heredoc_redirect_token1, - [164113] = 2, + [169298] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9370), 1, - anon_sym_RBRACE2, - [164120] = 2, + ACTIONS(9565), 1, + anon_sym_RPAREN, + [169305] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9372), 1, - anon_sym_RBRACE2, - [164127] = 2, + ACTIONS(9567), 1, + anon_sym_BQUOTE, + [169312] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9360), 1, - anon_sym_RPAREN, - [164134] = 2, + ACTIONS(8829), 1, + anon_sym_fi, + [169319] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8656), 1, - anon_sym_fi, - [164141] = 2, + ACTIONS(9569), 1, + anon_sym_RPAREN, + [169326] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9374), 1, + ACTIONS(9571), 1, aux_sym_brace_expression_token1, - [164148] = 2, + [169333] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9376), 1, - anon_sym_esac, - [164155] = 2, - ACTIONS(63), 1, + ACTIONS(9573), 1, + anon_sym_BQUOTE, + [169340] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9378), 1, - anon_sym_esac, - [164162] = 2, + ACTIONS(9575), 1, + aux_sym_heredoc_redirect_token1, + [169347] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9380), 1, - sym_heredoc_end, - [164169] = 2, + ACTIONS(9565), 1, + anon_sym_BQUOTE, + [169354] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9382), 1, - aux_sym_brace_expression_token1, - [164176] = 2, + ACTIONS(9577), 1, + anon_sym_BQUOTE, + [169361] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9384), 1, - anon_sym_RBRACE3, - [164183] = 2, + ACTIONS(9573), 1, + anon_sym_RPAREN, + [169368] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9386), 1, + ACTIONS(9579), 1, aux_sym_brace_expression_token1, - [164190] = 2, - ACTIONS(63), 1, + [169375] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9388), 1, - anon_sym_RBRACE2, - [164197] = 2, + ACTIONS(9581), 1, + aux_sym_heredoc_redirect_token1, + [169382] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9390), 1, - sym_heredoc_end, - [164204] = 2, - ACTIONS(63), 1, + ACTIONS(9583), 1, + anon_sym_RBRACE3, + [169389] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8682), 1, - anon_sym_fi, - [164211] = 2, + ACTIONS(9585), 1, + aux_sym_heredoc_redirect_token1, + [169396] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9392), 1, - anon_sym_RBRACE2, - [164218] = 2, - ACTIONS(63), 1, + ACTIONS(9587), 1, + anon_sym_RPAREN, + [169403] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9394), 1, - anon_sym_RBRACE3, - [164225] = 2, + ACTIONS(9589), 1, + aux_sym_heredoc_redirect_token1, + [169410] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9396), 1, + ACTIONS(9591), 1, aux_sym_brace_expression_token1, - [164232] = 2, - ACTIONS(63), 1, + [169417] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9398), 1, - anon_sym_RPAREN, - [164239] = 2, + ACTIONS(9593), 1, + aux_sym_heredoc_redirect_token1, + [169424] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9400), 1, - anon_sym_BQUOTE, - [164246] = 2, + ACTIONS(9595), 1, + anon_sym_RBRACE2, + [169431] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9402), 1, - anon_sym_BQUOTE, - [164253] = 2, + ACTIONS(9597), 1, + anon_sym_RBRACE3, + [169438] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9398), 1, - anon_sym_BQUOTE, - [164260] = 2, + ACTIONS(9599), 1, + anon_sym_in, + [169445] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9404), 1, - anon_sym_RPAREN, - [164267] = 2, + ACTIONS(9601), 1, + anon_sym_in, + [169452] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9406), 1, + ACTIONS(9603), 1, aux_sym_brace_expression_token1, - [164274] = 2, + [169459] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3264), 1, - anon_sym_RBRACE3, - [164281] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9408), 1, - anon_sym_RBRACE2, - [164288] = 2, + ACTIONS(9605), 1, + anon_sym_RPAREN_RPAREN, + [169466] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9410), 1, - anon_sym_esac, - [164295] = 2, + ACTIONS(9607), 1, + anon_sym_RPAREN, + [169473] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9276), 1, - anon_sym_BQUOTE, - [164302] = 2, + ACTIONS(9609), 1, + aux_sym_brace_expression_token1, + [169480] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9412), 1, + ACTIONS(9611), 1, anon_sym_RBRACE2, - [164309] = 2, + [169487] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9613), 1, + aux_sym_heredoc_redirect_token1, + [169494] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9414), 1, - anon_sym_esac, - [164316] = 2, + ACTIONS(9615), 1, + aux_sym_brace_expression_token1, + [169501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9416), 1, + ACTIONS(9617), 1, aux_sym_heredoc_redirect_token1, - [164323] = 2, + [169508] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9418), 1, - anon_sym_RBRACE3, - [164330] = 2, + ACTIONS(9619), 1, + anon_sym_BQUOTE, + [169515] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9420), 1, + ACTIONS(9621), 1, anon_sym_RPAREN, - [164337] = 2, + [169522] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9422), 1, - anon_sym_RBRACE2, - [164344] = 2, + ACTIONS(9623), 1, + anon_sym_RPAREN, + [169529] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5588), 1, - anon_sym_RBRACK, - [164351] = 2, + ACTIONS(9625), 1, + anon_sym_BQUOTE, + [169536] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9424), 1, + ACTIONS(9627), 1, aux_sym_brace_expression_token1, - [164358] = 2, + [169543] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5586), 1, - anon_sym_RBRACK, - [164365] = 2, + ACTIONS(9629), 1, + anon_sym_RBRACE2, + [169550] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9426), 1, - anon_sym_RBRACE3, - [164372] = 2, + ACTIONS(9625), 1, + anon_sym_RPAREN, + [169557] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9428), 1, - anon_sym_RPAREN, - [164379] = 2, + ACTIONS(9631), 1, + anon_sym_RBRACE3, + [169564] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9430), 1, + ACTIONS(9607), 1, anon_sym_BQUOTE, - [164386] = 2, + [169571] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9432), 1, + ACTIONS(9633), 1, anon_sym_BQUOTE, - [164393] = 2, + [169578] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9434), 1, + ACTIONS(9635), 1, aux_sym_brace_expression_token1, - [164400] = 2, + [169585] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9436), 1, - anon_sym_RPAREN, - [164407] = 2, + ACTIONS(9637), 1, + anon_sym_RBRACE2, + [169592] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164414] = 2, + [169599] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164421] = 2, + [169606] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164428] = 2, + [169613] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164435] = 2, + [169620] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9438), 1, + ACTIONS(9639), 1, aux_sym_brace_expression_token1, - [164442] = 2, + [169627] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164449] = 2, + [169634] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164456] = 2, + [169641] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9208), 1, - anon_sym_RPAREN, - [164463] = 2, + ACTIONS(9641), 1, + anon_sym_RBRACE3, + [169648] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164470] = 2, + [169655] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164477] = 2, + [169662] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9440), 1, + ACTIONS(9643), 1, aux_sym_brace_expression_token1, - [164484] = 2, + [169669] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164491] = 2, + [169676] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164498] = 2, + [169683] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9430), 1, - anon_sym_RPAREN, - [164505] = 2, + ACTIONS(8899), 1, + anon_sym_RBRACE3, + [169690] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164512] = 2, + [169697] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9442), 1, - anon_sym_RBRACE3, - [164519] = 2, + ACTIONS(9645), 1, + anon_sym_esac, + [169704] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9444), 1, + ACTIONS(9647), 1, aux_sym_brace_expression_token1, - [164526] = 2, + [169711] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8891), 1, anon_sym_RBRACE3, - [164533] = 2, + [169718] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(9649), 1, anon_sym_RBRACE3, - [164540] = 2, + [169725] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8891), 1, anon_sym_RBRACE3, - [164547] = 2, + [169732] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8891), 1, anon_sym_RBRACE3, - [164554] = 2, + [169739] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8891), 1, anon_sym_RBRACE3, - [164561] = 2, + [169746] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9446), 1, + ACTIONS(9651), 1, aux_sym_brace_expression_token1, - [164568] = 2, + [169753] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(8891), 1, anon_sym_RBRACE3, - [164575] = 2, + [169760] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164582] = 2, + [169767] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164589] = 2, + [169774] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164596] = 2, + [169781] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164603] = 2, + [169788] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9448), 1, + ACTIONS(9653), 1, aux_sym_brace_expression_token1, - [164610] = 2, + [169795] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164617] = 2, + [169802] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(8899), 1, anon_sym_RBRACE3, - [164624] = 2, + [169809] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8349), 1, + ACTIONS(8530), 1, anon_sym_RBRACE3, - [164631] = 2, + [169816] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9450), 1, - anon_sym_BQUOTE, - [164638] = 2, + ACTIONS(9655), 1, + anon_sym_RPAREN, + [169823] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8873), 1, + ACTIONS(9051), 1, anon_sym_RBRACE3, - [164645] = 2, + [169830] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9452), 1, + ACTIONS(9657), 1, aux_sym_brace_expression_token1, - [164652] = 2, - ACTIONS(3), 1, + [169837] = 2, + ACTIONS(63), 1, sym_comment, - ACTIONS(9454), 1, - aux_sym_heredoc_redirect_token1, - [164659] = 2, + ACTIONS(9659), 1, + sym_word, + [169844] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9456), 1, + ACTIONS(9661), 1, anon_sym_RBRACE3, - [164666] = 2, + [169851] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9458), 1, + ACTIONS(9663), 1, anon_sym_RBRACE3, - [164673] = 2, + [169858] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9460), 1, + ACTIONS(9665), 1, anon_sym_RPAREN, - [164680] = 2, + [169865] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9667), 1, anon_sym_RBRACE3, - [164687] = 2, + [169872] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9462), 1, + ACTIONS(9669), 1, aux_sym_brace_expression_token1, - [164694] = 2, + [169879] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9464), 1, + ACTIONS(9671), 1, anon_sym_RBRACE3, - [164701] = 2, + [169886] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9466), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [164708] = 2, + [169893] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9468), 1, + ACTIONS(9673), 1, anon_sym_RBRACE3, - [164715] = 2, + [169900] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9436), 1, - anon_sym_BQUOTE, - [164722] = 2, + ACTIONS(9675), 1, + anon_sym_RBRACE3, + [169907] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9470), 1, + ACTIONS(9677), 1, anon_sym_RPAREN, - [164729] = 2, + [169914] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9472), 1, + ACTIONS(9679), 1, aux_sym_brace_expression_token1, - [164736] = 2, + [169921] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9474), 1, + ACTIONS(9681), 1, anon_sym_RPAREN, - [164743] = 2, + [169928] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9476), 1, - anon_sym_RBRACE3, - [164750] = 2, + ACTIONS(9683), 1, + anon_sym_BQUOTE, + [169935] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9478), 1, - anon_sym_esac, - [164757] = 2, + ACTIONS(9685), 1, + anon_sym_BQUOTE, + [169942] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9480), 1, - anon_sym_RBRACE2, - [164764] = 2, + ACTIONS(9687), 1, + anon_sym_esac, + [169949] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9482), 1, + ACTIONS(9683), 1, anon_sym_RPAREN, - [164771] = 2, + [169956] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9484), 1, + ACTIONS(9689), 1, aux_sym_brace_expression_token1, - [164778] = 2, + [169963] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9486), 1, - anon_sym_esac, - [164785] = 2, + ACTIONS(9655), 1, + anon_sym_BQUOTE, + [169970] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9488), 1, + ACTIONS(9691), 1, anon_sym_RPAREN, - [164792] = 2, + [169977] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9490), 1, + ACTIONS(9693), 1, anon_sym_esac, - [164799] = 2, + [169984] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(3260), 1, + ACTIONS(9695), 1, anon_sym_RBRACE3, - [164806] = 2, + [169991] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9492), 1, - anon_sym_BQUOTE, - [164813] = 2, + ACTIONS(9697), 1, + anon_sym_RBRACE2, + [169998] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9494), 1, + ACTIONS(9699), 1, aux_sym_brace_expression_token1, - [164820] = 2, + [170005] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9496), 1, - anon_sym_BQUOTE, - [164827] = 2, + ACTIONS(9701), 1, + anon_sym_RBRACE2, + [170012] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8622), 1, + ACTIONS(9703), 1, + anon_sym_RBRACE3, + [170019] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9705), 1, + anon_sym_RPAREN, + [170026] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8805), 1, anon_sym_fi, - [164834] = 2, + [170033] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9498), 1, + ACTIONS(9707), 1, anon_sym_BQUOTE, - [164841] = 2, + [170040] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9482), 1, + ACTIONS(9709), 1, + aux_sym_brace_expression_token1, + [170047] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9711), 1, anon_sym_BQUOTE, - [164848] = 2, + [170054] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9500), 1, + ACTIONS(9707), 1, anon_sym_RPAREN, - [164855] = 2, + [170061] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9502), 1, - aux_sym_brace_expression_token1, - [164862] = 2, + ACTIONS(9713), 1, + anon_sym_RPAREN, + [170068] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9504), 1, - anon_sym_RPAREN, - [164869] = 2, + ACTIONS(9715), 1, + anon_sym_RBRACE3, + [170075] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9506), 1, + ACTIONS(9717), 1, anon_sym_BQUOTE, - [164876] = 2, + [170082] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9508), 1, - anon_sym_BQUOTE, - [164883] = 2, + ACTIONS(9719), 1, + aux_sym_brace_expression_token1, + [170089] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9510), 1, + ACTIONS(9721), 1, anon_sym_RBRACE2, - [164890] = 2, + [170096] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9506), 1, - anon_sym_RPAREN, - [164897] = 2, + ACTIONS(5536), 1, + anon_sym_RBRACK, + [170103] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9512), 1, - aux_sym_brace_expression_token1, - [164904] = 2, + ACTIONS(5339), 1, + anon_sym_RBRACK, + [170110] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9492), 1, - anon_sym_RPAREN, - [164911] = 2, + ACTIONS(9713), 1, + anon_sym_BQUOTE, + [170117] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9514), 1, - anon_sym_RBRACE3, - [164918] = 2, + ACTIONS(9723), 1, + anon_sym_RPAREN, + [170124] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9516), 1, - anon_sym_RBRACE3, - [164925] = 2, + ACTIONS(9725), 1, + aux_sym_brace_expression_token1, + [170131] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9518), 1, - anon_sym_in, - [164932] = 2, + ACTIONS(9727), 1, + anon_sym_RPAREN, + [170138] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9520), 1, - anon_sym_in, - [164939] = 2, + ACTIONS(9729), 1, + anon_sym_RBRACE2, + [170145] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9522), 1, + ACTIONS(9731), 1, anon_sym_RBRACE2, - [164946] = 2, + [170152] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5640), 1, + ACTIONS(5652), 1, anon_sym_RBRACK, - [164953] = 2, + [170159] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5642), 1, + ACTIONS(5656), 1, anon_sym_RBRACK, - [164960] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9524), 1, - anon_sym_RPAREN_RPAREN, - [164967] = 2, + [170166] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9526), 1, + ACTIONS(9733), 1, anon_sym_RBRACE3, - [164974] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9528), 1, - aux_sym_brace_expression_token1, - [164981] = 2, + [170173] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9530), 1, + ACTIONS(9735), 1, anon_sym_RPAREN, - [164988] = 2, + [170180] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9532), 1, - anon_sym_RBRACE3, - [164995] = 2, + ACTIONS(9737), 1, + anon_sym_BQUOTE, + [170187] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9534), 1, + ACTIONS(9739), 1, anon_sym_BQUOTE, - [165002] = 2, + [170194] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9536), 1, + ACTIONS(9737), 1, anon_sym_RPAREN, - [165009] = 2, + [170201] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9538), 1, - anon_sym_RBRACE2, - [165016] = 2, + ACTIONS(9741), 1, + anon_sym_RBRACE3, + [170208] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9540), 1, - anon_sym_RPAREN, - [165023] = 2, + ACTIONS(9743), 1, + anon_sym_BQUOTE, + [170215] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9460), 1, + ACTIONS(9735), 1, anon_sym_BQUOTE, - [165030] = 2, + [170222] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9542), 1, + ACTIONS(9745), 1, anon_sym_RPAREN, - [165037] = 2, + [170229] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9544), 1, + ACTIONS(9747), 1, anon_sym_RBRACE2, - [165044] = 2, + [170236] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9749), 1, + anon_sym_RBRACE3, + [170243] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9546), 1, + ACTIONS(9751), 1, anon_sym_RPAREN, - [165051] = 2, + [170250] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9548), 1, - anon_sym_RBRACE2, - [165058] = 2, + ACTIONS(9753), 1, + anon_sym_BQUOTE, + [170257] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9550), 1, - anon_sym_RBRACE3, - [165065] = 2, + ACTIONS(9755), 1, + anon_sym_BQUOTE, + [170264] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9757), 1, + anon_sym_RPAREN, + [170271] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9552), 1, + ACTIONS(9759), 1, sym_heredoc_start, - [165072] = 2, + [170278] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9554), 1, - anon_sym_BQUOTE, - [165079] = 2, + ACTIONS(9761), 1, + sym_heredoc_end, + [170285] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9556), 1, - anon_sym_BQUOTE, - [165086] = 2, + ACTIONS(9763), 1, + anon_sym_RBRACE2, + [170292] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9558), 1, - anon_sym_BQUOTE, - [165093] = 2, + ACTIONS(9765), 1, + anon_sym_RBRACE3, + [170299] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9554), 1, + ACTIONS(9767), 1, anon_sym_RPAREN, - [165100] = 2, + [170306] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165107] = 2, + [170313] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9560), 1, - anon_sym_RPAREN, - [165114] = 2, + ACTIONS(9769), 1, + anon_sym_BQUOTE, + [170320] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9180), 1, + ACTIONS(9357), 1, aux_sym__simple_variable_name_token1, - [165121] = 2, + [170327] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165128] = 2, + [170334] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165135] = 2, + [170341] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5606), 1, - anon_sym_RBRACK, - [165142] = 2, + ACTIONS(9771), 1, + sym_heredoc_end, + [170348] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9562), 1, + ACTIONS(9773), 1, anon_sym_DOT_DOT, - [165149] = 2, + [170355] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165156] = 2, + [170362] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9564), 1, - anon_sym_esac, - [165163] = 2, + ACTIONS(8910), 1, + anon_sym_RBRACE3, + [170369] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9566), 1, - anon_sym_RBRACE3, - [165170] = 2, + ACTIONS(9767), 1, + anon_sym_BQUOTE, + [170376] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9568), 1, + ACTIONS(9775), 1, sym_heredoc_start, - [165177] = 2, + [170383] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165184] = 2, + ACTIONS(9777), 1, + anon_sym_RPAREN, + [170390] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5604), 1, - anon_sym_RBRACK, - [165191] = 2, + ACTIONS(9779), 1, + anon_sym_RBRACE2, + [170397] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9536), 1, - anon_sym_BQUOTE, - [165198] = 2, + ACTIONS(5708), 1, + anon_sym_RBRACK, + [170404] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9570), 1, - anon_sym_RPAREN, - [165205] = 2, + ACTIONS(5654), 1, + anon_sym_RBRACK, + [170411] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9572), 1, - sym_word, - [165212] = 2, + ACTIONS(9781), 1, + anon_sym_RBRACE2, + [170418] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9574), 1, - anon_sym_esac, - [165219] = 2, + ACTIONS(9783), 1, + anon_sym_RBRACE3, + [170425] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9576), 1, + ACTIONS(9785), 1, anon_sym_LBRACK, - [165226] = 2, + [170432] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9578), 1, + ACTIONS(9787), 1, sym_heredoc_start, - [165233] = 2, + [170439] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9580), 1, - anon_sym_BQUOTE, - [165240] = 2, + ACTIONS(9789), 1, + anon_sym_RPAREN, + [170446] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9582), 1, - anon_sym_esac, - [165247] = 2, + ACTIONS(9791), 1, + anon_sym_BQUOTE, + [170453] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9584), 1, - anon_sym_fi, - [165254] = 2, + ACTIONS(9793), 1, + anon_sym_BQUOTE, + [170460] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9586), 1, - anon_sym_RBRACE2, - [165261] = 2, + ACTIONS(9795), 1, + anon_sym_BQUOTE, + [170467] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9588), 1, - anon_sym_RBRACE2, - [165268] = 2, + ACTIONS(9793), 1, + anon_sym_RPAREN, + [170474] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9590), 1, - sym_heredoc_end, - [165275] = 2, - ACTIONS(63), 1, + ACTIONS(9797), 1, + anon_sym_RBRACE3, + [170481] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9592), 1, - sym_heredoc_end, - [165282] = 2, + ACTIONS(9799), 1, + aux_sym_heredoc_redirect_token1, + [170488] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9594), 1, - anon_sym_RBRACE2, - [165289] = 2, + ACTIONS(9789), 1, + anon_sym_BQUOTE, + [170495] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9596), 1, - anon_sym_BQUOTE, - [165296] = 2, + ACTIONS(9801), 1, + anon_sym_esac, + [170502] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9598), 1, + ACTIONS(9803), 1, anon_sym_esac, - [165303] = 2, + [170509] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9600), 1, + ACTIONS(9805), 1, anon_sym_RPAREN, - [165310] = 2, + [170516] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(8914), 1, anon_sym_RBRACE3, - [165317] = 2, + [170523] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(8914), 1, anon_sym_RBRACE3, - [165324] = 2, + [170530] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(8914), 1, anon_sym_RBRACE3, - [165331] = 2, + [170537] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(8914), 1, anon_sym_RBRACE3, - [165338] = 2, + [170544] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(9807), 1, anon_sym_RBRACE3, - [165345] = 2, + [170551] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(8914), 1, anon_sym_RBRACE3, - [165352] = 2, + [170558] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165359] = 2, + [170565] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165366] = 2, + [170572] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165373] = 2, + [170579] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165380] = 2, + [170586] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165387] = 2, + [170593] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(8910), 1, anon_sym_RBRACE3, - [165394] = 2, - ACTIONS(63), 1, + [170600] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9602), 1, - anon_sym_RPAREN, - [165401] = 2, - ACTIONS(63), 1, + ACTIONS(9809), 1, + aux_sym_heredoc_redirect_token1, + [170607] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_BQUOTE, - [165408] = 2, - ACTIONS(63), 1, + ACTIONS(9811), 1, + aux_sym_heredoc_redirect_token1, + [170614] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9606), 1, - anon_sym_BQUOTE, - [165415] = 2, + ACTIONS(9813), 1, + aux_sym_heredoc_redirect_token1, + [170621] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9608), 1, - sym__regex_no_slash, - [165422] = 2, + ACTIONS(9815), 1, + anon_sym_RBRACE2, + [170628] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9560), 1, - anon_sym_BQUOTE, - [165429] = 2, - ACTIONS(63), 1, + ACTIONS(9817), 1, + anon_sym_RBRACE3, + [170635] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_RPAREN, - [165436] = 2, + ACTIONS(9819), 1, + aux_sym_heredoc_redirect_token1, + [170642] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9610), 1, - anon_sym_RBRACE3, - [165443] = 2, + ACTIONS(9821), 1, + anon_sym_esac, + [170649] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(8660), 1, - anon_sym_fi, - [165450] = 2, + ACTIONS(9823), 1, + anon_sym_esac, + [170656] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9612), 1, - anon_sym_RPAREN, - [165457] = 2, - ACTIONS(63), 1, + ACTIONS(9825), 1, + anon_sym_fi, + [170663] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9614), 1, - anon_sym_RBRACE2, - [165464] = 2, + ACTIONS(9827), 1, + aux_sym_heredoc_redirect_token1, + [170670] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9616), 1, - anon_sym_BQUOTE, - [165471] = 2, + ACTIONS(9829), 1, + anon_sym_RPAREN, + [170677] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(9831), 1, anon_sym_BQUOTE, - [165478] = 2, + [170684] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9620), 1, - anon_sym_RBRACE3, - [165485] = 2, + ACTIONS(9833), 1, + sym_heredoc_end, + [170691] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9622), 1, + ACTIONS(9835), 1, anon_sym_in, - [165492] = 2, + [170698] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9624), 1, - anon_sym_RPAREN, - [165499] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9626), 1, - anon_sym_RBRACE3, - [165506] = 2, + ACTIONS(9837), 1, + sym_heredoc_end, + [170705] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9628), 1, - anon_sym_RPAREN, - [165513] = 2, + ACTIONS(9839), 1, + anon_sym_in, + [170712] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9630), 1, + ACTIONS(9841), 1, anon_sym_esac, - [165520] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9632), 1, - anon_sym_BQUOTE, - [165527] = 2, + [170719] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9634), 1, + ACTIONS(9843), 1, anon_sym_esac, - [165534] = 2, + [170726] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9636), 1, - anon_sym_RBRACE2, - [165541] = 2, + ACTIONS(8769), 1, + anon_sym_fi, + [170733] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9638), 1, + ACTIONS(9845), 1, anon_sym_in, - [165548] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8648), 1, - anon_sym_fi, - [165555] = 2, + [170740] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9624), 1, + ACTIONS(9829), 1, anon_sym_BQUOTE, - [165562] = 2, + [170747] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9640), 1, - anon_sym_RPAREN, - [165569] = 2, + ACTIONS(9847), 1, + anon_sym_in, + [170754] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9642), 1, - anon_sym_RBRACE2, - [165576] = 2, + ACTIONS(9849), 1, + anon_sym_RPAREN_RPAREN, + [170761] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5310), 1, - anon_sym_RBRACK, - [165583] = 2, + ACTIONS(9755), 1, + anon_sym_RPAREN, + [170768] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(5508), 1, - anon_sym_RBRACK, - [165590] = 2, + ACTIONS(9851), 1, + aux_sym_brace_expression_token1, + [170775] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9644), 1, - anon_sym_RPAREN, - [165597] = 2, + ACTIONS(9853), 1, + anon_sym_esac, + [170782] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1253), 1, + ACTIONS(9855), 1, anon_sym_RBRACE3, - [165604] = 2, + [170789] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9646), 1, - anon_sym_BQUOTE, - [165611] = 2, + ACTIONS(9857), 1, + anon_sym_esac, + [170796] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9648), 1, - anon_sym_BQUOTE, - [165618] = 2, + ACTIONS(9859), 1, + anon_sym_RBRACE2, + [170803] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(8807), 1, + anon_sym_fi, + [170810] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9650), 1, + ACTIONS(3286), 1, anon_sym_RBRACE3, - [165625] = 2, + [170817] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9652), 1, - anon_sym_BQUOTE, - [165632] = 2, + ACTIONS(9861), 1, + anon_sym_RBRACE3, + [170824] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9654), 1, - anon_sym_RBRACE2, - [165639] = 2, + ACTIONS(3280), 1, + anon_sym_RBRACE3, + [170831] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(9863), 1, anon_sym_RPAREN, - [165646] = 2, + [170838] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9656), 1, - anon_sym_RBRACE3, - [165653] = 2, + ACTIONS(9865), 1, + anon_sym_BQUOTE, + [170845] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9658), 1, - anon_sym_RBRACE3, - [165660] = 2, + ACTIONS(9867), 1, + anon_sym_RBRACE2, + [170852] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9660), 1, - anon_sym_RPAREN, - [165667] = 2, + ACTIONS(5926), 1, + anon_sym_RBRACK, + [170859] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9662), 1, - anon_sym_BQUOTE, - [165674] = 2, + ACTIONS(5716), 1, + anon_sym_RBRACK, + [170866] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9664), 1, + ACTIONS(9863), 1, anon_sym_BQUOTE, - [165681] = 2, + [170873] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9662), 1, + ACTIONS(9869), 1, anon_sym_RPAREN, - [165688] = 2, + [170880] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9666), 1, - anon_sym_RBRACE3, - [165695] = 2, + ACTIONS(9871), 1, + anon_sym_RBRACE2, + [170887] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9668), 1, + ACTIONS(9873), 1, + sym_word, + [170894] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9875), 1, anon_sym_RBRACE3, - [165702] = 2, + [170901] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9670), 1, + ACTIONS(9877), 1, anon_sym_RPAREN, - [165709] = 2, + [170908] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_RPAREN, - [165716] = 2, + ACTIONS(9879), 1, + anon_sym_RBRACE3, + [170915] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9646), 1, - anon_sym_RPAREN, - [165723] = 2, + ACTIONS(9881), 1, + anon_sym_BQUOTE, + [170922] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9674), 1, + ACTIONS(9883), 1, anon_sym_RBRACE3, - [165730] = 2, + [170929] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9628), 1, + ACTIONS(9877), 1, anon_sym_BQUOTE, - [165737] = 2, + [170936] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9676), 1, - anon_sym_BQUOTE, - [165744] = 2, + ACTIONS(9885), 1, + anon_sym_RPAREN, + [170943] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9678), 1, - anon_sym_RPAREN, - [165751] = 2, + ACTIONS(9887), 1, + anon_sym_BQUOTE, + [170950] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9670), 1, + ACTIONS(9889), 1, anon_sym_BQUOTE, - [165758] = 2, + [170957] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9891), 1, + anon_sym_RBRACE3, + [170964] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9680), 1, + ACTIONS(9893), 1, anon_sym_RPAREN, - [165765] = 2, + [170971] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9682), 1, + ACTIONS(9895), 1, sym_word, - [165772] = 2, + [170978] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9684), 1, + ACTIONS(9897), 1, anon_sym_RPAREN, - [165779] = 2, + [170985] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9686), 1, - anon_sym_BQUOTE, - [165786] = 2, + ACTIONS(9899), 1, + anon_sym_RBRACE3, + [170992] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9188), 1, + ACTIONS(9353), 1, aux_sym__simple_variable_name_token1, - [165793] = 2, + [170999] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9688), 1, + ACTIONS(9901), 1, anon_sym_RPAREN_RPAREN, - [165800] = 2, + [171006] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9690), 1, - anon_sym_RBRACE2, - [165807] = 2, + ACTIONS(9887), 1, + anon_sym_RPAREN, + [171013] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_BQUOTE, - [165814] = 2, + ACTIONS(9903), 1, + anon_sym_RBRACE3, + [171020] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9692), 1, + ACTIONS(9905), 1, anon_sym_DOT_DOT, - [165821] = 2, + [171027] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9694), 1, + ACTIONS(9907), 1, anon_sym_RPAREN, - [165828] = 2, + [171034] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9696), 1, + ACTIONS(9909), 1, aux_sym_brace_expression_token1, - [165835] = 2, + [171041] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9698), 1, + ACTIONS(9911), 1, anon_sym_RBRACE2, - [165842] = 2, + [171048] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9700), 1, + ACTIONS(9913), 1, sym_heredoc_start, - [165849] = 2, + [171055] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9702), 1, - anon_sym_RPAREN, - [165856] = 2, + ACTIONS(9915), 1, + anon_sym_RBRACE3, + [171062] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9704), 1, - anon_sym_RBRACE2, - [165863] = 2, + ACTIONS(9917), 1, + anon_sym_BQUOTE, + [171069] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9706), 1, - anon_sym_RBRACE3, - [165870] = 2, + ACTIONS(9919), 1, + anon_sym_RPAREN, + [171076] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9708), 1, - anon_sym_RPAREN, - [165877] = 2, + ACTIONS(9921), 1, + anon_sym_BQUOTE, + [171083] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9710), 1, - anon_sym_RPAREN, - [165884] = 2, + ACTIONS(9923), 1, + anon_sym_esac, + [171090] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9712), 1, - anon_sym_BQUOTE, - [165891] = 2, + ACTIONS(9925), 1, + anon_sym_esac, + [171097] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9714), 1, + ACTIONS(9927), 1, sym_heredoc_start, - [165898] = 2, + [171104] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9710), 1, + ACTIONS(9919), 1, anon_sym_BQUOTE, - [165905] = 2, + [171111] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9716), 1, + ACTIONS(9929), 1, anon_sym_BQUOTE, - [165912] = 2, + [171118] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9718), 1, - anon_sym_RPAREN, - [165919] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9720), 1, - aux_sym_heredoc_redirect_token1, - [165926] = 2, + ACTIONS(9931), 1, + anon_sym_BQUOTE, + [171125] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9722), 1, - anon_sym_BQUOTE, - [165933] = 2, + ACTIONS(9933), 1, + anon_sym_RPAREN, + [171132] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1221), 1, - anon_sym_RBRACE3, - [165940] = 2, + ACTIONS(9935), 1, + anon_sym_esac, + [171139] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9724), 1, - anon_sym_RBRACE2, - [165947] = 2, + ACTIONS(9937), 1, + anon_sym_esac, + [171146] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9726), 1, - anon_sym_RBRACE2, - [165954] = 2, + ACTIONS(9939), 1, + anon_sym_fi, + [171153] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9716), 1, + ACTIONS(9929), 1, anon_sym_RPAREN, - [165961] = 2, + [171160] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9728), 1, + ACTIONS(9941), 1, anon_sym_RBRACE3, - [165968] = 2, + [171167] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9730), 1, + ACTIONS(9943), 1, anon_sym_RBRACE2, - [165975] = 2, + [171174] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9945), 1, + sym_heredoc_end, + [171181] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9732), 1, + ACTIONS(9947), 1, sym_heredoc_start, - [165982] = 2, + [171188] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9734), 1, - anon_sym_RBRACE3, - [165989] = 2, + ACTIONS(9949), 1, + sym_heredoc_end, + [171195] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9736), 1, + ACTIONS(9951), 1, anon_sym_RPAREN, - [165996] = 2, + [171202] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9738), 1, + ACTIONS(9953), 1, anon_sym_RPAREN, - [166003] = 2, + [171209] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(9955), 1, anon_sym_BQUOTE, - [166010] = 2, + [171216] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9742), 1, + ACTIONS(9957), 1, anon_sym_BQUOTE, - [166017] = 2, + [171223] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(9955), 1, anon_sym_RPAREN, - [166024] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1245), 1, - anon_sym_RBRACE3, - [166031] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9744), 1, - aux_sym_heredoc_redirect_token1, - [166038] = 2, + [171230] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9746), 1, + ACTIONS(9959), 1, anon_sym_RBRACE3, - [166045] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9748), 1, - anon_sym_RPAREN, - [166052] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9750), 1, - anon_sym_BQUOTE, - [166059] = 2, + [171237] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9748), 1, + ACTIONS(9961), 1, anon_sym_BQUOTE, - [166066] = 2, + [171244] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9752), 1, - anon_sym_RBRACE2, - [166073] = 2, + ACTIONS(9963), 1, + anon_sym_RBRACE3, + [171251] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9754), 1, - anon_sym_in, - [166080] = 2, + ACTIONS(9965), 1, + anon_sym_esac, + [171258] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9756), 1, - anon_sym_RPAREN, - [166087] = 2, + ACTIONS(9967), 1, + anon_sym_esac, + [171265] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(9969), 1, anon_sym_BQUOTE, - [166094] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9760), 1, - anon_sym_in, - [166101] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9762), 1, - anon_sym_RPAREN_RPAREN, - [166108] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9764), 1, - anon_sym_RPAREN, - [166115] = 2, + [171272] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9766), 1, - aux_sym_brace_expression_token1, - [166122] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9768), 1, - anon_sym_RPAREN, - [166129] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9770), 1, - anon_sym_BQUOTE, - [166136] = 2, + ACTIONS(8821), 1, + anon_sym_fi, + [171279] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9772), 1, + ACTIONS(9971), 1, anon_sym_RPAREN, - [166143] = 2, + [171286] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9774), 1, - anon_sym_RBRACE3, - [166150] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9758), 1, + ACTIONS(9961), 1, anon_sym_RPAREN, - [166157] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9776), 1, - anon_sym_BQUOTE, - [166164] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9778), 1, - anon_sym_RBRACE3, - [166171] = 2, + [171293] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9780), 1, + ACTIONS(9973), 1, anon_sym_RBRACE3, - [166178] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9782), 1, - anon_sym_RPAREN, - [166185] = 2, + [171300] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9784), 1, + ACTIONS(9975), 1, anon_sym_BQUOTE, - [166192] = 2, + [171307] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9786), 1, - anon_sym_RPAREN, - [166199] = 2, + ACTIONS(9977), 1, + anon_sym_esac, + [171314] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9782), 1, - anon_sym_BQUOTE, - [166206] = 2, + ACTIONS(9979), 1, + anon_sym_esac, + [171321] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9770), 1, - anon_sym_RPAREN, - [166213] = 2, + ACTIONS(8809), 1, + anon_sym_fi, + [171328] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9786), 1, + ACTIONS(9971), 1, anon_sym_BQUOTE, - [166220] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9788), 1, - anon_sym_RPAREN, - [166227] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9790), 1, - anon_sym_RPAREN, - [166234] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9792), 1, - anon_sym_RBRACE3, - [166241] = 2, + [171335] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9794), 1, + ACTIONS(9981), 1, anon_sym_RPAREN, - [166248] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9796), 1, - sym_word, - [166255] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9798), 1, - anon_sym_BQUOTE, - [166262] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9800), 1, - anon_sym_DOT_DOT, - [166269] = 2, + [171342] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9802), 1, + ACTIONS(9983), 1, anon_sym_RBRACE2, - [166276] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9804), 1, - anon_sym_RBRACE3, - [166283] = 2, + [171349] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9806), 1, - sym_heredoc_start, - [166290] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9808), 1, - anon_sym_DOT_DOT, - [166297] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9810), 1, - anon_sym_RPAREN, - [166304] = 2, + ACTIONS(5784), 1, + anon_sym_RBRACK, + [171356] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9812), 1, - anon_sym_BQUOTE, - [166311] = 2, + ACTIONS(9985), 1, + anon_sym_RBRACE2, + [171363] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9814), 1, - anon_sym_BQUOTE, - [166318] = 2, + ACTIONS(5792), 1, + anon_sym_RBRACK, + [171370] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9816), 1, + ACTIONS(9987), 1, anon_sym_BQUOTE, - [166325] = 2, + [171377] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9818), 1, + ACTIONS(9989), 1, anon_sym_BQUOTE, - [166332] = 2, + [171384] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9820), 1, - sym_heredoc_start, - [166339] = 2, + ACTIONS(9987), 1, + anon_sym_RPAREN, + [171391] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9794), 1, - anon_sym_BQUOTE, - [166346] = 2, + ACTIONS(9991), 1, + anon_sym_RBRACE3, + [171398] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9812), 1, + ACTIONS(9993), 1, anon_sym_RPAREN, - [166353] = 2, + [171405] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9814), 1, + ACTIONS(9995), 1, anon_sym_RPAREN, - [166360] = 2, + [171412] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9822), 1, + ACTIONS(9997), 1, anon_sym_BQUOTE, - [166367] = 2, + [171419] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9824), 1, + ACTIONS(9999), 1, anon_sym_BQUOTE, - [166374] = 2, + [171426] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9826), 1, + ACTIONS(10001), 1, anon_sym_RPAREN, - [166381] = 2, + [171433] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9822), 1, + ACTIONS(9997), 1, anon_sym_RPAREN, - [166388] = 2, + [171440] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9828), 1, + ACTIONS(10003), 1, anon_sym_RBRACE3, - [166395] = 2, + [171447] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(10005), 1, anon_sym_RBRACE3, - [166402] = 2, + [171454] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1237), 1, - anon_sym_RBRACE3, - [166409] = 2, + ACTIONS(10007), 1, + anon_sym_RPAREN, + [171461] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE3, - [166416] = 2, + ACTIONS(10009), 1, + anon_sym_BQUOTE, + [171468] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9830), 1, - anon_sym_RBRACE3, - [166423] = 2, + ACTIONS(10011), 1, + anon_sym_DOT_DOT, + [171475] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9832), 1, + ACTIONS(10013), 1, anon_sym_BQUOTE, - [166430] = 2, + [171482] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9834), 1, - anon_sym_RBRACE2, - [166437] = 2, + ACTIONS(10015), 1, + anon_sym_BQUOTE, + [171489] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9836), 1, + ACTIONS(10017), 1, + sym_heredoc_start, + [171496] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10019), 1, + anon_sym_DOT_DOT, + [171503] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10007), 1, anon_sym_BQUOTE, - [166444] = 2, + [171510] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10013), 1, + anon_sym_RPAREN, + [171517] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9838), 1, + ACTIONS(10021), 1, anon_sym_RBRACE3, - [166451] = 2, + [171524] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9832), 1, + ACTIONS(10023), 1, anon_sym_RPAREN, - [166458] = 2, + [171531] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9840), 1, - anon_sym_DOT_DOT, - [166465] = 2, + ACTIONS(10025), 1, + anon_sym_RPAREN, + [171538] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9842), 1, + ACTIONS(10027), 1, + sym_heredoc_start, + [171545] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10029), 1, + anon_sym_RBRACE2, + [171552] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10031), 1, anon_sym_RBRACE3, - [166472] = 2, + [171559] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9844), 1, - anon_sym_RPAREN, - [166479] = 2, + ACTIONS(10033), 1, + anon_sym_BQUOTE, + [171566] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9846), 1, + ACTIONS(10035), 1, anon_sym_BQUOTE, - [166486] = 2, + [171573] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9848), 1, - anon_sym_RBRACE2, - [166493] = 2, + ACTIONS(10037), 1, + anon_sym_RPAREN, + [171580] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10033), 1, + anon_sym_RPAREN, + [171587] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10039), 1, + anon_sym_RBRACE3, + [171594] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9850), 1, + ACTIONS(10041), 1, anon_sym_BQUOTE, - [166500] = 2, + [171601] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9852), 1, + ACTIONS(10037), 1, anon_sym_BQUOTE, - [166507] = 2, + [171608] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9854), 1, - ts_builtin_sym_end, - [166514] = 2, + ACTIONS(10043), 1, + anon_sym_RPAREN, + [171615] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10045), 1, + anon_sym_BQUOTE, + [171622] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9856), 1, + ACTIONS(10047), 1, anon_sym_BQUOTE, - [166521] = 2, + [171629] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9858), 1, + ACTIONS(10049), 1, + anon_sym_RBRACE2, + [171636] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10045), 1, anon_sym_RPAREN, - [166528] = 2, + [171643] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10051), 1, + anon_sym_RBRACE3, + [171650] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9860), 1, + ACTIONS(10053), 1, + anon_sym_RBRACE3, + [171657] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(9917), 1, + anon_sym_RPAREN, + [171664] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10055), 1, + anon_sym_DOT_DOT, + [171671] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10057), 1, anon_sym_BQUOTE, - [166535] = 2, + [171678] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10059), 1, + anon_sym_RPAREN, + [171685] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9862), 1, + ACTIONS(10061), 1, anon_sym_BQUOTE, - [166542] = 2, + [171692] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9844), 1, + ACTIONS(10063), 1, anon_sym_BQUOTE, - [166549] = 2, + [171699] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9860), 1, + ACTIONS(10065), 1, anon_sym_RPAREN, - [166556] = 2, + [171706] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9864), 1, - anon_sym_RBRACE3, - [166563] = 2, + ACTIONS(10061), 1, + anon_sym_RPAREN, + [171713] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9866), 1, - anon_sym_RPAREN, - [166570] = 2, + ACTIONS(10067), 1, + ts_builtin_sym_end, + [171720] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9868), 1, + ACTIONS(10069), 1, anon_sym_RBRACE3, - [166577] = 2, + [171727] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9852), 1, - anon_sym_RPAREN, - [166584] = 2, + ACTIONS(10071), 1, + anon_sym_RBRACE2, + [171734] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9870), 1, + ACTIONS(10073), 1, anon_sym_RBRACE3, - [166591] = 2, + [171741] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9872), 1, + ACTIONS(10075), 1, anon_sym_RPAREN, - [166598] = 2, + [171748] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10077), 1, + anon_sym_BQUOTE, + [171755] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(10079), 1, anon_sym_BQUOTE, - [166605] = 2, + [171762] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10081), 1, + anon_sym_BQUOTE, + [171769] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10077), 1, + anon_sym_RPAREN, + [171776] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10083), 1, + anon_sym_RBRACE3, + [171783] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9876), 1, + ACTIONS(10075), 1, anon_sym_BQUOTE, - [166612] = 2, + [171790] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10085), 1, + anon_sym_RPAREN, + [171797] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10087), 1, + anon_sym_RBRACE2, + [171804] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10089), 1, + anon_sym_RBRACE2, + [171811] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(10091), 1, anon_sym_RPAREN, - [166619] = 2, + [171818] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9878), 1, + ACTIONS(10093), 1, + anon_sym_BQUOTE, + [171825] = 2, + ACTIONS(63), 1, + sym_comment, + ACTIONS(10095), 1, anon_sym_DOT_DOT, - [166626] = 2, + [171832] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9880), 1, + ACTIONS(10097), 1, anon_sym_DOT_DOT, - [166633] = 2, + [171839] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9882), 1, + ACTIONS(10099), 1, anon_sym_DOT_DOT, - [166640] = 2, + [171846] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9884), 1, + ACTIONS(10101), 1, anon_sym_DOT_DOT, - [166647] = 2, + [171853] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9886), 1, + ACTIONS(10103), 1, anon_sym_DOT_DOT, - [166654] = 2, + [171860] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9888), 1, + ACTIONS(10105), 1, anon_sym_DOT_DOT, - [166661] = 2, + [171867] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9890), 1, + ACTIONS(10107), 1, anon_sym_DOT_DOT, - [166668] = 2, + [171874] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(10109), 1, anon_sym_DOT_DOT, - [166675] = 2, + [171881] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9894), 1, + ACTIONS(10111), 1, anon_sym_DOT_DOT, - [166682] = 2, + [171888] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9896), 1, + ACTIONS(10113), 1, anon_sym_DOT_DOT, - [166689] = 2, + [171895] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9898), 1, + ACTIONS(10115), 1, anon_sym_DOT_DOT, - [166696] = 2, + [171902] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(10117), 1, anon_sym_DOT_DOT, - [166703] = 2, + [171909] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9902), 1, + ACTIONS(10119), 1, anon_sym_DOT_DOT, - [166710] = 2, + [171916] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9904), 1, + ACTIONS(10121), 1, anon_sym_DOT_DOT, - [166717] = 2, + [171923] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9906), 1, + ACTIONS(10123), 1, anon_sym_DOT_DOT, - [166724] = 2, + [171930] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9908), 1, + ACTIONS(10125), 1, anon_sym_DOT_DOT, - [166731] = 2, + [171937] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9910), 1, + ACTIONS(10127), 1, anon_sym_DOT_DOT, - [166738] = 2, + [171944] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9912), 1, + ACTIONS(10129), 1, anon_sym_DOT_DOT, - [166745] = 2, + [171951] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9914), 1, + ACTIONS(10131), 1, anon_sym_DOT_DOT, - [166752] = 2, + [171958] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9916), 1, + ACTIONS(10133), 1, anon_sym_DOT_DOT, - [166759] = 2, + [171965] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9918), 1, + ACTIONS(10135), 1, anon_sym_DOT_DOT, - [166766] = 2, + [171972] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9920), 1, + ACTIONS(10137), 1, anon_sym_DOT_DOT, - [166773] = 2, + [171979] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9922), 1, + ACTIONS(10139), 1, anon_sym_DOT_DOT, - [166780] = 2, + [171986] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9924), 1, + ACTIONS(10141), 1, anon_sym_DOT_DOT, - [166787] = 2, + [171993] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9926), 1, + ACTIONS(10143), 1, anon_sym_DOT_DOT, - [166794] = 2, + [172000] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9928), 1, + ACTIONS(10145), 1, anon_sym_DOT_DOT, - [166801] = 2, + [172007] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9930), 1, + ACTIONS(10147), 1, anon_sym_DOT_DOT, - [166808] = 2, + [172014] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9932), 1, + ACTIONS(10149), 1, anon_sym_DOT_DOT, - [166815] = 2, + [172021] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9934), 1, + ACTIONS(10151), 1, anon_sym_DOT_DOT, - [166822] = 2, + [172028] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9936), 1, + ACTIONS(10153), 1, anon_sym_DOT_DOT, - [166829] = 2, + [172035] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9938), 1, + ACTIONS(10155), 1, anon_sym_DOT_DOT, - [166836] = 2, + [172042] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9940), 1, + ACTIONS(10157), 1, anon_sym_DOT_DOT, - [166843] = 2, + [172049] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9942), 1, + ACTIONS(10159), 1, anon_sym_DOT_DOT, - [166850] = 2, + [172056] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9944), 1, + ACTIONS(10161), 1, anon_sym_DOT_DOT, - [166857] = 2, + [172063] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9946), 1, + ACTIONS(10163), 1, anon_sym_DOT_DOT, - [166864] = 2, + [172070] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9948), 1, + ACTIONS(10165), 1, anon_sym_DOT_DOT, - [166871] = 2, + [172077] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9950), 1, + ACTIONS(10167), 1, aux_sym_brace_expression_token1, - [166878] = 2, + [172084] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9952), 1, - anon_sym_RBRACE2, - [166885] = 2, + ACTIONS(10169), 1, + anon_sym_BQUOTE, + [172091] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9954), 1, - anon_sym_RBRACE3, - [166892] = 2, + ACTIONS(10093), 1, + anon_sym_RPAREN, + [172098] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9956), 1, - anon_sym_RBRACE2, - [166899] = 2, + ACTIONS(10171), 1, + anon_sym_RBRACE3, + [172105] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9958), 1, + ACTIONS(10173), 1, ts_builtin_sym_end, - [166906] = 2, + [172112] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9960), 1, + ACTIONS(10175), 1, anon_sym_RBRACE2, - [166913] = 2, + [172119] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9962), 1, + ACTIONS(10177), 1, anon_sym_RPAREN, - [166920] = 2, + [172126] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9964), 1, + ACTIONS(10179), 1, anon_sym_BQUOTE, - [166927] = 2, + [172133] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9966), 1, + ACTIONS(10181), 1, aux_sym_brace_expression_token1, - [166934] = 2, + [172140] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9968), 1, + ACTIONS(10183), 1, anon_sym_BQUOTE, - [166941] = 2, + [172147] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9970), 1, - anon_sym_BQUOTE, - [166948] = 2, + ACTIONS(10179), 1, + anon_sym_RPAREN, + [172154] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9972), 1, + ACTIONS(10185), 1, anon_sym_RBRACE3, - [166955] = 2, + [172161] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9968), 1, - anon_sym_RPAREN, - [166962] = 2, + ACTIONS(10187), 1, + anon_sym_RBRACE2, + [172168] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9974), 1, - anon_sym_RBRACE3, - [166969] = 2, + ACTIONS(10189), 1, + anon_sym_RPAREN, + [172175] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9976), 1, + ACTIONS(10191), 1, aux_sym_brace_expression_token1, - [166976] = 2, + [172182] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9330), 1, - anon_sym_RPAREN, - [166983] = 2, + ACTIONS(10193), 1, + anon_sym_BQUOTE, + [172189] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9978), 1, + ACTIONS(10195), 1, anon_sym_BQUOTE, - [166990] = 2, + [172196] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9980), 1, - anon_sym_BQUOTE, - [166997] = 2, + ACTIONS(10193), 1, + anon_sym_RPAREN, + [172203] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9982), 1, + ACTIONS(10197), 1, aux_sym_brace_expression_token1, - [167004] = 2, + [172210] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9984), 1, - anon_sym_BQUOTE, - [167011] = 2, + ACTIONS(10199), 1, + anon_sym_RBRACE3, + [172217] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9986), 1, + ACTIONS(10201), 1, anon_sym_RBRACE2, - [167018] = 2, + [172224] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9964), 1, + ACTIONS(10203), 1, anon_sym_RPAREN, - [167025] = 2, + [172231] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9988), 1, + ACTIONS(10205), 1, aux_sym_brace_expression_token1, - [167032] = 2, + [172238] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9990), 1, + ACTIONS(10207), 1, aux_sym_brace_expression_token1, - [167039] = 2, + [172245] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9992), 1, + ACTIONS(10209), 1, aux_sym_brace_expression_token1, - [167046] = 2, + [172252] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9994), 1, + ACTIONS(10211), 1, aux_sym_brace_expression_token1, - [167053] = 2, + [172259] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9996), 1, + ACTIONS(10213), 1, aux_sym_brace_expression_token1, - [167060] = 2, + [172266] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9998), 1, + ACTIONS(10215), 1, aux_sym_brace_expression_token1, - [167067] = 2, + [172273] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10000), 1, + ACTIONS(10217), 1, aux_sym_brace_expression_token1, - [167074] = 2, + [172280] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10002), 1, + ACTIONS(10219), 1, aux_sym_brace_expression_token1, - [167081] = 2, + [172287] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10004), 1, + ACTIONS(10221), 1, aux_sym_brace_expression_token1, - [167088] = 2, + [172294] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10006), 1, + ACTIONS(10223), 1, aux_sym_brace_expression_token1, - [167095] = 2, + [172301] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10008), 1, + ACTIONS(10225), 1, aux_sym_brace_expression_token1, - [167102] = 2, + [172308] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10010), 1, + ACTIONS(10227), 1, aux_sym_brace_expression_token1, - [167109] = 2, + [172315] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10012), 1, + ACTIONS(10229), 1, aux_sym_brace_expression_token1, - [167116] = 2, + [172322] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10014), 1, + ACTIONS(10231), 1, aux_sym_brace_expression_token1, - [167123] = 2, + [172329] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10016), 1, + ACTIONS(10233), 1, aux_sym_brace_expression_token1, - [167130] = 2, + [172336] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10018), 1, + ACTIONS(10235), 1, aux_sym_brace_expression_token1, - [167137] = 2, + [172343] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10020), 1, + ACTIONS(10237), 1, aux_sym_brace_expression_token1, - [167144] = 2, + [172350] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10022), 1, + ACTIONS(10239), 1, aux_sym_brace_expression_token1, - [167151] = 2, + [172357] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10024), 1, + ACTIONS(10241), 1, aux_sym_brace_expression_token1, - [167158] = 2, + [172364] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10026), 1, + ACTIONS(10243), 1, aux_sym_brace_expression_token1, - [167165] = 2, + [172371] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10028), 1, + ACTIONS(10245), 1, aux_sym_brace_expression_token1, - [167172] = 2, + [172378] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10030), 1, + ACTIONS(10247), 1, aux_sym_brace_expression_token1, - [167179] = 2, + [172385] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10032), 1, + ACTIONS(10249), 1, aux_sym_brace_expression_token1, - [167186] = 2, + [172392] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10034), 1, + ACTIONS(10251), 1, aux_sym_brace_expression_token1, - [167193] = 2, + [172399] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10036), 1, + ACTIONS(10253), 1, aux_sym_brace_expression_token1, - [167200] = 2, + [172406] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10038), 1, + ACTIONS(10255), 1, aux_sym_brace_expression_token1, - [167207] = 2, + [172413] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10040), 1, + ACTIONS(10257), 1, aux_sym_brace_expression_token1, - [167214] = 2, + [172420] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10042), 1, + ACTIONS(10259), 1, aux_sym_brace_expression_token1, - [167221] = 2, + [172427] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10044), 1, + ACTIONS(10261), 1, aux_sym_brace_expression_token1, - [167228] = 2, + [172434] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10046), 1, + ACTIONS(10263), 1, aux_sym_brace_expression_token1, - [167235] = 2, + [172441] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10048), 1, + ACTIONS(10265), 1, aux_sym_brace_expression_token1, - [167242] = 2, + [172448] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10050), 1, + ACTIONS(10267), 1, aux_sym_brace_expression_token1, - [167249] = 2, + [172455] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10052), 1, + ACTIONS(10269), 1, aux_sym_brace_expression_token1, - [167256] = 2, + [172462] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10054), 1, + ACTIONS(10271), 1, aux_sym_brace_expression_token1, - [167263] = 2, + [172469] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10056), 1, + ACTIONS(10273), 1, aux_sym_brace_expression_token1, - [167270] = 2, + [172476] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10058), 1, + ACTIONS(10275), 1, aux_sym_brace_expression_token1, - [167277] = 2, + [172483] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10060), 1, + ACTIONS(10277), 1, sym_word, - [167284] = 2, + [172490] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10062), 1, + ACTIONS(10279), 1, anon_sym_RPAREN, - [167291] = 2, + [172497] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10064), 1, + ACTIONS(10281), 1, sym_word, - [167298] = 2, + [172504] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10066), 1, + ACTIONS(10283), 1, sym_word, - [167305] = 2, + [172511] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10068), 1, + ACTIONS(10285), 1, anon_sym_RPAREN, - [167312] = 2, + [172518] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9192), 1, + ACTIONS(9365), 1, aux_sym__simple_variable_name_token1, - [167319] = 2, + [172525] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10070), 1, + ACTIONS(10287), 1, sym_word, - [167326] = 2, + [172532] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10072), 1, + ACTIONS(10289), 1, anon_sym_RPAREN, - [167333] = 2, + [172539] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10074), 1, - anon_sym_RBRACE3, - [167340] = 2, + ACTIONS(10059), 1, + anon_sym_BQUOTE, + [172546] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10076), 1, + ACTIONS(10291), 1, sym_word, - [167347] = 2, + [172553] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10078), 1, + ACTIONS(10293), 1, anon_sym_RPAREN, - [167354] = 2, + [172560] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(10080), 1, + ACTIONS(10295), 1, aux_sym_brace_expression_token1, - [167361] = 2, + [172567] = 2, ACTIONS(63), 1, sym_comment, - ACTIONS(9872), 1, + ACTIONS(10297), 1, anon_sym_BQUOTE, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(414)] = 0, - [SMALL_STATE(415)] = 79, - [SMALL_STATE(416)] = 150, - [SMALL_STATE(417)] = 290, - [SMALL_STATE(418)] = 430, - [SMALL_STATE(419)] = 570, - [SMALL_STATE(420)] = 710, - [SMALL_STATE(421)] = 815, - [SMALL_STATE(422)] = 920, - [SMALL_STATE(423)] = 1025, - [SMALL_STATE(424)] = 1129, - [SMALL_STATE(425)] = 1233, - [SMALL_STATE(426)] = 1337, - [SMALL_STATE(427)] = 1441, - [SMALL_STATE(428)] = 1545, - [SMALL_STATE(429)] = 1649, - [SMALL_STATE(430)] = 1753, - [SMALL_STATE(431)] = 1857, - [SMALL_STATE(432)] = 1960, - [SMALL_STATE(433)] = 2063, - [SMALL_STATE(434)] = 2166, - [SMALL_STATE(435)] = 2269, - [SMALL_STATE(436)] = 2372, - [SMALL_STATE(437)] = 2475, - [SMALL_STATE(438)] = 2546, - [SMALL_STATE(439)] = 2649, - [SMALL_STATE(440)] = 2752, - [SMALL_STATE(441)] = 2823, - [SMALL_STATE(442)] = 2926, - [SMALL_STATE(443)] = 3029, - [SMALL_STATE(444)] = 3132, - [SMALL_STATE(445)] = 3230, - [SMALL_STATE(446)] = 3328, - [SMALL_STATE(447)] = 3398, - [SMALL_STATE(448)] = 3500, - [SMALL_STATE(449)] = 3602, - [SMALL_STATE(450)] = 3672, - [SMALL_STATE(451)] = 3774, - [SMALL_STATE(452)] = 3876, - [SMALL_STATE(453)] = 3978, - [SMALL_STATE(454)] = 4076, - [SMALL_STATE(455)] = 4178, - [SMALL_STATE(456)] = 4280, - [SMALL_STATE(457)] = 4382, - [SMALL_STATE(458)] = 4484, - [SMALL_STATE(459)] = 4586, - [SMALL_STATE(460)] = 4686, - [SMALL_STATE(461)] = 4788, - [SMALL_STATE(462)] = 4890, - [SMALL_STATE(463)] = 4992, - [SMALL_STATE(464)] = 5092, - [SMALL_STATE(465)] = 5193, - [SMALL_STATE(466)] = 5294, - [SMALL_STATE(467)] = 5363, - [SMALL_STATE(468)] = 5462, - [SMALL_STATE(469)] = 5531, - [SMALL_STATE(470)] = 5600, - [SMALL_STATE(471)] = 5669, - [SMALL_STATE(472)] = 5766, - [SMALL_STATE(473)] = 5835, - [SMALL_STATE(474)] = 5934, - [SMALL_STATE(475)] = 6031, - [SMALL_STATE(476)] = 6100, - [SMALL_STATE(477)] = 6169, - [SMALL_STATE(478)] = 6268, - [SMALL_STATE(479)] = 6365, - [SMALL_STATE(480)] = 6466, - [SMALL_STATE(481)] = 6567, - [SMALL_STATE(482)] = 6668, - [SMALL_STATE(483)] = 6767, - [SMALL_STATE(484)] = 6836, - [SMALL_STATE(485)] = 6896, - [SMALL_STATE(486)] = 6964, - [SMALL_STATE(487)] = 7032, - [SMALL_STATE(488)] = 7100, - [SMALL_STATE(489)] = 7196, - [SMALL_STATE(490)] = 7264, - [SMALL_STATE(491)] = 7360, - [SMALL_STATE(492)] = 7456, - [SMALL_STATE(493)] = 7552, - [SMALL_STATE(494)] = 7620, - [SMALL_STATE(495)] = 7688, - [SMALL_STATE(496)] = 7756, - [SMALL_STATE(497)] = 7852, - [SMALL_STATE(498)] = 7920, - [SMALL_STATE(499)] = 8016, - [SMALL_STATE(500)] = 8083, - [SMALL_STATE(501)] = 8150, - [SMALL_STATE(502)] = 8245, - [SMALL_STATE(503)] = 8312, - [SMALL_STATE(504)] = 8375, - [SMALL_STATE(505)] = 8442, - [SMALL_STATE(506)] = 8541, - [SMALL_STATE(507)] = 8608, - [SMALL_STATE(508)] = 8675, - [SMALL_STATE(509)] = 8742, - [SMALL_STATE(510)] = 8841, - [SMALL_STATE(511)] = 8908, - [SMALL_STATE(512)] = 9003, - [SMALL_STATE(513)] = 9066, - [SMALL_STATE(514)] = 9161, - [SMALL_STATE(515)] = 9224, - [SMALL_STATE(516)] = 9291, - [SMALL_STATE(517)] = 9384, - [SMALL_STATE(518)] = 9451, - [SMALL_STATE(519)] = 9544, - [SMALL_STATE(520)] = 9643, - [SMALL_STATE(521)] = 9706, - [SMALL_STATE(522)] = 9824, - [SMALL_STATE(523)] = 9942, - [SMALL_STATE(524)] = 10008, - [SMALL_STATE(525)] = 10074, - [SMALL_STATE(526)] = 10140, - [SMALL_STATE(527)] = 10206, - [SMALL_STATE(528)] = 10306, - [SMALL_STATE(529)] = 10372, - [SMALL_STATE(530)] = 10472, - [SMALL_STATE(531)] = 10570, - [SMALL_STATE(532)] = 10668, - [SMALL_STATE(533)] = 10766, - [SMALL_STATE(534)] = 10884, - [SMALL_STATE(535)] = 10982, - [SMALL_STATE(536)] = 11100, - [SMALL_STATE(537)] = 11218, - [SMALL_STATE(538)] = 11284, - [SMALL_STATE(539)] = 11384, - [SMALL_STATE(540)] = 11450, - [SMALL_STATE(541)] = 11548, - [SMALL_STATE(542)] = 11666, - [SMALL_STATE(543)] = 11732, - [SMALL_STATE(544)] = 11850, - [SMALL_STATE(545)] = 11968, - [SMALL_STATE(546)] = 12067, - [SMALL_STATE(547)] = 12166, - [SMALL_STATE(548)] = 12237, - [SMALL_STATE(549)] = 12316, - [SMALL_STATE(550)] = 12415, - [SMALL_STATE(551)] = 12514, - [SMALL_STATE(552)] = 12579, - [SMALL_STATE(553)] = 12644, - [SMALL_STATE(554)] = 12709, - [SMALL_STATE(555)] = 12774, - [SMALL_STATE(556)] = 12843, - [SMALL_STATE(557)] = 12942, - [SMALL_STATE(558)] = 13021, - [SMALL_STATE(559)] = 13089, - [SMALL_STATE(560)] = 13159, - [SMALL_STATE(561)] = 13223, - [SMALL_STATE(562)] = 13287, - [SMALL_STATE(563)] = 13345, - [SMALL_STATE(564)] = 13437, - [SMALL_STATE(565)] = 13515, - [SMALL_STATE(566)] = 13607, - [SMALL_STATE(567)] = 13663, - [SMALL_STATE(568)] = 13719, - [SMALL_STATE(569)] = 13783, - [SMALL_STATE(570)] = 13861, - [SMALL_STATE(571)] = 13919, - [SMALL_STATE(572)] = 14011, - [SMALL_STATE(573)] = 14074, - [SMALL_STATE(574)] = 14137, - [SMALL_STATE(575)] = 14198, - [SMALL_STATE(576)] = 14261, - [SMALL_STATE(577)] = 14322, - [SMALL_STATE(578)] = 14391, - [SMALL_STATE(579)] = 14458, - [SMALL_STATE(580)] = 14535, - [SMALL_STATE(581)] = 14598, - [SMALL_STATE(582)] = 14661, - [SMALL_STATE(583)] = 14718, - [SMALL_STATE(584)] = 14795, - [SMALL_STATE(585)] = 14888, - [SMALL_STATE(586)] = 14951, - [SMALL_STATE(587)] = 15012, - [SMALL_STATE(588)] = 15073, - [SMALL_STATE(589)] = 15134, - [SMALL_STATE(590)] = 15189, - [SMALL_STATE(591)] = 15252, - [SMALL_STATE(592)] = 15315, - [SMALL_STATE(593)] = 15384, - [SMALL_STATE(594)] = 15451, - [SMALL_STATE(595)] = 15514, - [SMALL_STATE(596)] = 15575, - [SMALL_STATE(597)] = 15636, - [SMALL_STATE(598)] = 15693, - [SMALL_STATE(599)] = 15756, - [SMALL_STATE(600)] = 15817, - [SMALL_STATE(601)] = 15910, - [SMALL_STATE(602)] = 15987, - [SMALL_STATE(603)] = 16050, - [SMALL_STATE(604)] = 16127, - [SMALL_STATE(605)] = 16188, - [SMALL_STATE(606)] = 16249, - [SMALL_STATE(607)] = 16342, - [SMALL_STATE(608)] = 16408, - [SMALL_STATE(609)] = 16468, - [SMALL_STATE(610)] = 16528, - [SMALL_STATE(611)] = 16590, - [SMALL_STATE(612)] = 16652, - [SMALL_STATE(613)] = 16712, - [SMALL_STATE(614)] = 16772, - [SMALL_STATE(615)] = 16826, - [SMALL_STATE(616)] = 16880, - [SMALL_STATE(617)] = 16934, - [SMALL_STATE(618)] = 16988, - [SMALL_STATE(619)] = 17050, - [SMALL_STATE(620)] = 17104, - [SMALL_STATE(621)] = 17158, - [SMALL_STATE(622)] = 17218, - [SMALL_STATE(623)] = 17292, - [SMALL_STATE(624)] = 17346, - [SMALL_STATE(625)] = 17408, - [SMALL_STATE(626)] = 17470, - [SMALL_STATE(627)] = 17546, - [SMALL_STATE(628)] = 17612, - [SMALL_STATE(629)] = 17666, - [SMALL_STATE(630)] = 17720, - [SMALL_STATE(631)] = 17774, - [SMALL_STATE(632)] = 17848, - [SMALL_STATE(633)] = 17916, - [SMALL_STATE(634)] = 17970, - [SMALL_STATE(635)] = 18030, - [SMALL_STATE(636)] = 18090, - [SMALL_STATE(637)] = 18152, - [SMALL_STATE(638)] = 18206, - [SMALL_STATE(639)] = 18266, - [SMALL_STATE(640)] = 18340, - [SMALL_STATE(641)] = 18400, - [SMALL_STATE(642)] = 18462, - [SMALL_STATE(643)] = 18524, - [SMALL_STATE(644)] = 18586, - [SMALL_STATE(645)] = 18640, - [SMALL_STATE(646)] = 18694, - [SMALL_STATE(647)] = 18756, - [SMALL_STATE(648)] = 18816, - [SMALL_STATE(649)] = 18884, - [SMALL_STATE(650)] = 18938, - [SMALL_STATE(651)] = 18998, - [SMALL_STATE(652)] = 19060, - [SMALL_STATE(653)] = 19122, - [SMALL_STATE(654)] = 19184, - [SMALL_STATE(655)] = 19244, - [SMALL_STATE(656)] = 19298, - [SMALL_STATE(657)] = 19352, - [SMALL_STATE(658)] = 19412, - [SMALL_STATE(659)] = 19474, - [SMALL_STATE(660)] = 19534, - [SMALL_STATE(661)] = 19594, - [SMALL_STATE(662)] = 19654, - [SMALL_STATE(663)] = 19708, - [SMALL_STATE(664)] = 19770, - [SMALL_STATE(665)] = 19830, - [SMALL_STATE(666)] = 19892, - [SMALL_STATE(667)] = 19954, - [SMALL_STATE(668)] = 20016, - [SMALL_STATE(669)] = 20090, - [SMALL_STATE(670)] = 20144, - [SMALL_STATE(671)] = 20204, - [SMALL_STATE(672)] = 20280, - [SMALL_STATE(673)] = 20333, - [SMALL_STATE(674)] = 20386, - [SMALL_STATE(675)] = 20445, - [SMALL_STATE(676)] = 20504, - [SMALL_STATE(677)] = 20563, - [SMALL_STATE(678)] = 20622, - [SMALL_STATE(679)] = 20683, - [SMALL_STATE(680)] = 20736, - [SMALL_STATE(681)] = 20797, - [SMALL_STATE(682)] = 20856, - [SMALL_STATE(683)] = 20915, - [SMALL_STATE(684)] = 20974, - [SMALL_STATE(685)] = 21033, - [SMALL_STATE(686)] = 21086, - [SMALL_STATE(687)] = 21145, - [SMALL_STATE(688)] = 21198, - [SMALL_STATE(689)] = 21257, - [SMALL_STATE(690)] = 21316, - [SMALL_STATE(691)] = 21375, - [SMALL_STATE(692)] = 21428, - [SMALL_STATE(693)] = 21487, - [SMALL_STATE(694)] = 21546, - [SMALL_STATE(695)] = 21599, - [SMALL_STATE(696)] = 21658, - [SMALL_STATE(697)] = 21711, - [SMALL_STATE(698)] = 21768, - [SMALL_STATE(699)] = 21827, - [SMALL_STATE(700)] = 21886, - [SMALL_STATE(701)] = 21945, - [SMALL_STATE(702)] = 22004, - [SMALL_STATE(703)] = 22057, - [SMALL_STATE(704)] = 22110, - [SMALL_STATE(705)] = 22169, - [SMALL_STATE(706)] = 22222, - [SMALL_STATE(707)] = 22275, - [SMALL_STATE(708)] = 22332, - [SMALL_STATE(709)] = 22391, - [SMALL_STATE(710)] = 22444, - [SMALL_STATE(711)] = 22497, - [SMALL_STATE(712)] = 22556, - [SMALL_STATE(713)] = 22609, - [SMALL_STATE(714)] = 22668, - [SMALL_STATE(715)] = 22727, - [SMALL_STATE(716)] = 22786, - [SMALL_STATE(717)] = 22839, - [SMALL_STATE(718)] = 22898, - [SMALL_STATE(719)] = 22957, - [SMALL_STATE(720)] = 23010, - [SMALL_STATE(721)] = 23069, - [SMALL_STATE(722)] = 23128, - [SMALL_STATE(723)] = 23181, - [SMALL_STATE(724)] = 23234, - [SMALL_STATE(725)] = 23293, - [SMALL_STATE(726)] = 23346, - [SMALL_STATE(727)] = 23407, - [SMALL_STATE(728)] = 23460, - [SMALL_STATE(729)] = 23519, - [SMALL_STATE(730)] = 23572, - [SMALL_STATE(731)] = 23631, - [SMALL_STATE(732)] = 23690, - [SMALL_STATE(733)] = 23743, - [SMALL_STATE(734)] = 23796, - [SMALL_STATE(735)] = 23849, - [SMALL_STATE(736)] = 23908, - [SMALL_STATE(737)] = 23969, - [SMALL_STATE(738)] = 24030, - [SMALL_STATE(739)] = 24083, - [SMALL_STATE(740)] = 24142, - [SMALL_STATE(741)] = 24195, - [SMALL_STATE(742)] = 24248, - [SMALL_STATE(743)] = 24307, - [SMALL_STATE(744)] = 24366, - [SMALL_STATE(745)] = 24419, - [SMALL_STATE(746)] = 24472, - [SMALL_STATE(747)] = 24525, - [SMALL_STATE(748)] = 24584, - [SMALL_STATE(749)] = 24643, - [SMALL_STATE(750)] = 24696, - [SMALL_STATE(751)] = 24749, - [SMALL_STATE(752)] = 24802, - [SMALL_STATE(753)] = 24861, - [SMALL_STATE(754)] = 24920, - [SMALL_STATE(755)] = 24977, - [SMALL_STATE(756)] = 25030, - [SMALL_STATE(757)] = 25083, - [SMALL_STATE(758)] = 25140, - [SMALL_STATE(759)] = 25193, - [SMALL_STATE(760)] = 25252, - [SMALL_STATE(761)] = 25311, - [SMALL_STATE(762)] = 25372, - [SMALL_STATE(763)] = 25425, - [SMALL_STATE(764)] = 25484, - [SMALL_STATE(765)] = 25536, - [SMALL_STATE(766)] = 25594, - [SMALL_STATE(767)] = 25646, - [SMALL_STATE(768)] = 25698, - [SMALL_STATE(769)] = 25750, - [SMALL_STATE(770)] = 25802, - [SMALL_STATE(771)] = 25854, - [SMALL_STATE(772)] = 25912, - [SMALL_STATE(773)] = 25970, - [SMALL_STATE(774)] = 26028, - [SMALL_STATE(775)] = 26086, - [SMALL_STATE(776)] = 26138, - [SMALL_STATE(777)] = 26190, - [SMALL_STATE(778)] = 26242, - [SMALL_STATE(779)] = 26294, - [SMALL_STATE(780)] = 26346, - [SMALL_STATE(781)] = 26398, - [SMALL_STATE(782)] = 26456, - [SMALL_STATE(783)] = 26508, - [SMALL_STATE(784)] = 26566, - [SMALL_STATE(785)] = 26618, - [SMALL_STATE(786)] = 26670, - [SMALL_STATE(787)] = 26722, - [SMALL_STATE(788)] = 26780, - [SMALL_STATE(789)] = 26832, - [SMALL_STATE(790)] = 26890, - [SMALL_STATE(791)] = 26942, - [SMALL_STATE(792)] = 26994, - [SMALL_STATE(793)] = 27046, - [SMALL_STATE(794)] = 27104, - [SMALL_STATE(795)] = 27156, - [SMALL_STATE(796)] = 27208, - [SMALL_STATE(797)] = 27266, - [SMALL_STATE(798)] = 27318, - [SMALL_STATE(799)] = 27370, - [SMALL_STATE(800)] = 27422, - [SMALL_STATE(801)] = 27480, - [SMALL_STATE(802)] = 27532, - [SMALL_STATE(803)] = 27590, - [SMALL_STATE(804)] = 27648, - [SMALL_STATE(805)] = 27700, - [SMALL_STATE(806)] = 27752, - [SMALL_STATE(807)] = 27810, - [SMALL_STATE(808)] = 27862, - [SMALL_STATE(809)] = 27962, - [SMALL_STATE(810)] = 28020, - [SMALL_STATE(811)] = 28076, - [SMALL_STATE(812)] = 28128, - [SMALL_STATE(813)] = 28180, - [SMALL_STATE(814)] = 28232, - [SMALL_STATE(815)] = 28332, - [SMALL_STATE(816)] = 28390, - [SMALL_STATE(817)] = 28448, - [SMALL_STATE(818)] = 28500, - [SMALL_STATE(819)] = 28552, - [SMALL_STATE(820)] = 28604, - [SMALL_STATE(821)] = 28662, - [SMALL_STATE(822)] = 28714, - [SMALL_STATE(823)] = 28766, - [SMALL_STATE(824)] = 28818, - [SMALL_STATE(825)] = 28874, - [SMALL_STATE(826)] = 28932, - [SMALL_STATE(827)] = 28984, - [SMALL_STATE(828)] = 29042, - [SMALL_STATE(829)] = 29094, - [SMALL_STATE(830)] = 29150, - [SMALL_STATE(831)] = 29202, - [SMALL_STATE(832)] = 29254, - [SMALL_STATE(833)] = 29306, - [SMALL_STATE(834)] = 29406, - [SMALL_STATE(835)] = 29458, - [SMALL_STATE(836)] = 29510, - [SMALL_STATE(837)] = 29562, - [SMALL_STATE(838)] = 29662, - [SMALL_STATE(839)] = 29714, - [SMALL_STATE(840)] = 29766, - [SMALL_STATE(841)] = 29818, - [SMALL_STATE(842)] = 29876, - [SMALL_STATE(843)] = 29934, - [SMALL_STATE(844)] = 29992, - [SMALL_STATE(845)] = 30044, - [SMALL_STATE(846)] = 30096, - [SMALL_STATE(847)] = 30148, - [SMALL_STATE(848)] = 30206, - [SMALL_STATE(849)] = 30258, - [SMALL_STATE(850)] = 30314, - [SMALL_STATE(851)] = 30366, - [SMALL_STATE(852)] = 30418, - [SMALL_STATE(853)] = 30474, - [SMALL_STATE(854)] = 30526, - [SMALL_STATE(855)] = 30578, - [SMALL_STATE(856)] = 30630, - [SMALL_STATE(857)] = 30682, - [SMALL_STATE(858)] = 30734, - [SMALL_STATE(859)] = 30786, - [SMALL_STATE(860)] = 30838, - [SMALL_STATE(861)] = 30896, - [SMALL_STATE(862)] = 30948, - [SMALL_STATE(863)] = 31000, - [SMALL_STATE(864)] = 31052, - [SMALL_STATE(865)] = 31104, - [SMALL_STATE(866)] = 31204, - [SMALL_STATE(867)] = 31262, - [SMALL_STATE(868)] = 31314, - [SMALL_STATE(869)] = 31366, - [SMALL_STATE(870)] = 31418, - [SMALL_STATE(871)] = 31476, - [SMALL_STATE(872)] = 31528, - [SMALL_STATE(873)] = 31580, - [SMALL_STATE(874)] = 31632, - [SMALL_STATE(875)] = 31690, - [SMALL_STATE(876)] = 31742, - [SMALL_STATE(877)] = 31794, - [SMALL_STATE(878)] = 31894, - [SMALL_STATE(879)] = 31946, - [SMALL_STATE(880)] = 31998, - [SMALL_STATE(881)] = 32056, - [SMALL_STATE(882)] = 32108, - [SMALL_STATE(883)] = 32166, - [SMALL_STATE(884)] = 32218, - [SMALL_STATE(885)] = 32270, - [SMALL_STATE(886)] = 32322, - [SMALL_STATE(887)] = 32380, - [SMALL_STATE(888)] = 32432, - [SMALL_STATE(889)] = 32490, - [SMALL_STATE(890)] = 32542, - [SMALL_STATE(891)] = 32600, - [SMALL_STATE(892)] = 32652, - [SMALL_STATE(893)] = 32704, - [SMALL_STATE(894)] = 32756, - [SMALL_STATE(895)] = 32808, - [SMALL_STATE(896)] = 32860, - [SMALL_STATE(897)] = 32912, - [SMALL_STATE(898)] = 33012, - [SMALL_STATE(899)] = 33064, - [SMALL_STATE(900)] = 33164, - [SMALL_STATE(901)] = 33216, - [SMALL_STATE(902)] = 33268, - [SMALL_STATE(903)] = 33320, - [SMALL_STATE(904)] = 33372, - [SMALL_STATE(905)] = 33424, - [SMALL_STATE(906)] = 33480, - [SMALL_STATE(907)] = 33538, - [SMALL_STATE(908)] = 33590, - [SMALL_STATE(909)] = 33646, - [SMALL_STATE(910)] = 33704, - [SMALL_STATE(911)] = 33756, - [SMALL_STATE(912)] = 33814, - [SMALL_STATE(913)] = 33866, - [SMALL_STATE(914)] = 33918, - [SMALL_STATE(915)] = 33976, - [SMALL_STATE(916)] = 34034, - [SMALL_STATE(917)] = 34086, - [SMALL_STATE(918)] = 34144, - [SMALL_STATE(919)] = 34202, - [SMALL_STATE(920)] = 34259, - [SMALL_STATE(921)] = 34316, - [SMALL_STATE(922)] = 34373, - [SMALL_STATE(923)] = 34424, - [SMALL_STATE(924)] = 34475, - [SMALL_STATE(925)] = 34526, - [SMALL_STATE(926)] = 34577, - [SMALL_STATE(927)] = 34634, - [SMALL_STATE(928)] = 34685, - [SMALL_STATE(929)] = 34742, - [SMALL_STATE(930)] = 34799, - [SMALL_STATE(931)] = 34854, - [SMALL_STATE(932)] = 34905, - [SMALL_STATE(933)] = 34956, - [SMALL_STATE(934)] = 35013, - [SMALL_STATE(935)] = 35064, - [SMALL_STATE(936)] = 35115, - [SMALL_STATE(937)] = 35166, - [SMALL_STATE(938)] = 35223, - [SMALL_STATE(939)] = 35274, - [SMALL_STATE(940)] = 35331, - [SMALL_STATE(941)] = 35386, - [SMALL_STATE(942)] = 35437, - [SMALL_STATE(943)] = 35488, - [SMALL_STATE(944)] = 35539, - [SMALL_STATE(945)] = 35590, - [SMALL_STATE(946)] = 35641, - [SMALL_STATE(947)] = 35698, - [SMALL_STATE(948)] = 35749, - [SMALL_STATE(949)] = 35800, - [SMALL_STATE(950)] = 35851, - [SMALL_STATE(951)] = 35902, - [SMALL_STATE(952)] = 35953, - [SMALL_STATE(953)] = 36004, - [SMALL_STATE(954)] = 36061, - [SMALL_STATE(955)] = 36118, - [SMALL_STATE(956)] = 36173, - [SMALL_STATE(957)] = 36224, - [SMALL_STATE(958)] = 36275, - [SMALL_STATE(959)] = 36330, - [SMALL_STATE(960)] = 36393, - [SMALL_STATE(961)] = 36458, - [SMALL_STATE(962)] = 36553, - [SMALL_STATE(963)] = 36610, - [SMALL_STATE(964)] = 36667, - [SMALL_STATE(965)] = 36724, - [SMALL_STATE(966)] = 36779, - [SMALL_STATE(967)] = 36834, - [SMALL_STATE(968)] = 36891, - [SMALL_STATE(969)] = 36948, - [SMALL_STATE(970)] = 36999, - [SMALL_STATE(971)] = 37056, - [SMALL_STATE(972)] = 37113, - [SMALL_STATE(973)] = 37164, - [SMALL_STATE(974)] = 37215, - [SMALL_STATE(975)] = 37266, - [SMALL_STATE(976)] = 37317, - [SMALL_STATE(977)] = 37368, - [SMALL_STATE(978)] = 37419, - [SMALL_STATE(979)] = 37514, - [SMALL_STATE(980)] = 37609, - [SMALL_STATE(981)] = 37660, - [SMALL_STATE(982)] = 37711, - [SMALL_STATE(983)] = 37762, - [SMALL_STATE(984)] = 37817, - [SMALL_STATE(985)] = 37872, - [SMALL_STATE(986)] = 37923, - [SMALL_STATE(987)] = 37978, - [SMALL_STATE(988)] = 38029, - [SMALL_STATE(989)] = 38080, - [SMALL_STATE(990)] = 38135, - [SMALL_STATE(991)] = 38186, - [SMALL_STATE(992)] = 38241, - [SMALL_STATE(993)] = 38310, - [SMALL_STATE(994)] = 38361, - [SMALL_STATE(995)] = 38412, - [SMALL_STATE(996)] = 38463, - [SMALL_STATE(997)] = 38514, - [SMALL_STATE(998)] = 38609, - [SMALL_STATE(999)] = 38660, - [SMALL_STATE(1000)] = 38715, - [SMALL_STATE(1001)] = 38766, - [SMALL_STATE(1002)] = 38817, - [SMALL_STATE(1003)] = 38868, - [SMALL_STATE(1004)] = 38919, - [SMALL_STATE(1005)] = 38974, - [SMALL_STATE(1006)] = 39025, - [SMALL_STATE(1007)] = 39082, - [SMALL_STATE(1008)] = 39139, - [SMALL_STATE(1009)] = 39190, - [SMALL_STATE(1010)] = 39247, - [SMALL_STATE(1011)] = 39298, - [SMALL_STATE(1012)] = 39349, - [SMALL_STATE(1013)] = 39400, - [SMALL_STATE(1014)] = 39451, - [SMALL_STATE(1015)] = 39546, - [SMALL_STATE(1016)] = 39603, - [SMALL_STATE(1017)] = 39660, - [SMALL_STATE(1018)] = 39711, - [SMALL_STATE(1019)] = 39762, - [SMALL_STATE(1020)] = 39813, - [SMALL_STATE(1021)] = 39864, - [SMALL_STATE(1022)] = 39915, - [SMALL_STATE(1023)] = 40010, - [SMALL_STATE(1024)] = 40105, - [SMALL_STATE(1025)] = 40156, - [SMALL_STATE(1026)] = 40207, - [SMALL_STATE(1027)] = 40264, - [SMALL_STATE(1028)] = 40321, - [SMALL_STATE(1029)] = 40378, - [SMALL_STATE(1030)] = 40473, - [SMALL_STATE(1031)] = 40528, - [SMALL_STATE(1032)] = 40579, - [SMALL_STATE(1033)] = 40630, - [SMALL_STATE(1034)] = 40681, - [SMALL_STATE(1035)] = 40738, - [SMALL_STATE(1036)] = 40795, - [SMALL_STATE(1037)] = 40846, - [SMALL_STATE(1038)] = 40897, - [SMALL_STATE(1039)] = 40952, - [SMALL_STATE(1040)] = 41003, - [SMALL_STATE(1041)] = 41054, - [SMALL_STATE(1042)] = 41105, - [SMALL_STATE(1043)] = 41156, - [SMALL_STATE(1044)] = 41213, - [SMALL_STATE(1045)] = 41268, - [SMALL_STATE(1046)] = 41325, - [SMALL_STATE(1047)] = 41376, - [SMALL_STATE(1048)] = 41433, - [SMALL_STATE(1049)] = 41484, - [SMALL_STATE(1050)] = 41535, - [SMALL_STATE(1051)] = 41592, - [SMALL_STATE(1052)] = 41643, - [SMALL_STATE(1053)] = 41694, - [SMALL_STATE(1054)] = 41745, - [SMALL_STATE(1055)] = 41796, - [SMALL_STATE(1056)] = 41847, - [SMALL_STATE(1057)] = 41902, - [SMALL_STATE(1058)] = 41959, - [SMALL_STATE(1059)] = 42016, - [SMALL_STATE(1060)] = 42067, - [SMALL_STATE(1061)] = 42124, - [SMALL_STATE(1062)] = 42181, - [SMALL_STATE(1063)] = 42232, - [SMALL_STATE(1064)] = 42283, - [SMALL_STATE(1065)] = 42334, - [SMALL_STATE(1066)] = 42385, - [SMALL_STATE(1067)] = 42442, - [SMALL_STATE(1068)] = 42493, - [SMALL_STATE(1069)] = 42550, - [SMALL_STATE(1070)] = 42601, - [SMALL_STATE(1071)] = 42651, - [SMALL_STATE(1072)] = 42707, - [SMALL_STATE(1073)] = 42757, - [SMALL_STATE(1074)] = 42807, - [SMALL_STATE(1075)] = 42857, - [SMALL_STATE(1076)] = 42911, - [SMALL_STATE(1077)] = 42961, - [SMALL_STATE(1078)] = 43053, - [SMALL_STATE(1079)] = 43103, - [SMALL_STATE(1080)] = 43153, - [SMALL_STATE(1081)] = 43207, - [SMALL_STATE(1082)] = 43257, - [SMALL_STATE(1083)] = 43311, - [SMALL_STATE(1084)] = 43361, - [SMALL_STATE(1085)] = 43453, - [SMALL_STATE(1086)] = 43503, - [SMALL_STATE(1087)] = 43553, - [SMALL_STATE(1088)] = 43603, - [SMALL_STATE(1089)] = 43659, - [SMALL_STATE(1090)] = 43709, - [SMALL_STATE(1091)] = 43759, - [SMALL_STATE(1092)] = 43809, - [SMALL_STATE(1093)] = 43859, - [SMALL_STATE(1094)] = 43909, - [SMALL_STATE(1095)] = 44001, - [SMALL_STATE(1096)] = 44051, - [SMALL_STATE(1097)] = 44105, - [SMALL_STATE(1098)] = 44197, - [SMALL_STATE(1099)] = 44247, - [SMALL_STATE(1100)] = 44339, - [SMALL_STATE(1101)] = 44389, - [SMALL_STATE(1102)] = 44481, - [SMALL_STATE(1103)] = 44531, - [SMALL_STATE(1104)] = 44623, - [SMALL_STATE(1105)] = 44677, - [SMALL_STATE(1106)] = 44769, - [SMALL_STATE(1107)] = 44819, - [SMALL_STATE(1108)] = 44873, - [SMALL_STATE(1109)] = 44923, - [SMALL_STATE(1110)] = 44973, - [SMALL_STATE(1111)] = 45023, - [SMALL_STATE(1112)] = 45073, - [SMALL_STATE(1113)] = 45143, - [SMALL_STATE(1114)] = 45193, - [SMALL_STATE(1115)] = 45285, - [SMALL_STATE(1116)] = 45335, - [SMALL_STATE(1117)] = 45385, - [SMALL_STATE(1118)] = 45435, - [SMALL_STATE(1119)] = 45527, - [SMALL_STATE(1120)] = 45577, - [SMALL_STATE(1121)] = 45669, - [SMALL_STATE(1122)] = 45727, - [SMALL_STATE(1123)] = 45819, - [SMALL_STATE(1124)] = 45911, - [SMALL_STATE(1125)] = 45961, - [SMALL_STATE(1126)] = 46011, - [SMALL_STATE(1127)] = 46105, - [SMALL_STATE(1128)] = 46155, - [SMALL_STATE(1129)] = 46205, - [SMALL_STATE(1130)] = 46259, - [SMALL_STATE(1131)] = 46309, - [SMALL_STATE(1132)] = 46363, - [SMALL_STATE(1133)] = 46455, - [SMALL_STATE(1134)] = 46505, - [SMALL_STATE(1135)] = 46555, - [SMALL_STATE(1136)] = 46647, - [SMALL_STATE(1137)] = 46697, - [SMALL_STATE(1138)] = 46747, - [SMALL_STATE(1139)] = 46803, - [SMALL_STATE(1140)] = 46861, - [SMALL_STATE(1141)] = 46953, - [SMALL_STATE(1142)] = 47015, - [SMALL_STATE(1143)] = 47107, - [SMALL_STATE(1144)] = 47157, - [SMALL_STATE(1145)] = 47207, - [SMALL_STATE(1146)] = 47257, - [SMALL_STATE(1147)] = 47307, - [SMALL_STATE(1148)] = 47357, - [SMALL_STATE(1149)] = 47407, - [SMALL_STATE(1150)] = 47457, - [SMALL_STATE(1151)] = 47507, - [SMALL_STATE(1152)] = 47557, - [SMALL_STATE(1153)] = 47649, - [SMALL_STATE(1154)] = 47743, - [SMALL_STATE(1155)] = 47835, - [SMALL_STATE(1156)] = 47885, - [SMALL_STATE(1157)] = 47939, - [SMALL_STATE(1158)] = 48031, - [SMALL_STATE(1159)] = 48081, - [SMALL_STATE(1160)] = 48131, - [SMALL_STATE(1161)] = 48181, - [SMALL_STATE(1162)] = 48273, - [SMALL_STATE(1163)] = 48367, - [SMALL_STATE(1164)] = 48459, - [SMALL_STATE(1165)] = 48509, - [SMALL_STATE(1166)] = 48601, - [SMALL_STATE(1167)] = 48667, - [SMALL_STATE(1168)] = 48759, - [SMALL_STATE(1169)] = 48809, - [SMALL_STATE(1170)] = 48859, - [SMALL_STATE(1171)] = 48909, - [SMALL_STATE(1172)] = 48959, - [SMALL_STATE(1173)] = 49009, - [SMALL_STATE(1174)] = 49101, - [SMALL_STATE(1175)] = 49151, - [SMALL_STATE(1176)] = 49201, - [SMALL_STATE(1177)] = 49257, - [SMALL_STATE(1178)] = 49313, - [SMALL_STATE(1179)] = 49363, - [SMALL_STATE(1180)] = 49413, - [SMALL_STATE(1181)] = 49463, - [SMALL_STATE(1182)] = 49513, - [SMALL_STATE(1183)] = 49563, - [SMALL_STATE(1184)] = 49655, - [SMALL_STATE(1185)] = 49705, - [SMALL_STATE(1186)] = 49755, - [SMALL_STATE(1187)] = 49805, - [SMALL_STATE(1188)] = 49861, - [SMALL_STATE(1189)] = 49917, - [SMALL_STATE(1190)] = 49967, - [SMALL_STATE(1191)] = 50059, - [SMALL_STATE(1192)] = 50109, - [SMALL_STATE(1193)] = 50159, - [SMALL_STATE(1194)] = 50213, - [SMALL_STATE(1195)] = 50305, - [SMALL_STATE(1196)] = 50361, - [SMALL_STATE(1197)] = 50411, - [SMALL_STATE(1198)] = 50465, - [SMALL_STATE(1199)] = 50515, - [SMALL_STATE(1200)] = 50565, - [SMALL_STATE(1201)] = 50615, - [SMALL_STATE(1202)] = 50707, - [SMALL_STATE(1203)] = 50757, - [SMALL_STATE(1204)] = 50849, - [SMALL_STATE(1205)] = 50941, - [SMALL_STATE(1206)] = 51033, - [SMALL_STATE(1207)] = 51083, - [SMALL_STATE(1208)] = 51175, - [SMALL_STATE(1209)] = 51267, - [SMALL_STATE(1210)] = 51323, - [SMALL_STATE(1211)] = 51415, - [SMALL_STATE(1212)] = 51507, - [SMALL_STATE(1213)] = 51563, - [SMALL_STATE(1214)] = 51613, - [SMALL_STATE(1215)] = 51663, - [SMALL_STATE(1216)] = 51713, - [SMALL_STATE(1217)] = 51763, - [SMALL_STATE(1218)] = 51855, - [SMALL_STATE(1219)] = 51911, - [SMALL_STATE(1220)] = 52003, - [SMALL_STATE(1221)] = 52059, - [SMALL_STATE(1222)] = 52151, - [SMALL_STATE(1223)] = 52245, - [SMALL_STATE(1224)] = 52295, - [SMALL_STATE(1225)] = 52351, - [SMALL_STATE(1226)] = 52445, - [SMALL_STATE(1227)] = 52537, - [SMALL_STATE(1228)] = 52629, - [SMALL_STATE(1229)] = 52679, - [SMALL_STATE(1230)] = 52729, - [SMALL_STATE(1231)] = 52785, - [SMALL_STATE(1232)] = 52835, - [SMALL_STATE(1233)] = 52927, - [SMALL_STATE(1234)] = 52981, - [SMALL_STATE(1235)] = 53031, - [SMALL_STATE(1236)] = 53123, - [SMALL_STATE(1237)] = 53173, - [SMALL_STATE(1238)] = 53265, - [SMALL_STATE(1239)] = 53315, - [SMALL_STATE(1240)] = 53365, - [SMALL_STATE(1241)] = 53415, - [SMALL_STATE(1242)] = 53507, - [SMALL_STATE(1243)] = 53599, - [SMALL_STATE(1244)] = 53649, - [SMALL_STATE(1245)] = 53699, - [SMALL_STATE(1246)] = 53791, - [SMALL_STATE(1247)] = 53841, - [SMALL_STATE(1248)] = 53895, - [SMALL_STATE(1249)] = 53945, - [SMALL_STATE(1250)] = 54000, - [SMALL_STATE(1251)] = 54053, - [SMALL_STATE(1252)] = 54102, - [SMALL_STATE(1253)] = 54157, - [SMALL_STATE(1254)] = 54210, - [SMALL_STATE(1255)] = 54265, - [SMALL_STATE(1256)] = 54314, - [SMALL_STATE(1257)] = 54363, - [SMALL_STATE(1258)] = 54416, - [SMALL_STATE(1259)] = 54465, - [SMALL_STATE(1260)] = 54518, - [SMALL_STATE(1261)] = 54573, - [SMALL_STATE(1262)] = 54628, - [SMALL_STATE(1263)] = 54683, - [SMALL_STATE(1264)] = 54736, - [SMALL_STATE(1265)] = 54785, - [SMALL_STATE(1266)] = 54842, - [SMALL_STATE(1267)] = 54895, - [SMALL_STATE(1268)] = 54944, - [SMALL_STATE(1269)] = 54993, - [SMALL_STATE(1270)] = 55042, - [SMALL_STATE(1271)] = 55095, - [SMALL_STATE(1272)] = 55144, - [SMALL_STATE(1273)] = 55193, - [SMALL_STATE(1274)] = 55242, - [SMALL_STATE(1275)] = 55291, - [SMALL_STATE(1276)] = 55344, - [SMALL_STATE(1277)] = 55393, - [SMALL_STATE(1278)] = 55448, - [SMALL_STATE(1279)] = 55503, - [SMALL_STATE(1280)] = 55552, - [SMALL_STATE(1281)] = 55605, - [SMALL_STATE(1282)] = 55654, - [SMALL_STATE(1283)] = 55709, - [SMALL_STATE(1284)] = 55764, - [SMALL_STATE(1285)] = 55817, - [SMALL_STATE(1286)] = 55870, - [SMALL_STATE(1287)] = 55923, - [SMALL_STATE(1288)] = 55976, - [SMALL_STATE(1289)] = 56029, - [SMALL_STATE(1290)] = 56082, - [SMALL_STATE(1291)] = 56140, - [SMALL_STATE(1292)] = 56198, - [SMALL_STATE(1293)] = 56256, - [SMALL_STATE(1294)] = 56304, - [SMALL_STATE(1295)] = 56356, - [SMALL_STATE(1296)] = 56414, - [SMALL_STATE(1297)] = 56462, - [SMALL_STATE(1298)] = 56520, - [SMALL_STATE(1299)] = 56578, - [SMALL_STATE(1300)] = 56636, - [SMALL_STATE(1301)] = 56684, - [SMALL_STATE(1302)] = 56732, - [SMALL_STATE(1303)] = 56790, - [SMALL_STATE(1304)] = 56842, - [SMALL_STATE(1305)] = 56890, - [SMALL_STATE(1306)] = 56942, - [SMALL_STATE(1307)] = 56994, - [SMALL_STATE(1308)] = 57042, - [SMALL_STATE(1309)] = 57090, - [SMALL_STATE(1310)] = 57138, - [SMALL_STATE(1311)] = 57192, - [SMALL_STATE(1312)] = 57250, - [SMALL_STATE(1313)] = 57298, - [SMALL_STATE(1314)] = 57352, - [SMALL_STATE(1315)] = 57404, - [SMALL_STATE(1316)] = 57458, - [SMALL_STATE(1317)] = 57516, - [SMALL_STATE(1318)] = 57574, - [SMALL_STATE(1319)] = 57632, - [SMALL_STATE(1320)] = 57680, - [SMALL_STATE(1321)] = 57738, - [SMALL_STATE(1322)] = 57796, - [SMALL_STATE(1323)] = 57844, - [SMALL_STATE(1324)] = 57902, - [SMALL_STATE(1325)] = 57950, - [SMALL_STATE(1326)] = 57998, - [SMALL_STATE(1327)] = 58052, - [SMALL_STATE(1328)] = 58100, - [SMALL_STATE(1329)] = 58154, - [SMALL_STATE(1330)] = 58212, - [SMALL_STATE(1331)] = 58264, - [SMALL_STATE(1332)] = 58316, - [SMALL_STATE(1333)] = 58374, - [SMALL_STATE(1334)] = 58432, - [SMALL_STATE(1335)] = 58480, - [SMALL_STATE(1336)] = 58538, - [SMALL_STATE(1337)] = 58596, - [SMALL_STATE(1338)] = 58654, - [SMALL_STATE(1339)] = 58702, - [SMALL_STATE(1340)] = 58754, - [SMALL_STATE(1341)] = 58802, - [SMALL_STATE(1342)] = 58854, - [SMALL_STATE(1343)] = 58908, - [SMALL_STATE(1344)] = 58966, - [SMALL_STATE(1345)] = 59024, - [SMALL_STATE(1346)] = 59078, - [SMALL_STATE(1347)] = 59132, - [SMALL_STATE(1348)] = 59184, - [SMALL_STATE(1349)] = 59242, - [SMALL_STATE(1350)] = 59296, - [SMALL_STATE(1351)] = 59354, - [SMALL_STATE(1352)] = 59412, - [SMALL_STATE(1353)] = 59464, - [SMALL_STATE(1354)] = 59512, - [SMALL_STATE(1355)] = 59570, - [SMALL_STATE(1356)] = 59628, - [SMALL_STATE(1357)] = 59686, - [SMALL_STATE(1358)] = 59744, - [SMALL_STATE(1359)] = 59792, - [SMALL_STATE(1360)] = 59850, - [SMALL_STATE(1361)] = 59908, - [SMALL_STATE(1362)] = 59966, - [SMALL_STATE(1363)] = 60014, - [SMALL_STATE(1364)] = 60072, - [SMALL_STATE(1365)] = 60130, - [SMALL_STATE(1366)] = 60178, - [SMALL_STATE(1367)] = 60226, - [SMALL_STATE(1368)] = 60278, - [SMALL_STATE(1369)] = 60326, - [SMALL_STATE(1370)] = 60384, - [SMALL_STATE(1371)] = 60442, - [SMALL_STATE(1372)] = 60494, - [SMALL_STATE(1373)] = 60548, - [SMALL_STATE(1374)] = 60606, - [SMALL_STATE(1375)] = 60662, - [SMALL_STATE(1376)] = 60720, - [SMALL_STATE(1377)] = 60778, - [SMALL_STATE(1378)] = 60836, - [SMALL_STATE(1379)] = 60888, - [SMALL_STATE(1380)] = 60944, - [SMALL_STATE(1381)] = 60996, - [SMALL_STATE(1382)] = 61054, - [SMALL_STATE(1383)] = 61102, - [SMALL_STATE(1384)] = 61150, - [SMALL_STATE(1385)] = 61202, - [SMALL_STATE(1386)] = 61250, - [SMALL_STATE(1387)] = 61298, - [SMALL_STATE(1388)] = 61356, - [SMALL_STATE(1389)] = 61408, - [SMALL_STATE(1390)] = 61466, - [SMALL_STATE(1391)] = 61524, - [SMALL_STATE(1392)] = 61576, - [SMALL_STATE(1393)] = 61634, - [SMALL_STATE(1394)] = 61688, - [SMALL_STATE(1395)] = 61746, - [SMALL_STATE(1396)] = 61794, - [SMALL_STATE(1397)] = 61852, - [SMALL_STATE(1398)] = 61910, - [SMALL_STATE(1399)] = 61968, - [SMALL_STATE(1400)] = 62016, - [SMALL_STATE(1401)] = 62064, - [SMALL_STATE(1402)] = 62112, - [SMALL_STATE(1403)] = 62160, - [SMALL_STATE(1404)] = 62208, - [SMALL_STATE(1405)] = 62261, - [SMALL_STATE(1406)] = 62316, - [SMALL_STATE(1407)] = 62367, - [SMALL_STATE(1408)] = 62458, - [SMALL_STATE(1409)] = 62549, - [SMALL_STATE(1410)] = 62602, - [SMALL_STATE(1411)] = 62655, - [SMALL_STATE(1412)] = 62708, - [SMALL_STATE(1413)] = 62761, - [SMALL_STATE(1414)] = 62814, - [SMALL_STATE(1415)] = 62867, - [SMALL_STATE(1416)] = 62920, - [SMALL_STATE(1417)] = 62971, - [SMALL_STATE(1418)] = 63026, - [SMALL_STATE(1419)] = 63079, - [SMALL_STATE(1420)] = 63130, - [SMALL_STATE(1421)] = 63181, - [SMALL_STATE(1422)] = 63232, - [SMALL_STATE(1423)] = 63283, - [SMALL_STATE(1424)] = 63330, - [SMALL_STATE(1425)] = 63385, - [SMALL_STATE(1426)] = 63440, - [SMALL_STATE(1427)] = 63491, - [SMALL_STATE(1428)] = 63538, - [SMALL_STATE(1429)] = 63585, - [SMALL_STATE(1430)] = 63636, - [SMALL_STATE(1431)] = 63691, - [SMALL_STATE(1432)] = 63744, - [SMALL_STATE(1433)] = 63835, - [SMALL_STATE(1434)] = 63926, - [SMALL_STATE(1435)] = 64017, - [SMALL_STATE(1436)] = 64064, - [SMALL_STATE(1437)] = 64155, - [SMALL_STATE(1438)] = 64206, - [SMALL_STATE(1439)] = 64297, - [SMALL_STATE(1440)] = 64348, - [SMALL_STATE(1441)] = 64403, - [SMALL_STATE(1442)] = 64458, - [SMALL_STATE(1443)] = 64549, - [SMALL_STATE(1444)] = 64602, - [SMALL_STATE(1445)] = 64649, - [SMALL_STATE(1446)] = 64702, - [SMALL_STATE(1447)] = 64749, - [SMALL_STATE(1448)] = 64840, - [SMALL_STATE(1449)] = 64931, - [SMALL_STATE(1450)] = 64978, - [SMALL_STATE(1451)] = 65025, - [SMALL_STATE(1452)] = 65072, - [SMALL_STATE(1453)] = 65119, - [SMALL_STATE(1454)] = 65166, - [SMALL_STATE(1455)] = 65221, - [SMALL_STATE(1456)] = 65268, - [SMALL_STATE(1457)] = 65315, - [SMALL_STATE(1458)] = 65362, - [SMALL_STATE(1459)] = 65413, - [SMALL_STATE(1460)] = 65460, - [SMALL_STATE(1461)] = 65515, - [SMALL_STATE(1462)] = 65562, - [SMALL_STATE(1463)] = 65615, - [SMALL_STATE(1464)] = 65668, - [SMALL_STATE(1465)] = 65715, - [SMALL_STATE(1466)] = 65768, - [SMALL_STATE(1467)] = 65815, - [SMALL_STATE(1468)] = 65862, - [SMALL_STATE(1469)] = 65915, - [SMALL_STATE(1470)] = 65968, - [SMALL_STATE(1471)] = 66015, - [SMALL_STATE(1472)] = 66062, - [SMALL_STATE(1473)] = 66115, - [SMALL_STATE(1474)] = 66170, - [SMALL_STATE(1475)] = 66223, - [SMALL_STATE(1476)] = 66314, - [SMALL_STATE(1477)] = 66361, - [SMALL_STATE(1478)] = 66408, - [SMALL_STATE(1479)] = 66455, - [SMALL_STATE(1480)] = 66502, - [SMALL_STATE(1481)] = 66549, - [SMALL_STATE(1482)] = 66596, - [SMALL_STATE(1483)] = 66643, - [SMALL_STATE(1484)] = 66690, - [SMALL_STATE(1485)] = 66737, - [SMALL_STATE(1486)] = 66788, - [SMALL_STATE(1487)] = 66835, - [SMALL_STATE(1488)] = 66886, - [SMALL_STATE(1489)] = 66933, - [SMALL_STATE(1490)] = 66984, - [SMALL_STATE(1491)] = 67037, - [SMALL_STATE(1492)] = 67088, - [SMALL_STATE(1493)] = 67139, - [SMALL_STATE(1494)] = 67192, - [SMALL_STATE(1495)] = 67239, - [SMALL_STATE(1496)] = 67286, - [SMALL_STATE(1497)] = 67333, - [SMALL_STATE(1498)] = 67380, - [SMALL_STATE(1499)] = 67431, - [SMALL_STATE(1500)] = 67482, - [SMALL_STATE(1501)] = 67533, - [SMALL_STATE(1502)] = 67580, - [SMALL_STATE(1503)] = 67627, - [SMALL_STATE(1504)] = 67678, - [SMALL_STATE(1505)] = 67729, - [SMALL_STATE(1506)] = 67776, - [SMALL_STATE(1507)] = 67831, - [SMALL_STATE(1508)] = 67878, - [SMALL_STATE(1509)] = 67931, - [SMALL_STATE(1510)] = 68022, - [SMALL_STATE(1511)] = 68075, - [SMALL_STATE(1512)] = 68122, - [SMALL_STATE(1513)] = 68175, - [SMALL_STATE(1514)] = 68226, - [SMALL_STATE(1515)] = 68281, - [SMALL_STATE(1516)] = 68334, - [SMALL_STATE(1517)] = 68389, - [SMALL_STATE(1518)] = 68440, - [SMALL_STATE(1519)] = 68487, - [SMALL_STATE(1520)] = 68538, - [SMALL_STATE(1521)] = 68585, - [SMALL_STATE(1522)] = 68636, - [SMALL_STATE(1523)] = 68689, - [SMALL_STATE(1524)] = 68742, - [SMALL_STATE(1525)] = 68795, - [SMALL_STATE(1526)] = 68848, - [SMALL_STATE(1527)] = 68901, - [SMALL_STATE(1528)] = 68952, - [SMALL_STATE(1529)] = 69003, - [SMALL_STATE(1530)] = 69049, - [SMALL_STATE(1531)] = 69101, - [SMALL_STATE(1532)] = 69147, - [SMALL_STATE(1533)] = 69193, - [SMALL_STATE(1534)] = 69239, - [SMALL_STATE(1535)] = 69285, - [SMALL_STATE(1536)] = 69331, - [SMALL_STATE(1537)] = 69377, - [SMALL_STATE(1538)] = 69423, - [SMALL_STATE(1539)] = 69469, - [SMALL_STATE(1540)] = 69515, - [SMALL_STATE(1541)] = 69565, - [SMALL_STATE(1542)] = 69615, - [SMALL_STATE(1543)] = 69661, - [SMALL_STATE(1544)] = 69707, - [SMALL_STATE(1545)] = 69753, - [SMALL_STATE(1546)] = 69801, - [SMALL_STATE(1547)] = 69847, - [SMALL_STATE(1548)] = 69897, - [SMALL_STATE(1549)] = 69943, - [SMALL_STATE(1550)] = 69989, - [SMALL_STATE(1551)] = 70039, - [SMALL_STATE(1552)] = 70085, - [SMALL_STATE(1553)] = 70131, - [SMALL_STATE(1554)] = 70177, - [SMALL_STATE(1555)] = 70223, - [SMALL_STATE(1556)] = 70269, - [SMALL_STATE(1557)] = 70315, - [SMALL_STATE(1558)] = 70361, - [SMALL_STATE(1559)] = 70411, - [SMALL_STATE(1560)] = 70461, - [SMALL_STATE(1561)] = 70507, - [SMALL_STATE(1562)] = 70559, - [SMALL_STATE(1563)] = 70611, - [SMALL_STATE(1564)] = 70657, - [SMALL_STATE(1565)] = 70703, - [SMALL_STATE(1566)] = 70749, - [SMALL_STATE(1567)] = 70795, - [SMALL_STATE(1568)] = 70841, - [SMALL_STATE(1569)] = 70887, - [SMALL_STATE(1570)] = 70933, - [SMALL_STATE(1571)] = 70979, - [SMALL_STATE(1572)] = 71029, - [SMALL_STATE(1573)] = 71075, - [SMALL_STATE(1574)] = 71121, - [SMALL_STATE(1575)] = 71173, - [SMALL_STATE(1576)] = 71223, - [SMALL_STATE(1577)] = 71273, - [SMALL_STATE(1578)] = 71323, - [SMALL_STATE(1579)] = 71369, - [SMALL_STATE(1580)] = 71419, - [SMALL_STATE(1581)] = 71469, - [SMALL_STATE(1582)] = 71515, - [SMALL_STATE(1583)] = 71561, - [SMALL_STATE(1584)] = 71611, - [SMALL_STATE(1585)] = 71657, - [SMALL_STATE(1586)] = 71705, - [SMALL_STATE(1587)] = 71753, - [SMALL_STATE(1588)] = 71799, - [SMALL_STATE(1589)] = 71849, - [SMALL_STATE(1590)] = 71895, - [SMALL_STATE(1591)] = 71941, - [SMALL_STATE(1592)] = 71991, - [SMALL_STATE(1593)] = 72037, - [SMALL_STATE(1594)] = 72087, - [SMALL_STATE(1595)] = 72133, - [SMALL_STATE(1596)] = 72179, - [SMALL_STATE(1597)] = 72227, - [SMALL_STATE(1598)] = 72273, - [SMALL_STATE(1599)] = 72319, - [SMALL_STATE(1600)] = 72365, - [SMALL_STATE(1601)] = 72411, - [SMALL_STATE(1602)] = 72461, - [SMALL_STATE(1603)] = 72507, - [SMALL_STATE(1604)] = 72553, - [SMALL_STATE(1605)] = 72601, - [SMALL_STATE(1606)] = 72651, - [SMALL_STATE(1607)] = 72697, - [SMALL_STATE(1608)] = 72743, - [SMALL_STATE(1609)] = 72789, - [SMALL_STATE(1610)] = 72835, - [SMALL_STATE(1611)] = 72885, - [SMALL_STATE(1612)] = 72935, - [SMALL_STATE(1613)] = 72981, - [SMALL_STATE(1614)] = 73031, - [SMALL_STATE(1615)] = 73083, - [SMALL_STATE(1616)] = 73129, - [SMALL_STATE(1617)] = 73175, - [SMALL_STATE(1618)] = 73221, - [SMALL_STATE(1619)] = 73267, - [SMALL_STATE(1620)] = 73319, - [SMALL_STATE(1621)] = 73365, - [SMALL_STATE(1622)] = 73410, - [SMALL_STATE(1623)] = 73455, - [SMALL_STATE(1624)] = 73510, - [SMALL_STATE(1625)] = 73555, - [SMALL_STATE(1626)] = 73600, - [SMALL_STATE(1627)] = 73645, - [SMALL_STATE(1628)] = 73690, - [SMALL_STATE(1629)] = 73735, - [SMALL_STATE(1630)] = 73780, - [SMALL_STATE(1631)] = 73835, - [SMALL_STATE(1632)] = 73886, - [SMALL_STATE(1633)] = 73931, - [SMALL_STATE(1634)] = 73986, - [SMALL_STATE(1635)] = 74037, - [SMALL_STATE(1636)] = 74092, - [SMALL_STATE(1637)] = 74143, - [SMALL_STATE(1638)] = 74188, - [SMALL_STATE(1639)] = 74243, - [SMALL_STATE(1640)] = 74288, - [SMALL_STATE(1641)] = 74337, - [SMALL_STATE(1642)] = 74382, - [SMALL_STATE(1643)] = 74437, - [SMALL_STATE(1644)] = 74492, - [SMALL_STATE(1645)] = 74541, - [SMALL_STATE(1646)] = 74586, - [SMALL_STATE(1647)] = 74631, - [SMALL_STATE(1648)] = 74680, - [SMALL_STATE(1649)] = 74725, - [SMALL_STATE(1650)] = 74774, - [SMALL_STATE(1651)] = 74819, - [SMALL_STATE(1652)] = 74864, - [SMALL_STATE(1653)] = 74909, - [SMALL_STATE(1654)] = 74954, - [SMALL_STATE(1655)] = 75009, - [SMALL_STATE(1656)] = 75054, - [SMALL_STATE(1657)] = 75109, - [SMALL_STATE(1658)] = 75154, - [SMALL_STATE(1659)] = 75209, - [SMALL_STATE(1660)] = 75254, - [SMALL_STATE(1661)] = 75309, - [SMALL_STATE(1662)] = 75354, - [SMALL_STATE(1663)] = 75409, - [SMALL_STATE(1664)] = 75454, - [SMALL_STATE(1665)] = 75499, - [SMALL_STATE(1666)] = 75554, - [SMALL_STATE(1667)] = 75599, - [SMALL_STATE(1668)] = 75644, - [SMALL_STATE(1669)] = 75689, - [SMALL_STATE(1670)] = 75734, - [SMALL_STATE(1671)] = 75783, - [SMALL_STATE(1672)] = 75828, - [SMALL_STATE(1673)] = 75873, - [SMALL_STATE(1674)] = 75918, - [SMALL_STATE(1675)] = 75963, - [SMALL_STATE(1676)] = 76018, - [SMALL_STATE(1677)] = 76067, - [SMALL_STATE(1678)] = 76122, - [SMALL_STATE(1679)] = 76167, - [SMALL_STATE(1680)] = 76212, - [SMALL_STATE(1681)] = 76257, - [SMALL_STATE(1682)] = 76312, - [SMALL_STATE(1683)] = 76367, - [SMALL_STATE(1684)] = 76422, - [SMALL_STATE(1685)] = 76477, - [SMALL_STATE(1686)] = 76532, - [SMALL_STATE(1687)] = 76577, - [SMALL_STATE(1688)] = 76622, - [SMALL_STATE(1689)] = 76677, - [SMALL_STATE(1690)] = 76732, - [SMALL_STATE(1691)] = 76787, - [SMALL_STATE(1692)] = 76836, - [SMALL_STATE(1693)] = 76881, - [SMALL_STATE(1694)] = 76936, - [SMALL_STATE(1695)] = 76985, - [SMALL_STATE(1696)] = 77040, - [SMALL_STATE(1697)] = 77089, - [SMALL_STATE(1698)] = 77134, - [SMALL_STATE(1699)] = 77179, - [SMALL_STATE(1700)] = 77224, - [SMALL_STATE(1701)] = 77269, - [SMALL_STATE(1702)] = 77324, - [SMALL_STATE(1703)] = 77369, - [SMALL_STATE(1704)] = 77422, - [SMALL_STATE(1705)] = 77467, - [SMALL_STATE(1706)] = 77520, - [SMALL_STATE(1707)] = 77575, - [SMALL_STATE(1708)] = 77624, - [SMALL_STATE(1709)] = 77679, - [SMALL_STATE(1710)] = 77724, - [SMALL_STATE(1711)] = 77769, - [SMALL_STATE(1712)] = 77814, - [SMALL_STATE(1713)] = 77859, - [SMALL_STATE(1714)] = 77904, - [SMALL_STATE(1715)] = 77953, - [SMALL_STATE(1716)] = 77998, - [SMALL_STATE(1717)] = 78053, - [SMALL_STATE(1718)] = 78098, - [SMALL_STATE(1719)] = 78143, - [SMALL_STATE(1720)] = 78188, - [SMALL_STATE(1721)] = 78233, - [SMALL_STATE(1722)] = 78288, - [SMALL_STATE(1723)] = 78343, - [SMALL_STATE(1724)] = 78388, - [SMALL_STATE(1725)] = 78443, - [SMALL_STATE(1726)] = 78498, - [SMALL_STATE(1727)] = 78543, - [SMALL_STATE(1728)] = 78588, - [SMALL_STATE(1729)] = 78643, - [SMALL_STATE(1730)] = 78692, - [SMALL_STATE(1731)] = 78737, - [SMALL_STATE(1732)] = 78792, - [SMALL_STATE(1733)] = 78837, - [SMALL_STATE(1734)] = 78892, - [SMALL_STATE(1735)] = 78947, - [SMALL_STATE(1736)] = 79002, - [SMALL_STATE(1737)] = 79047, - [SMALL_STATE(1738)] = 79094, - [SMALL_STATE(1739)] = 79149, - [SMALL_STATE(1740)] = 79198, - [SMALL_STATE(1741)] = 79253, - [SMALL_STATE(1742)] = 79298, - [SMALL_STATE(1743)] = 79343, - [SMALL_STATE(1744)] = 79398, - [SMALL_STATE(1745)] = 79443, - [SMALL_STATE(1746)] = 79488, - [SMALL_STATE(1747)] = 79533, - [SMALL_STATE(1748)] = 79588, - [SMALL_STATE(1749)] = 79633, - [SMALL_STATE(1750)] = 79678, - [SMALL_STATE(1751)] = 79727, - [SMALL_STATE(1752)] = 79782, - [SMALL_STATE(1753)] = 79837, - [SMALL_STATE(1754)] = 79892, - [SMALL_STATE(1755)] = 79937, - [SMALL_STATE(1756)] = 79982, - [SMALL_STATE(1757)] = 80037, - [SMALL_STATE(1758)] = 80085, - [SMALL_STATE(1759)] = 80133, - [SMALL_STATE(1760)] = 80185, - [SMALL_STATE(1761)] = 80237, - [SMALL_STATE(1762)] = 80281, - [SMALL_STATE(1763)] = 80325, - [SMALL_STATE(1764)] = 80369, - [SMALL_STATE(1765)] = 80413, - [SMALL_STATE(1766)] = 80457, - [SMALL_STATE(1767)] = 80509, - [SMALL_STATE(1768)] = 80561, - [SMALL_STATE(1769)] = 80609, - [SMALL_STATE(1770)] = 80661, - [SMALL_STATE(1771)] = 80709, - [SMALL_STATE(1772)] = 80757, - [SMALL_STATE(1773)] = 80801, - [SMALL_STATE(1774)] = 80845, - [SMALL_STATE(1775)] = 80893, - [SMALL_STATE(1776)] = 80941, - [SMALL_STATE(1777)] = 80989, - [SMALL_STATE(1778)] = 81041, - [SMALL_STATE(1779)] = 81093, - [SMALL_STATE(1780)] = 81145, - [SMALL_STATE(1781)] = 81197, - [SMALL_STATE(1782)] = 81245, - [SMALL_STATE(1783)] = 81293, - [SMALL_STATE(1784)] = 81341, - [SMALL_STATE(1785)] = 81389, - [SMALL_STATE(1786)] = 81441, - [SMALL_STATE(1787)] = 81489, - [SMALL_STATE(1788)] = 81533, - [SMALL_STATE(1789)] = 81577, - [SMALL_STATE(1790)] = 81629, - [SMALL_STATE(1791)] = 81673, - [SMALL_STATE(1792)] = 81725, - [SMALL_STATE(1793)] = 81777, - [SMALL_STATE(1794)] = 81821, - [SMALL_STATE(1795)] = 81867, - [SMALL_STATE(1796)] = 81913, - [SMALL_STATE(1797)] = 81957, - [SMALL_STATE(1798)] = 82001, - [SMALL_STATE(1799)] = 82045, - [SMALL_STATE(1800)] = 82093, - [SMALL_STATE(1801)] = 82145, - [SMALL_STATE(1802)] = 82193, - [SMALL_STATE(1803)] = 82239, - [SMALL_STATE(1804)] = 82291, - [SMALL_STATE(1805)] = 82343, - [SMALL_STATE(1806)] = 82395, - [SMALL_STATE(1807)] = 82447, - [SMALL_STATE(1808)] = 82493, - [SMALL_STATE(1809)] = 82541, - [SMALL_STATE(1810)] = 82593, - [SMALL_STATE(1811)] = 82637, - [SMALL_STATE(1812)] = 82689, - [SMALL_STATE(1813)] = 82737, - [SMALL_STATE(1814)] = 82785, - [SMALL_STATE(1815)] = 82837, - [SMALL_STATE(1816)] = 82885, - [SMALL_STATE(1817)] = 82935, - [SMALL_STATE(1818)] = 82987, - [SMALL_STATE(1819)] = 83031, - [SMALL_STATE(1820)] = 83079, - [SMALL_STATE(1821)] = 83131, - [SMALL_STATE(1822)] = 83179, - [SMALL_STATE(1823)] = 83231, - [SMALL_STATE(1824)] = 83283, - [SMALL_STATE(1825)] = 83327, - [SMALL_STATE(1826)] = 83379, - [SMALL_STATE(1827)] = 83425, - [SMALL_STATE(1828)] = 83477, - [SMALL_STATE(1829)] = 83562, - [SMALL_STATE(1830)] = 83605, - [SMALL_STATE(1831)] = 83648, - [SMALL_STATE(1832)] = 83733, - [SMALL_STATE(1833)] = 83784, - [SMALL_STATE(1834)] = 83869, - [SMALL_STATE(1835)] = 83912, - [SMALL_STATE(1836)] = 83997, - [SMALL_STATE(1837)] = 84048, - [SMALL_STATE(1838)] = 84091, - [SMALL_STATE(1839)] = 84142, - [SMALL_STATE(1840)] = 84185, - [SMALL_STATE(1841)] = 84270, - [SMALL_STATE(1842)] = 84321, - [SMALL_STATE(1843)] = 84364, - [SMALL_STATE(1844)] = 84413, - [SMALL_STATE(1845)] = 84456, - [SMALL_STATE(1846)] = 84505, - [SMALL_STATE(1847)] = 84554, - [SMALL_STATE(1848)] = 84601, - [SMALL_STATE(1849)] = 84648, - [SMALL_STATE(1850)] = 84733, - [SMALL_STATE(1851)] = 84818, - [SMALL_STATE(1852)] = 84861, - [SMALL_STATE(1853)] = 84904, - [SMALL_STATE(1854)] = 84989, - [SMALL_STATE(1855)] = 85038, - [SMALL_STATE(1856)] = 85081, - [SMALL_STATE(1857)] = 85124, - [SMALL_STATE(1858)] = 85167, - [SMALL_STATE(1859)] = 85210, - [SMALL_STATE(1860)] = 85295, - [SMALL_STATE(1861)] = 85344, - [SMALL_STATE(1862)] = 85429, - [SMALL_STATE(1863)] = 85472, - [SMALL_STATE(1864)] = 85515, - [SMALL_STATE(1865)] = 85558, - [SMALL_STATE(1866)] = 85601, - [SMALL_STATE(1867)] = 85644, - [SMALL_STATE(1868)] = 85729, - [SMALL_STATE(1869)] = 85772, - [SMALL_STATE(1870)] = 85815, - [SMALL_STATE(1871)] = 85862, - [SMALL_STATE(1872)] = 85909, - [SMALL_STATE(1873)] = 85960, - [SMALL_STATE(1874)] = 86005, - [SMALL_STATE(1875)] = 86048, - [SMALL_STATE(1876)] = 86099, - [SMALL_STATE(1877)] = 86142, - [SMALL_STATE(1878)] = 86185, - [SMALL_STATE(1879)] = 86228, - [SMALL_STATE(1880)] = 86271, - [SMALL_STATE(1881)] = 86356, - [SMALL_STATE(1882)] = 86399, - [SMALL_STATE(1883)] = 86442, - [SMALL_STATE(1884)] = 86485, - [SMALL_STATE(1885)] = 86528, - [SMALL_STATE(1886)] = 86579, - [SMALL_STATE(1887)] = 86630, - [SMALL_STATE(1888)] = 86681, - [SMALL_STATE(1889)] = 86763, - [SMALL_STATE(1890)] = 86845, - [SMALL_STATE(1891)] = 86927, - [SMALL_STATE(1892)] = 87009, - [SMALL_STATE(1893)] = 87091, - [SMALL_STATE(1894)] = 87173, - [SMALL_STATE(1895)] = 87223, - [SMALL_STATE(1896)] = 87273, - [SMALL_STATE(1897)] = 87355, - [SMALL_STATE(1898)] = 87437, - [SMALL_STATE(1899)] = 87487, - [SMALL_STATE(1900)] = 87569, - [SMALL_STATE(1901)] = 87651, - [SMALL_STATE(1902)] = 87727, - [SMALL_STATE(1903)] = 87777, - [SMALL_STATE(1904)] = 87859, - [SMALL_STATE(1905)] = 87909, - [SMALL_STATE(1906)] = 87985, - [SMALL_STATE(1907)] = 88029, - [SMALL_STATE(1908)] = 88079, - [SMALL_STATE(1909)] = 88155, - [SMALL_STATE(1910)] = 88237, - [SMALL_STATE(1911)] = 88287, - [SMALL_STATE(1912)] = 88369, - [SMALL_STATE(1913)] = 88445, - [SMALL_STATE(1914)] = 88527, - [SMALL_STATE(1915)] = 88609, - [SMALL_STATE(1916)] = 88685, - [SMALL_STATE(1917)] = 88767, - [SMALL_STATE(1918)] = 88817, - [SMALL_STATE(1919)] = 88899, - [SMALL_STATE(1920)] = 88981, - [SMALL_STATE(1921)] = 89022, - [SMALL_STATE(1922)] = 89101, - [SMALL_STATE(1923)] = 89150, - [SMALL_STATE(1924)] = 89191, - [SMALL_STATE(1925)] = 89232, - [SMALL_STATE(1926)] = 89273, - [SMALL_STATE(1927)] = 89352, - [SMALL_STATE(1928)] = 89431, - [SMALL_STATE(1929)] = 89476, - [SMALL_STATE(1930)] = 89555, - [SMALL_STATE(1931)] = 89634, - [SMALL_STATE(1932)] = 89675, - [SMALL_STATE(1933)] = 89716, - [SMALL_STATE(1934)] = 89795, - [SMALL_STATE(1935)] = 89874, - [SMALL_STATE(1936)] = 89947, - [SMALL_STATE(1937)] = 89988, - [SMALL_STATE(1938)] = 90061, - [SMALL_STATE(1939)] = 90140, - [SMALL_STATE(1940)] = 90219, - [SMALL_STATE(1941)] = 90298, - [SMALL_STATE(1942)] = 90377, - [SMALL_STATE(1943)] = 90456, - [SMALL_STATE(1944)] = 90535, - [SMALL_STATE(1945)] = 90576, - [SMALL_STATE(1946)] = 90655, - [SMALL_STATE(1947)] = 90704, - [SMALL_STATE(1948)] = 90745, - [SMALL_STATE(1949)] = 90794, - [SMALL_STATE(1950)] = 90873, - [SMALL_STATE(1951)] = 90952, - [SMALL_STATE(1952)] = 91031, - [SMALL_STATE(1953)] = 91080, - [SMALL_STATE(1954)] = 91159, - [SMALL_STATE(1955)] = 91200, - [SMALL_STATE(1956)] = 91279, - [SMALL_STATE(1957)] = 91352, - [SMALL_STATE(1958)] = 91393, - [SMALL_STATE(1959)] = 91466, - [SMALL_STATE(1960)] = 91545, - [SMALL_STATE(1961)] = 91624, - [SMALL_STATE(1962)] = 91665, - [SMALL_STATE(1963)] = 91706, - [SMALL_STATE(1964)] = 91747, - [SMALL_STATE(1965)] = 91788, - [SMALL_STATE(1966)] = 91829, - [SMALL_STATE(1967)] = 91870, - [SMALL_STATE(1968)] = 91911, - [SMALL_STATE(1969)] = 91952, - [SMALL_STATE(1970)] = 92031, - [SMALL_STATE(1971)] = 92110, - [SMALL_STATE(1972)] = 92189, - [SMALL_STATE(1973)] = 92234, - [SMALL_STATE(1974)] = 92288, - [SMALL_STATE(1975)] = 92330, - [SMALL_STATE(1976)] = 92372, - [SMALL_STATE(1977)] = 92411, - [SMALL_STATE(1978)] = 92484, - [SMALL_STATE(1979)] = 92557, - [SMALL_STATE(1980)] = 92630, - [SMALL_STATE(1981)] = 92669, - [SMALL_STATE(1982)] = 92708, - [SMALL_STATE(1983)] = 92747, - [SMALL_STATE(1984)] = 92790, - [SMALL_STATE(1985)] = 92829, - [SMALL_STATE(1986)] = 92872, - [SMALL_STATE(1987)] = 92911, - [SMALL_STATE(1988)] = 92984, - [SMALL_STATE(1989)] = 93023, - [SMALL_STATE(1990)] = 93062, - [SMALL_STATE(1991)] = 93135, - [SMALL_STATE(1992)] = 93178, - [SMALL_STATE(1993)] = 93217, - [SMALL_STATE(1994)] = 93256, - [SMALL_STATE(1995)] = 93329, - [SMALL_STATE(1996)] = 93368, - [SMALL_STATE(1997)] = 93407, - [SMALL_STATE(1998)] = 93450, - [SMALL_STATE(1999)] = 93495, - [SMALL_STATE(2000)] = 93534, - [SMALL_STATE(2001)] = 93577, - [SMALL_STATE(2002)] = 93650, - [SMALL_STATE(2003)] = 93689, - [SMALL_STATE(2004)] = 93734, - [SMALL_STATE(2005)] = 93781, - [SMALL_STATE(2006)] = 93820, - [SMALL_STATE(2007)] = 93859, - [SMALL_STATE(2008)] = 93906, - [SMALL_STATE(2009)] = 93949, - [SMALL_STATE(2010)] = 94022, - [SMALL_STATE(2011)] = 94095, - [SMALL_STATE(2012)] = 94168, - [SMALL_STATE(2013)] = 94211, - [SMALL_STATE(2014)] = 94250, - [SMALL_STATE(2015)] = 94293, - [SMALL_STATE(2016)] = 94332, - [SMALL_STATE(2017)] = 94375, - [SMALL_STATE(2018)] = 94448, - [SMALL_STATE(2019)] = 94521, - [SMALL_STATE(2020)] = 94560, - [SMALL_STATE(2021)] = 94599, - [SMALL_STATE(2022)] = 94638, - [SMALL_STATE(2023)] = 94677, - [SMALL_STATE(2024)] = 94716, - [SMALL_STATE(2025)] = 94789, - [SMALL_STATE(2026)] = 94862, - [SMALL_STATE(2027)] = 94935, - [SMALL_STATE(2028)] = 95008, - [SMALL_STATE(2029)] = 95047, - [SMALL_STATE(2030)] = 95086, - [SMALL_STATE(2031)] = 95125, - [SMALL_STATE(2032)] = 95198, - [SMALL_STATE(2033)] = 95271, - [SMALL_STATE(2034)] = 95310, - [SMALL_STATE(2035)] = 95349, - [SMALL_STATE(2036)] = 95422, - [SMALL_STATE(2037)] = 95461, - [SMALL_STATE(2038)] = 95504, - [SMALL_STATE(2039)] = 95543, - [SMALL_STATE(2040)] = 95616, - [SMALL_STATE(2041)] = 95655, - [SMALL_STATE(2042)] = 95728, - [SMALL_STATE(2043)] = 95801, - [SMALL_STATE(2044)] = 95840, - [SMALL_STATE(2045)] = 95883, - [SMALL_STATE(2046)] = 95956, - [SMALL_STATE(2047)] = 96029, - [SMALL_STATE(2048)] = 96068, - [SMALL_STATE(2049)] = 96107, - [SMALL_STATE(2050)] = 96180, - [SMALL_STATE(2051)] = 96219, - [SMALL_STATE(2052)] = 96290, - [SMALL_STATE(2053)] = 96363, - [SMALL_STATE(2054)] = 96402, - [SMALL_STATE(2055)] = 96441, - [SMALL_STATE(2056)] = 96514, - [SMALL_STATE(2057)] = 96587, - [SMALL_STATE(2058)] = 96626, - [SMALL_STATE(2059)] = 96699, - [SMALL_STATE(2060)] = 96772, - [SMALL_STATE(2061)] = 96815, - [SMALL_STATE(2062)] = 96888, - [SMALL_STATE(2063)] = 96934, - [SMALL_STATE(2064)] = 96980, - [SMALL_STATE(2065)] = 97018, - [SMALL_STATE(2066)] = 97064, - [SMALL_STATE(2067)] = 97136, - [SMALL_STATE(2068)] = 97206, - [SMALL_STATE(2069)] = 97252, - [SMALL_STATE(2070)] = 97324, - [SMALL_STATE(2071)] = 97362, - [SMALL_STATE(2072)] = 97434, - [SMALL_STATE(2073)] = 97506, - [SMALL_STATE(2074)] = 97544, - [SMALL_STATE(2075)] = 97582, - [SMALL_STATE(2076)] = 97620, - [SMALL_STATE(2077)] = 97692, - [SMALL_STATE(2078)] = 97730, - [SMALL_STATE(2079)] = 97776, - [SMALL_STATE(2080)] = 97814, - [SMALL_STATE(2081)] = 97852, - [SMALL_STATE(2082)] = 97898, - [SMALL_STATE(2083)] = 97968, - [SMALL_STATE(2084)] = 98040, - [SMALL_STATE(2085)] = 98078, - [SMALL_STATE(2086)] = 98116, - [SMALL_STATE(2087)] = 98154, - [SMALL_STATE(2088)] = 98192, - [SMALL_STATE(2089)] = 98264, - [SMALL_STATE(2090)] = 98334, - [SMALL_STATE(2091)] = 98406, - [SMALL_STATE(2092)] = 98478, - [SMALL_STATE(2093)] = 98550, - [SMALL_STATE(2094)] = 98588, - [SMALL_STATE(2095)] = 98626, - [SMALL_STATE(2096)] = 98672, - [SMALL_STATE(2097)] = 98710, - [SMALL_STATE(2098)] = 98748, - [SMALL_STATE(2099)] = 98794, - [SMALL_STATE(2100)] = 98832, - [SMALL_STATE(2101)] = 98870, - [SMALL_STATE(2102)] = 98908, - [SMALL_STATE(2103)] = 98980, - [SMALL_STATE(2104)] = 99049, - [SMALL_STATE(2105)] = 99118, - [SMALL_STATE(2106)] = 99185, - [SMALL_STATE(2107)] = 99254, - [SMALL_STATE(2108)] = 99323, - [SMALL_STATE(2109)] = 99392, - [SMALL_STATE(2110)] = 99461, - [SMALL_STATE(2111)] = 99530, - [SMALL_STATE(2112)] = 99599, - [SMALL_STATE(2113)] = 99668, - [SMALL_STATE(2114)] = 99737, - [SMALL_STATE(2115)] = 99806, - [SMALL_STATE(2116)] = 99881, - [SMALL_STATE(2117)] = 99950, - [SMALL_STATE(2118)] = 100019, - [SMALL_STATE(2119)] = 100086, - [SMALL_STATE(2120)] = 100155, - [SMALL_STATE(2121)] = 100224, - [SMALL_STATE(2122)] = 100293, - [SMALL_STATE(2123)] = 100362, - [SMALL_STATE(2124)] = 100427, - [SMALL_STATE(2125)] = 100496, - [SMALL_STATE(2126)] = 100565, - [SMALL_STATE(2127)] = 100634, - [SMALL_STATE(2128)] = 100675, - [SMALL_STATE(2129)] = 100750, - [SMALL_STATE(2130)] = 100819, - [SMALL_STATE(2131)] = 100888, - [SMALL_STATE(2132)] = 100955, - [SMALL_STATE(2133)] = 101022, + [SMALL_STATE(412)] = 0, + [SMALL_STATE(413)] = 71, + [SMALL_STATE(414)] = 150, + [SMALL_STATE(415)] = 290, + [SMALL_STATE(416)] = 430, + [SMALL_STATE(417)] = 570, + [SMALL_STATE(418)] = 710, + [SMALL_STATE(419)] = 815, + [SMALL_STATE(420)] = 920, + [SMALL_STATE(421)] = 1025, + [SMALL_STATE(422)] = 1129, + [SMALL_STATE(423)] = 1233, + [SMALL_STATE(424)] = 1337, + [SMALL_STATE(425)] = 1441, + [SMALL_STATE(426)] = 1545, + [SMALL_STATE(427)] = 1649, + [SMALL_STATE(428)] = 1753, + [SMALL_STATE(429)] = 1857, + [SMALL_STATE(430)] = 1960, + [SMALL_STATE(431)] = 2031, + [SMALL_STATE(432)] = 2134, + [SMALL_STATE(433)] = 2237, + [SMALL_STATE(434)] = 2340, + [SMALL_STATE(435)] = 2443, + [SMALL_STATE(436)] = 2546, + [SMALL_STATE(437)] = 2649, + [SMALL_STATE(438)] = 2720, + [SMALL_STATE(439)] = 2823, + [SMALL_STATE(440)] = 2926, + [SMALL_STATE(441)] = 3029, + [SMALL_STATE(442)] = 3132, + [SMALL_STATE(443)] = 3232, + [SMALL_STATE(444)] = 3334, + [SMALL_STATE(445)] = 3436, + [SMALL_STATE(446)] = 3534, + [SMALL_STATE(447)] = 3636, + [SMALL_STATE(448)] = 3738, + [SMALL_STATE(449)] = 3840, + [SMALL_STATE(450)] = 3938, + [SMALL_STATE(451)] = 4040, + [SMALL_STATE(452)] = 4142, + [SMALL_STATE(453)] = 4244, + [SMALL_STATE(454)] = 4346, + [SMALL_STATE(455)] = 4448, + [SMALL_STATE(456)] = 4546, + [SMALL_STATE(457)] = 4616, + [SMALL_STATE(458)] = 4718, + [SMALL_STATE(459)] = 4818, + [SMALL_STATE(460)] = 4920, + [SMALL_STATE(461)] = 4990, + [SMALL_STATE(462)] = 5092, + [SMALL_STATE(463)] = 5161, + [SMALL_STATE(464)] = 5260, + [SMALL_STATE(465)] = 5361, + [SMALL_STATE(466)] = 5430, + [SMALL_STATE(467)] = 5531, + [SMALL_STATE(468)] = 5628, + [SMALL_STATE(469)] = 5697, + [SMALL_STATE(470)] = 5766, + [SMALL_STATE(471)] = 5835, + [SMALL_STATE(472)] = 5936, + [SMALL_STATE(473)] = 6037, + [SMALL_STATE(474)] = 6106, + [SMALL_STATE(475)] = 6175, + [SMALL_STATE(476)] = 6272, + [SMALL_STATE(477)] = 6371, + [SMALL_STATE(478)] = 6472, + [SMALL_STATE(479)] = 6541, + [SMALL_STATE(480)] = 6640, + [SMALL_STATE(481)] = 6739, + [SMALL_STATE(482)] = 6836, + [SMALL_STATE(483)] = 6932, + [SMALL_STATE(484)] = 7000, + [SMALL_STATE(485)] = 7068, + [SMALL_STATE(486)] = 7136, + [SMALL_STATE(487)] = 7204, + [SMALL_STATE(488)] = 7272, + [SMALL_STATE(489)] = 7368, + [SMALL_STATE(490)] = 7436, + [SMALL_STATE(491)] = 7504, + [SMALL_STATE(492)] = 7572, + [SMALL_STATE(493)] = 7668, + [SMALL_STATE(494)] = 7728, + [SMALL_STATE(495)] = 7824, + [SMALL_STATE(496)] = 7920, + [SMALL_STATE(497)] = 8016, + [SMALL_STATE(498)] = 8083, + [SMALL_STATE(499)] = 8146, + [SMALL_STATE(500)] = 8241, + [SMALL_STATE(501)] = 8308, + [SMALL_STATE(502)] = 8403, + [SMALL_STATE(503)] = 8466, + [SMALL_STATE(504)] = 8559, + [SMALL_STATE(505)] = 8626, + [SMALL_STATE(506)] = 8693, + [SMALL_STATE(507)] = 8786, + [SMALL_STATE(508)] = 8853, + [SMALL_STATE(509)] = 8920, + [SMALL_STATE(510)] = 9019, + [SMALL_STATE(511)] = 9114, + [SMALL_STATE(512)] = 9181, + [SMALL_STATE(513)] = 9280, + [SMALL_STATE(514)] = 9379, + [SMALL_STATE(515)] = 9446, + [SMALL_STATE(516)] = 9513, + [SMALL_STATE(517)] = 9576, + [SMALL_STATE(518)] = 9643, + [SMALL_STATE(519)] = 9706, + [SMALL_STATE(520)] = 9772, + [SMALL_STATE(521)] = 9838, + [SMALL_STATE(522)] = 9956, + [SMALL_STATE(523)] = 10054, + [SMALL_STATE(524)] = 10152, + [SMALL_STATE(525)] = 10250, + [SMALL_STATE(526)] = 10368, + [SMALL_STATE(527)] = 10468, + [SMALL_STATE(528)] = 10534, + [SMALL_STATE(529)] = 10652, + [SMALL_STATE(530)] = 10752, + [SMALL_STATE(531)] = 10870, + [SMALL_STATE(532)] = 10936, + [SMALL_STATE(533)] = 11002, + [SMALL_STATE(534)] = 11068, + [SMALL_STATE(535)] = 11186, + [SMALL_STATE(536)] = 11284, + [SMALL_STATE(537)] = 11350, + [SMALL_STATE(538)] = 11450, + [SMALL_STATE(539)] = 11568, + [SMALL_STATE(540)] = 11666, + [SMALL_STATE(541)] = 11732, + [SMALL_STATE(542)] = 11850, + [SMALL_STATE(543)] = 11968, + [SMALL_STATE(544)] = 12033, + [SMALL_STATE(545)] = 12098, + [SMALL_STATE(546)] = 12197, + [SMALL_STATE(547)] = 12296, + [SMALL_STATE(548)] = 12365, + [SMALL_STATE(549)] = 12430, + [SMALL_STATE(550)] = 12509, + [SMALL_STATE(551)] = 12588, + [SMALL_STATE(552)] = 12653, + [SMALL_STATE(553)] = 12752, + [SMALL_STATE(554)] = 12851, + [SMALL_STATE(555)] = 12922, + [SMALL_STATE(556)] = 13021, + [SMALL_STATE(557)] = 13099, + [SMALL_STATE(558)] = 13177, + [SMALL_STATE(559)] = 13241, + [SMALL_STATE(560)] = 13333, + [SMALL_STATE(561)] = 13403, + [SMALL_STATE(562)] = 13461, + [SMALL_STATE(563)] = 13525, + [SMALL_STATE(564)] = 13581, + [SMALL_STATE(565)] = 13673, + [SMALL_STATE(566)] = 13737, + [SMALL_STATE(567)] = 13793, + [SMALL_STATE(568)] = 13861, + [SMALL_STATE(569)] = 13919, + [SMALL_STATE(570)] = 14011, + [SMALL_STATE(571)] = 14072, + [SMALL_STATE(572)] = 14139, + [SMALL_STATE(573)] = 14202, + [SMALL_STATE(574)] = 14263, + [SMALL_STATE(575)] = 14340, + [SMALL_STATE(576)] = 14395, + [SMALL_STATE(577)] = 14456, + [SMALL_STATE(578)] = 14533, + [SMALL_STATE(579)] = 14594, + [SMALL_STATE(580)] = 14657, + [SMALL_STATE(581)] = 14718, + [SMALL_STATE(582)] = 14781, + [SMALL_STATE(583)] = 14844, + [SMALL_STATE(584)] = 14913, + [SMALL_STATE(585)] = 14976, + [SMALL_STATE(586)] = 15037, + [SMALL_STATE(587)] = 15098, + [SMALL_STATE(588)] = 15161, + [SMALL_STATE(589)] = 15224, + [SMALL_STATE(590)] = 15301, + [SMALL_STATE(591)] = 15394, + [SMALL_STATE(592)] = 15457, + [SMALL_STATE(593)] = 15520, + [SMALL_STATE(594)] = 15583, + [SMALL_STATE(595)] = 15646, + [SMALL_STATE(596)] = 15707, + [SMALL_STATE(597)] = 15800, + [SMALL_STATE(598)] = 15857, + [SMALL_STATE(599)] = 15950, + [SMALL_STATE(600)] = 16019, + [SMALL_STATE(601)] = 16086, + [SMALL_STATE(602)] = 16143, + [SMALL_STATE(603)] = 16204, + [SMALL_STATE(604)] = 16265, + [SMALL_STATE(605)] = 16342, + [SMALL_STATE(606)] = 16404, + [SMALL_STATE(607)] = 16464, + [SMALL_STATE(608)] = 16524, + [SMALL_STATE(609)] = 16584, + [SMALL_STATE(610)] = 16658, + [SMALL_STATE(611)] = 16718, + [SMALL_STATE(612)] = 16794, + [SMALL_STATE(613)] = 16848, + [SMALL_STATE(614)] = 16908, + [SMALL_STATE(615)] = 16968, + [SMALL_STATE(616)] = 17030, + [SMALL_STATE(617)] = 17092, + [SMALL_STATE(618)] = 17154, + [SMALL_STATE(619)] = 17208, + [SMALL_STATE(620)] = 17262, + [SMALL_STATE(621)] = 17316, + [SMALL_STATE(622)] = 17376, + [SMALL_STATE(623)] = 17430, + [SMALL_STATE(624)] = 17490, + [SMALL_STATE(625)] = 17544, + [SMALL_STATE(626)] = 17598, + [SMALL_STATE(627)] = 17672, + [SMALL_STATE(628)] = 17734, + [SMALL_STATE(629)] = 17810, + [SMALL_STATE(630)] = 17870, + [SMALL_STATE(631)] = 17932, + [SMALL_STATE(632)] = 17986, + [SMALL_STATE(633)] = 18048, + [SMALL_STATE(634)] = 18110, + [SMALL_STATE(635)] = 18184, + [SMALL_STATE(636)] = 18258, + [SMALL_STATE(637)] = 18320, + [SMALL_STATE(638)] = 18382, + [SMALL_STATE(639)] = 18444, + [SMALL_STATE(640)] = 18506, + [SMALL_STATE(641)] = 18568, + [SMALL_STATE(642)] = 18636, + [SMALL_STATE(643)] = 18702, + [SMALL_STATE(644)] = 18764, + [SMALL_STATE(645)] = 18818, + [SMALL_STATE(646)] = 18880, + [SMALL_STATE(647)] = 18940, + [SMALL_STATE(648)] = 19000, + [SMALL_STATE(649)] = 19054, + [SMALL_STATE(650)] = 19122, + [SMALL_STATE(651)] = 19188, + [SMALL_STATE(652)] = 19242, + [SMALL_STATE(653)] = 19296, + [SMALL_STATE(654)] = 19356, + [SMALL_STATE(655)] = 19410, + [SMALL_STATE(656)] = 19464, + [SMALL_STATE(657)] = 19518, + [SMALL_STATE(658)] = 19572, + [SMALL_STATE(659)] = 19626, + [SMALL_STATE(660)] = 19688, + [SMALL_STATE(661)] = 19750, + [SMALL_STATE(662)] = 19810, + [SMALL_STATE(663)] = 19872, + [SMALL_STATE(664)] = 19926, + [SMALL_STATE(665)] = 19980, + [SMALL_STATE(666)] = 20040, + [SMALL_STATE(667)] = 20100, + [SMALL_STATE(668)] = 20160, + [SMALL_STATE(669)] = 20220, + [SMALL_STATE(670)] = 20280, + [SMALL_STATE(671)] = 20339, + [SMALL_STATE(672)] = 20392, + [SMALL_STATE(673)] = 20445, + [SMALL_STATE(674)] = 20504, + [SMALL_STATE(675)] = 20563, + [SMALL_STATE(676)] = 20622, + [SMALL_STATE(677)] = 20675, + [SMALL_STATE(678)] = 20734, + [SMALL_STATE(679)] = 20787, + [SMALL_STATE(680)] = 20840, + [SMALL_STATE(681)] = 20901, + [SMALL_STATE(682)] = 20960, + [SMALL_STATE(683)] = 21019, + [SMALL_STATE(684)] = 21080, + [SMALL_STATE(685)] = 21141, + [SMALL_STATE(686)] = 21202, + [SMALL_STATE(687)] = 21261, + [SMALL_STATE(688)] = 21320, + [SMALL_STATE(689)] = 21379, + [SMALL_STATE(690)] = 21432, + [SMALL_STATE(691)] = 21485, + [SMALL_STATE(692)] = 21538, + [SMALL_STATE(693)] = 21591, + [SMALL_STATE(694)] = 21644, + [SMALL_STATE(695)] = 21703, + [SMALL_STATE(696)] = 21756, + [SMALL_STATE(697)] = 21809, + [SMALL_STATE(698)] = 21868, + [SMALL_STATE(699)] = 21921, + [SMALL_STATE(700)] = 21980, + [SMALL_STATE(701)] = 22039, + [SMALL_STATE(702)] = 22092, + [SMALL_STATE(703)] = 22151, + [SMALL_STATE(704)] = 22210, + [SMALL_STATE(705)] = 22269, + [SMALL_STATE(706)] = 22322, + [SMALL_STATE(707)] = 22381, + [SMALL_STATE(708)] = 22440, + [SMALL_STATE(709)] = 22493, + [SMALL_STATE(710)] = 22546, + [SMALL_STATE(711)] = 22599, + [SMALL_STATE(712)] = 22658, + [SMALL_STATE(713)] = 22711, + [SMALL_STATE(714)] = 22764, + [SMALL_STATE(715)] = 22823, + [SMALL_STATE(716)] = 22876, + [SMALL_STATE(717)] = 22933, + [SMALL_STATE(718)] = 22986, + [SMALL_STATE(719)] = 23039, + [SMALL_STATE(720)] = 23092, + [SMALL_STATE(721)] = 23151, + [SMALL_STATE(722)] = 23210, + [SMALL_STATE(723)] = 23263, + [SMALL_STATE(724)] = 23316, + [SMALL_STATE(725)] = 23369, + [SMALL_STATE(726)] = 23430, + [SMALL_STATE(727)] = 23483, + [SMALL_STATE(728)] = 23542, + [SMALL_STATE(729)] = 23601, + [SMALL_STATE(730)] = 23654, + [SMALL_STATE(731)] = 23707, + [SMALL_STATE(732)] = 23766, + [SMALL_STATE(733)] = 23825, + [SMALL_STATE(734)] = 23882, + [SMALL_STATE(735)] = 23941, + [SMALL_STATE(736)] = 24000, + [SMALL_STATE(737)] = 24059, + [SMALL_STATE(738)] = 24120, + [SMALL_STATE(739)] = 24179, + [SMALL_STATE(740)] = 24232, + [SMALL_STATE(741)] = 24291, + [SMALL_STATE(742)] = 24350, + [SMALL_STATE(743)] = 24409, + [SMALL_STATE(744)] = 24462, + [SMALL_STATE(745)] = 24519, + [SMALL_STATE(746)] = 24578, + [SMALL_STATE(747)] = 24637, + [SMALL_STATE(748)] = 24696, + [SMALL_STATE(749)] = 24755, + [SMALL_STATE(750)] = 24808, + [SMALL_STATE(751)] = 24867, + [SMALL_STATE(752)] = 24926, + [SMALL_STATE(753)] = 24979, + [SMALL_STATE(754)] = 25032, + [SMALL_STATE(755)] = 25085, + [SMALL_STATE(756)] = 25144, + [SMALL_STATE(757)] = 25197, + [SMALL_STATE(758)] = 25250, + [SMALL_STATE(759)] = 25309, + [SMALL_STATE(760)] = 25368, + [SMALL_STATE(761)] = 25425, + [SMALL_STATE(762)] = 25484, + [SMALL_STATE(763)] = 25536, + [SMALL_STATE(764)] = 25594, + [SMALL_STATE(765)] = 25652, + [SMALL_STATE(766)] = 25704, + [SMALL_STATE(767)] = 25756, + [SMALL_STATE(768)] = 25814, + [SMALL_STATE(769)] = 25866, + [SMALL_STATE(770)] = 25918, + [SMALL_STATE(771)] = 25970, + [SMALL_STATE(772)] = 26022, + [SMALL_STATE(773)] = 26122, + [SMALL_STATE(774)] = 26174, + [SMALL_STATE(775)] = 26226, + [SMALL_STATE(776)] = 26278, + [SMALL_STATE(777)] = 26330, + [SMALL_STATE(778)] = 26382, + [SMALL_STATE(779)] = 26440, + [SMALL_STATE(780)] = 26538, + [SMALL_STATE(781)] = 26596, + [SMALL_STATE(782)] = 26654, + [SMALL_STATE(783)] = 26706, + [SMALL_STATE(784)] = 26758, + [SMALL_STATE(785)] = 26810, + [SMALL_STATE(786)] = 26862, + [SMALL_STATE(787)] = 26960, + [SMALL_STATE(788)] = 27012, + [SMALL_STATE(789)] = 27064, + [SMALL_STATE(790)] = 27116, + [SMALL_STATE(791)] = 27168, + [SMALL_STATE(792)] = 27220, + [SMALL_STATE(793)] = 27272, + [SMALL_STATE(794)] = 27330, + [SMALL_STATE(795)] = 27388, + [SMALL_STATE(796)] = 27440, + [SMALL_STATE(797)] = 27492, + [SMALL_STATE(798)] = 27548, + [SMALL_STATE(799)] = 27600, + [SMALL_STATE(800)] = 27652, + [SMALL_STATE(801)] = 27704, + [SMALL_STATE(802)] = 27756, + [SMALL_STATE(803)] = 27814, + [SMALL_STATE(804)] = 27872, + [SMALL_STATE(805)] = 27930, + [SMALL_STATE(806)] = 27982, + [SMALL_STATE(807)] = 28034, + [SMALL_STATE(808)] = 28086, + [SMALL_STATE(809)] = 28186, + [SMALL_STATE(810)] = 28238, + [SMALL_STATE(811)] = 28290, + [SMALL_STATE(812)] = 28390, + [SMALL_STATE(813)] = 28442, + [SMALL_STATE(814)] = 28494, + [SMALL_STATE(815)] = 28546, + [SMALL_STATE(816)] = 28598, + [SMALL_STATE(817)] = 28650, + [SMALL_STATE(818)] = 28702, + [SMALL_STATE(819)] = 28754, + [SMALL_STATE(820)] = 28806, + [SMALL_STATE(821)] = 28858, + [SMALL_STATE(822)] = 28910, + [SMALL_STATE(823)] = 28968, + [SMALL_STATE(824)] = 29020, + [SMALL_STATE(825)] = 29078, + [SMALL_STATE(826)] = 29134, + [SMALL_STATE(827)] = 29234, + [SMALL_STATE(828)] = 29286, + [SMALL_STATE(829)] = 29344, + [SMALL_STATE(830)] = 29402, + [SMALL_STATE(831)] = 29460, + [SMALL_STATE(832)] = 29518, + [SMALL_STATE(833)] = 29576, + [SMALL_STATE(834)] = 29634, + [SMALL_STATE(835)] = 29692, + [SMALL_STATE(836)] = 29744, + [SMALL_STATE(837)] = 29842, + [SMALL_STATE(838)] = 29894, + [SMALL_STATE(839)] = 29946, + [SMALL_STATE(840)] = 30004, + [SMALL_STATE(841)] = 30062, + [SMALL_STATE(842)] = 30162, + [SMALL_STATE(843)] = 30218, + [SMALL_STATE(844)] = 30270, + [SMALL_STATE(845)] = 30322, + [SMALL_STATE(846)] = 30374, + [SMALL_STATE(847)] = 30426, + [SMALL_STATE(848)] = 30484, + [SMALL_STATE(849)] = 30536, + [SMALL_STATE(850)] = 30594, + [SMALL_STATE(851)] = 30646, + [SMALL_STATE(852)] = 30704, + [SMALL_STATE(853)] = 30756, + [SMALL_STATE(854)] = 30814, + [SMALL_STATE(855)] = 30872, + [SMALL_STATE(856)] = 30924, + [SMALL_STATE(857)] = 30980, + [SMALL_STATE(858)] = 31038, + [SMALL_STATE(859)] = 31136, + [SMALL_STATE(860)] = 31188, + [SMALL_STATE(861)] = 31240, + [SMALL_STATE(862)] = 31298, + [SMALL_STATE(863)] = 31350, + [SMALL_STATE(864)] = 31402, + [SMALL_STATE(865)] = 31454, + [SMALL_STATE(866)] = 31506, + [SMALL_STATE(867)] = 31604, + [SMALL_STATE(868)] = 31656, + [SMALL_STATE(869)] = 31708, + [SMALL_STATE(870)] = 31766, + [SMALL_STATE(871)] = 31818, + [SMALL_STATE(872)] = 31876, + [SMALL_STATE(873)] = 31934, + [SMALL_STATE(874)] = 31986, + [SMALL_STATE(875)] = 32044, + [SMALL_STATE(876)] = 32096, + [SMALL_STATE(877)] = 32148, + [SMALL_STATE(878)] = 32200, + [SMALL_STATE(879)] = 32258, + [SMALL_STATE(880)] = 32310, + [SMALL_STATE(881)] = 32366, + [SMALL_STATE(882)] = 32422, + [SMALL_STATE(883)] = 32474, + [SMALL_STATE(884)] = 32526, + [SMALL_STATE(885)] = 32578, + [SMALL_STATE(886)] = 32636, + [SMALL_STATE(887)] = 32734, + [SMALL_STATE(888)] = 32786, + [SMALL_STATE(889)] = 32838, + [SMALL_STATE(890)] = 32896, + [SMALL_STATE(891)] = 32948, + [SMALL_STATE(892)] = 33000, + [SMALL_STATE(893)] = 33052, + [SMALL_STATE(894)] = 33110, + [SMALL_STATE(895)] = 33162, + [SMALL_STATE(896)] = 33220, + [SMALL_STATE(897)] = 33320, + [SMALL_STATE(898)] = 33378, + [SMALL_STATE(899)] = 33436, + [SMALL_STATE(900)] = 33492, + [SMALL_STATE(901)] = 33544, + [SMALL_STATE(902)] = 33596, + [SMALL_STATE(903)] = 33648, + [SMALL_STATE(904)] = 33700, + [SMALL_STATE(905)] = 33758, + [SMALL_STATE(906)] = 33810, + [SMALL_STATE(907)] = 33862, + [SMALL_STATE(908)] = 33914, + [SMALL_STATE(909)] = 33966, + [SMALL_STATE(910)] = 34018, + [SMALL_STATE(911)] = 34070, + [SMALL_STATE(912)] = 34170, + [SMALL_STATE(913)] = 34268, + [SMALL_STATE(914)] = 34320, + [SMALL_STATE(915)] = 34418, + [SMALL_STATE(916)] = 34470, + [SMALL_STATE(917)] = 34522, + [SMALL_STATE(918)] = 34574, + [SMALL_STATE(919)] = 34674, + [SMALL_STATE(920)] = 34726, + [SMALL_STATE(921)] = 34778, + [SMALL_STATE(922)] = 34830, + [SMALL_STATE(923)] = 34882, + [SMALL_STATE(924)] = 34934, + [SMALL_STATE(925)] = 34986, + [SMALL_STATE(926)] = 35081, + [SMALL_STATE(927)] = 35132, + [SMALL_STATE(928)] = 35183, + [SMALL_STATE(929)] = 35234, + [SMALL_STATE(930)] = 35285, + [SMALL_STATE(931)] = 35380, + [SMALL_STATE(932)] = 35449, + [SMALL_STATE(933)] = 35500, + [SMALL_STATE(934)] = 35551, + [SMALL_STATE(935)] = 35608, + [SMALL_STATE(936)] = 35665, + [SMALL_STATE(937)] = 35716, + [SMALL_STATE(938)] = 35767, + [SMALL_STATE(939)] = 35818, + [SMALL_STATE(940)] = 35873, + [SMALL_STATE(941)] = 35930, + [SMALL_STATE(942)] = 35987, + [SMALL_STATE(943)] = 36082, + [SMALL_STATE(944)] = 36137, + [SMALL_STATE(945)] = 36232, + [SMALL_STATE(946)] = 36287, + [SMALL_STATE(947)] = 36338, + [SMALL_STATE(948)] = 36395, + [SMALL_STATE(949)] = 36450, + [SMALL_STATE(950)] = 36519, + [SMALL_STATE(951)] = 36570, + [SMALL_STATE(952)] = 36627, + [SMALL_STATE(953)] = 36684, + [SMALL_STATE(954)] = 36741, + [SMALL_STATE(955)] = 36792, + [SMALL_STATE(956)] = 36843, + [SMALL_STATE(957)] = 36898, + [SMALL_STATE(958)] = 36949, + [SMALL_STATE(959)] = 37044, + [SMALL_STATE(960)] = 37101, + [SMALL_STATE(961)] = 37156, + [SMALL_STATE(962)] = 37213, + [SMALL_STATE(963)] = 37270, + [SMALL_STATE(964)] = 37327, + [SMALL_STATE(965)] = 37384, + [SMALL_STATE(966)] = 37435, + [SMALL_STATE(967)] = 37486, + [SMALL_STATE(968)] = 37581, + [SMALL_STATE(969)] = 37632, + [SMALL_STATE(970)] = 37687, + [SMALL_STATE(971)] = 37744, + [SMALL_STATE(972)] = 37801, + [SMALL_STATE(973)] = 37858, + [SMALL_STATE(974)] = 37909, + [SMALL_STATE(975)] = 37960, + [SMALL_STATE(976)] = 38011, + [SMALL_STATE(977)] = 38106, + [SMALL_STATE(978)] = 38157, + [SMALL_STATE(979)] = 38212, + [SMALL_STATE(980)] = 38263, + [SMALL_STATE(981)] = 38318, + [SMALL_STATE(982)] = 38369, + [SMALL_STATE(983)] = 38426, + [SMALL_STATE(984)] = 38481, + [SMALL_STATE(985)] = 38532, + [SMALL_STATE(986)] = 38583, + [SMALL_STATE(987)] = 38634, + [SMALL_STATE(988)] = 38691, + [SMALL_STATE(989)] = 38748, + [SMALL_STATE(990)] = 38799, + [SMALL_STATE(991)] = 38854, + [SMALL_STATE(992)] = 38905, + [SMALL_STATE(993)] = 38960, + [SMALL_STATE(994)] = 39011, + [SMALL_STATE(995)] = 39062, + [SMALL_STATE(996)] = 39119, + [SMALL_STATE(997)] = 39174, + [SMALL_STATE(998)] = 39225, + [SMALL_STATE(999)] = 39282, + [SMALL_STATE(1000)] = 39339, + [SMALL_STATE(1001)] = 39390, + [SMALL_STATE(1002)] = 39441, + [SMALL_STATE(1003)] = 39492, + [SMALL_STATE(1004)] = 39543, + [SMALL_STATE(1005)] = 39594, + [SMALL_STATE(1006)] = 39645, + [SMALL_STATE(1007)] = 39708, + [SMALL_STATE(1008)] = 39773, + [SMALL_STATE(1009)] = 39830, + [SMALL_STATE(1010)] = 39881, + [SMALL_STATE(1011)] = 39932, + [SMALL_STATE(1012)] = 39989, + [SMALL_STATE(1013)] = 40046, + [SMALL_STATE(1014)] = 40097, + [SMALL_STATE(1015)] = 40154, + [SMALL_STATE(1016)] = 40205, + [SMALL_STATE(1017)] = 40256, + [SMALL_STATE(1018)] = 40307, + [SMALL_STATE(1019)] = 40364, + [SMALL_STATE(1020)] = 40415, + [SMALL_STATE(1021)] = 40466, + [SMALL_STATE(1022)] = 40523, + [SMALL_STATE(1023)] = 40574, + [SMALL_STATE(1024)] = 40625, + [SMALL_STATE(1025)] = 40676, + [SMALL_STATE(1026)] = 40727, + [SMALL_STATE(1027)] = 40778, + [SMALL_STATE(1028)] = 40829, + [SMALL_STATE(1029)] = 40880, + [SMALL_STATE(1030)] = 40931, + [SMALL_STATE(1031)] = 40982, + [SMALL_STATE(1032)] = 41033, + [SMALL_STATE(1033)] = 41084, + [SMALL_STATE(1034)] = 41135, + [SMALL_STATE(1035)] = 41186, + [SMALL_STATE(1036)] = 41237, + [SMALL_STATE(1037)] = 41294, + [SMALL_STATE(1038)] = 41345, + [SMALL_STATE(1039)] = 41396, + [SMALL_STATE(1040)] = 41447, + [SMALL_STATE(1041)] = 41504, + [SMALL_STATE(1042)] = 41555, + [SMALL_STATE(1043)] = 41612, + [SMALL_STATE(1044)] = 41667, + [SMALL_STATE(1045)] = 41724, + [SMALL_STATE(1046)] = 41781, + [SMALL_STATE(1047)] = 41832, + [SMALL_STATE(1048)] = 41883, + [SMALL_STATE(1049)] = 41934, + [SMALL_STATE(1050)] = 41991, + [SMALL_STATE(1051)] = 42048, + [SMALL_STATE(1052)] = 42105, + [SMALL_STATE(1053)] = 42156, + [SMALL_STATE(1054)] = 42211, + [SMALL_STATE(1055)] = 42262, + [SMALL_STATE(1056)] = 42319, + [SMALL_STATE(1057)] = 42370, + [SMALL_STATE(1058)] = 42421, + [SMALL_STATE(1059)] = 42472, + [SMALL_STATE(1060)] = 42523, + [SMALL_STATE(1061)] = 42574, + [SMALL_STATE(1062)] = 42625, + [SMALL_STATE(1063)] = 42682, + [SMALL_STATE(1064)] = 42733, + [SMALL_STATE(1065)] = 42790, + [SMALL_STATE(1066)] = 42841, + [SMALL_STATE(1067)] = 42896, + [SMALL_STATE(1068)] = 42947, + [SMALL_STATE(1069)] = 43002, + [SMALL_STATE(1070)] = 43059, + [SMALL_STATE(1071)] = 43110, + [SMALL_STATE(1072)] = 43161, + [SMALL_STATE(1073)] = 43212, + [SMALL_STATE(1074)] = 43263, + [SMALL_STATE(1075)] = 43358, + [SMALL_STATE(1076)] = 43409, + [SMALL_STATE(1077)] = 43460, + [SMALL_STATE(1078)] = 43511, + [SMALL_STATE(1079)] = 43569, + [SMALL_STATE(1080)] = 43619, + [SMALL_STATE(1081)] = 43669, + [SMALL_STATE(1082)] = 43719, + [SMALL_STATE(1083)] = 43769, + [SMALL_STATE(1084)] = 43819, + [SMALL_STATE(1085)] = 43869, + [SMALL_STATE(1086)] = 43935, + [SMALL_STATE(1087)] = 43991, + [SMALL_STATE(1088)] = 44053, + [SMALL_STATE(1089)] = 44103, + [SMALL_STATE(1090)] = 44153, + [SMALL_STATE(1091)] = 44209, + [SMALL_STATE(1092)] = 44301, + [SMALL_STATE(1093)] = 44351, + [SMALL_STATE(1094)] = 44443, + [SMALL_STATE(1095)] = 44535, + [SMALL_STATE(1096)] = 44585, + [SMALL_STATE(1097)] = 44635, + [SMALL_STATE(1098)] = 44685, + [SMALL_STATE(1099)] = 44735, + [SMALL_STATE(1100)] = 44785, + [SMALL_STATE(1101)] = 44835, + [SMALL_STATE(1102)] = 44927, + [SMALL_STATE(1103)] = 44977, + [SMALL_STATE(1104)] = 45027, + [SMALL_STATE(1105)] = 45081, + [SMALL_STATE(1106)] = 45173, + [SMALL_STATE(1107)] = 45265, + [SMALL_STATE(1108)] = 45321, + [SMALL_STATE(1109)] = 45371, + [SMALL_STATE(1110)] = 45421, + [SMALL_STATE(1111)] = 45471, + [SMALL_STATE(1112)] = 45527, + [SMALL_STATE(1113)] = 45577, + [SMALL_STATE(1114)] = 45631, + [SMALL_STATE(1115)] = 45681, + [SMALL_STATE(1116)] = 45731, + [SMALL_STATE(1117)] = 45823, + [SMALL_STATE(1118)] = 45873, + [SMALL_STATE(1119)] = 45923, + [SMALL_STATE(1120)] = 45973, + [SMALL_STATE(1121)] = 46023, + [SMALL_STATE(1122)] = 46079, + [SMALL_STATE(1123)] = 46129, + [SMALL_STATE(1124)] = 46179, + [SMALL_STATE(1125)] = 46233, + [SMALL_STATE(1126)] = 46283, + [SMALL_STATE(1127)] = 46333, + [SMALL_STATE(1128)] = 46425, + [SMALL_STATE(1129)] = 46475, + [SMALL_STATE(1130)] = 46525, + [SMALL_STATE(1131)] = 46575, + [SMALL_STATE(1132)] = 46625, + [SMALL_STATE(1133)] = 46681, + [SMALL_STATE(1134)] = 46735, + [SMALL_STATE(1135)] = 46791, + [SMALL_STATE(1136)] = 46841, + [SMALL_STATE(1137)] = 46933, + [SMALL_STATE(1138)] = 47025, + [SMALL_STATE(1139)] = 47117, + [SMALL_STATE(1140)] = 47171, + [SMALL_STATE(1141)] = 47241, + [SMALL_STATE(1142)] = 47291, + [SMALL_STATE(1143)] = 47341, + [SMALL_STATE(1144)] = 47433, + [SMALL_STATE(1145)] = 47525, + [SMALL_STATE(1146)] = 47579, + [SMALL_STATE(1147)] = 47629, + [SMALL_STATE(1148)] = 47679, + [SMALL_STATE(1149)] = 47771, + [SMALL_STATE(1150)] = 47865, + [SMALL_STATE(1151)] = 47915, + [SMALL_STATE(1152)] = 48007, + [SMALL_STATE(1153)] = 48057, + [SMALL_STATE(1154)] = 48107, + [SMALL_STATE(1155)] = 48157, + [SMALL_STATE(1156)] = 48207, + [SMALL_STATE(1157)] = 48257, + [SMALL_STATE(1158)] = 48307, + [SMALL_STATE(1159)] = 48399, + [SMALL_STATE(1160)] = 48491, + [SMALL_STATE(1161)] = 48583, + [SMALL_STATE(1162)] = 48633, + [SMALL_STATE(1163)] = 48683, + [SMALL_STATE(1164)] = 48775, + [SMALL_STATE(1165)] = 48825, + [SMALL_STATE(1166)] = 48917, + [SMALL_STATE(1167)] = 48967, + [SMALL_STATE(1168)] = 49017, + [SMALL_STATE(1169)] = 49067, + [SMALL_STATE(1170)] = 49121, + [SMALL_STATE(1171)] = 49171, + [SMALL_STATE(1172)] = 49221, + [SMALL_STATE(1173)] = 49271, + [SMALL_STATE(1174)] = 49325, + [SMALL_STATE(1175)] = 49417, + [SMALL_STATE(1176)] = 49467, + [SMALL_STATE(1177)] = 49559, + [SMALL_STATE(1178)] = 49609, + [SMALL_STATE(1179)] = 49665, + [SMALL_STATE(1180)] = 49757, + [SMALL_STATE(1181)] = 49807, + [SMALL_STATE(1182)] = 49857, + [SMALL_STATE(1183)] = 49907, + [SMALL_STATE(1184)] = 49957, + [SMALL_STATE(1185)] = 50013, + [SMALL_STATE(1186)] = 50063, + [SMALL_STATE(1187)] = 50119, + [SMALL_STATE(1188)] = 50211, + [SMALL_STATE(1189)] = 50267, + [SMALL_STATE(1190)] = 50321, + [SMALL_STATE(1191)] = 50375, + [SMALL_STATE(1192)] = 50425, + [SMALL_STATE(1193)] = 50475, + [SMALL_STATE(1194)] = 50525, + [SMALL_STATE(1195)] = 50575, + [SMALL_STATE(1196)] = 50625, + [SMALL_STATE(1197)] = 50675, + [SMALL_STATE(1198)] = 50767, + [SMALL_STATE(1199)] = 50859, + [SMALL_STATE(1200)] = 50909, + [SMALL_STATE(1201)] = 51001, + [SMALL_STATE(1202)] = 51093, + [SMALL_STATE(1203)] = 51143, + [SMALL_STATE(1204)] = 51235, + [SMALL_STATE(1205)] = 51285, + [SMALL_STATE(1206)] = 51335, + [SMALL_STATE(1207)] = 51427, + [SMALL_STATE(1208)] = 51477, + [SMALL_STATE(1209)] = 51569, + [SMALL_STATE(1210)] = 51661, + [SMALL_STATE(1211)] = 51711, + [SMALL_STATE(1212)] = 51803, + [SMALL_STATE(1213)] = 51895, + [SMALL_STATE(1214)] = 51949, + [SMALL_STATE(1215)] = 52043, + [SMALL_STATE(1216)] = 52093, + [SMALL_STATE(1217)] = 52143, + [SMALL_STATE(1218)] = 52235, + [SMALL_STATE(1219)] = 52327, + [SMALL_STATE(1220)] = 52377, + [SMALL_STATE(1221)] = 52427, + [SMALL_STATE(1222)] = 52521, + [SMALL_STATE(1223)] = 52613, + [SMALL_STATE(1224)] = 52669, + [SMALL_STATE(1225)] = 52725, + [SMALL_STATE(1226)] = 52819, + [SMALL_STATE(1227)] = 52911, + [SMALL_STATE(1228)] = 52961, + [SMALL_STATE(1229)] = 53011, + [SMALL_STATE(1230)] = 53061, + [SMALL_STATE(1231)] = 53111, + [SMALL_STATE(1232)] = 53205, + [SMALL_STATE(1233)] = 53259, + [SMALL_STATE(1234)] = 53309, + [SMALL_STATE(1235)] = 53401, + [SMALL_STATE(1236)] = 53451, + [SMALL_STATE(1237)] = 53501, + [SMALL_STATE(1238)] = 53593, + [SMALL_STATE(1239)] = 53643, + [SMALL_STATE(1240)] = 53697, + [SMALL_STATE(1241)] = 53789, + [SMALL_STATE(1242)] = 53881, + [SMALL_STATE(1243)] = 53931, + [SMALL_STATE(1244)] = 54023, + [SMALL_STATE(1245)] = 54115, + [SMALL_STATE(1246)] = 54207, + [SMALL_STATE(1247)] = 54257, + [SMALL_STATE(1248)] = 54315, + [SMALL_STATE(1249)] = 54365, + [SMALL_STATE(1250)] = 54415, + [SMALL_STATE(1251)] = 54465, + [SMALL_STATE(1252)] = 54521, + [SMALL_STATE(1253)] = 54613, + [SMALL_STATE(1254)] = 54663, + [SMALL_STATE(1255)] = 54713, + [SMALL_STATE(1256)] = 54763, + [SMALL_STATE(1257)] = 54855, + [SMALL_STATE(1258)] = 54908, + [SMALL_STATE(1259)] = 54961, + [SMALL_STATE(1260)] = 55014, + [SMALL_STATE(1261)] = 55067, + [SMALL_STATE(1262)] = 55120, + [SMALL_STATE(1263)] = 55173, + [SMALL_STATE(1264)] = 55230, + [SMALL_STATE(1265)] = 55283, + [SMALL_STATE(1266)] = 55332, + [SMALL_STATE(1267)] = 55387, + [SMALL_STATE(1268)] = 55436, + [SMALL_STATE(1269)] = 55491, + [SMALL_STATE(1270)] = 55540, + [SMALL_STATE(1271)] = 55595, + [SMALL_STATE(1272)] = 55650, + [SMALL_STATE(1273)] = 55703, + [SMALL_STATE(1274)] = 55758, + [SMALL_STATE(1275)] = 55813, + [SMALL_STATE(1276)] = 55866, + [SMALL_STATE(1277)] = 55915, + [SMALL_STATE(1278)] = 55968, + [SMALL_STATE(1279)] = 56023, + [SMALL_STATE(1280)] = 56072, + [SMALL_STATE(1281)] = 56121, + [SMALL_STATE(1282)] = 56170, + [SMALL_STATE(1283)] = 56219, + [SMALL_STATE(1284)] = 56268, + [SMALL_STATE(1285)] = 56317, + [SMALL_STATE(1286)] = 56372, + [SMALL_STATE(1287)] = 56425, + [SMALL_STATE(1288)] = 56478, + [SMALL_STATE(1289)] = 56527, + [SMALL_STATE(1290)] = 56576, + [SMALL_STATE(1291)] = 56629, + [SMALL_STATE(1292)] = 56678, + [SMALL_STATE(1293)] = 56727, + [SMALL_STATE(1294)] = 56780, + [SMALL_STATE(1295)] = 56835, + [SMALL_STATE(1296)] = 56888, + [SMALL_STATE(1297)] = 56943, + [SMALL_STATE(1298)] = 56998, + [SMALL_STATE(1299)] = 57047, + [SMALL_STATE(1300)] = 57105, + [SMALL_STATE(1301)] = 57157, + [SMALL_STATE(1302)] = 57209, + [SMALL_STATE(1303)] = 57257, + [SMALL_STATE(1304)] = 57305, + [SMALL_STATE(1305)] = 57361, + [SMALL_STATE(1306)] = 57413, + [SMALL_STATE(1307)] = 57465, + [SMALL_STATE(1308)] = 57517, + [SMALL_STATE(1309)] = 57571, + [SMALL_STATE(1310)] = 57625, + [SMALL_STATE(1311)] = 57673, + [SMALL_STATE(1312)] = 57731, + [SMALL_STATE(1313)] = 57789, + [SMALL_STATE(1314)] = 57847, + [SMALL_STATE(1315)] = 57895, + [SMALL_STATE(1316)] = 57953, + [SMALL_STATE(1317)] = 58007, + [SMALL_STATE(1318)] = 58065, + [SMALL_STATE(1319)] = 58113, + [SMALL_STATE(1320)] = 58171, + [SMALL_STATE(1321)] = 58219, + [SMALL_STATE(1322)] = 58277, + [SMALL_STATE(1323)] = 58327, + [SMALL_STATE(1324)] = 58375, + [SMALL_STATE(1325)] = 58433, + [SMALL_STATE(1326)] = 58491, + [SMALL_STATE(1327)] = 58549, + [SMALL_STATE(1328)] = 58597, + [SMALL_STATE(1329)] = 58655, + [SMALL_STATE(1330)] = 58703, + [SMALL_STATE(1331)] = 58761, + [SMALL_STATE(1332)] = 58813, + [SMALL_STATE(1333)] = 58861, + [SMALL_STATE(1334)] = 58909, + [SMALL_STATE(1335)] = 58957, + [SMALL_STATE(1336)] = 59009, + [SMALL_STATE(1337)] = 59067, + [SMALL_STATE(1338)] = 59125, + [SMALL_STATE(1339)] = 59183, + [SMALL_STATE(1340)] = 59241, + [SMALL_STATE(1341)] = 59289, + [SMALL_STATE(1342)] = 59347, + [SMALL_STATE(1343)] = 59405, + [SMALL_STATE(1344)] = 59457, + [SMALL_STATE(1345)] = 59505, + [SMALL_STATE(1346)] = 59563, + [SMALL_STATE(1347)] = 59621, + [SMALL_STATE(1348)] = 59679, + [SMALL_STATE(1349)] = 59737, + [SMALL_STATE(1350)] = 59785, + [SMALL_STATE(1351)] = 59837, + [SMALL_STATE(1352)] = 59889, + [SMALL_STATE(1353)] = 59941, + [SMALL_STATE(1354)] = 60033, + [SMALL_STATE(1355)] = 60087, + [SMALL_STATE(1356)] = 60145, + [SMALL_STATE(1357)] = 60203, + [SMALL_STATE(1358)] = 60261, + [SMALL_STATE(1359)] = 60309, + [SMALL_STATE(1360)] = 60367, + [SMALL_STATE(1361)] = 60425, + [SMALL_STATE(1362)] = 60483, + [SMALL_STATE(1363)] = 60537, + [SMALL_STATE(1364)] = 60591, + [SMALL_STATE(1365)] = 60649, + [SMALL_STATE(1366)] = 60701, + [SMALL_STATE(1367)] = 60755, + [SMALL_STATE(1368)] = 60807, + [SMALL_STATE(1369)] = 60865, + [SMALL_STATE(1370)] = 60919, + [SMALL_STATE(1371)] = 60973, + [SMALL_STATE(1372)] = 61031, + [SMALL_STATE(1373)] = 61089, + [SMALL_STATE(1374)] = 61147, + [SMALL_STATE(1375)] = 61239, + [SMALL_STATE(1376)] = 61297, + [SMALL_STATE(1377)] = 61349, + [SMALL_STATE(1378)] = 61407, + [SMALL_STATE(1379)] = 61455, + [SMALL_STATE(1380)] = 61513, + [SMALL_STATE(1381)] = 61561, + [SMALL_STATE(1382)] = 61609, + [SMALL_STATE(1383)] = 61661, + [SMALL_STATE(1384)] = 61719, + [SMALL_STATE(1385)] = 61777, + [SMALL_STATE(1386)] = 61831, + [SMALL_STATE(1387)] = 61879, + [SMALL_STATE(1388)] = 61927, + [SMALL_STATE(1389)] = 61985, + [SMALL_STATE(1390)] = 62039, + [SMALL_STATE(1391)] = 62087, + [SMALL_STATE(1392)] = 62145, + [SMALL_STATE(1393)] = 62193, + [SMALL_STATE(1394)] = 62241, + [SMALL_STATE(1395)] = 62289, + [SMALL_STATE(1396)] = 62345, + [SMALL_STATE(1397)] = 62437, + [SMALL_STATE(1398)] = 62491, + [SMALL_STATE(1399)] = 62549, + [SMALL_STATE(1400)] = 62641, + [SMALL_STATE(1401)] = 62689, + [SMALL_STATE(1402)] = 62741, + [SMALL_STATE(1403)] = 62833, + [SMALL_STATE(1404)] = 62881, + [SMALL_STATE(1405)] = 62929, + [SMALL_STATE(1406)] = 62987, + [SMALL_STATE(1407)] = 63035, + [SMALL_STATE(1408)] = 63083, + [SMALL_STATE(1409)] = 63131, + [SMALL_STATE(1410)] = 63179, + [SMALL_STATE(1411)] = 63227, + [SMALL_STATE(1412)] = 63319, + [SMALL_STATE(1413)] = 63411, + [SMALL_STATE(1414)] = 63503, + [SMALL_STATE(1415)] = 63551, + [SMALL_STATE(1416)] = 63599, + [SMALL_STATE(1417)] = 63691, + [SMALL_STATE(1418)] = 63749, + [SMALL_STATE(1419)] = 63841, + [SMALL_STATE(1420)] = 63933, + [SMALL_STATE(1421)] = 64025, + [SMALL_STATE(1422)] = 64079, + [SMALL_STATE(1423)] = 64137, + [SMALL_STATE(1424)] = 64185, + [SMALL_STATE(1425)] = 64233, + [SMALL_STATE(1426)] = 64291, + [SMALL_STATE(1427)] = 64339, + [SMALL_STATE(1428)] = 64397, + [SMALL_STATE(1429)] = 64449, + [SMALL_STATE(1430)] = 64507, + [SMALL_STATE(1431)] = 64565, + [SMALL_STATE(1432)] = 64617, + [SMALL_STATE(1433)] = 64664, + [SMALL_STATE(1434)] = 64719, + [SMALL_STATE(1435)] = 64770, + [SMALL_STATE(1436)] = 64817, + [SMALL_STATE(1437)] = 64864, + [SMALL_STATE(1438)] = 64911, + [SMALL_STATE(1439)] = 64964, + [SMALL_STATE(1440)] = 65011, + [SMALL_STATE(1441)] = 65058, + [SMALL_STATE(1442)] = 65105, + [SMALL_STATE(1443)] = 65152, + [SMALL_STATE(1444)] = 65199, + [SMALL_STATE(1445)] = 65246, + [SMALL_STATE(1446)] = 65299, + [SMALL_STATE(1447)] = 65346, + [SMALL_STATE(1448)] = 65399, + [SMALL_STATE(1449)] = 65446, + [SMALL_STATE(1450)] = 65493, + [SMALL_STATE(1451)] = 65540, + [SMALL_STATE(1452)] = 65593, + [SMALL_STATE(1453)] = 65640, + [SMALL_STATE(1454)] = 65687, + [SMALL_STATE(1455)] = 65740, + [SMALL_STATE(1456)] = 65793, + [SMALL_STATE(1457)] = 65846, + [SMALL_STATE(1458)] = 65897, + [SMALL_STATE(1459)] = 65944, + [SMALL_STATE(1460)] = 65991, + [SMALL_STATE(1461)] = 66044, + [SMALL_STATE(1462)] = 66091, + [SMALL_STATE(1463)] = 66138, + [SMALL_STATE(1464)] = 66185, + [SMALL_STATE(1465)] = 66238, + [SMALL_STATE(1466)] = 66291, + [SMALL_STATE(1467)] = 66342, + [SMALL_STATE(1468)] = 66395, + [SMALL_STATE(1469)] = 66442, + [SMALL_STATE(1470)] = 66489, + [SMALL_STATE(1471)] = 66536, + [SMALL_STATE(1472)] = 66589, + [SMALL_STATE(1473)] = 66636, + [SMALL_STATE(1474)] = 66689, + [SMALL_STATE(1475)] = 66744, + [SMALL_STATE(1476)] = 66799, + [SMALL_STATE(1477)] = 66850, + [SMALL_STATE(1478)] = 66897, + [SMALL_STATE(1479)] = 66944, + [SMALL_STATE(1480)] = 66991, + [SMALL_STATE(1481)] = 67046, + [SMALL_STATE(1482)] = 67093, + [SMALL_STATE(1483)] = 67144, + [SMALL_STATE(1484)] = 67191, + [SMALL_STATE(1485)] = 67238, + [SMALL_STATE(1486)] = 67293, + [SMALL_STATE(1487)] = 67344, + [SMALL_STATE(1488)] = 67391, + [SMALL_STATE(1489)] = 67446, + [SMALL_STATE(1490)] = 67493, + [SMALL_STATE(1491)] = 67548, + [SMALL_STATE(1492)] = 67601, + [SMALL_STATE(1493)] = 67652, + [SMALL_STATE(1494)] = 67703, + [SMALL_STATE(1495)] = 67754, + [SMALL_STATE(1496)] = 67805, + [SMALL_STATE(1497)] = 67852, + [SMALL_STATE(1498)] = 67899, + [SMALL_STATE(1499)] = 67946, + [SMALL_STATE(1500)] = 67997, + [SMALL_STATE(1501)] = 68048, + [SMALL_STATE(1502)] = 68101, + [SMALL_STATE(1503)] = 68156, + [SMALL_STATE(1504)] = 68203, + [SMALL_STATE(1505)] = 68256, + [SMALL_STATE(1506)] = 68311, + [SMALL_STATE(1507)] = 68362, + [SMALL_STATE(1508)] = 68413, + [SMALL_STATE(1509)] = 68460, + [SMALL_STATE(1510)] = 68507, + [SMALL_STATE(1511)] = 68558, + [SMALL_STATE(1512)] = 68609, + [SMALL_STATE(1513)] = 68662, + [SMALL_STATE(1514)] = 68715, + [SMALL_STATE(1515)] = 68766, + [SMALL_STATE(1516)] = 68819, + [SMALL_STATE(1517)] = 68866, + [SMALL_STATE(1518)] = 68919, + [SMALL_STATE(1519)] = 68972, + [SMALL_STATE(1520)] = 69023, + [SMALL_STATE(1521)] = 69074, + [SMALL_STATE(1522)] = 69125, + [SMALL_STATE(1523)] = 69176, + [SMALL_STATE(1524)] = 69229, + [SMALL_STATE(1525)] = 69282, + [SMALL_STATE(1526)] = 69335, + [SMALL_STATE(1527)] = 69388, + [SMALL_STATE(1528)] = 69441, + [SMALL_STATE(1529)] = 69494, + [SMALL_STATE(1530)] = 69547, + [SMALL_STATE(1531)] = 69600, + [SMALL_STATE(1532)] = 69651, + [SMALL_STATE(1533)] = 69704, + [SMALL_STATE(1534)] = 69755, + [SMALL_STATE(1535)] = 69802, + [SMALL_STATE(1536)] = 69857, + [SMALL_STATE(1537)] = 69908, + [SMALL_STATE(1538)] = 69963, + [SMALL_STATE(1539)] = 70010, + [SMALL_STATE(1540)] = 70057, + [SMALL_STATE(1541)] = 70104, + [SMALL_STATE(1542)] = 70155, + [SMALL_STATE(1543)] = 70206, + [SMALL_STATE(1544)] = 70257, + [SMALL_STATE(1545)] = 70312, + [SMALL_STATE(1546)] = 70367, + [SMALL_STATE(1547)] = 70413, + [SMALL_STATE(1548)] = 70459, + [SMALL_STATE(1549)] = 70505, + [SMALL_STATE(1550)] = 70555, + [SMALL_STATE(1551)] = 70601, + [SMALL_STATE(1552)] = 70653, + [SMALL_STATE(1553)] = 70705, + [SMALL_STATE(1554)] = 70755, + [SMALL_STATE(1555)] = 70803, + [SMALL_STATE(1556)] = 70851, + [SMALL_STATE(1557)] = 70897, + [SMALL_STATE(1558)] = 70949, + [SMALL_STATE(1559)] = 70995, + [SMALL_STATE(1560)] = 71045, + [SMALL_STATE(1561)] = 71093, + [SMALL_STATE(1562)] = 71145, + [SMALL_STATE(1563)] = 71191, + [SMALL_STATE(1564)] = 71239, + [SMALL_STATE(1565)] = 71285, + [SMALL_STATE(1566)] = 71331, + [SMALL_STATE(1567)] = 71377, + [SMALL_STATE(1568)] = 71423, + [SMALL_STATE(1569)] = 71473, + [SMALL_STATE(1570)] = 71519, + [SMALL_STATE(1571)] = 71565, + [SMALL_STATE(1572)] = 71611, + [SMALL_STATE(1573)] = 71657, + [SMALL_STATE(1574)] = 71703, + [SMALL_STATE(1575)] = 71749, + [SMALL_STATE(1576)] = 71795, + [SMALL_STATE(1577)] = 71841, + [SMALL_STATE(1578)] = 71887, + [SMALL_STATE(1579)] = 71933, + [SMALL_STATE(1580)] = 71983, + [SMALL_STATE(1581)] = 72029, + [SMALL_STATE(1582)] = 72075, + [SMALL_STATE(1583)] = 72123, + [SMALL_STATE(1584)] = 72171, + [SMALL_STATE(1585)] = 72221, + [SMALL_STATE(1586)] = 72267, + [SMALL_STATE(1587)] = 72313, + [SMALL_STATE(1588)] = 72363, + [SMALL_STATE(1589)] = 72413, + [SMALL_STATE(1590)] = 72459, + [SMALL_STATE(1591)] = 72505, + [SMALL_STATE(1592)] = 72551, + [SMALL_STATE(1593)] = 72597, + [SMALL_STATE(1594)] = 72643, + [SMALL_STATE(1595)] = 72689, + [SMALL_STATE(1596)] = 72739, + [SMALL_STATE(1597)] = 72785, + [SMALL_STATE(1598)] = 72835, + [SMALL_STATE(1599)] = 72881, + [SMALL_STATE(1600)] = 72927, + [SMALL_STATE(1601)] = 72977, + [SMALL_STATE(1602)] = 73023, + [SMALL_STATE(1603)] = 73069, + [SMALL_STATE(1604)] = 73119, + [SMALL_STATE(1605)] = 73169, + [SMALL_STATE(1606)] = 73215, + [SMALL_STATE(1607)] = 73261, + [SMALL_STATE(1608)] = 73307, + [SMALL_STATE(1609)] = 73353, + [SMALL_STATE(1610)] = 73399, + [SMALL_STATE(1611)] = 73445, + [SMALL_STATE(1612)] = 73497, + [SMALL_STATE(1613)] = 73543, + [SMALL_STATE(1614)] = 73589, + [SMALL_STATE(1615)] = 73641, + [SMALL_STATE(1616)] = 73687, + [SMALL_STATE(1617)] = 73733, + [SMALL_STATE(1618)] = 73779, + [SMALL_STATE(1619)] = 73825, + [SMALL_STATE(1620)] = 73871, + [SMALL_STATE(1621)] = 73917, + [SMALL_STATE(1622)] = 73967, + [SMALL_STATE(1623)] = 74013, + [SMALL_STATE(1624)] = 74059, + [SMALL_STATE(1625)] = 74105, + [SMALL_STATE(1626)] = 74155, + [SMALL_STATE(1627)] = 74201, + [SMALL_STATE(1628)] = 74247, + [SMALL_STATE(1629)] = 74293, + [SMALL_STATE(1630)] = 74339, + [SMALL_STATE(1631)] = 74385, + [SMALL_STATE(1632)] = 74435, + [SMALL_STATE(1633)] = 74481, + [SMALL_STATE(1634)] = 74531, + [SMALL_STATE(1635)] = 74577, + [SMALL_STATE(1636)] = 74627, + [SMALL_STATE(1637)] = 74673, + [SMALL_STATE(1638)] = 74723, + [SMALL_STATE(1639)] = 74769, + [SMALL_STATE(1640)] = 74815, + [SMALL_STATE(1641)] = 74861, + [SMALL_STATE(1642)] = 74907, + [SMALL_STATE(1643)] = 74957, + [SMALL_STATE(1644)] = 75007, + [SMALL_STATE(1645)] = 75060, + [SMALL_STATE(1646)] = 75105, + [SMALL_STATE(1647)] = 75154, + [SMALL_STATE(1648)] = 75203, + [SMALL_STATE(1649)] = 75248, + [SMALL_STATE(1650)] = 75303, + [SMALL_STATE(1651)] = 75358, + [SMALL_STATE(1652)] = 75413, + [SMALL_STATE(1653)] = 75458, + [SMALL_STATE(1654)] = 75503, + [SMALL_STATE(1655)] = 75558, + [SMALL_STATE(1656)] = 75603, + [SMALL_STATE(1657)] = 75652, + [SMALL_STATE(1658)] = 75703, + [SMALL_STATE(1659)] = 75752, + [SMALL_STATE(1660)] = 75807, + [SMALL_STATE(1661)] = 75856, + [SMALL_STATE(1662)] = 75901, + [SMALL_STATE(1663)] = 75946, + [SMALL_STATE(1664)] = 75991, + [SMALL_STATE(1665)] = 76044, + [SMALL_STATE(1666)] = 76089, + [SMALL_STATE(1667)] = 76144, + [SMALL_STATE(1668)] = 76189, + [SMALL_STATE(1669)] = 76244, + [SMALL_STATE(1670)] = 76293, + [SMALL_STATE(1671)] = 76348, + [SMALL_STATE(1672)] = 76393, + [SMALL_STATE(1673)] = 76448, + [SMALL_STATE(1674)] = 76493, + [SMALL_STATE(1675)] = 76538, + [SMALL_STATE(1676)] = 76583, + [SMALL_STATE(1677)] = 76628, + [SMALL_STATE(1678)] = 76673, + [SMALL_STATE(1679)] = 76722, + [SMALL_STATE(1680)] = 76767, + [SMALL_STATE(1681)] = 76824, + [SMALL_STATE(1682)] = 76869, + [SMALL_STATE(1683)] = 76914, + [SMALL_STATE(1684)] = 76969, + [SMALL_STATE(1685)] = 77014, + [SMALL_STATE(1686)] = 77069, + [SMALL_STATE(1687)] = 77124, + [SMALL_STATE(1688)] = 77169, + [SMALL_STATE(1689)] = 77224, + [SMALL_STATE(1690)] = 77269, + [SMALL_STATE(1691)] = 77322, + [SMALL_STATE(1692)] = 77377, + [SMALL_STATE(1693)] = 77432, + [SMALL_STATE(1694)] = 77487, + [SMALL_STATE(1695)] = 77532, + [SMALL_STATE(1696)] = 77587, + [SMALL_STATE(1697)] = 77632, + [SMALL_STATE(1698)] = 77677, + [SMALL_STATE(1699)] = 77722, + [SMALL_STATE(1700)] = 77777, + [SMALL_STATE(1701)] = 77832, + [SMALL_STATE(1702)] = 77887, + [SMALL_STATE(1703)] = 77932, + [SMALL_STATE(1704)] = 77977, + [SMALL_STATE(1705)] = 78022, + [SMALL_STATE(1706)] = 78067, + [SMALL_STATE(1707)] = 78112, + [SMALL_STATE(1708)] = 78157, + [SMALL_STATE(1709)] = 78202, + [SMALL_STATE(1710)] = 78247, + [SMALL_STATE(1711)] = 78302, + [SMALL_STATE(1712)] = 78347, + [SMALL_STATE(1713)] = 78392, + [SMALL_STATE(1714)] = 78447, + [SMALL_STATE(1715)] = 78494, + [SMALL_STATE(1716)] = 78549, + [SMALL_STATE(1717)] = 78604, + [SMALL_STATE(1718)] = 78659, + [SMALL_STATE(1719)] = 78714, + [SMALL_STATE(1720)] = 78759, + [SMALL_STATE(1721)] = 78804, + [SMALL_STATE(1722)] = 78849, + [SMALL_STATE(1723)] = 78894, + [SMALL_STATE(1724)] = 78949, + [SMALL_STATE(1725)] = 79004, + [SMALL_STATE(1726)] = 79059, + [SMALL_STATE(1727)] = 79104, + [SMALL_STATE(1728)] = 79159, + [SMALL_STATE(1729)] = 79214, + [SMALL_STATE(1730)] = 79259, + [SMALL_STATE(1731)] = 79304, + [SMALL_STATE(1732)] = 79359, + [SMALL_STATE(1733)] = 79416, + [SMALL_STATE(1734)] = 79461, + [SMALL_STATE(1735)] = 79516, + [SMALL_STATE(1736)] = 79561, + [SMALL_STATE(1737)] = 79606, + [SMALL_STATE(1738)] = 79661, + [SMALL_STATE(1739)] = 79706, + [SMALL_STATE(1740)] = 79751, + [SMALL_STATE(1741)] = 79796, + [SMALL_STATE(1742)] = 79841, + [SMALL_STATE(1743)] = 79886, + [SMALL_STATE(1744)] = 79941, + [SMALL_STATE(1745)] = 79994, + [SMALL_STATE(1746)] = 80043, + [SMALL_STATE(1747)] = 80088, + [SMALL_STATE(1748)] = 80133, + [SMALL_STATE(1749)] = 80186, + [SMALL_STATE(1750)] = 80231, + [SMALL_STATE(1751)] = 80286, + [SMALL_STATE(1752)] = 80331, + [SMALL_STATE(1753)] = 80376, + [SMALL_STATE(1754)] = 80431, + [SMALL_STATE(1755)] = 80476, + [SMALL_STATE(1756)] = 80521, + [SMALL_STATE(1757)] = 80566, + [SMALL_STATE(1758)] = 80611, + [SMALL_STATE(1759)] = 80666, + [SMALL_STATE(1760)] = 80721, + [SMALL_STATE(1761)] = 80770, + [SMALL_STATE(1762)] = 80815, + [SMALL_STATE(1763)] = 80870, + [SMALL_STATE(1764)] = 80915, + [SMALL_STATE(1765)] = 80964, + [SMALL_STATE(1766)] = 81009, + [SMALL_STATE(1767)] = 81054, + [SMALL_STATE(1768)] = 81111, + [SMALL_STATE(1769)] = 81156, + [SMALL_STATE(1770)] = 81201, + [SMALL_STATE(1771)] = 81246, + [SMALL_STATE(1772)] = 81295, + [SMALL_STATE(1773)] = 81340, + [SMALL_STATE(1774)] = 81395, + [SMALL_STATE(1775)] = 81440, + [SMALL_STATE(1776)] = 81495, + [SMALL_STATE(1777)] = 81540, + [SMALL_STATE(1778)] = 81587, + [SMALL_STATE(1779)] = 81632, + [SMALL_STATE(1780)] = 81677, + [SMALL_STATE(1781)] = 81722, + [SMALL_STATE(1782)] = 81767, + [SMALL_STATE(1783)] = 81814, + [SMALL_STATE(1784)] = 81859, + [SMALL_STATE(1785)] = 81910, + [SMALL_STATE(1786)] = 81965, + [SMALL_STATE(1787)] = 82016, + [SMALL_STATE(1788)] = 82061, + [SMALL_STATE(1789)] = 82106, + [SMALL_STATE(1790)] = 82151, + [SMALL_STATE(1791)] = 82196, + [SMALL_STATE(1792)] = 82241, + [SMALL_STATE(1793)] = 82286, + [SMALL_STATE(1794)] = 82340, + [SMALL_STATE(1795)] = 82394, + [SMALL_STATE(1796)] = 82442, + [SMALL_STATE(1797)] = 82494, + [SMALL_STATE(1798)] = 82546, + [SMALL_STATE(1799)] = 82590, + [SMALL_STATE(1800)] = 82640, + [SMALL_STATE(1801)] = 82694, + [SMALL_STATE(1802)] = 82780, + [SMALL_STATE(1803)] = 82866, + [SMALL_STATE(1804)] = 82920, + [SMALL_STATE(1805)] = 83006, + [SMALL_STATE(1806)] = 83050, + [SMALL_STATE(1807)] = 83136, + [SMALL_STATE(1808)] = 83222, + [SMALL_STATE(1809)] = 83308, + [SMALL_STATE(1810)] = 83362, + [SMALL_STATE(1811)] = 83416, + [SMALL_STATE(1812)] = 83470, + [SMALL_STATE(1813)] = 83556, + [SMALL_STATE(1814)] = 83642, + [SMALL_STATE(1815)] = 83692, + [SMALL_STATE(1816)] = 83742, + [SMALL_STATE(1817)] = 83792, + [SMALL_STATE(1818)] = 83846, + [SMALL_STATE(1819)] = 83900, + [SMALL_STATE(1820)] = 83950, + [SMALL_STATE(1821)] = 84002, + [SMALL_STATE(1822)] = 84050, + [SMALL_STATE(1823)] = 84100, + [SMALL_STATE(1824)] = 84150, + [SMALL_STATE(1825)] = 84236, + [SMALL_STATE(1826)] = 84286, + [SMALL_STATE(1827)] = 84336, + [SMALL_STATE(1828)] = 84380, + [SMALL_STATE(1829)] = 84424, + [SMALL_STATE(1830)] = 84472, + [SMALL_STATE(1831)] = 84520, + [SMALL_STATE(1832)] = 84568, + [SMALL_STATE(1833)] = 84612, + [SMALL_STATE(1834)] = 84666, + [SMALL_STATE(1835)] = 84720, + [SMALL_STATE(1836)] = 84770, + [SMALL_STATE(1837)] = 84824, + [SMALL_STATE(1838)] = 84878, + [SMALL_STATE(1839)] = 84928, + [SMALL_STATE(1840)] = 84982, + [SMALL_STATE(1841)] = 85026, + [SMALL_STATE(1842)] = 85072, + [SMALL_STATE(1843)] = 85118, + [SMALL_STATE(1844)] = 85172, + [SMALL_STATE(1845)] = 85226, + [SMALL_STATE(1846)] = 85276, + [SMALL_STATE(1847)] = 85320, + [SMALL_STATE(1848)] = 85372, + [SMALL_STATE(1849)] = 85424, + [SMALL_STATE(1850)] = 85474, + [SMALL_STATE(1851)] = 85524, + [SMALL_STATE(1852)] = 85578, + [SMALL_STATE(1853)] = 85622, + [SMALL_STATE(1854)] = 85708, + [SMALL_STATE(1855)] = 85752, + [SMALL_STATE(1856)] = 85796, + [SMALL_STATE(1857)] = 85850, + [SMALL_STATE(1858)] = 85936, + [SMALL_STATE(1859)] = 85980, + [SMALL_STATE(1860)] = 86066, + [SMALL_STATE(1861)] = 86112, + [SMALL_STATE(1862)] = 86158, + [SMALL_STATE(1863)] = 86202, + [SMALL_STATE(1864)] = 86252, + [SMALL_STATE(1865)] = 86306, + [SMALL_STATE(1866)] = 86360, + [SMALL_STATE(1867)] = 86410, + [SMALL_STATE(1868)] = 86454, + [SMALL_STATE(1869)] = 86498, + [SMALL_STATE(1870)] = 86542, + [SMALL_STATE(1871)] = 86586, + [SMALL_STATE(1872)] = 86630, + [SMALL_STATE(1873)] = 86678, + [SMALL_STATE(1874)] = 86722, + [SMALL_STATE(1875)] = 86768, + [SMALL_STATE(1876)] = 86822, + [SMALL_STATE(1877)] = 86876, + [SMALL_STATE(1878)] = 86920, + [SMALL_STATE(1879)] = 87003, + [SMALL_STATE(1880)] = 87054, + [SMALL_STATE(1881)] = 87097, + [SMALL_STATE(1882)] = 87146, + [SMALL_STATE(1883)] = 87189, + [SMALL_STATE(1884)] = 87238, + [SMALL_STATE(1885)] = 87287, + [SMALL_STATE(1886)] = 87338, + [SMALL_STATE(1887)] = 87381, + [SMALL_STATE(1888)] = 87424, + [SMALL_STATE(1889)] = 87507, + [SMALL_STATE(1890)] = 87550, + [SMALL_STATE(1891)] = 87593, + [SMALL_STATE(1892)] = 87676, + [SMALL_STATE(1893)] = 87719, + [SMALL_STATE(1894)] = 87770, + [SMALL_STATE(1895)] = 87813, + [SMALL_STATE(1896)] = 87864, + [SMALL_STATE(1897)] = 87907, + [SMALL_STATE(1898)] = 87950, + [SMALL_STATE(1899)] = 88033, + [SMALL_STATE(1900)] = 88076, + [SMALL_STATE(1901)] = 88119, + [SMALL_STATE(1902)] = 88170, + [SMALL_STATE(1903)] = 88215, + [SMALL_STATE(1904)] = 88298, + [SMALL_STATE(1905)] = 88341, + [SMALL_STATE(1906)] = 88384, + [SMALL_STATE(1907)] = 88467, + [SMALL_STATE(1908)] = 88550, + [SMALL_STATE(1909)] = 88593, + [SMALL_STATE(1910)] = 88636, + [SMALL_STATE(1911)] = 88719, + [SMALL_STATE(1912)] = 88766, + [SMALL_STATE(1913)] = 88809, + [SMALL_STATE(1914)] = 88892, + [SMALL_STATE(1915)] = 88941, + [SMALL_STATE(1916)] = 88992, + [SMALL_STATE(1917)] = 89041, + [SMALL_STATE(1918)] = 89084, + [SMALL_STATE(1919)] = 89135, + [SMALL_STATE(1920)] = 89218, + [SMALL_STATE(1921)] = 89301, + [SMALL_STATE(1922)] = 89350, + [SMALL_STATE(1923)] = 89393, + [SMALL_STATE(1924)] = 89436, + [SMALL_STATE(1925)] = 89479, + [SMALL_STATE(1926)] = 89530, + [SMALL_STATE(1927)] = 89573, + [SMALL_STATE(1928)] = 89616, + [SMALL_STATE(1929)] = 89659, + [SMALL_STATE(1930)] = 89708, + [SMALL_STATE(1931)] = 89751, + [SMALL_STATE(1932)] = 89794, + [SMALL_STATE(1933)] = 89877, + [SMALL_STATE(1934)] = 89960, + [SMALL_STATE(1935)] = 90043, + [SMALL_STATE(1936)] = 90086, + [SMALL_STATE(1937)] = 90129, + [SMALL_STATE(1938)] = 90212, + [SMALL_STATE(1939)] = 90255, + [SMALL_STATE(1940)] = 90306, + [SMALL_STATE(1941)] = 90389, + [SMALL_STATE(1942)] = 90472, + [SMALL_STATE(1943)] = 90523, + [SMALL_STATE(1944)] = 90606, + [SMALL_STATE(1945)] = 90650, + [SMALL_STATE(1946)] = 90700, + [SMALL_STATE(1947)] = 90750, + [SMALL_STATE(1948)] = 90800, + [SMALL_STATE(1949)] = 90850, + [SMALL_STATE(1950)] = 90926, + [SMALL_STATE(1951)] = 91002, + [SMALL_STATE(1952)] = 91082, + [SMALL_STATE(1953)] = 91158, + [SMALL_STATE(1954)] = 91208, + [SMALL_STATE(1955)] = 91258, + [SMALL_STATE(1956)] = 91308, + [SMALL_STATE(1957)] = 91384, + [SMALL_STATE(1958)] = 91460, + [SMALL_STATE(1959)] = 91510, + [SMALL_STATE(1960)] = 91589, + [SMALL_STATE(1961)] = 91662, + [SMALL_STATE(1962)] = 91711, + [SMALL_STATE(1963)] = 91784, + [SMALL_STATE(1964)] = 91863, + [SMALL_STATE(1965)] = 91942, + [SMALL_STATE(1966)] = 92021, + [SMALL_STATE(1967)] = 92066, + [SMALL_STATE(1968)] = 92139, + [SMALL_STATE(1969)] = 92180, + [SMALL_STATE(1970)] = 92221, + [SMALL_STATE(1971)] = 92300, + [SMALL_STATE(1972)] = 92379, + [SMALL_STATE(1973)] = 92420, + [SMALL_STATE(1974)] = 92499, + [SMALL_STATE(1975)] = 92540, + [SMALL_STATE(1976)] = 92581, + [SMALL_STATE(1977)] = 92622, + [SMALL_STATE(1978)] = 92663, + [SMALL_STATE(1979)] = 92704, + [SMALL_STATE(1980)] = 92745, + [SMALL_STATE(1981)] = 92824, + [SMALL_STATE(1982)] = 92897, + [SMALL_STATE(1983)] = 92976, + [SMALL_STATE(1984)] = 93055, + [SMALL_STATE(1985)] = 93134, + [SMALL_STATE(1986)] = 93213, + [SMALL_STATE(1987)] = 93254, + [SMALL_STATE(1988)] = 93295, + [SMALL_STATE(1989)] = 93336, + [SMALL_STATE(1990)] = 93415, + [SMALL_STATE(1991)] = 93456, + [SMALL_STATE(1992)] = 93535, + [SMALL_STATE(1993)] = 93584, + [SMALL_STATE(1994)] = 93663, + [SMALL_STATE(1995)] = 93742, + [SMALL_STATE(1996)] = 93821, + [SMALL_STATE(1997)] = 93862, + [SMALL_STATE(1998)] = 93941, + [SMALL_STATE(1999)] = 93990, + [SMALL_STATE(2000)] = 94039, + [SMALL_STATE(2001)] = 94118, + [SMALL_STATE(2002)] = 94197, + [SMALL_STATE(2003)] = 94242, + [SMALL_STATE(2004)] = 94283, + [SMALL_STATE(2005)] = 94324, + [SMALL_STATE(2006)] = 94365, + [SMALL_STATE(2007)] = 94406, + [SMALL_STATE(2008)] = 94485, + [SMALL_STATE(2009)] = 94526, + [SMALL_STATE(2010)] = 94605, + [SMALL_STATE(2011)] = 94684, + [SMALL_STATE(2012)] = 94726, + [SMALL_STATE(2013)] = 94768, + [SMALL_STATE(2014)] = 94822, + [SMALL_STATE(2015)] = 94861, + [SMALL_STATE(2016)] = 94900, + [SMALL_STATE(2017)] = 94973, + [SMALL_STATE(2018)] = 95046, + [SMALL_STATE(2019)] = 95085, + [SMALL_STATE(2020)] = 95158, + [SMALL_STATE(2021)] = 95231, + [SMALL_STATE(2022)] = 95270, + [SMALL_STATE(2023)] = 95343, + [SMALL_STATE(2024)] = 95382, + [SMALL_STATE(2025)] = 95455, + [SMALL_STATE(2026)] = 95528, + [SMALL_STATE(2027)] = 95601, + [SMALL_STATE(2028)] = 95674, + [SMALL_STATE(2029)] = 95749, + [SMALL_STATE(2030)] = 95822, + [SMALL_STATE(2031)] = 95895, + [SMALL_STATE(2032)] = 95934, + [SMALL_STATE(2033)] = 95973, + [SMALL_STATE(2034)] = 96012, + [SMALL_STATE(2035)] = 96085, + [SMALL_STATE(2036)] = 96124, + [SMALL_STATE(2037)] = 96163, + [SMALL_STATE(2038)] = 96236, + [SMALL_STATE(2039)] = 96275, + [SMALL_STATE(2040)] = 96318, + [SMALL_STATE(2041)] = 96391, + [SMALL_STATE(2042)] = 96464, + [SMALL_STATE(2043)] = 96537, + [SMALL_STATE(2044)] = 96580, + [SMALL_STATE(2045)] = 96653, + [SMALL_STATE(2046)] = 96692, + [SMALL_STATE(2047)] = 96735, + [SMALL_STATE(2048)] = 96774, + [SMALL_STATE(2049)] = 96847, + [SMALL_STATE(2050)] = 96886, + [SMALL_STATE(2051)] = 96959, + [SMALL_STATE(2052)] = 97032, + [SMALL_STATE(2053)] = 97075, + [SMALL_STATE(2054)] = 97118, + [SMALL_STATE(2055)] = 97157, + [SMALL_STATE(2056)] = 97230, + [SMALL_STATE(2057)] = 97303, + [SMALL_STATE(2058)] = 97376, + [SMALL_STATE(2059)] = 97415, + [SMALL_STATE(2060)] = 97488, + [SMALL_STATE(2061)] = 97531, + [SMALL_STATE(2062)] = 97604, + [SMALL_STATE(2063)] = 97643, + [SMALL_STATE(2064)] = 97688, + [SMALL_STATE(2065)] = 97727, + [SMALL_STATE(2066)] = 97766, + [SMALL_STATE(2067)] = 97805, + [SMALL_STATE(2068)] = 97878, + [SMALL_STATE(2069)] = 97921, + [SMALL_STATE(2070)] = 97960, + [SMALL_STATE(2071)] = 97999, + [SMALL_STATE(2072)] = 98072, + [SMALL_STATE(2073)] = 98145, + [SMALL_STATE(2074)] = 98184, + [SMALL_STATE(2075)] = 98229, + [SMALL_STATE(2076)] = 98302, + [SMALL_STATE(2077)] = 98341, + [SMALL_STATE(2078)] = 98380, + [SMALL_STATE(2079)] = 98453, + [SMALL_STATE(2080)] = 98492, + [SMALL_STATE(2081)] = 98565, + [SMALL_STATE(2082)] = 98638, + [SMALL_STATE(2083)] = 98681, + [SMALL_STATE(2084)] = 98720, + [SMALL_STATE(2085)] = 98793, + [SMALL_STATE(2086)] = 98832, + [SMALL_STATE(2087)] = 98871, + [SMALL_STATE(2088)] = 98910, + [SMALL_STATE(2089)] = 98957, + [SMALL_STATE(2090)] = 98996, + [SMALL_STATE(2091)] = 99069, + [SMALL_STATE(2092)] = 99108, + [SMALL_STATE(2093)] = 99155, + [SMALL_STATE(2094)] = 99198, + [SMALL_STATE(2095)] = 99237, + [SMALL_STATE(2096)] = 99276, + [SMALL_STATE(2097)] = 99315, + [SMALL_STATE(2098)] = 99354, + [SMALL_STATE(2099)] = 99393, + [SMALL_STATE(2100)] = 99436, + [SMALL_STATE(2101)] = 99479, + [SMALL_STATE(2102)] = 99518, + [SMALL_STATE(2103)] = 99593, + [SMALL_STATE(2104)] = 99636, + [SMALL_STATE(2105)] = 99707, + [SMALL_STATE(2106)] = 99745, + [SMALL_STATE(2107)] = 99815, + [SMALL_STATE(2108)] = 99853, + [SMALL_STATE(2109)] = 99925, + [SMALL_STATE(2110)] = 99963, + [SMALL_STATE(2111)] = 100001, + [SMALL_STATE(2112)] = 100039, + [SMALL_STATE(2113)] = 100085, + [SMALL_STATE(2114)] = 100131, + [SMALL_STATE(2115)] = 100203, + [SMALL_STATE(2116)] = 100241, + [SMALL_STATE(2117)] = 100287, + [SMALL_STATE(2118)] = 100333, + [SMALL_STATE(2119)] = 100371, + [SMALL_STATE(2120)] = 100409, + [SMALL_STATE(2121)] = 100481, + [SMALL_STATE(2122)] = 100527, + [SMALL_STATE(2123)] = 100565, + [SMALL_STATE(2124)] = 100611, + [SMALL_STATE(2125)] = 100683, + [SMALL_STATE(2126)] = 100721, + [SMALL_STATE(2127)] = 100759, + [SMALL_STATE(2128)] = 100829, + [SMALL_STATE(2129)] = 100867, + [SMALL_STATE(2130)] = 100939, + [SMALL_STATE(2131)] = 100977, + [SMALL_STATE(2132)] = 101015, + [SMALL_STATE(2133)] = 101053, [SMALL_STATE(2134)] = 101091, - [SMALL_STATE(2135)] = 101160, - [SMALL_STATE(2136)] = 101227, - [SMALL_STATE(2137)] = 101294, - [SMALL_STATE(2138)] = 101363, - [SMALL_STATE(2139)] = 101432, - [SMALL_STATE(2140)] = 101499, - [SMALL_STATE(2141)] = 101566, - [SMALL_STATE(2142)] = 101635, - [SMALL_STATE(2143)] = 101704, - [SMALL_STATE(2144)] = 101773, - [SMALL_STATE(2145)] = 101848, - [SMALL_STATE(2146)] = 101917, - [SMALL_STATE(2147)] = 101986, - [SMALL_STATE(2148)] = 102053, - [SMALL_STATE(2149)] = 102120, - [SMALL_STATE(2150)] = 102189, - [SMALL_STATE(2151)] = 102258, - [SMALL_STATE(2152)] = 102327, - [SMALL_STATE(2153)] = 102396, - [SMALL_STATE(2154)] = 102465, - [SMALL_STATE(2155)] = 102534, - [SMALL_STATE(2156)] = 102603, - [SMALL_STATE(2157)] = 102672, - [SMALL_STATE(2158)] = 102713, - [SMALL_STATE(2159)] = 102782, - [SMALL_STATE(2160)] = 102851, - [SMALL_STATE(2161)] = 102920, - [SMALL_STATE(2162)] = 102965, - [SMALL_STATE(2163)] = 103010, - [SMALL_STATE(2164)] = 103079, - [SMALL_STATE(2165)] = 103148, - [SMALL_STATE(2166)] = 103217, - [SMALL_STATE(2167)] = 103286, - [SMALL_STATE(2168)] = 103355, - [SMALL_STATE(2169)] = 103424, - [SMALL_STATE(2170)] = 103493, - [SMALL_STATE(2171)] = 103562, - [SMALL_STATE(2172)] = 103631, - [SMALL_STATE(2173)] = 103700, - [SMALL_STATE(2174)] = 103769, - [SMALL_STATE(2175)] = 103838, - [SMALL_STATE(2176)] = 103879, - [SMALL_STATE(2177)] = 103948, - [SMALL_STATE(2178)] = 104017, - [SMALL_STATE(2179)] = 104086, - [SMALL_STATE(2180)] = 104155, - [SMALL_STATE(2181)] = 104196, - [SMALL_STATE(2182)] = 104265, - [SMALL_STATE(2183)] = 104329, - [SMALL_STATE(2184)] = 104397, - [SMALL_STATE(2185)] = 104461, - [SMALL_STATE(2186)] = 104525, - [SMALL_STATE(2187)] = 104589, - [SMALL_STATE(2188)] = 104653, - [SMALL_STATE(2189)] = 104717, - [SMALL_STATE(2190)] = 104781, - [SMALL_STATE(2191)] = 104845, - [SMALL_STATE(2192)] = 104909, - [SMALL_STATE(2193)] = 104973, - [SMALL_STATE(2194)] = 105041, - [SMALL_STATE(2195)] = 105109, - [SMALL_STATE(2196)] = 105145, - [SMALL_STATE(2197)] = 105209, - [SMALL_STATE(2198)] = 105273, - [SMALL_STATE(2199)] = 105337, - [SMALL_STATE(2200)] = 105401, - [SMALL_STATE(2201)] = 105465, - [SMALL_STATE(2202)] = 105529, - [SMALL_STATE(2203)] = 105597, - [SMALL_STATE(2204)] = 105665, - [SMALL_STATE(2205)] = 105733, - [SMALL_STATE(2206)] = 105797, - [SMALL_STATE(2207)] = 105861, - [SMALL_STATE(2208)] = 105925, - [SMALL_STATE(2209)] = 105989, - [SMALL_STATE(2210)] = 106053, - [SMALL_STATE(2211)] = 106117, - [SMALL_STATE(2212)] = 106181, - [SMALL_STATE(2213)] = 106245, - [SMALL_STATE(2214)] = 106313, - [SMALL_STATE(2215)] = 106377, - [SMALL_STATE(2216)] = 106441, - [SMALL_STATE(2217)] = 106505, - [SMALL_STATE(2218)] = 106569, - [SMALL_STATE(2219)] = 106633, - [SMALL_STATE(2220)] = 106697, - [SMALL_STATE(2221)] = 106761, - [SMALL_STATE(2222)] = 106825, - [SMALL_STATE(2223)] = 106889, - [SMALL_STATE(2224)] = 106953, - [SMALL_STATE(2225)] = 107017, - [SMALL_STATE(2226)] = 107085, - [SMALL_STATE(2227)] = 107149, - [SMALL_STATE(2228)] = 107213, - [SMALL_STATE(2229)] = 107277, - [SMALL_STATE(2230)] = 107341, - [SMALL_STATE(2231)] = 107405, - [SMALL_STATE(2232)] = 107469, - [SMALL_STATE(2233)] = 107533, - [SMALL_STATE(2234)] = 107597, - [SMALL_STATE(2235)] = 107661, - [SMALL_STATE(2236)] = 107725, - [SMALL_STATE(2237)] = 107789, - [SMALL_STATE(2238)] = 107853, - [SMALL_STATE(2239)] = 107917, - [SMALL_STATE(2240)] = 107981, - [SMALL_STATE(2241)] = 108049, - [SMALL_STATE(2242)] = 108113, - [SMALL_STATE(2243)] = 108177, - [SMALL_STATE(2244)] = 108241, - [SMALL_STATE(2245)] = 108305, - [SMALL_STATE(2246)] = 108369, - [SMALL_STATE(2247)] = 108433, - [SMALL_STATE(2248)] = 108497, - [SMALL_STATE(2249)] = 108565, - [SMALL_STATE(2250)] = 108629, - [SMALL_STATE(2251)] = 108693, - [SMALL_STATE(2252)] = 108757, - [SMALL_STATE(2253)] = 108821, - [SMALL_STATE(2254)] = 108889, - [SMALL_STATE(2255)] = 108957, - [SMALL_STATE(2256)] = 109025, - [SMALL_STATE(2257)] = 109089, - [SMALL_STATE(2258)] = 109157, - [SMALL_STATE(2259)] = 109221, - [SMALL_STATE(2260)] = 109289, - [SMALL_STATE(2261)] = 109353, - [SMALL_STATE(2262)] = 109417, - [SMALL_STATE(2263)] = 109481, - [SMALL_STATE(2264)] = 109545, - [SMALL_STATE(2265)] = 109613, - [SMALL_STATE(2266)] = 109681, - [SMALL_STATE(2267)] = 109745, - [SMALL_STATE(2268)] = 109813, - [SMALL_STATE(2269)] = 109881, - [SMALL_STATE(2270)] = 109949, - [SMALL_STATE(2271)] = 110013, - [SMALL_STATE(2272)] = 110077, - [SMALL_STATE(2273)] = 110145, - [SMALL_STATE(2274)] = 110209, - [SMALL_STATE(2275)] = 110277, - [SMALL_STATE(2276)] = 110341, - [SMALL_STATE(2277)] = 110409, - [SMALL_STATE(2278)] = 110477, - [SMALL_STATE(2279)] = 110541, - [SMALL_STATE(2280)] = 110605, - [SMALL_STATE(2281)] = 110673, - [SMALL_STATE(2282)] = 110737, - [SMALL_STATE(2283)] = 110801, - [SMALL_STATE(2284)] = 110865, - [SMALL_STATE(2285)] = 110933, - [SMALL_STATE(2286)] = 110997, - [SMALL_STATE(2287)] = 111061, - [SMALL_STATE(2288)] = 111129, - [SMALL_STATE(2289)] = 111193, - [SMALL_STATE(2290)] = 111261, - [SMALL_STATE(2291)] = 111325, - [SMALL_STATE(2292)] = 111393, - [SMALL_STATE(2293)] = 111461, - [SMALL_STATE(2294)] = 111525, - [SMALL_STATE(2295)] = 111593, - [SMALL_STATE(2296)] = 111665, - [SMALL_STATE(2297)] = 111733, - [SMALL_STATE(2298)] = 111797, - [SMALL_STATE(2299)] = 111833, - [SMALL_STATE(2300)] = 111901, - [SMALL_STATE(2301)] = 111965, - [SMALL_STATE(2302)] = 112029, - [SMALL_STATE(2303)] = 112097, - [SMALL_STATE(2304)] = 112165, - [SMALL_STATE(2305)] = 112233, - [SMALL_STATE(2306)] = 112301, - [SMALL_STATE(2307)] = 112369, - [SMALL_STATE(2308)] = 112437, - [SMALL_STATE(2309)] = 112505, - [SMALL_STATE(2310)] = 112541, - [SMALL_STATE(2311)] = 112605, - [SMALL_STATE(2312)] = 112673, - [SMALL_STATE(2313)] = 112741, - [SMALL_STATE(2314)] = 112805, - [SMALL_STATE(2315)] = 112869, - [SMALL_STATE(2316)] = 112933, - [SMALL_STATE(2317)] = 112997, - [SMALL_STATE(2318)] = 113065, - [SMALL_STATE(2319)] = 113129, - [SMALL_STATE(2320)] = 113193, - [SMALL_STATE(2321)] = 113257, - [SMALL_STATE(2322)] = 113321, - [SMALL_STATE(2323)] = 113385, - [SMALL_STATE(2324)] = 113449, - [SMALL_STATE(2325)] = 113513, - [SMALL_STATE(2326)] = 113581, - [SMALL_STATE(2327)] = 113645, - [SMALL_STATE(2328)] = 113709, - [SMALL_STATE(2329)] = 113777, - [SMALL_STATE(2330)] = 113841, - [SMALL_STATE(2331)] = 113905, - [SMALL_STATE(2332)] = 113969, - [SMALL_STATE(2333)] = 114033, - [SMALL_STATE(2334)] = 114097, - [SMALL_STATE(2335)] = 114165, - [SMALL_STATE(2336)] = 114229, - [SMALL_STATE(2337)] = 114293, - [SMALL_STATE(2338)] = 114365, - [SMALL_STATE(2339)] = 114433, - [SMALL_STATE(2340)] = 114497, - [SMALL_STATE(2341)] = 114565, - [SMALL_STATE(2342)] = 114629, - [SMALL_STATE(2343)] = 114693, - [SMALL_STATE(2344)] = 114757, - [SMALL_STATE(2345)] = 114821, - [SMALL_STATE(2346)] = 114885, - [SMALL_STATE(2347)] = 114949, - [SMALL_STATE(2348)] = 115013, - [SMALL_STATE(2349)] = 115077, - [SMALL_STATE(2350)] = 115141, - [SMALL_STATE(2351)] = 115205, - [SMALL_STATE(2352)] = 115269, - [SMALL_STATE(2353)] = 115333, - [SMALL_STATE(2354)] = 115397, - [SMALL_STATE(2355)] = 115461, - [SMALL_STATE(2356)] = 115525, - [SMALL_STATE(2357)] = 115589, - [SMALL_STATE(2358)] = 115653, - [SMALL_STATE(2359)] = 115717, - [SMALL_STATE(2360)] = 115781, - [SMALL_STATE(2361)] = 115845, - [SMALL_STATE(2362)] = 115909, - [SMALL_STATE(2363)] = 115973, - [SMALL_STATE(2364)] = 116037, - [SMALL_STATE(2365)] = 116101, - [SMALL_STATE(2366)] = 116169, - [SMALL_STATE(2367)] = 116233, - [SMALL_STATE(2368)] = 116301, - [SMALL_STATE(2369)] = 116369, - [SMALL_STATE(2370)] = 116433, - [SMALL_STATE(2371)] = 116497, - [SMALL_STATE(2372)] = 116561, - [SMALL_STATE(2373)] = 116625, - [SMALL_STATE(2374)] = 116697, - [SMALL_STATE(2375)] = 116761, - [SMALL_STATE(2376)] = 116825, - [SMALL_STATE(2377)] = 116889, - [SMALL_STATE(2378)] = 116953, - [SMALL_STATE(2379)] = 117017, - [SMALL_STATE(2380)] = 117081, - [SMALL_STATE(2381)] = 117145, - [SMALL_STATE(2382)] = 117209, - [SMALL_STATE(2383)] = 117273, - [SMALL_STATE(2384)] = 117337, - [SMALL_STATE(2385)] = 117405, - [SMALL_STATE(2386)] = 117469, - [SMALL_STATE(2387)] = 117533, - [SMALL_STATE(2388)] = 117597, - [SMALL_STATE(2389)] = 117633, - [SMALL_STATE(2390)] = 117697, - [SMALL_STATE(2391)] = 117765, - [SMALL_STATE(2392)] = 117829, - [SMALL_STATE(2393)] = 117893, - [SMALL_STATE(2394)] = 117957, - [SMALL_STATE(2395)] = 118021, - [SMALL_STATE(2396)] = 118085, - [SMALL_STATE(2397)] = 118127, - [SMALL_STATE(2398)] = 118195, - [SMALL_STATE(2399)] = 118259, - [SMALL_STATE(2400)] = 118327, - [SMALL_STATE(2401)] = 118391, - [SMALL_STATE(2402)] = 118455, - [SMALL_STATE(2403)] = 118519, - [SMALL_STATE(2404)] = 118583, - [SMALL_STATE(2405)] = 118647, - [SMALL_STATE(2406)] = 118683, - [SMALL_STATE(2407)] = 118719, - [SMALL_STATE(2408)] = 118783, - [SMALL_STATE(2409)] = 118847, - [SMALL_STATE(2410)] = 118883, - [SMALL_STATE(2411)] = 118951, - [SMALL_STATE(2412)] = 119015, - [SMALL_STATE(2413)] = 119079, - [SMALL_STATE(2414)] = 119143, - [SMALL_STATE(2415)] = 119207, - [SMALL_STATE(2416)] = 119271, - [SMALL_STATE(2417)] = 119335, - [SMALL_STATE(2418)] = 119399, - [SMALL_STATE(2419)] = 119440, - [SMALL_STATE(2420)] = 119481, - [SMALL_STATE(2421)] = 119522, - [SMALL_STATE(2422)] = 119563, - [SMALL_STATE(2423)] = 119602, - [SMALL_STATE(2424)] = 119643, - [SMALL_STATE(2425)] = 119684, - [SMALL_STATE(2426)] = 119729, - [SMALL_STATE(2427)] = 119780, - [SMALL_STATE(2428)] = 119825, - [SMALL_STATE(2429)] = 119862, - [SMALL_STATE(2430)] = 119899, - [SMALL_STATE(2431)] = 119936, - [SMALL_STATE(2432)] = 119973, - [SMALL_STATE(2433)] = 120014, - [SMALL_STATE(2434)] = 120055, - [SMALL_STATE(2435)] = 120092, - [SMALL_STATE(2436)] = 120133, - [SMALL_STATE(2437)] = 120184, - [SMALL_STATE(2438)] = 120225, - [SMALL_STATE(2439)] = 120259, - [SMALL_STATE(2440)] = 120293, - [SMALL_STATE(2441)] = 120333, - [SMALL_STATE(2442)] = 120371, - [SMALL_STATE(2443)] = 120411, - [SMALL_STATE(2444)] = 120451, - [SMALL_STATE(2445)] = 120491, - [SMALL_STATE(2446)] = 120531, - [SMALL_STATE(2447)] = 120569, - [SMALL_STATE(2448)] = 120609, - [SMALL_STATE(2449)] = 120647, - [SMALL_STATE(2450)] = 120683, - [SMALL_STATE(2451)] = 120733, - [SMALL_STATE(2452)] = 120767, - [SMALL_STATE(2453)] = 120801, - [SMALL_STATE(2454)] = 120851, - [SMALL_STATE(2455)] = 120891, - [SMALL_STATE(2456)] = 120931, - [SMALL_STATE(2457)] = 120971, - [SMALL_STATE(2458)] = 121011, - [SMALL_STATE(2459)] = 121051, - [SMALL_STATE(2460)] = 121091, - [SMALL_STATE(2461)] = 121125, - [SMALL_STATE(2462)] = 121169, - [SMALL_STATE(2463)] = 121213, - [SMALL_STATE(2464)] = 121247, - [SMALL_STATE(2465)] = 121287, - [SMALL_STATE(2466)] = 121321, - [SMALL_STATE(2467)] = 121355, - [SMALL_STATE(2468)] = 121389, - [SMALL_STATE(2469)] = 121423, - [SMALL_STATE(2470)] = 121457, - [SMALL_STATE(2471)] = 121491, - [SMALL_STATE(2472)] = 121531, - [SMALL_STATE(2473)] = 121571, - [SMALL_STATE(2474)] = 121605, - [SMALL_STATE(2475)] = 121639, - [SMALL_STATE(2476)] = 121677, - [SMALL_STATE(2477)] = 121717, - [SMALL_STATE(2478)] = 121757, - [SMALL_STATE(2479)] = 121797, - [SMALL_STATE(2480)] = 121831, - [SMALL_STATE(2481)] = 121865, - [SMALL_STATE(2482)] = 121905, - [SMALL_STATE(2483)] = 121943, - [SMALL_STATE(2484)] = 121977, - [SMALL_STATE(2485)] = 122011, - [SMALL_STATE(2486)] = 122045, - [SMALL_STATE(2487)] = 122079, - [SMALL_STATE(2488)] = 122113, - [SMALL_STATE(2489)] = 122147, - [SMALL_STATE(2490)] = 122181, - [SMALL_STATE(2491)] = 122215, - [SMALL_STATE(2492)] = 122249, - [SMALL_STATE(2493)] = 122283, - [SMALL_STATE(2494)] = 122323, - [SMALL_STATE(2495)] = 122357, - [SMALL_STATE(2496)] = 122391, - [SMALL_STATE(2497)] = 122425, - [SMALL_STATE(2498)] = 122459, - [SMALL_STATE(2499)] = 122499, - [SMALL_STATE(2500)] = 122533, - [SMALL_STATE(2501)] = 122567, - [SMALL_STATE(2502)] = 122601, - [SMALL_STATE(2503)] = 122635, - [SMALL_STATE(2504)] = 122669, - [SMALL_STATE(2505)] = 122709, - [SMALL_STATE(2506)] = 122743, - [SMALL_STATE(2507)] = 122777, - [SMALL_STATE(2508)] = 122811, - [SMALL_STATE(2509)] = 122845, - [SMALL_STATE(2510)] = 122879, - [SMALL_STATE(2511)] = 122913, - [SMALL_STATE(2512)] = 122947, - [SMALL_STATE(2513)] = 122984, - [SMALL_STATE(2514)] = 123017, - [SMALL_STATE(2515)] = 123076, - [SMALL_STATE(2516)] = 123109, - [SMALL_STATE(2517)] = 123168, - [SMALL_STATE(2518)] = 123201, - [SMALL_STATE(2519)] = 123260, - [SMALL_STATE(2520)] = 123299, - [SMALL_STATE(2521)] = 123364, - [SMALL_STATE(2522)] = 123423, - [SMALL_STATE(2523)] = 123462, - [SMALL_STATE(2524)] = 123527, - [SMALL_STATE(2525)] = 123586, - [SMALL_STATE(2526)] = 123625, - [SMALL_STATE(2527)] = 123664, - [SMALL_STATE(2528)] = 123729, - [SMALL_STATE(2529)] = 123794, - [SMALL_STATE(2530)] = 123827, - [SMALL_STATE(2531)] = 123860, - [SMALL_STATE(2532)] = 123893, - [SMALL_STATE(2533)] = 123958, - [SMALL_STATE(2534)] = 124017, - [SMALL_STATE(2535)] = 124054, - [SMALL_STATE(2536)] = 124113, - [SMALL_STATE(2537)] = 124172, - [SMALL_STATE(2538)] = 124231, - [SMALL_STATE(2539)] = 124296, - [SMALL_STATE(2540)] = 124355, - [SMALL_STATE(2541)] = 124414, - [SMALL_STATE(2542)] = 124451, - [SMALL_STATE(2543)] = 124516, - [SMALL_STATE(2544)] = 124553, - [SMALL_STATE(2545)] = 124592, - [SMALL_STATE(2546)] = 124651, - [SMALL_STATE(2547)] = 124684, - [SMALL_STATE(2548)] = 124721, - [SMALL_STATE(2549)] = 124764, - [SMALL_STATE(2550)] = 124801, - [SMALL_STATE(2551)] = 124834, - [SMALL_STATE(2552)] = 124867, - [SMALL_STATE(2553)] = 124926, - [SMALL_STATE(2554)] = 124985, - [SMALL_STATE(2555)] = 125018, - [SMALL_STATE(2556)] = 125077, - [SMALL_STATE(2557)] = 125112, - [SMALL_STATE(2558)] = 125145, - [SMALL_STATE(2559)] = 125184, - [SMALL_STATE(2560)] = 125217, - [SMALL_STATE(2561)] = 125256, - [SMALL_STATE(2562)] = 125295, - [SMALL_STATE(2563)] = 125338, - [SMALL_STATE(2564)] = 125371, - [SMALL_STATE(2565)] = 125404, - [SMALL_STATE(2566)] = 125437, - [SMALL_STATE(2567)] = 125470, - [SMALL_STATE(2568)] = 125535, - [SMALL_STATE(2569)] = 125574, - [SMALL_STATE(2570)] = 125607, - [SMALL_STATE(2571)] = 125640, - [SMALL_STATE(2572)] = 125673, - [SMALL_STATE(2573)] = 125706, - [SMALL_STATE(2574)] = 125745, - [SMALL_STATE(2575)] = 125778, - [SMALL_STATE(2576)] = 125811, - [SMALL_STATE(2577)] = 125850, - [SMALL_STATE(2578)] = 125909, - [SMALL_STATE(2579)] = 125958, - [SMALL_STATE(2580)] = 126007, - [SMALL_STATE(2581)] = 126066, - [SMALL_STATE(2582)] = 126125, - [SMALL_STATE(2583)] = 126184, - [SMALL_STATE(2584)] = 126217, - [SMALL_STATE(2585)] = 126256, - [SMALL_STATE(2586)] = 126315, - [SMALL_STATE(2587)] = 126374, - [SMALL_STATE(2588)] = 126411, - [SMALL_STATE(2589)] = 126450, - [SMALL_STATE(2590)] = 126515, - [SMALL_STATE(2591)] = 126554, - [SMALL_STATE(2592)] = 126587, - [SMALL_STATE(2593)] = 126646, - [SMALL_STATE(2594)] = 126705, - [SMALL_STATE(2595)] = 126738, - [SMALL_STATE(2596)] = 126777, - [SMALL_STATE(2597)] = 126836, - [SMALL_STATE(2598)] = 126879, - [SMALL_STATE(2599)] = 126918, - [SMALL_STATE(2600)] = 126951, - [SMALL_STATE(2601)] = 126990, - [SMALL_STATE(2602)] = 127025, - [SMALL_STATE(2603)] = 127084, - [SMALL_STATE(2604)] = 127143, - [SMALL_STATE(2605)] = 127180, - [SMALL_STATE(2606)] = 127219, - [SMALL_STATE(2607)] = 127252, - [SMALL_STATE(2608)] = 127285, - [SMALL_STATE(2609)] = 127344, - [SMALL_STATE(2610)] = 127403, - [SMALL_STATE(2611)] = 127436, - [SMALL_STATE(2612)] = 127469, - [SMALL_STATE(2613)] = 127528, - [SMALL_STATE(2614)] = 127565, - [SMALL_STATE(2615)] = 127598, - [SMALL_STATE(2616)] = 127631, - [SMALL_STATE(2617)] = 127690, - [SMALL_STATE(2618)] = 127723, - [SMALL_STATE(2619)] = 127782, - [SMALL_STATE(2620)] = 127825, - [SMALL_STATE(2621)] = 127864, - [SMALL_STATE(2622)] = 127903, - [SMALL_STATE(2623)] = 127952, - [SMALL_STATE(2624)] = 127995, - [SMALL_STATE(2625)] = 128054, - [SMALL_STATE(2626)] = 128093, - [SMALL_STATE(2627)] = 128128, - [SMALL_STATE(2628)] = 128171, - [SMALL_STATE(2629)] = 128230, - [SMALL_STATE(2630)] = 128289, - [SMALL_STATE(2631)] = 128348, - [SMALL_STATE(2632)] = 128387, - [SMALL_STATE(2633)] = 128446, - [SMALL_STATE(2634)] = 128505, - [SMALL_STATE(2635)] = 128542, - [SMALL_STATE(2636)] = 128575, - [SMALL_STATE(2637)] = 128614, - [SMALL_STATE(2638)] = 128673, - [SMALL_STATE(2639)] = 128732, - [SMALL_STATE(2640)] = 128791, - [SMALL_STATE(2641)] = 128850, - [SMALL_STATE(2642)] = 128887, - [SMALL_STATE(2643)] = 128946, - [SMALL_STATE(2644)] = 128995, - [SMALL_STATE(2645)] = 129032, - [SMALL_STATE(2646)] = 129091, - [SMALL_STATE(2647)] = 129150, - [SMALL_STATE(2648)] = 129199, - [SMALL_STATE(2649)] = 129236, - [SMALL_STATE(2650)] = 129275, - [SMALL_STATE(2651)] = 129314, - [SMALL_STATE(2652)] = 129347, - [SMALL_STATE(2653)] = 129406, - [SMALL_STATE(2654)] = 129465, - [SMALL_STATE(2655)] = 129504, - [SMALL_STATE(2656)] = 129543, - [SMALL_STATE(2657)] = 129582, - [SMALL_STATE(2658)] = 129621, - [SMALL_STATE(2659)] = 129660, - [SMALL_STATE(2660)] = 129719, - [SMALL_STATE(2661)] = 129768, - [SMALL_STATE(2662)] = 129807, - [SMALL_STATE(2663)] = 129866, - [SMALL_STATE(2664)] = 129905, - [SMALL_STATE(2665)] = 129944, - [SMALL_STATE(2666)] = 129983, - [SMALL_STATE(2667)] = 130042, - [SMALL_STATE(2668)] = 130081, - [SMALL_STATE(2669)] = 130114, - [SMALL_STATE(2670)] = 130147, - [SMALL_STATE(2671)] = 130180, - [SMALL_STATE(2672)] = 130219, - [SMALL_STATE(2673)] = 130258, - [SMALL_STATE(2674)] = 130291, - [SMALL_STATE(2675)] = 130330, - [SMALL_STATE(2676)] = 130369, - [SMALL_STATE(2677)] = 130408, - [SMALL_STATE(2678)] = 130441, - [SMALL_STATE(2679)] = 130487, - [SMALL_STATE(2680)] = 130525, - [SMALL_STATE(2681)] = 130563, - [SMALL_STATE(2682)] = 130595, - [SMALL_STATE(2683)] = 130627, - [SMALL_STATE(2684)] = 130665, - [SMALL_STATE(2685)] = 130697, - [SMALL_STATE(2686)] = 130743, - [SMALL_STATE(2687)] = 130781, - [SMALL_STATE(2688)] = 130813, - [SMALL_STATE(2689)] = 130851, - [SMALL_STATE(2690)] = 130889, - [SMALL_STATE(2691)] = 130927, - [SMALL_STATE(2692)] = 130989, - [SMALL_STATE(2693)] = 131021, - [SMALL_STATE(2694)] = 131059, - [SMALL_STATE(2695)] = 131097, - [SMALL_STATE(2696)] = 131135, - [SMALL_STATE(2697)] = 131173, - [SMALL_STATE(2698)] = 131211, - [SMALL_STATE(2699)] = 131249, - [SMALL_STATE(2700)] = 131287, - [SMALL_STATE(2701)] = 131325, - [SMALL_STATE(2702)] = 131363, - [SMALL_STATE(2703)] = 131401, - [SMALL_STATE(2704)] = 131443, - [SMALL_STATE(2705)] = 131481, - [SMALL_STATE(2706)] = 131513, - [SMALL_STATE(2707)] = 131551, - [SMALL_STATE(2708)] = 131583, - [SMALL_STATE(2709)] = 131615, - [SMALL_STATE(2710)] = 131647, - [SMALL_STATE(2711)] = 131685, - [SMALL_STATE(2712)] = 131723, - [SMALL_STATE(2713)] = 131761, - [SMALL_STATE(2714)] = 131793, - [SMALL_STATE(2715)] = 131831, - [SMALL_STATE(2716)] = 131877, - [SMALL_STATE(2717)] = 131915, - [SMALL_STATE(2718)] = 131947, - [SMALL_STATE(2719)] = 131985, - [SMALL_STATE(2720)] = 132023, - [SMALL_STATE(2721)] = 132085, - [SMALL_STATE(2722)] = 132123, - [SMALL_STATE(2723)] = 132185, - [SMALL_STATE(2724)] = 132223, - [SMALL_STATE(2725)] = 132261, - [SMALL_STATE(2726)] = 132299, - [SMALL_STATE(2727)] = 132337, - [SMALL_STATE(2728)] = 132373, - [SMALL_STATE(2729)] = 132411, - [SMALL_STATE(2730)] = 132445, - [SMALL_STATE(2731)] = 132507, - [SMALL_STATE(2732)] = 132545, - [SMALL_STATE(2733)] = 132577, - [SMALL_STATE(2734)] = 132615, - [SMALL_STATE(2735)] = 132661, - [SMALL_STATE(2736)] = 132703, - [SMALL_STATE(2737)] = 132741, - [SMALL_STATE(2738)] = 132779, - [SMALL_STATE(2739)] = 132817, - [SMALL_STATE(2740)] = 132855, - [SMALL_STATE(2741)] = 132893, - [SMALL_STATE(2742)] = 132925, - [SMALL_STATE(2743)] = 132957, - [SMALL_STATE(2744)] = 132989, - [SMALL_STATE(2745)] = 133051, - [SMALL_STATE(2746)] = 133113, - [SMALL_STATE(2747)] = 133145, - [SMALL_STATE(2748)] = 133177, - [SMALL_STATE(2749)] = 133209, - [SMALL_STATE(2750)] = 133241, - [SMALL_STATE(2751)] = 133273, - [SMALL_STATE(2752)] = 133311, - [SMALL_STATE(2753)] = 133373, - [SMALL_STATE(2754)] = 133411, - [SMALL_STATE(2755)] = 133443, - [SMALL_STATE(2756)] = 133505, - [SMALL_STATE(2757)] = 133537, - [SMALL_STATE(2758)] = 133569, - [SMALL_STATE(2759)] = 133601, - [SMALL_STATE(2760)] = 133663, - [SMALL_STATE(2761)] = 133695, - [SMALL_STATE(2762)] = 133727, - [SMALL_STATE(2763)] = 133759, - [SMALL_STATE(2764)] = 133797, - [SMALL_STATE(2765)] = 133828, - [SMALL_STATE(2766)] = 133859, - [SMALL_STATE(2767)] = 133890, - [SMALL_STATE(2768)] = 133921, - [SMALL_STATE(2769)] = 133952, - [SMALL_STATE(2770)] = 133983, - [SMALL_STATE(2771)] = 134014, - [SMALL_STATE(2772)] = 134045, - [SMALL_STATE(2773)] = 134076, - [SMALL_STATE(2774)] = 134107, - [SMALL_STATE(2775)] = 134138, - [SMALL_STATE(2776)] = 134169, - [SMALL_STATE(2777)] = 134200, - [SMALL_STATE(2778)] = 134231, - [SMALL_STATE(2779)] = 134262, - [SMALL_STATE(2780)] = 134293, - [SMALL_STATE(2781)] = 134324, - [SMALL_STATE(2782)] = 134355, - [SMALL_STATE(2783)] = 134390, - [SMALL_STATE(2784)] = 134427, - [SMALL_STATE(2785)] = 134458, - [SMALL_STATE(2786)] = 134489, - [SMALL_STATE(2787)] = 134520, - [SMALL_STATE(2788)] = 134551, - [SMALL_STATE(2789)] = 134582, - [SMALL_STATE(2790)] = 134613, - [SMALL_STATE(2791)] = 134650, - [SMALL_STATE(2792)] = 134687, - [SMALL_STATE(2793)] = 134718, - [SMALL_STATE(2794)] = 134755, - [SMALL_STATE(2795)] = 134792, - [SMALL_STATE(2796)] = 134829, - [SMALL_STATE(2797)] = 134866, - [SMALL_STATE(2798)] = 134903, - [SMALL_STATE(2799)] = 134934, - [SMALL_STATE(2800)] = 134971, - [SMALL_STATE(2801)] = 135002, - [SMALL_STATE(2802)] = 135039, - [SMALL_STATE(2803)] = 135076, - [SMALL_STATE(2804)] = 135107, - [SMALL_STATE(2805)] = 135138, - [SMALL_STATE(2806)] = 135175, - [SMALL_STATE(2807)] = 135206, - [SMALL_STATE(2808)] = 135243, - [SMALL_STATE(2809)] = 135274, - [SMALL_STATE(2810)] = 135305, - [SMALL_STATE(2811)] = 135336, - [SMALL_STATE(2812)] = 135367, - [SMALL_STATE(2813)] = 135398, - [SMALL_STATE(2814)] = 135429, - [SMALL_STATE(2815)] = 135460, - [SMALL_STATE(2816)] = 135499, - [SMALL_STATE(2817)] = 135536, - [SMALL_STATE(2818)] = 135573, - [SMALL_STATE(2819)] = 135610, - [SMALL_STATE(2820)] = 135647, - [SMALL_STATE(2821)] = 135684, - [SMALL_STATE(2822)] = 135715, - [SMALL_STATE(2823)] = 135746, - [SMALL_STATE(2824)] = 135777, - [SMALL_STATE(2825)] = 135816, - [SMALL_STATE(2826)] = 135847, - [SMALL_STATE(2827)] = 135878, - [SMALL_STATE(2828)] = 135915, - [SMALL_STATE(2829)] = 135946, - [SMALL_STATE(2830)] = 135977, - [SMALL_STATE(2831)] = 136008, - [SMALL_STATE(2832)] = 136039, - [SMALL_STATE(2833)] = 136070, - [SMALL_STATE(2834)] = 136101, - [SMALL_STATE(2835)] = 136132, - [SMALL_STATE(2836)] = 136163, - [SMALL_STATE(2837)] = 136194, - [SMALL_STATE(2838)] = 136225, - [SMALL_STATE(2839)] = 136256, - [SMALL_STATE(2840)] = 136287, - [SMALL_STATE(2841)] = 136318, - [SMALL_STATE(2842)] = 136349, - [SMALL_STATE(2843)] = 136380, - [SMALL_STATE(2844)] = 136411, - [SMALL_STATE(2845)] = 136442, - [SMALL_STATE(2846)] = 136473, - [SMALL_STATE(2847)] = 136504, - [SMALL_STATE(2848)] = 136535, - [SMALL_STATE(2849)] = 136566, - [SMALL_STATE(2850)] = 136597, - [SMALL_STATE(2851)] = 136628, - [SMALL_STATE(2852)] = 136659, - [SMALL_STATE(2853)] = 136690, - [SMALL_STATE(2854)] = 136721, - [SMALL_STATE(2855)] = 136752, - [SMALL_STATE(2856)] = 136783, - [SMALL_STATE(2857)] = 136814, - [SMALL_STATE(2858)] = 136845, - [SMALL_STATE(2859)] = 136876, - [SMALL_STATE(2860)] = 136907, - [SMALL_STATE(2861)] = 136938, - [SMALL_STATE(2862)] = 136969, - [SMALL_STATE(2863)] = 137000, - [SMALL_STATE(2864)] = 137031, - [SMALL_STATE(2865)] = 137062, - [SMALL_STATE(2866)] = 137093, - [SMALL_STATE(2867)] = 137124, - [SMALL_STATE(2868)] = 137155, - [SMALL_STATE(2869)] = 137186, - [SMALL_STATE(2870)] = 137217, - [SMALL_STATE(2871)] = 137248, - [SMALL_STATE(2872)] = 137279, - [SMALL_STATE(2873)] = 137310, - [SMALL_STATE(2874)] = 137341, - [SMALL_STATE(2875)] = 137372, - [SMALL_STATE(2876)] = 137403, - [SMALL_STATE(2877)] = 137434, - [SMALL_STATE(2878)] = 137469, - [SMALL_STATE(2879)] = 137500, - [SMALL_STATE(2880)] = 137536, - [SMALL_STATE(2881)] = 137572, - [SMALL_STATE(2882)] = 137608, - [SMALL_STATE(2883)] = 137644, - [SMALL_STATE(2884)] = 137680, - [SMALL_STATE(2885)] = 137716, - [SMALL_STATE(2886)] = 137772, - [SMALL_STATE(2887)] = 137808, - [SMALL_STATE(2888)] = 137844, - [SMALL_STATE(2889)] = 137878, - [SMALL_STATE(2890)] = 137912, - [SMALL_STATE(2891)] = 137946, - [SMALL_STATE(2892)] = 137982, - [SMALL_STATE(2893)] = 138016, - [SMALL_STATE(2894)] = 138046, - [SMALL_STATE(2895)] = 138082, - [SMALL_STATE(2896)] = 138118, - [SMALL_STATE(2897)] = 138174, - [SMALL_STATE(2898)] = 138230, - [SMALL_STATE(2899)] = 138286, - [SMALL_STATE(2900)] = 138342, - [SMALL_STATE(2901)] = 138398, - [SMALL_STATE(2902)] = 138434, - [SMALL_STATE(2903)] = 138470, - [SMALL_STATE(2904)] = 138506, - [SMALL_STATE(2905)] = 138535, - [SMALL_STATE(2906)] = 138566, - [SMALL_STATE(2907)] = 138609, - [SMALL_STATE(2908)] = 138644, - [SMALL_STATE(2909)] = 138679, - [SMALL_STATE(2910)] = 138710, - [SMALL_STATE(2911)] = 138741, - [SMALL_STATE(2912)] = 138780, - [SMALL_STATE(2913)] = 138811, - [SMALL_STATE(2914)] = 138842, - [SMALL_STATE(2915)] = 138877, - [SMALL_STATE(2916)] = 138908, - [SMALL_STATE(2917)] = 138939, - [SMALL_STATE(2918)] = 138970, - [SMALL_STATE(2919)] = 139001, - [SMALL_STATE(2920)] = 139032, - [SMALL_STATE(2921)] = 139063, - [SMALL_STATE(2922)] = 139110, - [SMALL_STATE(2923)] = 139151, - [SMALL_STATE(2924)] = 139182, - [SMALL_STATE(2925)] = 139211, - [SMALL_STATE(2926)] = 139240, - [SMALL_STATE(2927)] = 139269, - [SMALL_STATE(2928)] = 139298, - [SMALL_STATE(2929)] = 139327, - [SMALL_STATE(2930)] = 139360, - [SMALL_STATE(2931)] = 139389, - [SMALL_STATE(2932)] = 139420, - [SMALL_STATE(2933)] = 139455, - [SMALL_STATE(2934)] = 139484, - [SMALL_STATE(2935)] = 139513, - [SMALL_STATE(2936)] = 139544, - [SMALL_STATE(2937)] = 139579, - [SMALL_STATE(2938)] = 139614, - [SMALL_STATE(2939)] = 139645, - [SMALL_STATE(2940)] = 139674, - [SMALL_STATE(2941)] = 139709, - [SMALL_STATE(2942)] = 139740, - [SMALL_STATE(2943)] = 139783, - [SMALL_STATE(2944)] = 139812, - [SMALL_STATE(2945)] = 139843, - [SMALL_STATE(2946)] = 139878, - [SMALL_STATE(2947)] = 139925, - [SMALL_STATE(2948)] = 139954, - [SMALL_STATE(2949)] = 139983, - [SMALL_STATE(2950)] = 140012, - [SMALL_STATE(2951)] = 140043, - [SMALL_STATE(2952)] = 140072, - [SMALL_STATE(2953)] = 140107, - [SMALL_STATE(2954)] = 140146, - [SMALL_STATE(2955)] = 140175, - [SMALL_STATE(2956)] = 140222, - [SMALL_STATE(2957)] = 140257, - [SMALL_STATE(2958)] = 140288, - [SMALL_STATE(2959)] = 140321, - [SMALL_STATE(2960)] = 140350, - [SMALL_STATE(2961)] = 140379, - [SMALL_STATE(2962)] = 140410, - [SMALL_STATE(2963)] = 140441, - [SMALL_STATE(2964)] = 140472, - [SMALL_STATE(2965)] = 140503, - [SMALL_STATE(2966)] = 140534, - [SMALL_STATE(2967)] = 140567, - [SMALL_STATE(2968)] = 140598, - [SMALL_STATE(2969)] = 140627, - [SMALL_STATE(2970)] = 140655, - [SMALL_STATE(2971)] = 140689, - [SMALL_STATE(2972)] = 140717, - [SMALL_STATE(2973)] = 140749, - [SMALL_STATE(2974)] = 140781, - [SMALL_STATE(2975)] = 140813, - [SMALL_STATE(2976)] = 140841, - [SMALL_STATE(2977)] = 140869, - [SMALL_STATE(2978)] = 140903, - [SMALL_STATE(2979)] = 140937, - [SMALL_STATE(2980)] = 140965, - [SMALL_STATE(2981)] = 140993, - [SMALL_STATE(2982)] = 141027, - [SMALL_STATE(2983)] = 141055, - [SMALL_STATE(2984)] = 141083, - [SMALL_STATE(2985)] = 141111, - [SMALL_STATE(2986)] = 141139, - [SMALL_STATE(2987)] = 141167, - [SMALL_STATE(2988)] = 141195, - [SMALL_STATE(2989)] = 141223, - [SMALL_STATE(2990)] = 141255, - [SMALL_STATE(2991)] = 141283, - [SMALL_STATE(2992)] = 141311, - [SMALL_STATE(2993)] = 141343, - [SMALL_STATE(2994)] = 141371, - [SMALL_STATE(2995)] = 141399, - [SMALL_STATE(2996)] = 141431, - [SMALL_STATE(2997)] = 141459, - [SMALL_STATE(2998)] = 141487, - [SMALL_STATE(2999)] = 141521, - [SMALL_STATE(3000)] = 141549, - [SMALL_STATE(3001)] = 141591, - [SMALL_STATE(3002)] = 141619, - [SMALL_STATE(3003)] = 141647, - [SMALL_STATE(3004)] = 141691, - [SMALL_STATE(3005)] = 141719, - [SMALL_STATE(3006)] = 141747, - [SMALL_STATE(3007)] = 141775, - [SMALL_STATE(3008)] = 141803, - [SMALL_STATE(3009)] = 141831, - [SMALL_STATE(3010)] = 141859, - [SMALL_STATE(3011)] = 141889, - [SMALL_STATE(3012)] = 141923, - [SMALL_STATE(3013)] = 141951, - [SMALL_STATE(3014)] = 141979, - [SMALL_STATE(3015)] = 142013, - [SMALL_STATE(3016)] = 142045, - [SMALL_STATE(3017)] = 142079, - [SMALL_STATE(3018)] = 142113, - [SMALL_STATE(3019)] = 142145, - [SMALL_STATE(3020)] = 142177, - [SMALL_STATE(3021)] = 142209, - [SMALL_STATE(3022)] = 142237, - [SMALL_STATE(3023)] = 142269, - [SMALL_STATE(3024)] = 142303, - [SMALL_STATE(3025)] = 142335, - [SMALL_STATE(3026)] = 142369, - [SMALL_STATE(3027)] = 142403, - [SMALL_STATE(3028)] = 142431, - [SMALL_STATE(3029)] = 142463, - [SMALL_STATE(3030)] = 142505, - [SMALL_STATE(3031)] = 142537, - [SMALL_STATE(3032)] = 142565, - [SMALL_STATE(3033)] = 142593, - [SMALL_STATE(3034)] = 142627, - [SMALL_STATE(3035)] = 142655, - [SMALL_STATE(3036)] = 142683, - [SMALL_STATE(3037)] = 142711, - [SMALL_STATE(3038)] = 142739, - [SMALL_STATE(3039)] = 142767, - [SMALL_STATE(3040)] = 142801, - [SMALL_STATE(3041)] = 142829, - [SMALL_STATE(3042)] = 142857, - [SMALL_STATE(3043)] = 142885, - [SMALL_STATE(3044)] = 142913, - [SMALL_STATE(3045)] = 142941, - [SMALL_STATE(3046)] = 142969, - [SMALL_STATE(3047)] = 142997, - [SMALL_STATE(3048)] = 143025, - [SMALL_STATE(3049)] = 143053, - [SMALL_STATE(3050)] = 143081, - [SMALL_STATE(3051)] = 143109, - [SMALL_STATE(3052)] = 143137, - [SMALL_STATE(3053)] = 143171, - [SMALL_STATE(3054)] = 143203, - [SMALL_STATE(3055)] = 143231, - [SMALL_STATE(3056)] = 143259, - [SMALL_STATE(3057)] = 143293, - [SMALL_STATE(3058)] = 143321, - [SMALL_STATE(3059)] = 143349, - [SMALL_STATE(3060)] = 143377, - [SMALL_STATE(3061)] = 143405, - [SMALL_STATE(3062)] = 143433, - [SMALL_STATE(3063)] = 143461, - [SMALL_STATE(3064)] = 143489, - [SMALL_STATE(3065)] = 143517, - [SMALL_STATE(3066)] = 143545, - [SMALL_STATE(3067)] = 143573, - [SMALL_STATE(3068)] = 143607, - [SMALL_STATE(3069)] = 143635, - [SMALL_STATE(3070)] = 143662, - [SMALL_STATE(3071)] = 143689, - [SMALL_STATE(3072)] = 143722, - [SMALL_STATE(3073)] = 143749, - [SMALL_STATE(3074)] = 143776, - [SMALL_STATE(3075)] = 143807, - [SMALL_STATE(3076)] = 143834, - [SMALL_STATE(3077)] = 143861, - [SMALL_STATE(3078)] = 143892, - [SMALL_STATE(3079)] = 143925, - [SMALL_STATE(3080)] = 143952, - [SMALL_STATE(3081)] = 143979, - [SMALL_STATE(3082)] = 144006, - [SMALL_STATE(3083)] = 144033, - [SMALL_STATE(3084)] = 144060, - [SMALL_STATE(3085)] = 144091, - [SMALL_STATE(3086)] = 144118, - [SMALL_STATE(3087)] = 144145, - [SMALL_STATE(3088)] = 144172, - [SMALL_STATE(3089)] = 144199, - [SMALL_STATE(3090)] = 144230, - [SMALL_STATE(3091)] = 144261, - [SMALL_STATE(3092)] = 144288, - [SMALL_STATE(3093)] = 144319, - [SMALL_STATE(3094)] = 144346, - [SMALL_STATE(3095)] = 144377, - [SMALL_STATE(3096)] = 144408, - [SMALL_STATE(3097)] = 144439, - [SMALL_STATE(3098)] = 144466, - [SMALL_STATE(3099)] = 144493, - [SMALL_STATE(3100)] = 144520, - [SMALL_STATE(3101)] = 144551, - [SMALL_STATE(3102)] = 144582, - [SMALL_STATE(3103)] = 144609, - [SMALL_STATE(3104)] = 144636, - [SMALL_STATE(3105)] = 144663, - [SMALL_STATE(3106)] = 144690, - [SMALL_STATE(3107)] = 144717, - [SMALL_STATE(3108)] = 144748, - [SMALL_STATE(3109)] = 144797, - [SMALL_STATE(3110)] = 144824, - [SMALL_STATE(3111)] = 144851, - [SMALL_STATE(3112)] = 144878, - [SMALL_STATE(3113)] = 144905, - [SMALL_STATE(3114)] = 144932, - [SMALL_STATE(3115)] = 144963, - [SMALL_STATE(3116)] = 144998, - [SMALL_STATE(3117)] = 145025, - [SMALL_STATE(3118)] = 145052, - [SMALL_STATE(3119)] = 145079, - [SMALL_STATE(3120)] = 145110, - [SMALL_STATE(3121)] = 145137, - [SMALL_STATE(3122)] = 145168, - [SMALL_STATE(3123)] = 145199, - [SMALL_STATE(3124)] = 145226, - [SMALL_STATE(3125)] = 145259, - [SMALL_STATE(3126)] = 145286, - [SMALL_STATE(3127)] = 145313, - [SMALL_STATE(3128)] = 145348, - [SMALL_STATE(3129)] = 145375, - [SMALL_STATE(3130)] = 145402, - [SMALL_STATE(3131)] = 145435, - [SMALL_STATE(3132)] = 145461, - [SMALL_STATE(3133)] = 145487, - [SMALL_STATE(3134)] = 145517, - [SMALL_STATE(3135)] = 145543, - [SMALL_STATE(3136)] = 145569, - [SMALL_STATE(3137)] = 145595, - [SMALL_STATE(3138)] = 145627, - [SMALL_STATE(3139)] = 145653, - [SMALL_STATE(3140)] = 145679, - [SMALL_STATE(3141)] = 145705, - [SMALL_STATE(3142)] = 145731, - [SMALL_STATE(3143)] = 145761, - [SMALL_STATE(3144)] = 145787, - [SMALL_STATE(3145)] = 145813, - [SMALL_STATE(3146)] = 145847, - [SMALL_STATE(3147)] = 145877, - [SMALL_STATE(3148)] = 145907, - [SMALL_STATE(3149)] = 145937, - [SMALL_STATE(3150)] = 145963, - [SMALL_STATE(3151)] = 145989, - [SMALL_STATE(3152)] = 146015, - [SMALL_STATE(3153)] = 146041, - [SMALL_STATE(3154)] = 146067, - [SMALL_STATE(3155)] = 146093, - [SMALL_STATE(3156)] = 146125, - [SMALL_STATE(3157)] = 146151, - [SMALL_STATE(3158)] = 146185, - [SMALL_STATE(3159)] = 146211, - [SMALL_STATE(3160)] = 146243, - [SMALL_STATE(3161)] = 146275, - [SMALL_STATE(3162)] = 146307, - [SMALL_STATE(3163)] = 146333, - [SMALL_STATE(3164)] = 146359, - [SMALL_STATE(3165)] = 146392, - [SMALL_STATE(3166)] = 146417, - [SMALL_STATE(3167)] = 146442, - [SMALL_STATE(3168)] = 146467, - [SMALL_STATE(3169)] = 146492, - [SMALL_STATE(3170)] = 146517, - [SMALL_STATE(3171)] = 146542, - [SMALL_STATE(3172)] = 146567, - [SMALL_STATE(3173)] = 146592, - [SMALL_STATE(3174)] = 146625, - [SMALL_STATE(3175)] = 146650, - [SMALL_STATE(3176)] = 146683, - [SMALL_STATE(3177)] = 146708, - [SMALL_STATE(3178)] = 146733, - [SMALL_STATE(3179)] = 146758, - [SMALL_STATE(3180)] = 146783, - [SMALL_STATE(3181)] = 146808, - [SMALL_STATE(3182)] = 146833, - [SMALL_STATE(3183)] = 146858, - [SMALL_STATE(3184)] = 146882, - [SMALL_STATE(3185)] = 146906, - [SMALL_STATE(3186)] = 146930, - [SMALL_STATE(3187)] = 146954, - [SMALL_STATE(3188)] = 146978, - [SMALL_STATE(3189)] = 147002, - [SMALL_STATE(3190)] = 147026, - [SMALL_STATE(3191)] = 147050, - [SMALL_STATE(3192)] = 147074, - [SMALL_STATE(3193)] = 147098, - [SMALL_STATE(3194)] = 147122, - [SMALL_STATE(3195)] = 147146, - [SMALL_STATE(3196)] = 147170, - [SMALL_STATE(3197)] = 147194, - [SMALL_STATE(3198)] = 147218, - [SMALL_STATE(3199)] = 147242, - [SMALL_STATE(3200)] = 147266, - [SMALL_STATE(3201)] = 147290, - [SMALL_STATE(3202)] = 147314, - [SMALL_STATE(3203)] = 147352, - [SMALL_STATE(3204)] = 147376, - [SMALL_STATE(3205)] = 147412, - [SMALL_STATE(3206)] = 147436, - [SMALL_STATE(3207)] = 147460, - [SMALL_STATE(3208)] = 147484, - [SMALL_STATE(3209)] = 147508, - [SMALL_STATE(3210)] = 147532, - [SMALL_STATE(3211)] = 147556, - [SMALL_STATE(3212)] = 147580, - [SMALL_STATE(3213)] = 147604, - [SMALL_STATE(3214)] = 147628, - [SMALL_STATE(3215)] = 147652, - [SMALL_STATE(3216)] = 147676, - [SMALL_STATE(3217)] = 147700, - [SMALL_STATE(3218)] = 147724, - [SMALL_STATE(3219)] = 147748, - [SMALL_STATE(3220)] = 147772, - [SMALL_STATE(3221)] = 147796, - [SMALL_STATE(3222)] = 147820, - [SMALL_STATE(3223)] = 147844, - [SMALL_STATE(3224)] = 147868, - [SMALL_STATE(3225)] = 147892, - [SMALL_STATE(3226)] = 147916, - [SMALL_STATE(3227)] = 147940, - [SMALL_STATE(3228)] = 147964, - [SMALL_STATE(3229)] = 147988, - [SMALL_STATE(3230)] = 148012, - [SMALL_STATE(3231)] = 148036, - [SMALL_STATE(3232)] = 148065, - [SMALL_STATE(3233)] = 148094, - [SMALL_STATE(3234)] = 148125, - [SMALL_STATE(3235)] = 148156, - [SMALL_STATE(3236)] = 148187, - [SMALL_STATE(3237)] = 148216, - [SMALL_STATE(3238)] = 148247, - [SMALL_STATE(3239)] = 148278, - [SMALL_STATE(3240)] = 148309, - [SMALL_STATE(3241)] = 148340, - [SMALL_STATE(3242)] = 148369, - [SMALL_STATE(3243)] = 148400, - [SMALL_STATE(3244)] = 148438, - [SMALL_STATE(3245)] = 148476, - [SMALL_STATE(3246)] = 148514, - [SMALL_STATE(3247)] = 148552, - [SMALL_STATE(3248)] = 148590, - [SMALL_STATE(3249)] = 148628, - [SMALL_STATE(3250)] = 148666, - [SMALL_STATE(3251)] = 148704, - [SMALL_STATE(3252)] = 148742, - [SMALL_STATE(3253)] = 148780, - [SMALL_STATE(3254)] = 148818, - [SMALL_STATE(3255)] = 148856, - [SMALL_STATE(3256)] = 148894, - [SMALL_STATE(3257)] = 148932, - [SMALL_STATE(3258)] = 148970, - [SMALL_STATE(3259)] = 149008, - [SMALL_STATE(3260)] = 149046, - [SMALL_STATE(3261)] = 149084, - [SMALL_STATE(3262)] = 149122, - [SMALL_STATE(3263)] = 149160, - [SMALL_STATE(3264)] = 149198, - [SMALL_STATE(3265)] = 149236, - [SMALL_STATE(3266)] = 149274, - [SMALL_STATE(3267)] = 149312, - [SMALL_STATE(3268)] = 149350, - [SMALL_STATE(3269)] = 149388, - [SMALL_STATE(3270)] = 149426, - [SMALL_STATE(3271)] = 149464, - [SMALL_STATE(3272)] = 149502, - [SMALL_STATE(3273)] = 149540, - [SMALL_STATE(3274)] = 149578, - [SMALL_STATE(3275)] = 149616, - [SMALL_STATE(3276)] = 149654, - [SMALL_STATE(3277)] = 149692, - [SMALL_STATE(3278)] = 149730, - [SMALL_STATE(3279)] = 149768, - [SMALL_STATE(3280)] = 149806, - [SMALL_STATE(3281)] = 149844, - [SMALL_STATE(3282)] = 149882, - [SMALL_STATE(3283)] = 149920, - [SMALL_STATE(3284)] = 149958, - [SMALL_STATE(3285)] = 149996, - [SMALL_STATE(3286)] = 150034, - [SMALL_STATE(3287)] = 150072, - [SMALL_STATE(3288)] = 150110, - [SMALL_STATE(3289)] = 150148, - [SMALL_STATE(3290)] = 150186, - [SMALL_STATE(3291)] = 150224, - [SMALL_STATE(3292)] = 150262, - [SMALL_STATE(3293)] = 150300, - [SMALL_STATE(3294)] = 150338, - [SMALL_STATE(3295)] = 150376, - [SMALL_STATE(3296)] = 150414, - [SMALL_STATE(3297)] = 150452, - [SMALL_STATE(3298)] = 150490, - [SMALL_STATE(3299)] = 150528, - [SMALL_STATE(3300)] = 150566, - [SMALL_STATE(3301)] = 150604, - [SMALL_STATE(3302)] = 150632, - [SMALL_STATE(3303)] = 150670, - [SMALL_STATE(3304)] = 150708, - [SMALL_STATE(3305)] = 150746, - [SMALL_STATE(3306)] = 150784, - [SMALL_STATE(3307)] = 150822, - [SMALL_STATE(3308)] = 150860, - [SMALL_STATE(3309)] = 150898, - [SMALL_STATE(3310)] = 150936, - [SMALL_STATE(3311)] = 150974, - [SMALL_STATE(3312)] = 151012, - [SMALL_STATE(3313)] = 151050, - [SMALL_STATE(3314)] = 151088, - [SMALL_STATE(3315)] = 151126, - [SMALL_STATE(3316)] = 151164, - [SMALL_STATE(3317)] = 151202, - [SMALL_STATE(3318)] = 151240, - [SMALL_STATE(3319)] = 151278, - [SMALL_STATE(3320)] = 151316, - [SMALL_STATE(3321)] = 151354, - [SMALL_STATE(3322)] = 151392, - [SMALL_STATE(3323)] = 151430, - [SMALL_STATE(3324)] = 151468, - [SMALL_STATE(3325)] = 151506, - [SMALL_STATE(3326)] = 151544, - [SMALL_STATE(3327)] = 151582, - [SMALL_STATE(3328)] = 151620, - [SMALL_STATE(3329)] = 151658, - [SMALL_STATE(3330)] = 151696, - [SMALL_STATE(3331)] = 151734, - [SMALL_STATE(3332)] = 151772, - [SMALL_STATE(3333)] = 151810, - [SMALL_STATE(3334)] = 151848, - [SMALL_STATE(3335)] = 151886, - [SMALL_STATE(3336)] = 151911, - [SMALL_STATE(3337)] = 151936, - [SMALL_STATE(3338)] = 151961, - [SMALL_STATE(3339)] = 151986, - [SMALL_STATE(3340)] = 152011, - [SMALL_STATE(3341)] = 152036, - [SMALL_STATE(3342)] = 152061, - [SMALL_STATE(3343)] = 152086, - [SMALL_STATE(3344)] = 152111, - [SMALL_STATE(3345)] = 152136, - [SMALL_STATE(3346)] = 152161, - [SMALL_STATE(3347)] = 152186, - [SMALL_STATE(3348)] = 152211, - [SMALL_STATE(3349)] = 152236, - [SMALL_STATE(3350)] = 152261, - [SMALL_STATE(3351)] = 152286, - [SMALL_STATE(3352)] = 152311, - [SMALL_STATE(3353)] = 152336, - [SMALL_STATE(3354)] = 152361, - [SMALL_STATE(3355)] = 152386, - [SMALL_STATE(3356)] = 152411, - [SMALL_STATE(3357)] = 152436, - [SMALL_STATE(3358)] = 152461, - [SMALL_STATE(3359)] = 152486, - [SMALL_STATE(3360)] = 152511, - [SMALL_STATE(3361)] = 152536, - [SMALL_STATE(3362)] = 152561, - [SMALL_STATE(3363)] = 152586, - [SMALL_STATE(3364)] = 152611, - [SMALL_STATE(3365)] = 152636, - [SMALL_STATE(3366)] = 152661, - [SMALL_STATE(3367)] = 152686, - [SMALL_STATE(3368)] = 152711, - [SMALL_STATE(3369)] = 152736, - [SMALL_STATE(3370)] = 152761, - [SMALL_STATE(3371)] = 152786, - [SMALL_STATE(3372)] = 152811, - [SMALL_STATE(3373)] = 152836, - [SMALL_STATE(3374)] = 152861, - [SMALL_STATE(3375)] = 152886, - [SMALL_STATE(3376)] = 152911, - [SMALL_STATE(3377)] = 152936, - [SMALL_STATE(3378)] = 152961, - [SMALL_STATE(3379)] = 152986, - [SMALL_STATE(3380)] = 153011, - [SMALL_STATE(3381)] = 153036, - [SMALL_STATE(3382)] = 153061, - [SMALL_STATE(3383)] = 153086, - [SMALL_STATE(3384)] = 153111, - [SMALL_STATE(3385)] = 153138, - [SMALL_STATE(3386)] = 153163, - [SMALL_STATE(3387)] = 153188, - [SMALL_STATE(3388)] = 153213, - [SMALL_STATE(3389)] = 153240, - [SMALL_STATE(3390)] = 153265, - [SMALL_STATE(3391)] = 153290, - [SMALL_STATE(3392)] = 153315, - [SMALL_STATE(3393)] = 153340, - [SMALL_STATE(3394)] = 153365, - [SMALL_STATE(3395)] = 153390, - [SMALL_STATE(3396)] = 153415, - [SMALL_STATE(3397)] = 153440, - [SMALL_STATE(3398)] = 153467, - [SMALL_STATE(3399)] = 153492, - [SMALL_STATE(3400)] = 153517, - [SMALL_STATE(3401)] = 153542, - [SMALL_STATE(3402)] = 153569, - [SMALL_STATE(3403)] = 153594, - [SMALL_STATE(3404)] = 153619, - [SMALL_STATE(3405)] = 153644, - [SMALL_STATE(3406)] = 153669, - [SMALL_STATE(3407)] = 153694, - [SMALL_STATE(3408)] = 153719, - [SMALL_STATE(3409)] = 153744, - [SMALL_STATE(3410)] = 153769, - [SMALL_STATE(3411)] = 153794, - [SMALL_STATE(3412)] = 153819, - [SMALL_STATE(3413)] = 153844, - [SMALL_STATE(3414)] = 153869, - [SMALL_STATE(3415)] = 153894, - [SMALL_STATE(3416)] = 153921, - [SMALL_STATE(3417)] = 153946, - [SMALL_STATE(3418)] = 153971, - [SMALL_STATE(3419)] = 153996, - [SMALL_STATE(3420)] = 154021, - [SMALL_STATE(3421)] = 154048, - [SMALL_STATE(3422)] = 154073, - [SMALL_STATE(3423)] = 154100, - [SMALL_STATE(3424)] = 154125, - [SMALL_STATE(3425)] = 154150, - [SMALL_STATE(3426)] = 154175, - [SMALL_STATE(3427)] = 154200, - [SMALL_STATE(3428)] = 154225, - [SMALL_STATE(3429)] = 154250, - [SMALL_STATE(3430)] = 154275, - [SMALL_STATE(3431)] = 154300, - [SMALL_STATE(3432)] = 154325, - [SMALL_STATE(3433)] = 154350, - [SMALL_STATE(3434)] = 154375, - [SMALL_STATE(3435)] = 154400, - [SMALL_STATE(3436)] = 154425, - [SMALL_STATE(3437)] = 154450, - [SMALL_STATE(3438)] = 154475, - [SMALL_STATE(3439)] = 154500, - [SMALL_STATE(3440)] = 154525, - [SMALL_STATE(3441)] = 154550, - [SMALL_STATE(3442)] = 154575, - [SMALL_STATE(3443)] = 154600, - [SMALL_STATE(3444)] = 154625, - [SMALL_STATE(3445)] = 154650, - [SMALL_STATE(3446)] = 154675, - [SMALL_STATE(3447)] = 154700, - [SMALL_STATE(3448)] = 154725, - [SMALL_STATE(3449)] = 154750, - [SMALL_STATE(3450)] = 154775, - [SMALL_STATE(3451)] = 154800, - [SMALL_STATE(3452)] = 154825, - [SMALL_STATE(3453)] = 154850, - [SMALL_STATE(3454)] = 154875, - [SMALL_STATE(3455)] = 154900, - [SMALL_STATE(3456)] = 154925, - [SMALL_STATE(3457)] = 154950, - [SMALL_STATE(3458)] = 154975, - [SMALL_STATE(3459)] = 155000, - [SMALL_STATE(3460)] = 155025, - [SMALL_STATE(3461)] = 155050, - [SMALL_STATE(3462)] = 155075, - [SMALL_STATE(3463)] = 155100, - [SMALL_STATE(3464)] = 155125, - [SMALL_STATE(3465)] = 155150, - [SMALL_STATE(3466)] = 155175, - [SMALL_STATE(3467)] = 155200, - [SMALL_STATE(3468)] = 155225, - [SMALL_STATE(3469)] = 155250, - [SMALL_STATE(3470)] = 155275, - [SMALL_STATE(3471)] = 155300, - [SMALL_STATE(3472)] = 155325, - [SMALL_STATE(3473)] = 155350, - [SMALL_STATE(3474)] = 155370, - [SMALL_STATE(3475)] = 155392, - [SMALL_STATE(3476)] = 155416, - [SMALL_STATE(3477)] = 155440, - [SMALL_STATE(3478)] = 155460, - [SMALL_STATE(3479)] = 155480, - [SMALL_STATE(3480)] = 155500, - [SMALL_STATE(3481)] = 155524, - [SMALL_STATE(3482)] = 155548, - [SMALL_STATE(3483)] = 155568, - [SMALL_STATE(3484)] = 155600, - [SMALL_STATE(3485)] = 155624, - [SMALL_STATE(3486)] = 155648, - [SMALL_STATE(3487)] = 155668, - [SMALL_STATE(3488)] = 155688, - [SMALL_STATE(3489)] = 155712, - [SMALL_STATE(3490)] = 155732, - [SMALL_STATE(3491)] = 155752, - [SMALL_STATE(3492)] = 155772, - [SMALL_STATE(3493)] = 155796, - [SMALL_STATE(3494)] = 155816, - [SMALL_STATE(3495)] = 155836, - [SMALL_STATE(3496)] = 155856, - [SMALL_STATE(3497)] = 155880, - [SMALL_STATE(3498)] = 155900, - [SMALL_STATE(3499)] = 155920, - [SMALL_STATE(3500)] = 155940, - [SMALL_STATE(3501)] = 155960, - [SMALL_STATE(3502)] = 155984, - [SMALL_STATE(3503)] = 156004, - [SMALL_STATE(3504)] = 156028, - [SMALL_STATE(3505)] = 156048, - [SMALL_STATE(3506)] = 156072, - [SMALL_STATE(3507)] = 156097, - [SMALL_STATE(3508)] = 156116, - [SMALL_STATE(3509)] = 156141, - [SMALL_STATE(3510)] = 156172, - [SMALL_STATE(3511)] = 156197, - [SMALL_STATE(3512)] = 156216, - [SMALL_STATE(3513)] = 156241, - [SMALL_STATE(3514)] = 156272, - [SMALL_STATE(3515)] = 156291, - [SMALL_STATE(3516)] = 156310, - [SMALL_STATE(3517)] = 156335, - [SMALL_STATE(3518)] = 156354, - [SMALL_STATE(3519)] = 156373, - [SMALL_STATE(3520)] = 156398, - [SMALL_STATE(3521)] = 156417, - [SMALL_STATE(3522)] = 156448, - [SMALL_STATE(3523)] = 156473, - [SMALL_STATE(3524)] = 156492, - [SMALL_STATE(3525)] = 156517, - [SMALL_STATE(3526)] = 156542, - [SMALL_STATE(3527)] = 156561, - [SMALL_STATE(3528)] = 156579, - [SMALL_STATE(3529)] = 156605, - [SMALL_STATE(3530)] = 156623, - [SMALL_STATE(3531)] = 156641, - [SMALL_STATE(3532)] = 156659, - [SMALL_STATE(3533)] = 156677, - [SMALL_STATE(3534)] = 156693, - [SMALL_STATE(3535)] = 156711, - [SMALL_STATE(3536)] = 156729, - [SMALL_STATE(3537)] = 156747, - [SMALL_STATE(3538)] = 156765, - [SMALL_STATE(3539)] = 156783, - [SMALL_STATE(3540)] = 156801, - [SMALL_STATE(3541)] = 156819, - [SMALL_STATE(3542)] = 156837, - [SMALL_STATE(3543)] = 156852, - [SMALL_STATE(3544)] = 156879, - [SMALL_STATE(3545)] = 156902, - [SMALL_STATE(3546)] = 156917, - [SMALL_STATE(3547)] = 156933, - [SMALL_STATE(3548)] = 156949, - [SMALL_STATE(3549)] = 156965, - [SMALL_STATE(3550)] = 156989, - [SMALL_STATE(3551)] = 157005, - [SMALL_STATE(3552)] = 157021, - [SMALL_STATE(3553)] = 157037, - [SMALL_STATE(3554)] = 157053, - [SMALL_STATE(3555)] = 157069, - [SMALL_STATE(3556)] = 157093, - [SMALL_STATE(3557)] = 157109, - [SMALL_STATE(3558)] = 157125, - [SMALL_STATE(3559)] = 157141, - [SMALL_STATE(3560)] = 157157, - [SMALL_STATE(3561)] = 157181, - [SMALL_STATE(3562)] = 157197, - [SMALL_STATE(3563)] = 157221, - [SMALL_STATE(3564)] = 157237, - [SMALL_STATE(3565)] = 157261, - [SMALL_STATE(3566)] = 157277, - [SMALL_STATE(3567)] = 157293, - [SMALL_STATE(3568)] = 157309, - [SMALL_STATE(3569)] = 157325, - [SMALL_STATE(3570)] = 157349, - [SMALL_STATE(3571)] = 157371, - [SMALL_STATE(3572)] = 157393, - [SMALL_STATE(3573)] = 157409, - [SMALL_STATE(3574)] = 157431, - [SMALL_STATE(3575)] = 157452, - [SMALL_STATE(3576)] = 157467, - [SMALL_STATE(3577)] = 157482, - [SMALL_STATE(3578)] = 157497, - [SMALL_STATE(3579)] = 157518, - [SMALL_STATE(3580)] = 157539, - [SMALL_STATE(3581)] = 157560, - [SMALL_STATE(3582)] = 157581, - [SMALL_STATE(3583)] = 157602, - [SMALL_STATE(3584)] = 157617, - [SMALL_STATE(3585)] = 157632, - [SMALL_STATE(3586)] = 157653, - [SMALL_STATE(3587)] = 157668, - [SMALL_STATE(3588)] = 157689, - [SMALL_STATE(3589)] = 157710, - [SMALL_STATE(3590)] = 157731, - [SMALL_STATE(3591)] = 157746, - [SMALL_STATE(3592)] = 157761, - [SMALL_STATE(3593)] = 157776, - [SMALL_STATE(3594)] = 157797, - [SMALL_STATE(3595)] = 157818, - [SMALL_STATE(3596)] = 157839, - [SMALL_STATE(3597)] = 157858, - [SMALL_STATE(3598)] = 157873, - [SMALL_STATE(3599)] = 157894, - [SMALL_STATE(3600)] = 157915, - [SMALL_STATE(3601)] = 157936, - [SMALL_STATE(3602)] = 157951, - [SMALL_STATE(3603)] = 157966, - [SMALL_STATE(3604)] = 157987, - [SMALL_STATE(3605)] = 158002, - [SMALL_STATE(3606)] = 158017, - [SMALL_STATE(3607)] = 158032, - [SMALL_STATE(3608)] = 158053, - [SMALL_STATE(3609)] = 158068, - [SMALL_STATE(3610)] = 158089, - [SMALL_STATE(3611)] = 158104, - [SMALL_STATE(3612)] = 158119, - [SMALL_STATE(3613)] = 158134, - [SMALL_STATE(3614)] = 158149, - [SMALL_STATE(3615)] = 158164, - [SMALL_STATE(3616)] = 158179, - [SMALL_STATE(3617)] = 158200, - [SMALL_STATE(3618)] = 158221, - [SMALL_STATE(3619)] = 158236, - [SMALL_STATE(3620)] = 158257, - [SMALL_STATE(3621)] = 158278, - [SMALL_STATE(3622)] = 158299, - [SMALL_STATE(3623)] = 158320, - [SMALL_STATE(3624)] = 158341, - [SMALL_STATE(3625)] = 158356, - [SMALL_STATE(3626)] = 158371, - [SMALL_STATE(3627)] = 158392, - [SMALL_STATE(3628)] = 158407, - [SMALL_STATE(3629)] = 158427, - [SMALL_STATE(3630)] = 158447, - [SMALL_STATE(3631)] = 158467, - [SMALL_STATE(3632)] = 158487, - [SMALL_STATE(3633)] = 158503, - [SMALL_STATE(3634)] = 158523, - [SMALL_STATE(3635)] = 158543, - [SMALL_STATE(3636)] = 158563, - [SMALL_STATE(3637)] = 158583, - [SMALL_STATE(3638)] = 158603, - [SMALL_STATE(3639)] = 158621, - [SMALL_STATE(3640)] = 158641, - [SMALL_STATE(3641)] = 158661, - [SMALL_STATE(3642)] = 158681, - [SMALL_STATE(3643)] = 158701, - [SMALL_STATE(3644)] = 158721, - [SMALL_STATE(3645)] = 158741, - [SMALL_STATE(3646)] = 158761, - [SMALL_STATE(3647)] = 158781, - [SMALL_STATE(3648)] = 158803, - [SMALL_STATE(3649)] = 158823, - [SMALL_STATE(3650)] = 158843, - [SMALL_STATE(3651)] = 158863, - [SMALL_STATE(3652)] = 158877, - [SMALL_STATE(3653)] = 158897, - [SMALL_STATE(3654)] = 158917, - [SMALL_STATE(3655)] = 158934, - [SMALL_STATE(3656)] = 158949, - [SMALL_STATE(3657)] = 158964, - [SMALL_STATE(3658)] = 158981, - [SMALL_STATE(3659)] = 158996, - [SMALL_STATE(3660)] = 159013, - [SMALL_STATE(3661)] = 159030, - [SMALL_STATE(3662)] = 159047, - [SMALL_STATE(3663)] = 159064, - [SMALL_STATE(3664)] = 159081, - [SMALL_STATE(3665)] = 159096, - [SMALL_STATE(3666)] = 159111, - [SMALL_STATE(3667)] = 159126, - [SMALL_STATE(3668)] = 159143, - [SMALL_STATE(3669)] = 159158, - [SMALL_STATE(3670)] = 159173, - [SMALL_STATE(3671)] = 159190, - [SMALL_STATE(3672)] = 159209, - [SMALL_STATE(3673)] = 159224, - [SMALL_STATE(3674)] = 159241, - [SMALL_STATE(3675)] = 159260, - [SMALL_STATE(3676)] = 159273, - [SMALL_STATE(3677)] = 159286, - [SMALL_STATE(3678)] = 159303, - [SMALL_STATE(3679)] = 159322, - [SMALL_STATE(3680)] = 159335, - [SMALL_STATE(3681)] = 159348, - [SMALL_STATE(3682)] = 159367, - [SMALL_STATE(3683)] = 159384, - [SMALL_STATE(3684)] = 159399, - [SMALL_STATE(3685)] = 159416, - [SMALL_STATE(3686)] = 159433, - [SMALL_STATE(3687)] = 159448, - [SMALL_STATE(3688)] = 159463, - [SMALL_STATE(3689)] = 159480, - [SMALL_STATE(3690)] = 159497, - [SMALL_STATE(3691)] = 159512, - [SMALL_STATE(3692)] = 159527, - [SMALL_STATE(3693)] = 159542, - [SMALL_STATE(3694)] = 159559, - [SMALL_STATE(3695)] = 159576, - [SMALL_STATE(3696)] = 159591, - [SMALL_STATE(3697)] = 159606, - [SMALL_STATE(3698)] = 159621, - [SMALL_STATE(3699)] = 159638, - [SMALL_STATE(3700)] = 159653, - [SMALL_STATE(3701)] = 159672, - [SMALL_STATE(3702)] = 159689, - [SMALL_STATE(3703)] = 159704, - [SMALL_STATE(3704)] = 159723, - [SMALL_STATE(3705)] = 159738, - [SMALL_STATE(3706)] = 159755, - [SMALL_STATE(3707)] = 159772, - [SMALL_STATE(3708)] = 159789, - [SMALL_STATE(3709)] = 159806, - [SMALL_STATE(3710)] = 159821, - [SMALL_STATE(3711)] = 159838, - [SMALL_STATE(3712)] = 159855, - [SMALL_STATE(3713)] = 159872, - [SMALL_STATE(3714)] = 159889, - [SMALL_STATE(3715)] = 159906, - [SMALL_STATE(3716)] = 159925, - [SMALL_STATE(3717)] = 159940, - [SMALL_STATE(3718)] = 159955, - [SMALL_STATE(3719)] = 159972, - [SMALL_STATE(3720)] = 159989, - [SMALL_STATE(3721)] = 160005, - [SMALL_STATE(3722)] = 160021, - [SMALL_STATE(3723)] = 160035, - [SMALL_STATE(3724)] = 160049, - [SMALL_STATE(3725)] = 160063, - [SMALL_STATE(3726)] = 160079, - [SMALL_STATE(3727)] = 160093, - [SMALL_STATE(3728)] = 160109, - [SMALL_STATE(3729)] = 160123, - [SMALL_STATE(3730)] = 160139, - [SMALL_STATE(3731)] = 160153, - [SMALL_STATE(3732)] = 160167, - [SMALL_STATE(3733)] = 160183, - [SMALL_STATE(3734)] = 160193, - [SMALL_STATE(3735)] = 160203, - [SMALL_STATE(3736)] = 160215, - [SMALL_STATE(3737)] = 160225, - [SMALL_STATE(3738)] = 160235, - [SMALL_STATE(3739)] = 160245, - [SMALL_STATE(3740)] = 160255, - [SMALL_STATE(3741)] = 160265, - [SMALL_STATE(3742)] = 160275, - [SMALL_STATE(3743)] = 160285, - [SMALL_STATE(3744)] = 160299, - [SMALL_STATE(3745)] = 160309, - [SMALL_STATE(3746)] = 160325, - [SMALL_STATE(3747)] = 160337, - [SMALL_STATE(3748)] = 160347, - [SMALL_STATE(3749)] = 160363, - [SMALL_STATE(3750)] = 160373, - [SMALL_STATE(3751)] = 160383, - [SMALL_STATE(3752)] = 160393, - [SMALL_STATE(3753)] = 160403, - [SMALL_STATE(3754)] = 160413, - [SMALL_STATE(3755)] = 160423, - [SMALL_STATE(3756)] = 160433, - [SMALL_STATE(3757)] = 160443, - [SMALL_STATE(3758)] = 160457, - [SMALL_STATE(3759)] = 160467, - [SMALL_STATE(3760)] = 160477, - [SMALL_STATE(3761)] = 160487, - [SMALL_STATE(3762)] = 160497, - [SMALL_STATE(3763)] = 160507, - [SMALL_STATE(3764)] = 160517, - [SMALL_STATE(3765)] = 160527, - [SMALL_STATE(3766)] = 160537, - [SMALL_STATE(3767)] = 160553, - [SMALL_STATE(3768)] = 160563, - [SMALL_STATE(3769)] = 160573, - [SMALL_STATE(3770)] = 160583, - [SMALL_STATE(3771)] = 160599, - [SMALL_STATE(3772)] = 160609, - [SMALL_STATE(3773)] = 160621, - [SMALL_STATE(3774)] = 160631, - [SMALL_STATE(3775)] = 160647, - [SMALL_STATE(3776)] = 160657, - [SMALL_STATE(3777)] = 160667, - [SMALL_STATE(3778)] = 160677, - [SMALL_STATE(3779)] = 160691, - [SMALL_STATE(3780)] = 160701, - [SMALL_STATE(3781)] = 160717, - [SMALL_STATE(3782)] = 160727, - [SMALL_STATE(3783)] = 160737, - [SMALL_STATE(3784)] = 160747, - [SMALL_STATE(3785)] = 160757, - [SMALL_STATE(3786)] = 160767, - [SMALL_STATE(3787)] = 160777, - [SMALL_STATE(3788)] = 160787, - [SMALL_STATE(3789)] = 160797, - [SMALL_STATE(3790)] = 160807, - [SMALL_STATE(3791)] = 160817, - [SMALL_STATE(3792)] = 160830, - [SMALL_STATE(3793)] = 160843, - [SMALL_STATE(3794)] = 160856, - [SMALL_STATE(3795)] = 160869, - [SMALL_STATE(3796)] = 160882, - [SMALL_STATE(3797)] = 160893, - [SMALL_STATE(3798)] = 160904, - [SMALL_STATE(3799)] = 160917, - [SMALL_STATE(3800)] = 160930, - [SMALL_STATE(3801)] = 160941, - [SMALL_STATE(3802)] = 160952, - [SMALL_STATE(3803)] = 160965, - [SMALL_STATE(3804)] = 160978, - [SMALL_STATE(3805)] = 160991, - [SMALL_STATE(3806)] = 161004, - [SMALL_STATE(3807)] = 161017, - [SMALL_STATE(3808)] = 161030, - [SMALL_STATE(3809)] = 161043, - [SMALL_STATE(3810)] = 161054, - [SMALL_STATE(3811)] = 161067, - [SMALL_STATE(3812)] = 161080, - [SMALL_STATE(3813)] = 161093, - [SMALL_STATE(3814)] = 161106, - [SMALL_STATE(3815)] = 161117, - [SMALL_STATE(3816)] = 161130, - [SMALL_STATE(3817)] = 161143, - [SMALL_STATE(3818)] = 161156, - [SMALL_STATE(3819)] = 161169, - [SMALL_STATE(3820)] = 161182, - [SMALL_STATE(3821)] = 161195, - [SMALL_STATE(3822)] = 161206, - [SMALL_STATE(3823)] = 161219, - [SMALL_STATE(3824)] = 161232, - [SMALL_STATE(3825)] = 161245, - [SMALL_STATE(3826)] = 161258, - [SMALL_STATE(3827)] = 161269, - [SMALL_STATE(3828)] = 161278, - [SMALL_STATE(3829)] = 161289, - [SMALL_STATE(3830)] = 161302, - [SMALL_STATE(3831)] = 161313, - [SMALL_STATE(3832)] = 161326, - [SMALL_STATE(3833)] = 161339, - [SMALL_STATE(3834)] = 161352, - [SMALL_STATE(3835)] = 161363, - [SMALL_STATE(3836)] = 161374, - [SMALL_STATE(3837)] = 161387, - [SMALL_STATE(3838)] = 161400, - [SMALL_STATE(3839)] = 161409, - [SMALL_STATE(3840)] = 161422, - [SMALL_STATE(3841)] = 161433, - [SMALL_STATE(3842)] = 161446, - [SMALL_STATE(3843)] = 161459, - [SMALL_STATE(3844)] = 161472, - [SMALL_STATE(3845)] = 161483, - [SMALL_STATE(3846)] = 161496, - [SMALL_STATE(3847)] = 161509, - [SMALL_STATE(3848)] = 161522, - [SMALL_STATE(3849)] = 161535, - [SMALL_STATE(3850)] = 161548, - [SMALL_STATE(3851)] = 161559, - [SMALL_STATE(3852)] = 161572, - [SMALL_STATE(3853)] = 161585, - [SMALL_STATE(3854)] = 161598, - [SMALL_STATE(3855)] = 161611, - [SMALL_STATE(3856)] = 161622, - [SMALL_STATE(3857)] = 161635, - [SMALL_STATE(3858)] = 161646, - [SMALL_STATE(3859)] = 161659, - [SMALL_STATE(3860)] = 161672, - [SMALL_STATE(3861)] = 161685, - [SMALL_STATE(3862)] = 161698, - [SMALL_STATE(3863)] = 161711, - [SMALL_STATE(3864)] = 161722, - [SMALL_STATE(3865)] = 161735, - [SMALL_STATE(3866)] = 161748, - [SMALL_STATE(3867)] = 161761, - [SMALL_STATE(3868)] = 161774, - [SMALL_STATE(3869)] = 161787, - [SMALL_STATE(3870)] = 161800, - [SMALL_STATE(3871)] = 161811, - [SMALL_STATE(3872)] = 161822, - [SMALL_STATE(3873)] = 161833, - [SMALL_STATE(3874)] = 161846, - [SMALL_STATE(3875)] = 161859, - [SMALL_STATE(3876)] = 161872, - [SMALL_STATE(3877)] = 161883, - [SMALL_STATE(3878)] = 161894, - [SMALL_STATE(3879)] = 161905, - [SMALL_STATE(3880)] = 161916, - [SMALL_STATE(3881)] = 161929, - [SMALL_STATE(3882)] = 161940, - [SMALL_STATE(3883)] = 161953, - [SMALL_STATE(3884)] = 161966, - [SMALL_STATE(3885)] = 161979, - [SMALL_STATE(3886)] = 161992, - [SMALL_STATE(3887)] = 162005, - [SMALL_STATE(3888)] = 162018, - [SMALL_STATE(3889)] = 162031, - [SMALL_STATE(3890)] = 162044, - [SMALL_STATE(3891)] = 162057, - [SMALL_STATE(3892)] = 162068, - [SMALL_STATE(3893)] = 162081, - [SMALL_STATE(3894)] = 162092, - [SMALL_STATE(3895)] = 162103, - [SMALL_STATE(3896)] = 162116, - [SMALL_STATE(3897)] = 162129, - [SMALL_STATE(3898)] = 162142, - [SMALL_STATE(3899)] = 162155, - [SMALL_STATE(3900)] = 162168, - [SMALL_STATE(3901)] = 162181, - [SMALL_STATE(3902)] = 162194, - [SMALL_STATE(3903)] = 162207, - [SMALL_STATE(3904)] = 162220, - [SMALL_STATE(3905)] = 162231, - [SMALL_STATE(3906)] = 162244, - [SMALL_STATE(3907)] = 162255, - [SMALL_STATE(3908)] = 162268, - [SMALL_STATE(3909)] = 162281, - [SMALL_STATE(3910)] = 162294, - [SMALL_STATE(3911)] = 162307, - [SMALL_STATE(3912)] = 162320, - [SMALL_STATE(3913)] = 162333, - [SMALL_STATE(3914)] = 162346, - [SMALL_STATE(3915)] = 162359, - [SMALL_STATE(3916)] = 162372, - [SMALL_STATE(3917)] = 162383, - [SMALL_STATE(3918)] = 162396, - [SMALL_STATE(3919)] = 162409, - [SMALL_STATE(3920)] = 162422, - [SMALL_STATE(3921)] = 162435, - [SMALL_STATE(3922)] = 162448, - [SMALL_STATE(3923)] = 162459, - [SMALL_STATE(3924)] = 162472, - [SMALL_STATE(3925)] = 162485, - [SMALL_STATE(3926)] = 162495, - [SMALL_STATE(3927)] = 162505, - [SMALL_STATE(3928)] = 162515, - [SMALL_STATE(3929)] = 162525, - [SMALL_STATE(3930)] = 162535, - [SMALL_STATE(3931)] = 162545, - [SMALL_STATE(3932)] = 162555, - [SMALL_STATE(3933)] = 162563, - [SMALL_STATE(3934)] = 162571, - [SMALL_STATE(3935)] = 162581, - [SMALL_STATE(3936)] = 162591, - [SMALL_STATE(3937)] = 162599, - [SMALL_STATE(3938)] = 162609, - [SMALL_STATE(3939)] = 162619, - [SMALL_STATE(3940)] = 162627, - [SMALL_STATE(3941)] = 162637, - [SMALL_STATE(3942)] = 162647, - [SMALL_STATE(3943)] = 162655, - [SMALL_STATE(3944)] = 162663, - [SMALL_STATE(3945)] = 162673, - [SMALL_STATE(3946)] = 162681, - [SMALL_STATE(3947)] = 162691, - [SMALL_STATE(3948)] = 162699, - [SMALL_STATE(3949)] = 162709, - [SMALL_STATE(3950)] = 162717, - [SMALL_STATE(3951)] = 162725, - [SMALL_STATE(3952)] = 162733, - [SMALL_STATE(3953)] = 162743, - [SMALL_STATE(3954)] = 162753, - [SMALL_STATE(3955)] = 162763, - [SMALL_STATE(3956)] = 162773, - [SMALL_STATE(3957)] = 162783, - [SMALL_STATE(3958)] = 162793, - [SMALL_STATE(3959)] = 162803, - [SMALL_STATE(3960)] = 162811, - [SMALL_STATE(3961)] = 162821, - [SMALL_STATE(3962)] = 162831, - [SMALL_STATE(3963)] = 162841, - [SMALL_STATE(3964)] = 162849, - [SMALL_STATE(3965)] = 162857, - [SMALL_STATE(3966)] = 162867, - [SMALL_STATE(3967)] = 162875, - [SMALL_STATE(3968)] = 162883, - [SMALL_STATE(3969)] = 162891, - [SMALL_STATE(3970)] = 162901, - [SMALL_STATE(3971)] = 162911, - [SMALL_STATE(3972)] = 162919, - [SMALL_STATE(3973)] = 162927, - [SMALL_STATE(3974)] = 162937, - [SMALL_STATE(3975)] = 162945, - [SMALL_STATE(3976)] = 162955, - [SMALL_STATE(3977)] = 162965, - [SMALL_STATE(3978)] = 162975, - [SMALL_STATE(3979)] = 162983, - [SMALL_STATE(3980)] = 162993, - [SMALL_STATE(3981)] = 163001, - [SMALL_STATE(3982)] = 163011, - [SMALL_STATE(3983)] = 163019, - [SMALL_STATE(3984)] = 163029, - [SMALL_STATE(3985)] = 163039, - [SMALL_STATE(3986)] = 163047, - [SMALL_STATE(3987)] = 163057, - [SMALL_STATE(3988)] = 163067, - [SMALL_STATE(3989)] = 163077, - [SMALL_STATE(3990)] = 163085, - [SMALL_STATE(3991)] = 163095, - [SMALL_STATE(3992)] = 163105, - [SMALL_STATE(3993)] = 163115, - [SMALL_STATE(3994)] = 163123, - [SMALL_STATE(3995)] = 163131, - [SMALL_STATE(3996)] = 163139, - [SMALL_STATE(3997)] = 163149, - [SMALL_STATE(3998)] = 163159, - [SMALL_STATE(3999)] = 163167, - [SMALL_STATE(4000)] = 163177, - [SMALL_STATE(4001)] = 163187, - [SMALL_STATE(4002)] = 163195, - [SMALL_STATE(4003)] = 163205, - [SMALL_STATE(4004)] = 163213, - [SMALL_STATE(4005)] = 163223, - [SMALL_STATE(4006)] = 163233, - [SMALL_STATE(4007)] = 163241, - [SMALL_STATE(4008)] = 163249, - [SMALL_STATE(4009)] = 163257, - [SMALL_STATE(4010)] = 163267, - [SMALL_STATE(4011)] = 163277, - [SMALL_STATE(4012)] = 163285, - [SMALL_STATE(4013)] = 163293, - [SMALL_STATE(4014)] = 163303, - [SMALL_STATE(4015)] = 163313, - [SMALL_STATE(4016)] = 163323, - [SMALL_STATE(4017)] = 163331, - [SMALL_STATE(4018)] = 163341, - [SMALL_STATE(4019)] = 163349, - [SMALL_STATE(4020)] = 163359, - [SMALL_STATE(4021)] = 163369, - [SMALL_STATE(4022)] = 163379, - [SMALL_STATE(4023)] = 163387, - [SMALL_STATE(4024)] = 163397, - [SMALL_STATE(4025)] = 163405, - [SMALL_STATE(4026)] = 163413, - [SMALL_STATE(4027)] = 163420, - [SMALL_STATE(4028)] = 163427, - [SMALL_STATE(4029)] = 163434, - [SMALL_STATE(4030)] = 163441, - [SMALL_STATE(4031)] = 163448, - [SMALL_STATE(4032)] = 163455, - [SMALL_STATE(4033)] = 163462, - [SMALL_STATE(4034)] = 163469, - [SMALL_STATE(4035)] = 163476, - [SMALL_STATE(4036)] = 163483, - [SMALL_STATE(4037)] = 163490, - [SMALL_STATE(4038)] = 163497, - [SMALL_STATE(4039)] = 163504, - [SMALL_STATE(4040)] = 163511, - [SMALL_STATE(4041)] = 163518, - [SMALL_STATE(4042)] = 163525, - [SMALL_STATE(4043)] = 163532, - [SMALL_STATE(4044)] = 163539, - [SMALL_STATE(4045)] = 163546, - [SMALL_STATE(4046)] = 163553, - [SMALL_STATE(4047)] = 163560, - [SMALL_STATE(4048)] = 163567, - [SMALL_STATE(4049)] = 163574, - [SMALL_STATE(4050)] = 163581, - [SMALL_STATE(4051)] = 163588, - [SMALL_STATE(4052)] = 163595, - [SMALL_STATE(4053)] = 163602, - [SMALL_STATE(4054)] = 163609, - [SMALL_STATE(4055)] = 163616, - [SMALL_STATE(4056)] = 163623, - [SMALL_STATE(4057)] = 163630, - [SMALL_STATE(4058)] = 163637, - [SMALL_STATE(4059)] = 163644, - [SMALL_STATE(4060)] = 163651, - [SMALL_STATE(4061)] = 163658, - [SMALL_STATE(4062)] = 163665, - [SMALL_STATE(4063)] = 163672, - [SMALL_STATE(4064)] = 163679, - [SMALL_STATE(4065)] = 163686, - [SMALL_STATE(4066)] = 163693, - [SMALL_STATE(4067)] = 163700, - [SMALL_STATE(4068)] = 163707, - [SMALL_STATE(4069)] = 163714, - [SMALL_STATE(4070)] = 163721, - [SMALL_STATE(4071)] = 163728, - [SMALL_STATE(4072)] = 163735, - [SMALL_STATE(4073)] = 163742, - [SMALL_STATE(4074)] = 163749, - [SMALL_STATE(4075)] = 163756, - [SMALL_STATE(4076)] = 163763, - [SMALL_STATE(4077)] = 163770, - [SMALL_STATE(4078)] = 163777, - [SMALL_STATE(4079)] = 163784, - [SMALL_STATE(4080)] = 163791, - [SMALL_STATE(4081)] = 163798, - [SMALL_STATE(4082)] = 163805, - [SMALL_STATE(4083)] = 163812, - [SMALL_STATE(4084)] = 163819, - [SMALL_STATE(4085)] = 163826, - [SMALL_STATE(4086)] = 163833, - [SMALL_STATE(4087)] = 163840, - [SMALL_STATE(4088)] = 163847, - [SMALL_STATE(4089)] = 163854, - [SMALL_STATE(4090)] = 163861, - [SMALL_STATE(4091)] = 163868, - [SMALL_STATE(4092)] = 163875, - [SMALL_STATE(4093)] = 163882, - [SMALL_STATE(4094)] = 163889, - [SMALL_STATE(4095)] = 163896, - [SMALL_STATE(4096)] = 163903, - [SMALL_STATE(4097)] = 163910, - [SMALL_STATE(4098)] = 163917, - [SMALL_STATE(4099)] = 163924, - [SMALL_STATE(4100)] = 163931, - [SMALL_STATE(4101)] = 163938, - [SMALL_STATE(4102)] = 163945, - [SMALL_STATE(4103)] = 163952, - [SMALL_STATE(4104)] = 163959, - [SMALL_STATE(4105)] = 163966, - [SMALL_STATE(4106)] = 163973, - [SMALL_STATE(4107)] = 163980, - [SMALL_STATE(4108)] = 163987, - [SMALL_STATE(4109)] = 163994, - [SMALL_STATE(4110)] = 164001, - [SMALL_STATE(4111)] = 164008, - [SMALL_STATE(4112)] = 164015, - [SMALL_STATE(4113)] = 164022, - [SMALL_STATE(4114)] = 164029, - [SMALL_STATE(4115)] = 164036, - [SMALL_STATE(4116)] = 164043, - [SMALL_STATE(4117)] = 164050, - [SMALL_STATE(4118)] = 164057, - [SMALL_STATE(4119)] = 164064, - [SMALL_STATE(4120)] = 164071, - [SMALL_STATE(4121)] = 164078, - [SMALL_STATE(4122)] = 164085, - [SMALL_STATE(4123)] = 164092, - [SMALL_STATE(4124)] = 164099, - [SMALL_STATE(4125)] = 164106, - [SMALL_STATE(4126)] = 164113, - [SMALL_STATE(4127)] = 164120, - [SMALL_STATE(4128)] = 164127, - [SMALL_STATE(4129)] = 164134, - [SMALL_STATE(4130)] = 164141, - [SMALL_STATE(4131)] = 164148, - [SMALL_STATE(4132)] = 164155, - [SMALL_STATE(4133)] = 164162, - [SMALL_STATE(4134)] = 164169, - [SMALL_STATE(4135)] = 164176, - [SMALL_STATE(4136)] = 164183, - [SMALL_STATE(4137)] = 164190, - [SMALL_STATE(4138)] = 164197, - [SMALL_STATE(4139)] = 164204, - [SMALL_STATE(4140)] = 164211, - [SMALL_STATE(4141)] = 164218, - [SMALL_STATE(4142)] = 164225, - [SMALL_STATE(4143)] = 164232, - [SMALL_STATE(4144)] = 164239, - [SMALL_STATE(4145)] = 164246, - [SMALL_STATE(4146)] = 164253, - [SMALL_STATE(4147)] = 164260, - [SMALL_STATE(4148)] = 164267, - [SMALL_STATE(4149)] = 164274, - [SMALL_STATE(4150)] = 164281, - [SMALL_STATE(4151)] = 164288, - [SMALL_STATE(4152)] = 164295, - [SMALL_STATE(4153)] = 164302, - [SMALL_STATE(4154)] = 164309, - [SMALL_STATE(4155)] = 164316, - [SMALL_STATE(4156)] = 164323, - [SMALL_STATE(4157)] = 164330, - [SMALL_STATE(4158)] = 164337, - [SMALL_STATE(4159)] = 164344, - [SMALL_STATE(4160)] = 164351, - [SMALL_STATE(4161)] = 164358, - [SMALL_STATE(4162)] = 164365, - [SMALL_STATE(4163)] = 164372, - [SMALL_STATE(4164)] = 164379, - [SMALL_STATE(4165)] = 164386, - [SMALL_STATE(4166)] = 164393, - [SMALL_STATE(4167)] = 164400, - [SMALL_STATE(4168)] = 164407, - [SMALL_STATE(4169)] = 164414, - [SMALL_STATE(4170)] = 164421, - [SMALL_STATE(4171)] = 164428, - [SMALL_STATE(4172)] = 164435, - [SMALL_STATE(4173)] = 164442, - [SMALL_STATE(4174)] = 164449, - [SMALL_STATE(4175)] = 164456, - [SMALL_STATE(4176)] = 164463, - [SMALL_STATE(4177)] = 164470, - [SMALL_STATE(4178)] = 164477, - [SMALL_STATE(4179)] = 164484, - [SMALL_STATE(4180)] = 164491, - [SMALL_STATE(4181)] = 164498, - [SMALL_STATE(4182)] = 164505, - [SMALL_STATE(4183)] = 164512, - [SMALL_STATE(4184)] = 164519, - [SMALL_STATE(4185)] = 164526, - [SMALL_STATE(4186)] = 164533, - [SMALL_STATE(4187)] = 164540, - [SMALL_STATE(4188)] = 164547, - [SMALL_STATE(4189)] = 164554, - [SMALL_STATE(4190)] = 164561, - [SMALL_STATE(4191)] = 164568, - [SMALL_STATE(4192)] = 164575, - [SMALL_STATE(4193)] = 164582, - [SMALL_STATE(4194)] = 164589, - [SMALL_STATE(4195)] = 164596, - [SMALL_STATE(4196)] = 164603, - [SMALL_STATE(4197)] = 164610, - [SMALL_STATE(4198)] = 164617, - [SMALL_STATE(4199)] = 164624, - [SMALL_STATE(4200)] = 164631, - [SMALL_STATE(4201)] = 164638, - [SMALL_STATE(4202)] = 164645, - [SMALL_STATE(4203)] = 164652, - [SMALL_STATE(4204)] = 164659, - [SMALL_STATE(4205)] = 164666, - [SMALL_STATE(4206)] = 164673, - [SMALL_STATE(4207)] = 164680, - [SMALL_STATE(4208)] = 164687, - [SMALL_STATE(4209)] = 164694, - [SMALL_STATE(4210)] = 164701, - [SMALL_STATE(4211)] = 164708, - [SMALL_STATE(4212)] = 164715, - [SMALL_STATE(4213)] = 164722, - [SMALL_STATE(4214)] = 164729, - [SMALL_STATE(4215)] = 164736, - [SMALL_STATE(4216)] = 164743, - [SMALL_STATE(4217)] = 164750, - [SMALL_STATE(4218)] = 164757, - [SMALL_STATE(4219)] = 164764, - [SMALL_STATE(4220)] = 164771, - [SMALL_STATE(4221)] = 164778, - [SMALL_STATE(4222)] = 164785, - [SMALL_STATE(4223)] = 164792, - [SMALL_STATE(4224)] = 164799, - [SMALL_STATE(4225)] = 164806, - [SMALL_STATE(4226)] = 164813, - [SMALL_STATE(4227)] = 164820, - [SMALL_STATE(4228)] = 164827, - [SMALL_STATE(4229)] = 164834, - [SMALL_STATE(4230)] = 164841, - [SMALL_STATE(4231)] = 164848, - [SMALL_STATE(4232)] = 164855, - [SMALL_STATE(4233)] = 164862, - [SMALL_STATE(4234)] = 164869, - [SMALL_STATE(4235)] = 164876, - [SMALL_STATE(4236)] = 164883, - [SMALL_STATE(4237)] = 164890, - [SMALL_STATE(4238)] = 164897, - [SMALL_STATE(4239)] = 164904, - [SMALL_STATE(4240)] = 164911, - [SMALL_STATE(4241)] = 164918, - [SMALL_STATE(4242)] = 164925, - [SMALL_STATE(4243)] = 164932, - [SMALL_STATE(4244)] = 164939, - [SMALL_STATE(4245)] = 164946, - [SMALL_STATE(4246)] = 164953, - [SMALL_STATE(4247)] = 164960, - [SMALL_STATE(4248)] = 164967, - [SMALL_STATE(4249)] = 164974, - [SMALL_STATE(4250)] = 164981, - [SMALL_STATE(4251)] = 164988, - [SMALL_STATE(4252)] = 164995, - [SMALL_STATE(4253)] = 165002, - [SMALL_STATE(4254)] = 165009, - [SMALL_STATE(4255)] = 165016, - [SMALL_STATE(4256)] = 165023, - [SMALL_STATE(4257)] = 165030, - [SMALL_STATE(4258)] = 165037, - [SMALL_STATE(4259)] = 165044, - [SMALL_STATE(4260)] = 165051, - [SMALL_STATE(4261)] = 165058, - [SMALL_STATE(4262)] = 165065, - [SMALL_STATE(4263)] = 165072, - [SMALL_STATE(4264)] = 165079, - [SMALL_STATE(4265)] = 165086, - [SMALL_STATE(4266)] = 165093, - [SMALL_STATE(4267)] = 165100, - [SMALL_STATE(4268)] = 165107, - [SMALL_STATE(4269)] = 165114, - [SMALL_STATE(4270)] = 165121, - [SMALL_STATE(4271)] = 165128, - [SMALL_STATE(4272)] = 165135, - [SMALL_STATE(4273)] = 165142, - [SMALL_STATE(4274)] = 165149, - [SMALL_STATE(4275)] = 165156, - [SMALL_STATE(4276)] = 165163, - [SMALL_STATE(4277)] = 165170, - [SMALL_STATE(4278)] = 165177, - [SMALL_STATE(4279)] = 165184, - [SMALL_STATE(4280)] = 165191, - [SMALL_STATE(4281)] = 165198, - [SMALL_STATE(4282)] = 165205, - [SMALL_STATE(4283)] = 165212, - [SMALL_STATE(4284)] = 165219, - [SMALL_STATE(4285)] = 165226, - [SMALL_STATE(4286)] = 165233, - [SMALL_STATE(4287)] = 165240, - [SMALL_STATE(4288)] = 165247, - [SMALL_STATE(4289)] = 165254, - [SMALL_STATE(4290)] = 165261, - [SMALL_STATE(4291)] = 165268, - [SMALL_STATE(4292)] = 165275, - [SMALL_STATE(4293)] = 165282, - [SMALL_STATE(4294)] = 165289, - [SMALL_STATE(4295)] = 165296, - [SMALL_STATE(4296)] = 165303, - [SMALL_STATE(4297)] = 165310, - [SMALL_STATE(4298)] = 165317, - [SMALL_STATE(4299)] = 165324, - [SMALL_STATE(4300)] = 165331, - [SMALL_STATE(4301)] = 165338, - [SMALL_STATE(4302)] = 165345, - [SMALL_STATE(4303)] = 165352, - [SMALL_STATE(4304)] = 165359, - [SMALL_STATE(4305)] = 165366, - [SMALL_STATE(4306)] = 165373, - [SMALL_STATE(4307)] = 165380, - [SMALL_STATE(4308)] = 165387, - [SMALL_STATE(4309)] = 165394, - [SMALL_STATE(4310)] = 165401, - [SMALL_STATE(4311)] = 165408, - [SMALL_STATE(4312)] = 165415, - [SMALL_STATE(4313)] = 165422, - [SMALL_STATE(4314)] = 165429, - [SMALL_STATE(4315)] = 165436, - [SMALL_STATE(4316)] = 165443, - [SMALL_STATE(4317)] = 165450, - [SMALL_STATE(4318)] = 165457, - [SMALL_STATE(4319)] = 165464, - [SMALL_STATE(4320)] = 165471, - [SMALL_STATE(4321)] = 165478, - [SMALL_STATE(4322)] = 165485, - [SMALL_STATE(4323)] = 165492, - [SMALL_STATE(4324)] = 165499, - [SMALL_STATE(4325)] = 165506, - [SMALL_STATE(4326)] = 165513, - [SMALL_STATE(4327)] = 165520, - [SMALL_STATE(4328)] = 165527, - [SMALL_STATE(4329)] = 165534, - [SMALL_STATE(4330)] = 165541, - [SMALL_STATE(4331)] = 165548, - [SMALL_STATE(4332)] = 165555, - [SMALL_STATE(4333)] = 165562, - [SMALL_STATE(4334)] = 165569, - [SMALL_STATE(4335)] = 165576, - [SMALL_STATE(4336)] = 165583, - [SMALL_STATE(4337)] = 165590, - [SMALL_STATE(4338)] = 165597, - [SMALL_STATE(4339)] = 165604, - [SMALL_STATE(4340)] = 165611, - [SMALL_STATE(4341)] = 165618, - [SMALL_STATE(4342)] = 165625, - [SMALL_STATE(4343)] = 165632, - [SMALL_STATE(4344)] = 165639, - [SMALL_STATE(4345)] = 165646, - [SMALL_STATE(4346)] = 165653, - [SMALL_STATE(4347)] = 165660, - [SMALL_STATE(4348)] = 165667, - [SMALL_STATE(4349)] = 165674, - [SMALL_STATE(4350)] = 165681, - [SMALL_STATE(4351)] = 165688, - [SMALL_STATE(4352)] = 165695, - [SMALL_STATE(4353)] = 165702, - [SMALL_STATE(4354)] = 165709, - [SMALL_STATE(4355)] = 165716, - [SMALL_STATE(4356)] = 165723, - [SMALL_STATE(4357)] = 165730, - [SMALL_STATE(4358)] = 165737, - [SMALL_STATE(4359)] = 165744, - [SMALL_STATE(4360)] = 165751, - [SMALL_STATE(4361)] = 165758, - [SMALL_STATE(4362)] = 165765, - [SMALL_STATE(4363)] = 165772, - [SMALL_STATE(4364)] = 165779, - [SMALL_STATE(4365)] = 165786, - [SMALL_STATE(4366)] = 165793, - [SMALL_STATE(4367)] = 165800, - [SMALL_STATE(4368)] = 165807, - [SMALL_STATE(4369)] = 165814, - [SMALL_STATE(4370)] = 165821, - [SMALL_STATE(4371)] = 165828, - [SMALL_STATE(4372)] = 165835, - [SMALL_STATE(4373)] = 165842, - [SMALL_STATE(4374)] = 165849, - [SMALL_STATE(4375)] = 165856, - [SMALL_STATE(4376)] = 165863, - [SMALL_STATE(4377)] = 165870, - [SMALL_STATE(4378)] = 165877, - [SMALL_STATE(4379)] = 165884, - [SMALL_STATE(4380)] = 165891, - [SMALL_STATE(4381)] = 165898, - [SMALL_STATE(4382)] = 165905, - [SMALL_STATE(4383)] = 165912, - [SMALL_STATE(4384)] = 165919, - [SMALL_STATE(4385)] = 165926, - [SMALL_STATE(4386)] = 165933, - [SMALL_STATE(4387)] = 165940, - [SMALL_STATE(4388)] = 165947, - [SMALL_STATE(4389)] = 165954, - [SMALL_STATE(4390)] = 165961, - [SMALL_STATE(4391)] = 165968, - [SMALL_STATE(4392)] = 165975, - [SMALL_STATE(4393)] = 165982, - [SMALL_STATE(4394)] = 165989, - [SMALL_STATE(4395)] = 165996, - [SMALL_STATE(4396)] = 166003, - [SMALL_STATE(4397)] = 166010, - [SMALL_STATE(4398)] = 166017, - [SMALL_STATE(4399)] = 166024, - [SMALL_STATE(4400)] = 166031, - [SMALL_STATE(4401)] = 166038, - [SMALL_STATE(4402)] = 166045, - [SMALL_STATE(4403)] = 166052, - [SMALL_STATE(4404)] = 166059, - [SMALL_STATE(4405)] = 166066, - [SMALL_STATE(4406)] = 166073, - [SMALL_STATE(4407)] = 166080, - [SMALL_STATE(4408)] = 166087, - [SMALL_STATE(4409)] = 166094, - [SMALL_STATE(4410)] = 166101, - [SMALL_STATE(4411)] = 166108, - [SMALL_STATE(4412)] = 166115, - [SMALL_STATE(4413)] = 166122, - [SMALL_STATE(4414)] = 166129, - [SMALL_STATE(4415)] = 166136, - [SMALL_STATE(4416)] = 166143, - [SMALL_STATE(4417)] = 166150, - [SMALL_STATE(4418)] = 166157, - [SMALL_STATE(4419)] = 166164, - [SMALL_STATE(4420)] = 166171, - [SMALL_STATE(4421)] = 166178, - [SMALL_STATE(4422)] = 166185, - [SMALL_STATE(4423)] = 166192, - [SMALL_STATE(4424)] = 166199, - [SMALL_STATE(4425)] = 166206, - [SMALL_STATE(4426)] = 166213, - [SMALL_STATE(4427)] = 166220, - [SMALL_STATE(4428)] = 166227, - [SMALL_STATE(4429)] = 166234, - [SMALL_STATE(4430)] = 166241, - [SMALL_STATE(4431)] = 166248, - [SMALL_STATE(4432)] = 166255, - [SMALL_STATE(4433)] = 166262, - [SMALL_STATE(4434)] = 166269, - [SMALL_STATE(4435)] = 166276, - [SMALL_STATE(4436)] = 166283, - [SMALL_STATE(4437)] = 166290, - [SMALL_STATE(4438)] = 166297, - [SMALL_STATE(4439)] = 166304, - [SMALL_STATE(4440)] = 166311, - [SMALL_STATE(4441)] = 166318, - [SMALL_STATE(4442)] = 166325, - [SMALL_STATE(4443)] = 166332, - [SMALL_STATE(4444)] = 166339, - [SMALL_STATE(4445)] = 166346, - [SMALL_STATE(4446)] = 166353, - [SMALL_STATE(4447)] = 166360, - [SMALL_STATE(4448)] = 166367, - [SMALL_STATE(4449)] = 166374, - [SMALL_STATE(4450)] = 166381, - [SMALL_STATE(4451)] = 166388, - [SMALL_STATE(4452)] = 166395, - [SMALL_STATE(4453)] = 166402, - [SMALL_STATE(4454)] = 166409, - [SMALL_STATE(4455)] = 166416, - [SMALL_STATE(4456)] = 166423, - [SMALL_STATE(4457)] = 166430, - [SMALL_STATE(4458)] = 166437, - [SMALL_STATE(4459)] = 166444, - [SMALL_STATE(4460)] = 166451, - [SMALL_STATE(4461)] = 166458, - [SMALL_STATE(4462)] = 166465, - [SMALL_STATE(4463)] = 166472, - [SMALL_STATE(4464)] = 166479, - [SMALL_STATE(4465)] = 166486, - [SMALL_STATE(4466)] = 166493, - [SMALL_STATE(4467)] = 166500, - [SMALL_STATE(4468)] = 166507, - [SMALL_STATE(4469)] = 166514, - [SMALL_STATE(4470)] = 166521, - [SMALL_STATE(4471)] = 166528, - [SMALL_STATE(4472)] = 166535, - [SMALL_STATE(4473)] = 166542, - [SMALL_STATE(4474)] = 166549, - [SMALL_STATE(4475)] = 166556, - [SMALL_STATE(4476)] = 166563, - [SMALL_STATE(4477)] = 166570, - [SMALL_STATE(4478)] = 166577, - [SMALL_STATE(4479)] = 166584, - [SMALL_STATE(4480)] = 166591, - [SMALL_STATE(4481)] = 166598, - [SMALL_STATE(4482)] = 166605, - [SMALL_STATE(4483)] = 166612, - [SMALL_STATE(4484)] = 166619, - [SMALL_STATE(4485)] = 166626, - [SMALL_STATE(4486)] = 166633, - [SMALL_STATE(4487)] = 166640, - [SMALL_STATE(4488)] = 166647, - [SMALL_STATE(4489)] = 166654, - [SMALL_STATE(4490)] = 166661, - [SMALL_STATE(4491)] = 166668, - [SMALL_STATE(4492)] = 166675, - [SMALL_STATE(4493)] = 166682, - [SMALL_STATE(4494)] = 166689, - [SMALL_STATE(4495)] = 166696, - [SMALL_STATE(4496)] = 166703, - [SMALL_STATE(4497)] = 166710, - [SMALL_STATE(4498)] = 166717, - [SMALL_STATE(4499)] = 166724, - [SMALL_STATE(4500)] = 166731, - [SMALL_STATE(4501)] = 166738, - [SMALL_STATE(4502)] = 166745, - [SMALL_STATE(4503)] = 166752, - [SMALL_STATE(4504)] = 166759, - [SMALL_STATE(4505)] = 166766, - [SMALL_STATE(4506)] = 166773, - [SMALL_STATE(4507)] = 166780, - [SMALL_STATE(4508)] = 166787, - [SMALL_STATE(4509)] = 166794, - [SMALL_STATE(4510)] = 166801, - [SMALL_STATE(4511)] = 166808, - [SMALL_STATE(4512)] = 166815, - [SMALL_STATE(4513)] = 166822, - [SMALL_STATE(4514)] = 166829, - [SMALL_STATE(4515)] = 166836, - [SMALL_STATE(4516)] = 166843, - [SMALL_STATE(4517)] = 166850, - [SMALL_STATE(4518)] = 166857, - [SMALL_STATE(4519)] = 166864, - [SMALL_STATE(4520)] = 166871, - [SMALL_STATE(4521)] = 166878, - [SMALL_STATE(4522)] = 166885, - [SMALL_STATE(4523)] = 166892, - [SMALL_STATE(4524)] = 166899, - [SMALL_STATE(4525)] = 166906, - [SMALL_STATE(4526)] = 166913, - [SMALL_STATE(4527)] = 166920, - [SMALL_STATE(4528)] = 166927, - [SMALL_STATE(4529)] = 166934, - [SMALL_STATE(4530)] = 166941, - [SMALL_STATE(4531)] = 166948, - [SMALL_STATE(4532)] = 166955, - [SMALL_STATE(4533)] = 166962, - [SMALL_STATE(4534)] = 166969, - [SMALL_STATE(4535)] = 166976, - [SMALL_STATE(4536)] = 166983, - [SMALL_STATE(4537)] = 166990, - [SMALL_STATE(4538)] = 166997, - [SMALL_STATE(4539)] = 167004, - [SMALL_STATE(4540)] = 167011, - [SMALL_STATE(4541)] = 167018, - [SMALL_STATE(4542)] = 167025, - [SMALL_STATE(4543)] = 167032, - [SMALL_STATE(4544)] = 167039, - [SMALL_STATE(4545)] = 167046, - [SMALL_STATE(4546)] = 167053, - [SMALL_STATE(4547)] = 167060, - [SMALL_STATE(4548)] = 167067, - [SMALL_STATE(4549)] = 167074, - [SMALL_STATE(4550)] = 167081, - [SMALL_STATE(4551)] = 167088, - [SMALL_STATE(4552)] = 167095, - [SMALL_STATE(4553)] = 167102, - [SMALL_STATE(4554)] = 167109, - [SMALL_STATE(4555)] = 167116, - [SMALL_STATE(4556)] = 167123, - [SMALL_STATE(4557)] = 167130, - [SMALL_STATE(4558)] = 167137, - [SMALL_STATE(4559)] = 167144, - [SMALL_STATE(4560)] = 167151, - [SMALL_STATE(4561)] = 167158, - [SMALL_STATE(4562)] = 167165, - [SMALL_STATE(4563)] = 167172, - [SMALL_STATE(4564)] = 167179, - [SMALL_STATE(4565)] = 167186, - [SMALL_STATE(4566)] = 167193, - [SMALL_STATE(4567)] = 167200, - [SMALL_STATE(4568)] = 167207, - [SMALL_STATE(4569)] = 167214, - [SMALL_STATE(4570)] = 167221, - [SMALL_STATE(4571)] = 167228, - [SMALL_STATE(4572)] = 167235, - [SMALL_STATE(4573)] = 167242, - [SMALL_STATE(4574)] = 167249, - [SMALL_STATE(4575)] = 167256, - [SMALL_STATE(4576)] = 167263, - [SMALL_STATE(4577)] = 167270, - [SMALL_STATE(4578)] = 167277, - [SMALL_STATE(4579)] = 167284, - [SMALL_STATE(4580)] = 167291, - [SMALL_STATE(4581)] = 167298, - [SMALL_STATE(4582)] = 167305, - [SMALL_STATE(4583)] = 167312, - [SMALL_STATE(4584)] = 167319, - [SMALL_STATE(4585)] = 167326, - [SMALL_STATE(4586)] = 167333, - [SMALL_STATE(4587)] = 167340, - [SMALL_STATE(4588)] = 167347, - [SMALL_STATE(4589)] = 167354, - [SMALL_STATE(4590)] = 167361, + [SMALL_STATE(2135)] = 101163, + [SMALL_STATE(2136)] = 101201, + [SMALL_STATE(2137)] = 101273, + [SMALL_STATE(2138)] = 101311, + [SMALL_STATE(2139)] = 101357, + [SMALL_STATE(2140)] = 101427, + [SMALL_STATE(2141)] = 101465, + [SMALL_STATE(2142)] = 101511, + [SMALL_STATE(2143)] = 101578, + [SMALL_STATE(2144)] = 101647, + [SMALL_STATE(2145)] = 101716, + [SMALL_STATE(2146)] = 101785, + [SMALL_STATE(2147)] = 101826, + [SMALL_STATE(2148)] = 101901, + [SMALL_STATE(2149)] = 101970, + [SMALL_STATE(2150)] = 102039, + [SMALL_STATE(2151)] = 102108, + [SMALL_STATE(2152)] = 102177, + [SMALL_STATE(2153)] = 102246, + [SMALL_STATE(2154)] = 102315, + [SMALL_STATE(2155)] = 102384, + [SMALL_STATE(2156)] = 102451, + [SMALL_STATE(2157)] = 102520, + [SMALL_STATE(2158)] = 102589, + [SMALL_STATE(2159)] = 102630, + [SMALL_STATE(2160)] = 102699, + [SMALL_STATE(2161)] = 102768, + [SMALL_STATE(2162)] = 102837, + [SMALL_STATE(2163)] = 102906, + [SMALL_STATE(2164)] = 102975, + [SMALL_STATE(2165)] = 103044, + [SMALL_STATE(2166)] = 103113, + [SMALL_STATE(2167)] = 103182, + [SMALL_STATE(2168)] = 103223, + [SMALL_STATE(2169)] = 103290, + [SMALL_STATE(2170)] = 103357, + [SMALL_STATE(2171)] = 103424, + [SMALL_STATE(2172)] = 103493, + [SMALL_STATE(2173)] = 103562, + [SMALL_STATE(2174)] = 103637, + [SMALL_STATE(2175)] = 103706, + [SMALL_STATE(2176)] = 103775, + [SMALL_STATE(2177)] = 103844, + [SMALL_STATE(2178)] = 103913, + [SMALL_STATE(2179)] = 103954, + [SMALL_STATE(2180)] = 104023, + [SMALL_STATE(2181)] = 104092, + [SMALL_STATE(2182)] = 104159, + [SMALL_STATE(2183)] = 104228, + [SMALL_STATE(2184)] = 104295, + [SMALL_STATE(2185)] = 104364, + [SMALL_STATE(2186)] = 104433, + [SMALL_STATE(2187)] = 104502, + [SMALL_STATE(2188)] = 104571, + [SMALL_STATE(2189)] = 104640, + [SMALL_STATE(2190)] = 104709, + [SMALL_STATE(2191)] = 104778, + [SMALL_STATE(2192)] = 104847, + [SMALL_STATE(2193)] = 104916, + [SMALL_STATE(2194)] = 104981, + [SMALL_STATE(2195)] = 105050, + [SMALL_STATE(2196)] = 105119, + [SMALL_STATE(2197)] = 105186, + [SMALL_STATE(2198)] = 105255, + [SMALL_STATE(2199)] = 105322, + [SMALL_STATE(2200)] = 105397, + [SMALL_STATE(2201)] = 105466, + [SMALL_STATE(2202)] = 105535, + [SMALL_STATE(2203)] = 105580, + [SMALL_STATE(2204)] = 105625, + [SMALL_STATE(2205)] = 105694, + [SMALL_STATE(2206)] = 105763, + [SMALL_STATE(2207)] = 105832, + [SMALL_STATE(2208)] = 105901, + [SMALL_STATE(2209)] = 105970, + [SMALL_STATE(2210)] = 106039, + [SMALL_STATE(2211)] = 106108, + [SMALL_STATE(2212)] = 106177, + [SMALL_STATE(2213)] = 106246, + [SMALL_STATE(2214)] = 106315, + [SMALL_STATE(2215)] = 106384, + [SMALL_STATE(2216)] = 106453, + [SMALL_STATE(2217)] = 106522, + [SMALL_STATE(2218)] = 106591, + [SMALL_STATE(2219)] = 106660, + [SMALL_STATE(2220)] = 106727, + [SMALL_STATE(2221)] = 106796, + [SMALL_STATE(2222)] = 106860, + [SMALL_STATE(2223)] = 106924, + [SMALL_STATE(2224)] = 106988, + [SMALL_STATE(2225)] = 107052, + [SMALL_STATE(2226)] = 107116, + [SMALL_STATE(2227)] = 107180, + [SMALL_STATE(2228)] = 107244, + [SMALL_STATE(2229)] = 107308, + [SMALL_STATE(2230)] = 107372, + [SMALL_STATE(2231)] = 107436, + [SMALL_STATE(2232)] = 107500, + [SMALL_STATE(2233)] = 107564, + [SMALL_STATE(2234)] = 107628, + [SMALL_STATE(2235)] = 107692, + [SMALL_STATE(2236)] = 107756, + [SMALL_STATE(2237)] = 107820, + [SMALL_STATE(2238)] = 107884, + [SMALL_STATE(2239)] = 107948, + [SMALL_STATE(2240)] = 108012, + [SMALL_STATE(2241)] = 108076, + [SMALL_STATE(2242)] = 108140, + [SMALL_STATE(2243)] = 108208, + [SMALL_STATE(2244)] = 108272, + [SMALL_STATE(2245)] = 108340, + [SMALL_STATE(2246)] = 108404, + [SMALL_STATE(2247)] = 108468, + [SMALL_STATE(2248)] = 108532, + [SMALL_STATE(2249)] = 108596, + [SMALL_STATE(2250)] = 108660, + [SMALL_STATE(2251)] = 108728, + [SMALL_STATE(2252)] = 108792, + [SMALL_STATE(2253)] = 108856, + [SMALL_STATE(2254)] = 108920, + [SMALL_STATE(2255)] = 108988, + [SMALL_STATE(2256)] = 109056, + [SMALL_STATE(2257)] = 109120, + [SMALL_STATE(2258)] = 109184, + [SMALL_STATE(2259)] = 109248, + [SMALL_STATE(2260)] = 109312, + [SMALL_STATE(2261)] = 109376, + [SMALL_STATE(2262)] = 109440, + [SMALL_STATE(2263)] = 109508, + [SMALL_STATE(2264)] = 109572, + [SMALL_STATE(2265)] = 109636, + [SMALL_STATE(2266)] = 109700, + [SMALL_STATE(2267)] = 109764, + [SMALL_STATE(2268)] = 109828, + [SMALL_STATE(2269)] = 109892, + [SMALL_STATE(2270)] = 109956, + [SMALL_STATE(2271)] = 110020, + [SMALL_STATE(2272)] = 110084, + [SMALL_STATE(2273)] = 110148, + [SMALL_STATE(2274)] = 110216, + [SMALL_STATE(2275)] = 110280, + [SMALL_STATE(2276)] = 110344, + [SMALL_STATE(2277)] = 110412, + [SMALL_STATE(2278)] = 110476, + [SMALL_STATE(2279)] = 110540, + [SMALL_STATE(2280)] = 110608, + [SMALL_STATE(2281)] = 110676, + [SMALL_STATE(2282)] = 110740, + [SMALL_STATE(2283)] = 110808, + [SMALL_STATE(2284)] = 110872, + [SMALL_STATE(2285)] = 110936, + [SMALL_STATE(2286)] = 111000, + [SMALL_STATE(2287)] = 111064, + [SMALL_STATE(2288)] = 111128, + [SMALL_STATE(2289)] = 111192, + [SMALL_STATE(2290)] = 111256, + [SMALL_STATE(2291)] = 111320, + [SMALL_STATE(2292)] = 111388, + [SMALL_STATE(2293)] = 111456, + [SMALL_STATE(2294)] = 111520, + [SMALL_STATE(2295)] = 111584, + [SMALL_STATE(2296)] = 111648, + [SMALL_STATE(2297)] = 111720, + [SMALL_STATE(2298)] = 111788, + [SMALL_STATE(2299)] = 111852, + [SMALL_STATE(2300)] = 111916, + [SMALL_STATE(2301)] = 111984, + [SMALL_STATE(2302)] = 112048, + [SMALL_STATE(2303)] = 112112, + [SMALL_STATE(2304)] = 112180, + [SMALL_STATE(2305)] = 112248, + [SMALL_STATE(2306)] = 112320, + [SMALL_STATE(2307)] = 112384, + [SMALL_STATE(2308)] = 112448, + [SMALL_STATE(2309)] = 112512, + [SMALL_STATE(2310)] = 112580, + [SMALL_STATE(2311)] = 112644, + [SMALL_STATE(2312)] = 112708, + [SMALL_STATE(2313)] = 112772, + [SMALL_STATE(2314)] = 112836, + [SMALL_STATE(2315)] = 112900, + [SMALL_STATE(2316)] = 112968, + [SMALL_STATE(2317)] = 113036, + [SMALL_STATE(2318)] = 113104, + [SMALL_STATE(2319)] = 113168, + [SMALL_STATE(2320)] = 113232, + [SMALL_STATE(2321)] = 113296, + [SMALL_STATE(2322)] = 113360, + [SMALL_STATE(2323)] = 113424, + [SMALL_STATE(2324)] = 113488, + [SMALL_STATE(2325)] = 113560, + [SMALL_STATE(2326)] = 113628, + [SMALL_STATE(2327)] = 113696, + [SMALL_STATE(2328)] = 113760, + [SMALL_STATE(2329)] = 113824, + [SMALL_STATE(2330)] = 113888, + [SMALL_STATE(2331)] = 113956, + [SMALL_STATE(2332)] = 114024, + [SMALL_STATE(2333)] = 114092, + [SMALL_STATE(2334)] = 114156, + [SMALL_STATE(2335)] = 114220, + [SMALL_STATE(2336)] = 114284, + [SMALL_STATE(2337)] = 114352, + [SMALL_STATE(2338)] = 114420, + [SMALL_STATE(2339)] = 114484, + [SMALL_STATE(2340)] = 114552, + [SMALL_STATE(2341)] = 114616, + [SMALL_STATE(2342)] = 114680, + [SMALL_STATE(2343)] = 114716, + [SMALL_STATE(2344)] = 114780, + [SMALL_STATE(2345)] = 114844, + [SMALL_STATE(2346)] = 114908, + [SMALL_STATE(2347)] = 114972, + [SMALL_STATE(2348)] = 115036, + [SMALL_STATE(2349)] = 115100, + [SMALL_STATE(2350)] = 115164, + [SMALL_STATE(2351)] = 115228, + [SMALL_STATE(2352)] = 115292, + [SMALL_STATE(2353)] = 115356, + [SMALL_STATE(2354)] = 115420, + [SMALL_STATE(2355)] = 115484, + [SMALL_STATE(2356)] = 115548, + [SMALL_STATE(2357)] = 115612, + [SMALL_STATE(2358)] = 115676, + [SMALL_STATE(2359)] = 115744, + [SMALL_STATE(2360)] = 115808, + [SMALL_STATE(2361)] = 115876, + [SMALL_STATE(2362)] = 115940, + [SMALL_STATE(2363)] = 116004, + [SMALL_STATE(2364)] = 116068, + [SMALL_STATE(2365)] = 116132, + [SMALL_STATE(2366)] = 116196, + [SMALL_STATE(2367)] = 116260, + [SMALL_STATE(2368)] = 116328, + [SMALL_STATE(2369)] = 116392, + [SMALL_STATE(2370)] = 116460, + [SMALL_STATE(2371)] = 116524, + [SMALL_STATE(2372)] = 116588, + [SMALL_STATE(2373)] = 116652, + [SMALL_STATE(2374)] = 116716, + [SMALL_STATE(2375)] = 116780, + [SMALL_STATE(2376)] = 116844, + [SMALL_STATE(2377)] = 116912, + [SMALL_STATE(2378)] = 116980, + [SMALL_STATE(2379)] = 117048, + [SMALL_STATE(2380)] = 117112, + [SMALL_STATE(2381)] = 117180, + [SMALL_STATE(2382)] = 117222, + [SMALL_STATE(2383)] = 117286, + [SMALL_STATE(2384)] = 117354, + [SMALL_STATE(2385)] = 117418, + [SMALL_STATE(2386)] = 117482, + [SMALL_STATE(2387)] = 117550, + [SMALL_STATE(2388)] = 117586, + [SMALL_STATE(2389)] = 117654, + [SMALL_STATE(2390)] = 117718, + [SMALL_STATE(2391)] = 117782, + [SMALL_STATE(2392)] = 117846, + [SMALL_STATE(2393)] = 117910, + [SMALL_STATE(2394)] = 117974, + [SMALL_STATE(2395)] = 118038, + [SMALL_STATE(2396)] = 118074, + [SMALL_STATE(2397)] = 118142, + [SMALL_STATE(2398)] = 118206, + [SMALL_STATE(2399)] = 118274, + [SMALL_STATE(2400)] = 118338, + [SMALL_STATE(2401)] = 118374, + [SMALL_STATE(2402)] = 118438, + [SMALL_STATE(2403)] = 118474, + [SMALL_STATE(2404)] = 118542, + [SMALL_STATE(2405)] = 118610, + [SMALL_STATE(2406)] = 118678, + [SMALL_STATE(2407)] = 118742, + [SMALL_STATE(2408)] = 118810, + [SMALL_STATE(2409)] = 118874, + [SMALL_STATE(2410)] = 118938, + [SMALL_STATE(2411)] = 119002, + [SMALL_STATE(2412)] = 119066, + [SMALL_STATE(2413)] = 119130, + [SMALL_STATE(2414)] = 119198, + [SMALL_STATE(2415)] = 119266, + [SMALL_STATE(2416)] = 119330, + [SMALL_STATE(2417)] = 119394, + [SMALL_STATE(2418)] = 119458, + [SMALL_STATE(2419)] = 119522, + [SMALL_STATE(2420)] = 119586, + [SMALL_STATE(2421)] = 119650, + [SMALL_STATE(2422)] = 119714, + [SMALL_STATE(2423)] = 119778, + [SMALL_STATE(2424)] = 119842, + [SMALL_STATE(2425)] = 119910, + [SMALL_STATE(2426)] = 119974, + [SMALL_STATE(2427)] = 120042, + [SMALL_STATE(2428)] = 120110, + [SMALL_STATE(2429)] = 120174, + [SMALL_STATE(2430)] = 120238, + [SMALL_STATE(2431)] = 120306, + [SMALL_STATE(2432)] = 120370, + [SMALL_STATE(2433)] = 120434, + [SMALL_STATE(2434)] = 120502, + [SMALL_STATE(2435)] = 120566, + [SMALL_STATE(2436)] = 120630, + [SMALL_STATE(2437)] = 120694, + [SMALL_STATE(2438)] = 120758, + [SMALL_STATE(2439)] = 120794, + [SMALL_STATE(2440)] = 120858, + [SMALL_STATE(2441)] = 120922, + [SMALL_STATE(2442)] = 120986, + [SMALL_STATE(2443)] = 121050, + [SMALL_STATE(2444)] = 121114, + [SMALL_STATE(2445)] = 121178, + [SMALL_STATE(2446)] = 121242, + [SMALL_STATE(2447)] = 121306, + [SMALL_STATE(2448)] = 121374, + [SMALL_STATE(2449)] = 121442, + [SMALL_STATE(2450)] = 121506, + [SMALL_STATE(2451)] = 121570, + [SMALL_STATE(2452)] = 121634, + [SMALL_STATE(2453)] = 121698, + [SMALL_STATE(2454)] = 121766, + [SMALL_STATE(2455)] = 121830, + [SMALL_STATE(2456)] = 121894, + [SMALL_STATE(2457)] = 121930, + [SMALL_STATE(2458)] = 121971, + [SMALL_STATE(2459)] = 122012, + [SMALL_STATE(2460)] = 122053, + [SMALL_STATE(2461)] = 122092, + [SMALL_STATE(2462)] = 122133, + [SMALL_STATE(2463)] = 122178, + [SMALL_STATE(2464)] = 122219, + [SMALL_STATE(2465)] = 122260, + [SMALL_STATE(2466)] = 122311, + [SMALL_STATE(2467)] = 122356, + [SMALL_STATE(2468)] = 122407, + [SMALL_STATE(2469)] = 122448, + [SMALL_STATE(2470)] = 122489, + [SMALL_STATE(2471)] = 122526, + [SMALL_STATE(2472)] = 122563, + [SMALL_STATE(2473)] = 122600, + [SMALL_STATE(2474)] = 122637, + [SMALL_STATE(2475)] = 122678, + [SMALL_STATE(2476)] = 122715, + [SMALL_STATE(2477)] = 122756, + [SMALL_STATE(2478)] = 122790, + [SMALL_STATE(2479)] = 122830, + [SMALL_STATE(2480)] = 122870, + [SMALL_STATE(2481)] = 122904, + [SMALL_STATE(2482)] = 122944, + [SMALL_STATE(2483)] = 122988, + [SMALL_STATE(2484)] = 123032, + [SMALL_STATE(2485)] = 123070, + [SMALL_STATE(2486)] = 123108, + [SMALL_STATE(2487)] = 123142, + [SMALL_STATE(2488)] = 123176, + [SMALL_STATE(2489)] = 123216, + [SMALL_STATE(2490)] = 123256, + [SMALL_STATE(2491)] = 123306, + [SMALL_STATE(2492)] = 123346, + [SMALL_STATE(2493)] = 123386, + [SMALL_STATE(2494)] = 123426, + [SMALL_STATE(2495)] = 123466, + [SMALL_STATE(2496)] = 123504, + [SMALL_STATE(2497)] = 123538, + [SMALL_STATE(2498)] = 123572, + [SMALL_STATE(2499)] = 123612, + [SMALL_STATE(2500)] = 123652, + [SMALL_STATE(2501)] = 123692, + [SMALL_STATE(2502)] = 123742, + [SMALL_STATE(2503)] = 123782, + [SMALL_STATE(2504)] = 123822, + [SMALL_STATE(2505)] = 123856, + [SMALL_STATE(2506)] = 123890, + [SMALL_STATE(2507)] = 123924, + [SMALL_STATE(2508)] = 123958, + [SMALL_STATE(2509)] = 123992, + [SMALL_STATE(2510)] = 124026, + [SMALL_STATE(2511)] = 124060, + [SMALL_STATE(2512)] = 124094, + [SMALL_STATE(2513)] = 124128, + [SMALL_STATE(2514)] = 124168, + [SMALL_STATE(2515)] = 124202, + [SMALL_STATE(2516)] = 124236, + [SMALL_STATE(2517)] = 124270, + [SMALL_STATE(2518)] = 124304, + [SMALL_STATE(2519)] = 124338, + [SMALL_STATE(2520)] = 124372, + [SMALL_STATE(2521)] = 124412, + [SMALL_STATE(2522)] = 124446, + [SMALL_STATE(2523)] = 124480, + [SMALL_STATE(2524)] = 124514, + [SMALL_STATE(2525)] = 124548, + [SMALL_STATE(2526)] = 124588, + [SMALL_STATE(2527)] = 124622, + [SMALL_STATE(2528)] = 124660, + [SMALL_STATE(2529)] = 124694, + [SMALL_STATE(2530)] = 124728, + [SMALL_STATE(2531)] = 124768, + [SMALL_STATE(2532)] = 124802, + [SMALL_STATE(2533)] = 124836, + [SMALL_STATE(2534)] = 124876, + [SMALL_STATE(2535)] = 124910, + [SMALL_STATE(2536)] = 124944, + [SMALL_STATE(2537)] = 124978, + [SMALL_STATE(2538)] = 125012, + [SMALL_STATE(2539)] = 125052, + [SMALL_STATE(2540)] = 125086, + [SMALL_STATE(2541)] = 125122, + [SMALL_STATE(2542)] = 125156, + [SMALL_STATE(2543)] = 125196, + [SMALL_STATE(2544)] = 125230, + [SMALL_STATE(2545)] = 125264, + [SMALL_STATE(2546)] = 125298, + [SMALL_STATE(2547)] = 125336, + [SMALL_STATE(2548)] = 125370, + [SMALL_STATE(2549)] = 125404, + [SMALL_STATE(2550)] = 125444, + [SMALL_STATE(2551)] = 125478, + [SMALL_STATE(2552)] = 125511, + [SMALL_STATE(2553)] = 125544, + [SMALL_STATE(2554)] = 125583, + [SMALL_STATE(2555)] = 125622, + [SMALL_STATE(2556)] = 125661, + [SMALL_STATE(2557)] = 125698, + [SMALL_STATE(2558)] = 125737, + [SMALL_STATE(2559)] = 125770, + [SMALL_STATE(2560)] = 125829, + [SMALL_STATE(2561)] = 125888, + [SMALL_STATE(2562)] = 125953, + [SMALL_STATE(2563)] = 126012, + [SMALL_STATE(2564)] = 126071, + [SMALL_STATE(2565)] = 126130, + [SMALL_STATE(2566)] = 126169, + [SMALL_STATE(2567)] = 126208, + [SMALL_STATE(2568)] = 126267, + [SMALL_STATE(2569)] = 126306, + [SMALL_STATE(2570)] = 126345, + [SMALL_STATE(2571)] = 126384, + [SMALL_STATE(2572)] = 126417, + [SMALL_STATE(2573)] = 126456, + [SMALL_STATE(2574)] = 126515, + [SMALL_STATE(2575)] = 126554, + [SMALL_STATE(2576)] = 126587, + [SMALL_STATE(2577)] = 126626, + [SMALL_STATE(2578)] = 126665, + [SMALL_STATE(2579)] = 126704, + [SMALL_STATE(2580)] = 126743, + [SMALL_STATE(2581)] = 126802, + [SMALL_STATE(2582)] = 126861, + [SMALL_STATE(2583)] = 126900, + [SMALL_STATE(2584)] = 126959, + [SMALL_STATE(2585)] = 127018, + [SMALL_STATE(2586)] = 127077, + [SMALL_STATE(2587)] = 127116, + [SMALL_STATE(2588)] = 127155, + [SMALL_STATE(2589)] = 127196, + [SMALL_STATE(2590)] = 127233, + [SMALL_STATE(2591)] = 127292, + [SMALL_STATE(2592)] = 127333, + [SMALL_STATE(2593)] = 127392, + [SMALL_STATE(2594)] = 127425, + [SMALL_STATE(2595)] = 127464, + [SMALL_STATE(2596)] = 127497, + [SMALL_STATE(2597)] = 127530, + [SMALL_STATE(2598)] = 127589, + [SMALL_STATE(2599)] = 127654, + [SMALL_STATE(2600)] = 127719, + [SMALL_STATE(2601)] = 127778, + [SMALL_STATE(2602)] = 127817, + [SMALL_STATE(2603)] = 127854, + [SMALL_STATE(2604)] = 127893, + [SMALL_STATE(2605)] = 127952, + [SMALL_STATE(2606)] = 128011, + [SMALL_STATE(2607)] = 128054, + [SMALL_STATE(2608)] = 128093, + [SMALL_STATE(2609)] = 128132, + [SMALL_STATE(2610)] = 128165, + [SMALL_STATE(2611)] = 128204, + [SMALL_STATE(2612)] = 128239, + [SMALL_STATE(2613)] = 128272, + [SMALL_STATE(2614)] = 128331, + [SMALL_STATE(2615)] = 128380, + [SMALL_STATE(2616)] = 128439, + [SMALL_STATE(2617)] = 128498, + [SMALL_STATE(2618)] = 128537, + [SMALL_STATE(2619)] = 128570, + [SMALL_STATE(2620)] = 128613, + [SMALL_STATE(2621)] = 128646, + [SMALL_STATE(2622)] = 128679, + [SMALL_STATE(2623)] = 128712, + [SMALL_STATE(2624)] = 128771, + [SMALL_STATE(2625)] = 128808, + [SMALL_STATE(2626)] = 128841, + [SMALL_STATE(2627)] = 128876, + [SMALL_STATE(2628)] = 128913, + [SMALL_STATE(2629)] = 128956, + [SMALL_STATE(2630)] = 129015, + [SMALL_STATE(2631)] = 129074, + [SMALL_STATE(2632)] = 129111, + [SMALL_STATE(2633)] = 129148, + [SMALL_STATE(2634)] = 129207, + [SMALL_STATE(2635)] = 129266, + [SMALL_STATE(2636)] = 129303, + [SMALL_STATE(2637)] = 129362, + [SMALL_STATE(2638)] = 129421, + [SMALL_STATE(2639)] = 129454, + [SMALL_STATE(2640)] = 129503, + [SMALL_STATE(2641)] = 129562, + [SMALL_STATE(2642)] = 129627, + [SMALL_STATE(2643)] = 129692, + [SMALL_STATE(2644)] = 129729, + [SMALL_STATE(2645)] = 129778, + [SMALL_STATE(2646)] = 129837, + [SMALL_STATE(2647)] = 129896, + [SMALL_STATE(2648)] = 129955, + [SMALL_STATE(2649)] = 129988, + [SMALL_STATE(2650)] = 130047, + [SMALL_STATE(2651)] = 130080, + [SMALL_STATE(2652)] = 130113, + [SMALL_STATE(2653)] = 130172, + [SMALL_STATE(2654)] = 130205, + [SMALL_STATE(2655)] = 130264, + [SMALL_STATE(2656)] = 130329, + [SMALL_STATE(2657)] = 130368, + [SMALL_STATE(2658)] = 130401, + [SMALL_STATE(2659)] = 130434, + [SMALL_STATE(2660)] = 130493, + [SMALL_STATE(2661)] = 130552, + [SMALL_STATE(2662)] = 130585, + [SMALL_STATE(2663)] = 130634, + [SMALL_STATE(2664)] = 130673, + [SMALL_STATE(2665)] = 130712, + [SMALL_STATE(2666)] = 130749, + [SMALL_STATE(2667)] = 130792, + [SMALL_STATE(2668)] = 130851, + [SMALL_STATE(2669)] = 130910, + [SMALL_STATE(2670)] = 130949, + [SMALL_STATE(2671)] = 130988, + [SMALL_STATE(2672)] = 131037, + [SMALL_STATE(2673)] = 131096, + [SMALL_STATE(2674)] = 131155, + [SMALL_STATE(2675)] = 131188, + [SMALL_STATE(2676)] = 131225, + [SMALL_STATE(2677)] = 131258, + [SMALL_STATE(2678)] = 131291, + [SMALL_STATE(2679)] = 131356, + [SMALL_STATE(2680)] = 131389, + [SMALL_STATE(2681)] = 131428, + [SMALL_STATE(2682)] = 131461, + [SMALL_STATE(2683)] = 131494, + [SMALL_STATE(2684)] = 131533, + [SMALL_STATE(2685)] = 131572, + [SMALL_STATE(2686)] = 131631, + [SMALL_STATE(2687)] = 131670, + [SMALL_STATE(2688)] = 131707, + [SMALL_STATE(2689)] = 131746, + [SMALL_STATE(2690)] = 131805, + [SMALL_STATE(2691)] = 131864, + [SMALL_STATE(2692)] = 131897, + [SMALL_STATE(2693)] = 131930, + [SMALL_STATE(2694)] = 131989, + [SMALL_STATE(2695)] = 132032, + [SMALL_STATE(2696)] = 132091, + [SMALL_STATE(2697)] = 132124, + [SMALL_STATE(2698)] = 132157, + [SMALL_STATE(2699)] = 132216, + [SMALL_STATE(2700)] = 132275, + [SMALL_STATE(2701)] = 132334, + [SMALL_STATE(2702)] = 132393, + [SMALL_STATE(2703)] = 132432, + [SMALL_STATE(2704)] = 132471, + [SMALL_STATE(2705)] = 132530, + [SMALL_STATE(2706)] = 132589, + [SMALL_STATE(2707)] = 132622, + [SMALL_STATE(2708)] = 132655, + [SMALL_STATE(2709)] = 132694, + [SMALL_STATE(2710)] = 132733, + [SMALL_STATE(2711)] = 132766, + [SMALL_STATE(2712)] = 132805, + [SMALL_STATE(2713)] = 132870, + [SMALL_STATE(2714)] = 132913, + [SMALL_STATE(2715)] = 132946, + [SMALL_STATE(2716)] = 132979, + [SMALL_STATE(2717)] = 133044, + [SMALL_STATE(2718)] = 133103, + [SMALL_STATE(2719)] = 133138, + [SMALL_STATE(2720)] = 133171, + [SMALL_STATE(2721)] = 133204, + [SMALL_STATE(2722)] = 133241, + [SMALL_STATE(2723)] = 133300, + [SMALL_STATE(2724)] = 133349, + [SMALL_STATE(2725)] = 133381, + [SMALL_STATE(2726)] = 133423, + [SMALL_STATE(2727)] = 133461, + [SMALL_STATE(2728)] = 133497, + [SMALL_STATE(2729)] = 133535, + [SMALL_STATE(2730)] = 133573, + [SMALL_STATE(2731)] = 133611, + [SMALL_STATE(2732)] = 133649, + [SMALL_STATE(2733)] = 133687, + [SMALL_STATE(2734)] = 133719, + [SMALL_STATE(2735)] = 133757, + [SMALL_STATE(2736)] = 133789, + [SMALL_STATE(2737)] = 133821, + [SMALL_STATE(2738)] = 133859, + [SMALL_STATE(2739)] = 133897, + [SMALL_STATE(2740)] = 133959, + [SMALL_STATE(2741)] = 134021, + [SMALL_STATE(2742)] = 134053, + [SMALL_STATE(2743)] = 134085, + [SMALL_STATE(2744)] = 134147, + [SMALL_STATE(2745)] = 134185, + [SMALL_STATE(2746)] = 134217, + [SMALL_STATE(2747)] = 134255, + [SMALL_STATE(2748)] = 134293, + [SMALL_STATE(2749)] = 134331, + [SMALL_STATE(2750)] = 134369, + [SMALL_STATE(2751)] = 134407, + [SMALL_STATE(2752)] = 134439, + [SMALL_STATE(2753)] = 134477, + [SMALL_STATE(2754)] = 134515, + [SMALL_STATE(2755)] = 134553, + [SMALL_STATE(2756)] = 134599, + [SMALL_STATE(2757)] = 134631, + [SMALL_STATE(2758)] = 134669, + [SMALL_STATE(2759)] = 134707, + [SMALL_STATE(2760)] = 134739, + [SMALL_STATE(2761)] = 134771, + [SMALL_STATE(2762)] = 134803, + [SMALL_STATE(2763)] = 134835, + [SMALL_STATE(2764)] = 134867, + [SMALL_STATE(2765)] = 134905, + [SMALL_STATE(2766)] = 134943, + [SMALL_STATE(2767)] = 134981, + [SMALL_STATE(2768)] = 135027, + [SMALL_STATE(2769)] = 135065, + [SMALL_STATE(2770)] = 135127, + [SMALL_STATE(2771)] = 135165, + [SMALL_STATE(2772)] = 135203, + [SMALL_STATE(2773)] = 135241, + [SMALL_STATE(2774)] = 135273, + [SMALL_STATE(2775)] = 135311, + [SMALL_STATE(2776)] = 135349, + [SMALL_STATE(2777)] = 135395, + [SMALL_STATE(2778)] = 135427, + [SMALL_STATE(2779)] = 135465, + [SMALL_STATE(2780)] = 135503, + [SMALL_STATE(2781)] = 135541, + [SMALL_STATE(2782)] = 135583, + [SMALL_STATE(2783)] = 135615, + [SMALL_STATE(2784)] = 135647, + [SMALL_STATE(2785)] = 135709, + [SMALL_STATE(2786)] = 135741, + [SMALL_STATE(2787)] = 135773, + [SMALL_STATE(2788)] = 135811, + [SMALL_STATE(2789)] = 135849, + [SMALL_STATE(2790)] = 135881, + [SMALL_STATE(2791)] = 135913, + [SMALL_STATE(2792)] = 135975, + [SMALL_STATE(2793)] = 136007, + [SMALL_STATE(2794)] = 136039, + [SMALL_STATE(2795)] = 136071, + [SMALL_STATE(2796)] = 136109, + [SMALL_STATE(2797)] = 136147, + [SMALL_STATE(2798)] = 136179, + [SMALL_STATE(2799)] = 136211, + [SMALL_STATE(2800)] = 136249, + [SMALL_STATE(2801)] = 136287, + [SMALL_STATE(2802)] = 136325, + [SMALL_STATE(2803)] = 136371, + [SMALL_STATE(2804)] = 136409, + [SMALL_STATE(2805)] = 136471, + [SMALL_STATE(2806)] = 136533, + [SMALL_STATE(2807)] = 136567, + [SMALL_STATE(2808)] = 136605, + [SMALL_STATE(2809)] = 136667, + [SMALL_STATE(2810)] = 136705, + [SMALL_STATE(2811)] = 136736, + [SMALL_STATE(2812)] = 136767, + [SMALL_STATE(2813)] = 136798, + [SMALL_STATE(2814)] = 136829, + [SMALL_STATE(2815)] = 136860, + [SMALL_STATE(2816)] = 136891, + [SMALL_STATE(2817)] = 136922, + [SMALL_STATE(2818)] = 136953, + [SMALL_STATE(2819)] = 136984, + [SMALL_STATE(2820)] = 137015, + [SMALL_STATE(2821)] = 137046, + [SMALL_STATE(2822)] = 137077, + [SMALL_STATE(2823)] = 137108, + [SMALL_STATE(2824)] = 137139, + [SMALL_STATE(2825)] = 137170, + [SMALL_STATE(2826)] = 137201, + [SMALL_STATE(2827)] = 137238, + [SMALL_STATE(2828)] = 137269, + [SMALL_STATE(2829)] = 137306, + [SMALL_STATE(2830)] = 137337, + [SMALL_STATE(2831)] = 137368, + [SMALL_STATE(2832)] = 137399, + [SMALL_STATE(2833)] = 137430, + [SMALL_STATE(2834)] = 137461, + [SMALL_STATE(2835)] = 137492, + [SMALL_STATE(2836)] = 137529, + [SMALL_STATE(2837)] = 137566, + [SMALL_STATE(2838)] = 137603, + [SMALL_STATE(2839)] = 137640, + [SMALL_STATE(2840)] = 137671, + [SMALL_STATE(2841)] = 137702, + [SMALL_STATE(2842)] = 137733, + [SMALL_STATE(2843)] = 137764, + [SMALL_STATE(2844)] = 137795, + [SMALL_STATE(2845)] = 137826, + [SMALL_STATE(2846)] = 137857, + [SMALL_STATE(2847)] = 137888, + [SMALL_STATE(2848)] = 137919, + [SMALL_STATE(2849)] = 137950, + [SMALL_STATE(2850)] = 137981, + [SMALL_STATE(2851)] = 138012, + [SMALL_STATE(2852)] = 138043, + [SMALL_STATE(2853)] = 138074, + [SMALL_STATE(2854)] = 138105, + [SMALL_STATE(2855)] = 138136, + [SMALL_STATE(2856)] = 138167, + [SMALL_STATE(2857)] = 138198, + [SMALL_STATE(2858)] = 138229, + [SMALL_STATE(2859)] = 138260, + [SMALL_STATE(2860)] = 138291, + [SMALL_STATE(2861)] = 138322, + [SMALL_STATE(2862)] = 138359, + [SMALL_STATE(2863)] = 138390, + [SMALL_STATE(2864)] = 138421, + [SMALL_STATE(2865)] = 138452, + [SMALL_STATE(2866)] = 138483, + [SMALL_STATE(2867)] = 138514, + [SMALL_STATE(2868)] = 138545, + [SMALL_STATE(2869)] = 138576, + [SMALL_STATE(2870)] = 138607, + [SMALL_STATE(2871)] = 138638, + [SMALL_STATE(2872)] = 138669, + [SMALL_STATE(2873)] = 138700, + [SMALL_STATE(2874)] = 138737, + [SMALL_STATE(2875)] = 138768, + [SMALL_STATE(2876)] = 138799, + [SMALL_STATE(2877)] = 138836, + [SMALL_STATE(2878)] = 138867, + [SMALL_STATE(2879)] = 138898, + [SMALL_STATE(2880)] = 138935, + [SMALL_STATE(2881)] = 138966, + [SMALL_STATE(2882)] = 138997, + [SMALL_STATE(2883)] = 139028, + [SMALL_STATE(2884)] = 139059, + [SMALL_STATE(2885)] = 139090, + [SMALL_STATE(2886)] = 139121, + [SMALL_STATE(2887)] = 139152, + [SMALL_STATE(2888)] = 139183, + [SMALL_STATE(2889)] = 139220, + [SMALL_STATE(2890)] = 139251, + [SMALL_STATE(2891)] = 139282, + [SMALL_STATE(2892)] = 139313, + [SMALL_STATE(2893)] = 139350, + [SMALL_STATE(2894)] = 139381, + [SMALL_STATE(2895)] = 139412, + [SMALL_STATE(2896)] = 139443, + [SMALL_STATE(2897)] = 139474, + [SMALL_STATE(2898)] = 139505, + [SMALL_STATE(2899)] = 139536, + [SMALL_STATE(2900)] = 139567, + [SMALL_STATE(2901)] = 139598, + [SMALL_STATE(2902)] = 139633, + [SMALL_STATE(2903)] = 139664, + [SMALL_STATE(2904)] = 139701, + [SMALL_STATE(2905)] = 139732, + [SMALL_STATE(2906)] = 139769, + [SMALL_STATE(2907)] = 139800, + [SMALL_STATE(2908)] = 139831, + [SMALL_STATE(2909)] = 139862, + [SMALL_STATE(2910)] = 139893, + [SMALL_STATE(2911)] = 139924, + [SMALL_STATE(2912)] = 139955, + [SMALL_STATE(2913)] = 139986, + [SMALL_STATE(2914)] = 140017, + [SMALL_STATE(2915)] = 140048, + [SMALL_STATE(2916)] = 140079, + [SMALL_STATE(2917)] = 140110, + [SMALL_STATE(2918)] = 140141, + [SMALL_STATE(2919)] = 140172, + [SMALL_STATE(2920)] = 140203, + [SMALL_STATE(2921)] = 140234, + [SMALL_STATE(2922)] = 140265, + [SMALL_STATE(2923)] = 140296, + [SMALL_STATE(2924)] = 140333, + [SMALL_STATE(2925)] = 140364, + [SMALL_STATE(2926)] = 140395, + [SMALL_STATE(2927)] = 140426, + [SMALL_STATE(2928)] = 140457, + [SMALL_STATE(2929)] = 140494, + [SMALL_STATE(2930)] = 140525, + [SMALL_STATE(2931)] = 140562, + [SMALL_STATE(2932)] = 140599, + [SMALL_STATE(2933)] = 140636, + [SMALL_STATE(2934)] = 140671, + [SMALL_STATE(2935)] = 140702, + [SMALL_STATE(2936)] = 140733, + [SMALL_STATE(2937)] = 140764, + [SMALL_STATE(2938)] = 140795, + [SMALL_STATE(2939)] = 140826, + [SMALL_STATE(2940)] = 140882, + [SMALL_STATE(2941)] = 140916, + [SMALL_STATE(2942)] = 140952, + [SMALL_STATE(2943)] = 140982, + [SMALL_STATE(2944)] = 141018, + [SMALL_STATE(2945)] = 141054, + [SMALL_STATE(2946)] = 141090, + [SMALL_STATE(2947)] = 141146, + [SMALL_STATE(2948)] = 141182, + [SMALL_STATE(2949)] = 141238, + [SMALL_STATE(2950)] = 141274, + [SMALL_STATE(2951)] = 141310, + [SMALL_STATE(2952)] = 141366, + [SMALL_STATE(2953)] = 141400, + [SMALL_STATE(2954)] = 141436, + [SMALL_STATE(2955)] = 141470, + [SMALL_STATE(2956)] = 141506, + [SMALL_STATE(2957)] = 141542, + [SMALL_STATE(2958)] = 141598, + [SMALL_STATE(2959)] = 141634, + [SMALL_STATE(2960)] = 141668, + [SMALL_STATE(2961)] = 141704, + [SMALL_STATE(2962)] = 141760, + [SMALL_STATE(2963)] = 141796, + [SMALL_STATE(2964)] = 141832, + [SMALL_STATE(2965)] = 141863, + [SMALL_STATE(2966)] = 141894, + [SMALL_STATE(2967)] = 141927, + [SMALL_STATE(2968)] = 141962, + [SMALL_STATE(2969)] = 141997, + [SMALL_STATE(2970)] = 142032, + [SMALL_STATE(2971)] = 142063, + [SMALL_STATE(2972)] = 142098, + [SMALL_STATE(2973)] = 142129, + [SMALL_STATE(2974)] = 142160, + [SMALL_STATE(2975)] = 142199, + [SMALL_STATE(2976)] = 142234, + [SMALL_STATE(2977)] = 142269, + [SMALL_STATE(2978)] = 142300, + [SMALL_STATE(2979)] = 142331, + [SMALL_STATE(2980)] = 142384, + [SMALL_STATE(2981)] = 142415, + [SMALL_STATE(2982)] = 142450, + [SMALL_STATE(2983)] = 142489, + [SMALL_STATE(2984)] = 142520, + [SMALL_STATE(2985)] = 142551, + [SMALL_STATE(2986)] = 142592, + [SMALL_STATE(2987)] = 142623, + [SMALL_STATE(2988)] = 142656, + [SMALL_STATE(2989)] = 142697, + [SMALL_STATE(2990)] = 142728, + [SMALL_STATE(2991)] = 142757, + [SMALL_STATE(2992)] = 142786, + [SMALL_STATE(2993)] = 142815, + [SMALL_STATE(2994)] = 142844, + [SMALL_STATE(2995)] = 142873, + [SMALL_STATE(2996)] = 142902, + [SMALL_STATE(2997)] = 142931, + [SMALL_STATE(2998)] = 142962, + [SMALL_STATE(2999)] = 142993, + [SMALL_STATE(3000)] = 143022, + [SMALL_STATE(3001)] = 143069, + [SMALL_STATE(3002)] = 143112, + [SMALL_STATE(3003)] = 143143, + [SMALL_STATE(3004)] = 143172, + [SMALL_STATE(3005)] = 143203, + [SMALL_STATE(3006)] = 143232, + [SMALL_STATE(3007)] = 143261, + [SMALL_STATE(3008)] = 143290, + [SMALL_STATE(3009)] = 143319, + [SMALL_STATE(3010)] = 143348, + [SMALL_STATE(3011)] = 143377, + [SMALL_STATE(3012)] = 143408, + [SMALL_STATE(3013)] = 143439, + [SMALL_STATE(3014)] = 143472, + [SMALL_STATE(3015)] = 143501, + [SMALL_STATE(3016)] = 143532, + [SMALL_STATE(3017)] = 143561, + [SMALL_STATE(3018)] = 143590, + [SMALL_STATE(3019)] = 143637, + [SMALL_STATE(3020)] = 143668, + [SMALL_STATE(3021)] = 143699, + [SMALL_STATE(3022)] = 143730, + [SMALL_STATE(3023)] = 143761, + [SMALL_STATE(3024)] = 143790, + [SMALL_STATE(3025)] = 143821, + [SMALL_STATE(3026)] = 143852, + [SMALL_STATE(3027)] = 143887, + [SMALL_STATE(3028)] = 143922, + [SMALL_STATE(3029)] = 143957, + [SMALL_STATE(3030)] = 144004, + [SMALL_STATE(3031)] = 144047, + [SMALL_STATE(3032)] = 144081, + [SMALL_STATE(3033)] = 144115, + [SMALL_STATE(3034)] = 144149, + [SMALL_STATE(3035)] = 144177, + [SMALL_STATE(3036)] = 144205, + [SMALL_STATE(3037)] = 144239, + [SMALL_STATE(3038)] = 144273, + [SMALL_STATE(3039)] = 144301, + [SMALL_STATE(3040)] = 144329, + [SMALL_STATE(3041)] = 144363, + [SMALL_STATE(3042)] = 144391, + [SMALL_STATE(3043)] = 144419, + [SMALL_STATE(3044)] = 144453, + [SMALL_STATE(3045)] = 144487, + [SMALL_STATE(3046)] = 144521, + [SMALL_STATE(3047)] = 144549, + [SMALL_STATE(3048)] = 144577, + [SMALL_STATE(3049)] = 144605, + [SMALL_STATE(3050)] = 144637, + [SMALL_STATE(3051)] = 144669, + [SMALL_STATE(3052)] = 144697, + [SMALL_STATE(3053)] = 144731, + [SMALL_STATE(3054)] = 144759, + [SMALL_STATE(3055)] = 144787, + [SMALL_STATE(3056)] = 144815, + [SMALL_STATE(3057)] = 144843, + [SMALL_STATE(3058)] = 144871, + [SMALL_STATE(3059)] = 144899, + [SMALL_STATE(3060)] = 144927, + [SMALL_STATE(3061)] = 144955, + [SMALL_STATE(3062)] = 144983, + [SMALL_STATE(3063)] = 145011, + [SMALL_STATE(3064)] = 145039, + [SMALL_STATE(3065)] = 145067, + [SMALL_STATE(3066)] = 145095, + [SMALL_STATE(3067)] = 145129, + [SMALL_STATE(3068)] = 145163, + [SMALL_STATE(3069)] = 145191, + [SMALL_STATE(3070)] = 145219, + [SMALL_STATE(3071)] = 145247, + [SMALL_STATE(3072)] = 145275, + [SMALL_STATE(3073)] = 145303, + [SMALL_STATE(3074)] = 145331, + [SMALL_STATE(3075)] = 145359, + [SMALL_STATE(3076)] = 145387, + [SMALL_STATE(3077)] = 145421, + [SMALL_STATE(3078)] = 145449, + [SMALL_STATE(3079)] = 145477, + [SMALL_STATE(3080)] = 145505, + [SMALL_STATE(3081)] = 145537, + [SMALL_STATE(3082)] = 145565, + [SMALL_STATE(3083)] = 145593, + [SMALL_STATE(3084)] = 145621, + [SMALL_STATE(3085)] = 145649, + [SMALL_STATE(3086)] = 145677, + [SMALL_STATE(3087)] = 145705, + [SMALL_STATE(3088)] = 145733, + [SMALL_STATE(3089)] = 145775, + [SMALL_STATE(3090)] = 145807, + [SMALL_STATE(3091)] = 145851, + [SMALL_STATE(3092)] = 145883, + [SMALL_STATE(3093)] = 145911, + [SMALL_STATE(3094)] = 145939, + [SMALL_STATE(3095)] = 145971, + [SMALL_STATE(3096)] = 145999, + [SMALL_STATE(3097)] = 146031, + [SMALL_STATE(3098)] = 146059, + [SMALL_STATE(3099)] = 146087, + [SMALL_STATE(3100)] = 146115, + [SMALL_STATE(3101)] = 146143, + [SMALL_STATE(3102)] = 146171, + [SMALL_STATE(3103)] = 146203, + [SMALL_STATE(3104)] = 146231, + [SMALL_STATE(3105)] = 146259, + [SMALL_STATE(3106)] = 146287, + [SMALL_STATE(3107)] = 146321, + [SMALL_STATE(3108)] = 146353, + [SMALL_STATE(3109)] = 146387, + [SMALL_STATE(3110)] = 146429, + [SMALL_STATE(3111)] = 146461, + [SMALL_STATE(3112)] = 146489, + [SMALL_STATE(3113)] = 146517, + [SMALL_STATE(3114)] = 146549, + [SMALL_STATE(3115)] = 146577, + [SMALL_STATE(3116)] = 146611, + [SMALL_STATE(3117)] = 146639, + [SMALL_STATE(3118)] = 146671, + [SMALL_STATE(3119)] = 146705, + [SMALL_STATE(3120)] = 146737, + [SMALL_STATE(3121)] = 146765, + [SMALL_STATE(3122)] = 146797, + [SMALL_STATE(3123)] = 146825, + [SMALL_STATE(3124)] = 146853, + [SMALL_STATE(3125)] = 146881, + [SMALL_STATE(3126)] = 146911, + [SMALL_STATE(3127)] = 146939, + [SMALL_STATE(3128)] = 146967, + [SMALL_STATE(3129)] = 146999, + [SMALL_STATE(3130)] = 147027, + [SMALL_STATE(3131)] = 147055, + [SMALL_STATE(3132)] = 147088, + [SMALL_STATE(3133)] = 147115, + [SMALL_STATE(3134)] = 147146, + [SMALL_STATE(3135)] = 147173, + [SMALL_STATE(3136)] = 147204, + [SMALL_STATE(3137)] = 147231, + [SMALL_STATE(3138)] = 147262, + [SMALL_STATE(3139)] = 147289, + [SMALL_STATE(3140)] = 147316, + [SMALL_STATE(3141)] = 147343, + [SMALL_STATE(3142)] = 147374, + [SMALL_STATE(3143)] = 147405, + [SMALL_STATE(3144)] = 147432, + [SMALL_STATE(3145)] = 147459, + [SMALL_STATE(3146)] = 147486, + [SMALL_STATE(3147)] = 147513, + [SMALL_STATE(3148)] = 147544, + [SMALL_STATE(3149)] = 147571, + [SMALL_STATE(3150)] = 147598, + [SMALL_STATE(3151)] = 147625, + [SMALL_STATE(3152)] = 147656, + [SMALL_STATE(3153)] = 147683, + [SMALL_STATE(3154)] = 147714, + [SMALL_STATE(3155)] = 147741, + [SMALL_STATE(3156)] = 147776, + [SMALL_STATE(3157)] = 147807, + [SMALL_STATE(3158)] = 147834, + [SMALL_STATE(3159)] = 147861, + [SMALL_STATE(3160)] = 147888, + [SMALL_STATE(3161)] = 147921, + [SMALL_STATE(3162)] = 147948, + [SMALL_STATE(3163)] = 147981, + [SMALL_STATE(3164)] = 148012, + [SMALL_STATE(3165)] = 148039, + [SMALL_STATE(3166)] = 148070, + [SMALL_STATE(3167)] = 148101, + [SMALL_STATE(3168)] = 148128, + [SMALL_STATE(3169)] = 148159, + [SMALL_STATE(3170)] = 148190, + [SMALL_STATE(3171)] = 148217, + [SMALL_STATE(3172)] = 148244, + [SMALL_STATE(3173)] = 148271, + [SMALL_STATE(3174)] = 148298, + [SMALL_STATE(3175)] = 148325, + [SMALL_STATE(3176)] = 148352, + [SMALL_STATE(3177)] = 148379, + [SMALL_STATE(3178)] = 148406, + [SMALL_STATE(3179)] = 148437, + [SMALL_STATE(3180)] = 148464, + [SMALL_STATE(3181)] = 148491, + [SMALL_STATE(3182)] = 148518, + [SMALL_STATE(3183)] = 148545, + [SMALL_STATE(3184)] = 148572, + [SMALL_STATE(3185)] = 148599, + [SMALL_STATE(3186)] = 148626, + [SMALL_STATE(3187)] = 148653, + [SMALL_STATE(3188)] = 148680, + [SMALL_STATE(3189)] = 148707, + [SMALL_STATE(3190)] = 148738, + [SMALL_STATE(3191)] = 148771, + [SMALL_STATE(3192)] = 148806, + [SMALL_STATE(3193)] = 148844, + [SMALL_STATE(3194)] = 148870, + [SMALL_STATE(3195)] = 148896, + [SMALL_STATE(3196)] = 148934, + [SMALL_STATE(3197)] = 148964, + [SMALL_STATE(3198)] = 148990, + [SMALL_STATE(3199)] = 149016, + [SMALL_STATE(3200)] = 149048, + [SMALL_STATE(3201)] = 149074, + [SMALL_STATE(3202)] = 149100, + [SMALL_STATE(3203)] = 149126, + [SMALL_STATE(3204)] = 149156, + [SMALL_STATE(3205)] = 149188, + [SMALL_STATE(3206)] = 149226, + [SMALL_STATE(3207)] = 149252, + [SMALL_STATE(3208)] = 149290, + [SMALL_STATE(3209)] = 149316, + [SMALL_STATE(3210)] = 149346, + [SMALL_STATE(3211)] = 149380, + [SMALL_STATE(3212)] = 149406, + [SMALL_STATE(3213)] = 149432, + [SMALL_STATE(3214)] = 149470, + [SMALL_STATE(3215)] = 149496, + [SMALL_STATE(3216)] = 149522, + [SMALL_STATE(3217)] = 149552, + [SMALL_STATE(3218)] = 149578, + [SMALL_STATE(3219)] = 149604, + [SMALL_STATE(3220)] = 149642, + [SMALL_STATE(3221)] = 149676, + [SMALL_STATE(3222)] = 149714, + [SMALL_STATE(3223)] = 149740, + [SMALL_STATE(3224)] = 149766, + [SMALL_STATE(3225)] = 149804, + [SMALL_STATE(3226)] = 149836, + [SMALL_STATE(3227)] = 149868, + [SMALL_STATE(3228)] = 149900, + [SMALL_STATE(3229)] = 149926, + [SMALL_STATE(3230)] = 149952, + [SMALL_STATE(3231)] = 149978, + [SMALL_STATE(3232)] = 150004, + [SMALL_STATE(3233)] = 150034, + [SMALL_STATE(3234)] = 150059, + [SMALL_STATE(3235)] = 150084, + [SMALL_STATE(3236)] = 150109, + [SMALL_STATE(3237)] = 150134, + [SMALL_STATE(3238)] = 150159, + [SMALL_STATE(3239)] = 150184, + [SMALL_STATE(3240)] = 150209, + [SMALL_STATE(3241)] = 150234, + [SMALL_STATE(3242)] = 150259, + [SMALL_STATE(3243)] = 150284, + [SMALL_STATE(3244)] = 150309, + [SMALL_STATE(3245)] = 150334, + [SMALL_STATE(3246)] = 150359, + [SMALL_STATE(3247)] = 150384, + [SMALL_STATE(3248)] = 150409, + [SMALL_STATE(3249)] = 150434, + [SMALL_STATE(3250)] = 150459, + [SMALL_STATE(3251)] = 150484, + [SMALL_STATE(3252)] = 150509, + [SMALL_STATE(3253)] = 150534, + [SMALL_STATE(3254)] = 150559, + [SMALL_STATE(3255)] = 150592, + [SMALL_STATE(3256)] = 150617, + [SMALL_STATE(3257)] = 150650, + [SMALL_STATE(3258)] = 150683, + [SMALL_STATE(3259)] = 150708, + [SMALL_STATE(3260)] = 150733, + [SMALL_STATE(3261)] = 150757, + [SMALL_STATE(3262)] = 150781, + [SMALL_STATE(3263)] = 150805, + [SMALL_STATE(3264)] = 150829, + [SMALL_STATE(3265)] = 150853, + [SMALL_STATE(3266)] = 150891, + [SMALL_STATE(3267)] = 150915, + [SMALL_STATE(3268)] = 150939, + [SMALL_STATE(3269)] = 150963, + [SMALL_STATE(3270)] = 150987, + [SMALL_STATE(3271)] = 151011, + [SMALL_STATE(3272)] = 151035, + [SMALL_STATE(3273)] = 151059, + [SMALL_STATE(3274)] = 151083, + [SMALL_STATE(3275)] = 151107, + [SMALL_STATE(3276)] = 151131, + [SMALL_STATE(3277)] = 151155, + [SMALL_STATE(3278)] = 151185, + [SMALL_STATE(3279)] = 151209, + [SMALL_STATE(3280)] = 151233, + [SMALL_STATE(3281)] = 151257, + [SMALL_STATE(3282)] = 151281, + [SMALL_STATE(3283)] = 151305, + [SMALL_STATE(3284)] = 151329, + [SMALL_STATE(3285)] = 151353, + [SMALL_STATE(3286)] = 151377, + [SMALL_STATE(3287)] = 151401, + [SMALL_STATE(3288)] = 151425, + [SMALL_STATE(3289)] = 151449, + [SMALL_STATE(3290)] = 151473, + [SMALL_STATE(3291)] = 151497, + [SMALL_STATE(3292)] = 151521, + [SMALL_STATE(3293)] = 151545, + [SMALL_STATE(3294)] = 151569, + [SMALL_STATE(3295)] = 151593, + [SMALL_STATE(3296)] = 151617, + [SMALL_STATE(3297)] = 151641, + [SMALL_STATE(3298)] = 151665, + [SMALL_STATE(3299)] = 151701, + [SMALL_STATE(3300)] = 151725, + [SMALL_STATE(3301)] = 151749, + [SMALL_STATE(3302)] = 151773, + [SMALL_STATE(3303)] = 151797, + [SMALL_STATE(3304)] = 151821, + [SMALL_STATE(3305)] = 151845, + [SMALL_STATE(3306)] = 151869, + [SMALL_STATE(3307)] = 151893, + [SMALL_STATE(3308)] = 151917, + [SMALL_STATE(3309)] = 151941, + [SMALL_STATE(3310)] = 151965, + [SMALL_STATE(3311)] = 151989, + [SMALL_STATE(3312)] = 152013, + [SMALL_STATE(3313)] = 152037, + [SMALL_STATE(3314)] = 152061, + [SMALL_STATE(3315)] = 152085, + [SMALL_STATE(3316)] = 152109, + [SMALL_STATE(3317)] = 152133, + [SMALL_STATE(3318)] = 152164, + [SMALL_STATE(3319)] = 152193, + [SMALL_STATE(3320)] = 152224, + [SMALL_STATE(3321)] = 152255, + [SMALL_STATE(3322)] = 152286, + [SMALL_STATE(3323)] = 152317, + [SMALL_STATE(3324)] = 152348, + [SMALL_STATE(3325)] = 152377, + [SMALL_STATE(3326)] = 152406, + [SMALL_STATE(3327)] = 152435, + [SMALL_STATE(3328)] = 152464, + [SMALL_STATE(3329)] = 152493, + [SMALL_STATE(3330)] = 152522, + [SMALL_STATE(3331)] = 152551, + [SMALL_STATE(3332)] = 152580, + [SMALL_STATE(3333)] = 152611, + [SMALL_STATE(3334)] = 152648, + [SMALL_STATE(3335)] = 152677, + [SMALL_STATE(3336)] = 152706, + [SMALL_STATE(3337)] = 152737, + [SMALL_STATE(3338)] = 152775, + [SMALL_STATE(3339)] = 152813, + [SMALL_STATE(3340)] = 152851, + [SMALL_STATE(3341)] = 152889, + [SMALL_STATE(3342)] = 152911, + [SMALL_STATE(3343)] = 152949, + [SMALL_STATE(3344)] = 152987, + [SMALL_STATE(3345)] = 153009, + [SMALL_STATE(3346)] = 153031, + [SMALL_STATE(3347)] = 153069, + [SMALL_STATE(3348)] = 153091, + [SMALL_STATE(3349)] = 153129, + [SMALL_STATE(3350)] = 153167, + [SMALL_STATE(3351)] = 153205, + [SMALL_STATE(3352)] = 153243, + [SMALL_STATE(3353)] = 153281, + [SMALL_STATE(3354)] = 153319, + [SMALL_STATE(3355)] = 153357, + [SMALL_STATE(3356)] = 153395, + [SMALL_STATE(3357)] = 153433, + [SMALL_STATE(3358)] = 153471, + [SMALL_STATE(3359)] = 153509, + [SMALL_STATE(3360)] = 153531, + [SMALL_STATE(3361)] = 153569, + [SMALL_STATE(3362)] = 153607, + [SMALL_STATE(3363)] = 153645, + [SMALL_STATE(3364)] = 153667, + [SMALL_STATE(3365)] = 153705, + [SMALL_STATE(3366)] = 153743, + [SMALL_STATE(3367)] = 153781, + [SMALL_STATE(3368)] = 153819, + [SMALL_STATE(3369)] = 153857, + [SMALL_STATE(3370)] = 153895, + [SMALL_STATE(3371)] = 153933, + [SMALL_STATE(3372)] = 153971, + [SMALL_STATE(3373)] = 154009, + [SMALL_STATE(3374)] = 154047, + [SMALL_STATE(3375)] = 154085, + [SMALL_STATE(3376)] = 154123, + [SMALL_STATE(3377)] = 154161, + [SMALL_STATE(3378)] = 154187, + [SMALL_STATE(3379)] = 154225, + [SMALL_STATE(3380)] = 154247, + [SMALL_STATE(3381)] = 154285, + [SMALL_STATE(3382)] = 154323, + [SMALL_STATE(3383)] = 154361, + [SMALL_STATE(3384)] = 154399, + [SMALL_STATE(3385)] = 154421, + [SMALL_STATE(3386)] = 154459, + [SMALL_STATE(3387)] = 154497, + [SMALL_STATE(3388)] = 154535, + [SMALL_STATE(3389)] = 154557, + [SMALL_STATE(3390)] = 154595, + [SMALL_STATE(3391)] = 154633, + [SMALL_STATE(3392)] = 154671, + [SMALL_STATE(3393)] = 154709, + [SMALL_STATE(3394)] = 154747, + [SMALL_STATE(3395)] = 154769, + [SMALL_STATE(3396)] = 154807, + [SMALL_STATE(3397)] = 154845, + [SMALL_STATE(3398)] = 154883, + [SMALL_STATE(3399)] = 154921, + [SMALL_STATE(3400)] = 154959, + [SMALL_STATE(3401)] = 154997, + [SMALL_STATE(3402)] = 155035, + [SMALL_STATE(3403)] = 155073, + [SMALL_STATE(3404)] = 155111, + [SMALL_STATE(3405)] = 155133, + [SMALL_STATE(3406)] = 155171, + [SMALL_STATE(3407)] = 155209, + [SMALL_STATE(3408)] = 155235, + [SMALL_STATE(3409)] = 155273, + [SMALL_STATE(3410)] = 155311, + [SMALL_STATE(3411)] = 155349, + [SMALL_STATE(3412)] = 155387, + [SMALL_STATE(3413)] = 155425, + [SMALL_STATE(3414)] = 155463, + [SMALL_STATE(3415)] = 155485, + [SMALL_STATE(3416)] = 155523, + [SMALL_STATE(3417)] = 155561, + [SMALL_STATE(3418)] = 155583, + [SMALL_STATE(3419)] = 155621, + [SMALL_STATE(3420)] = 155643, + [SMALL_STATE(3421)] = 155681, + [SMALL_STATE(3422)] = 155719, + [SMALL_STATE(3423)] = 155741, + [SMALL_STATE(3424)] = 155779, + [SMALL_STATE(3425)] = 155817, + [SMALL_STATE(3426)] = 155855, + [SMALL_STATE(3427)] = 155893, + [SMALL_STATE(3428)] = 155931, + [SMALL_STATE(3429)] = 155969, + [SMALL_STATE(3430)] = 156007, + [SMALL_STATE(3431)] = 156045, + [SMALL_STATE(3432)] = 156083, + [SMALL_STATE(3433)] = 156121, + [SMALL_STATE(3434)] = 156143, + [SMALL_STATE(3435)] = 156181, + [SMALL_STATE(3436)] = 156219, + [SMALL_STATE(3437)] = 156247, + [SMALL_STATE(3438)] = 156285, + [SMALL_STATE(3439)] = 156323, + [SMALL_STATE(3440)] = 156361, + [SMALL_STATE(3441)] = 156383, + [SMALL_STATE(3442)] = 156421, + [SMALL_STATE(3443)] = 156459, + [SMALL_STATE(3444)] = 156497, + [SMALL_STATE(3445)] = 156535, + [SMALL_STATE(3446)] = 156573, + [SMALL_STATE(3447)] = 156611, + [SMALL_STATE(3448)] = 156649, + [SMALL_STATE(3449)] = 156687, + [SMALL_STATE(3450)] = 156725, + [SMALL_STATE(3451)] = 156763, + [SMALL_STATE(3452)] = 156801, + [SMALL_STATE(3453)] = 156823, + [SMALL_STATE(3454)] = 156861, + [SMALL_STATE(3455)] = 156899, + [SMALL_STATE(3456)] = 156937, + [SMALL_STATE(3457)] = 156963, + [SMALL_STATE(3458)] = 157001, + [SMALL_STATE(3459)] = 157039, + [SMALL_STATE(3460)] = 157061, + [SMALL_STATE(3461)] = 157099, + [SMALL_STATE(3462)] = 157137, + [SMALL_STATE(3463)] = 157162, + [SMALL_STATE(3464)] = 157187, + [SMALL_STATE(3465)] = 157212, + [SMALL_STATE(3466)] = 157237, + [SMALL_STATE(3467)] = 157262, + [SMALL_STATE(3468)] = 157287, + [SMALL_STATE(3469)] = 157312, + [SMALL_STATE(3470)] = 157337, + [SMALL_STATE(3471)] = 157362, + [SMALL_STATE(3472)] = 157387, + [SMALL_STATE(3473)] = 157412, + [SMALL_STATE(3474)] = 157437, + [SMALL_STATE(3475)] = 157462, + [SMALL_STATE(3476)] = 157487, + [SMALL_STATE(3477)] = 157512, + [SMALL_STATE(3478)] = 157533, + [SMALL_STATE(3479)] = 157558, + [SMALL_STATE(3480)] = 157583, + [SMALL_STATE(3481)] = 157608, + [SMALL_STATE(3482)] = 157633, + [SMALL_STATE(3483)] = 157658, + [SMALL_STATE(3484)] = 157683, + [SMALL_STATE(3485)] = 157708, + [SMALL_STATE(3486)] = 157733, + [SMALL_STATE(3487)] = 157758, + [SMALL_STATE(3488)] = 157783, + [SMALL_STATE(3489)] = 157808, + [SMALL_STATE(3490)] = 157833, + [SMALL_STATE(3491)] = 157858, + [SMALL_STATE(3492)] = 157883, + [SMALL_STATE(3493)] = 157908, + [SMALL_STATE(3494)] = 157933, + [SMALL_STATE(3495)] = 157958, + [SMALL_STATE(3496)] = 157983, + [SMALL_STATE(3497)] = 158008, + [SMALL_STATE(3498)] = 158033, + [SMALL_STATE(3499)] = 158058, + [SMALL_STATE(3500)] = 158083, + [SMALL_STATE(3501)] = 158108, + [SMALL_STATE(3502)] = 158133, + [SMALL_STATE(3503)] = 158158, + [SMALL_STATE(3504)] = 158183, + [SMALL_STATE(3505)] = 158208, + [SMALL_STATE(3506)] = 158233, + [SMALL_STATE(3507)] = 158258, + [SMALL_STATE(3508)] = 158283, + [SMALL_STATE(3509)] = 158308, + [SMALL_STATE(3510)] = 158333, + [SMALL_STATE(3511)] = 158358, + [SMALL_STATE(3512)] = 158383, + [SMALL_STATE(3513)] = 158408, + [SMALL_STATE(3514)] = 158433, + [SMALL_STATE(3515)] = 158458, + [SMALL_STATE(3516)] = 158483, + [SMALL_STATE(3517)] = 158508, + [SMALL_STATE(3518)] = 158533, + [SMALL_STATE(3519)] = 158558, + [SMALL_STATE(3520)] = 158583, + [SMALL_STATE(3521)] = 158608, + [SMALL_STATE(3522)] = 158633, + [SMALL_STATE(3523)] = 158658, + [SMALL_STATE(3524)] = 158683, + [SMALL_STATE(3525)] = 158708, + [SMALL_STATE(3526)] = 158733, + [SMALL_STATE(3527)] = 158758, + [SMALL_STATE(3528)] = 158783, + [SMALL_STATE(3529)] = 158808, + [SMALL_STATE(3530)] = 158833, + [SMALL_STATE(3531)] = 158858, + [SMALL_STATE(3532)] = 158883, + [SMALL_STATE(3533)] = 158908, + [SMALL_STATE(3534)] = 158933, + [SMALL_STATE(3535)] = 158958, + [SMALL_STATE(3536)] = 158983, + [SMALL_STATE(3537)] = 159008, + [SMALL_STATE(3538)] = 159033, + [SMALL_STATE(3539)] = 159058, + [SMALL_STATE(3540)] = 159083, + [SMALL_STATE(3541)] = 159108, + [SMALL_STATE(3542)] = 159133, + [SMALL_STATE(3543)] = 159158, + [SMALL_STATE(3544)] = 159183, + [SMALL_STATE(3545)] = 159208, + [SMALL_STATE(3546)] = 159233, + [SMALL_STATE(3547)] = 159258, + [SMALL_STATE(3548)] = 159283, + [SMALL_STATE(3549)] = 159308, + [SMALL_STATE(3550)] = 159333, + [SMALL_STATE(3551)] = 159358, + [SMALL_STATE(3552)] = 159383, + [SMALL_STATE(3553)] = 159408, + [SMALL_STATE(3554)] = 159433, + [SMALL_STATE(3555)] = 159458, + [SMALL_STATE(3556)] = 159483, + [SMALL_STATE(3557)] = 159508, + [SMALL_STATE(3558)] = 159533, + [SMALL_STATE(3559)] = 159558, + [SMALL_STATE(3560)] = 159583, + [SMALL_STATE(3561)] = 159608, + [SMALL_STATE(3562)] = 159633, + [SMALL_STATE(3563)] = 159658, + [SMALL_STATE(3564)] = 159683, + [SMALL_STATE(3565)] = 159708, + [SMALL_STATE(3566)] = 159733, + [SMALL_STATE(3567)] = 159758, + [SMALL_STATE(3568)] = 159783, + [SMALL_STATE(3569)] = 159808, + [SMALL_STATE(3570)] = 159833, + [SMALL_STATE(3571)] = 159858, + [SMALL_STATE(3572)] = 159883, + [SMALL_STATE(3573)] = 159908, + [SMALL_STATE(3574)] = 159933, + [SMALL_STATE(3575)] = 159958, + [SMALL_STATE(3576)] = 159983, + [SMALL_STATE(3577)] = 160008, + [SMALL_STATE(3578)] = 160033, + [SMALL_STATE(3579)] = 160058, + [SMALL_STATE(3580)] = 160083, + [SMALL_STATE(3581)] = 160108, + [SMALL_STATE(3582)] = 160133, + [SMALL_STATE(3583)] = 160158, + [SMALL_STATE(3584)] = 160183, + [SMALL_STATE(3585)] = 160208, + [SMALL_STATE(3586)] = 160233, + [SMALL_STATE(3587)] = 160258, + [SMALL_STATE(3588)] = 160283, + [SMALL_STATE(3589)] = 160308, + [SMALL_STATE(3590)] = 160333, + [SMALL_STATE(3591)] = 160358, + [SMALL_STATE(3592)] = 160383, + [SMALL_STATE(3593)] = 160408, + [SMALL_STATE(3594)] = 160433, + [SMALL_STATE(3595)] = 160458, + [SMALL_STATE(3596)] = 160483, + [SMALL_STATE(3597)] = 160508, + [SMALL_STATE(3598)] = 160533, + [SMALL_STATE(3599)] = 160558, + [SMALL_STATE(3600)] = 160583, + [SMALL_STATE(3601)] = 160608, + [SMALL_STATE(3602)] = 160633, + [SMALL_STATE(3603)] = 160658, + [SMALL_STATE(3604)] = 160683, + [SMALL_STATE(3605)] = 160703, + [SMALL_STATE(3606)] = 160723, + [SMALL_STATE(3607)] = 160745, + [SMALL_STATE(3608)] = 160776, + [SMALL_STATE(3609)] = 160795, + [SMALL_STATE(3610)] = 160820, + [SMALL_STATE(3611)] = 160845, + [SMALL_STATE(3612)] = 160870, + [SMALL_STATE(3613)] = 160889, + [SMALL_STATE(3614)] = 160914, + [SMALL_STATE(3615)] = 160939, + [SMALL_STATE(3616)] = 160958, + [SMALL_STATE(3617)] = 160983, + [SMALL_STATE(3618)] = 161014, + [SMALL_STATE(3619)] = 161039, + [SMALL_STATE(3620)] = 161058, + [SMALL_STATE(3621)] = 161083, + [SMALL_STATE(3622)] = 161102, + [SMALL_STATE(3623)] = 161121, + [SMALL_STATE(3624)] = 161140, + [SMALL_STATE(3625)] = 161165, + [SMALL_STATE(3626)] = 161196, + [SMALL_STATE(3627)] = 161215, + [SMALL_STATE(3628)] = 161233, + [SMALL_STATE(3629)] = 161251, + [SMALL_STATE(3630)] = 161269, + [SMALL_STATE(3631)] = 161287, + [SMALL_STATE(3632)] = 161303, + [SMALL_STATE(3633)] = 161321, + [SMALL_STATE(3634)] = 161339, + [SMALL_STATE(3635)] = 161357, + [SMALL_STATE(3636)] = 161375, + [SMALL_STATE(3637)] = 161393, + [SMALL_STATE(3638)] = 161411, + [SMALL_STATE(3639)] = 161429, + [SMALL_STATE(3640)] = 161456, + [SMALL_STATE(3641)] = 161479, + [SMALL_STATE(3642)] = 161506, + [SMALL_STATE(3643)] = 161521, + [SMALL_STATE(3644)] = 161536, + [SMALL_STATE(3645)] = 161560, + [SMALL_STATE(3646)] = 161584, + [SMALL_STATE(3647)] = 161608, + [SMALL_STATE(3648)] = 161624, + [SMALL_STATE(3649)] = 161640, + [SMALL_STATE(3650)] = 161656, + [SMALL_STATE(3651)] = 161672, + [SMALL_STATE(3652)] = 161688, + [SMALL_STATE(3653)] = 161712, + [SMALL_STATE(3654)] = 161736, + [SMALL_STATE(3655)] = 161752, + [SMALL_STATE(3656)] = 161768, + [SMALL_STATE(3657)] = 161784, + [SMALL_STATE(3658)] = 161800, + [SMALL_STATE(3659)] = 161816, + [SMALL_STATE(3660)] = 161840, + [SMALL_STATE(3661)] = 161862, + [SMALL_STATE(3662)] = 161878, + [SMALL_STATE(3663)] = 161900, + [SMALL_STATE(3664)] = 161916, + [SMALL_STATE(3665)] = 161932, + [SMALL_STATE(3666)] = 161948, + [SMALL_STATE(3667)] = 161964, + [SMALL_STATE(3668)] = 161980, + [SMALL_STATE(3669)] = 162002, + [SMALL_STATE(3670)] = 162018, + [SMALL_STATE(3671)] = 162034, + [SMALL_STATE(3672)] = 162050, + [SMALL_STATE(3673)] = 162065, + [SMALL_STATE(3674)] = 162080, + [SMALL_STATE(3675)] = 162095, + [SMALL_STATE(3676)] = 162114, + [SMALL_STATE(3677)] = 162129, + [SMALL_STATE(3678)] = 162150, + [SMALL_STATE(3679)] = 162171, + [SMALL_STATE(3680)] = 162192, + [SMALL_STATE(3681)] = 162213, + [SMALL_STATE(3682)] = 162234, + [SMALL_STATE(3683)] = 162249, + [SMALL_STATE(3684)] = 162264, + [SMALL_STATE(3685)] = 162285, + [SMALL_STATE(3686)] = 162300, + [SMALL_STATE(3687)] = 162315, + [SMALL_STATE(3688)] = 162330, + [SMALL_STATE(3689)] = 162345, + [SMALL_STATE(3690)] = 162360, + [SMALL_STATE(3691)] = 162381, + [SMALL_STATE(3692)] = 162402, + [SMALL_STATE(3693)] = 162423, + [SMALL_STATE(3694)] = 162438, + [SMALL_STATE(3695)] = 162459, + [SMALL_STATE(3696)] = 162480, + [SMALL_STATE(3697)] = 162501, + [SMALL_STATE(3698)] = 162516, + [SMALL_STATE(3699)] = 162537, + [SMALL_STATE(3700)] = 162552, + [SMALL_STATE(3701)] = 162567, + [SMALL_STATE(3702)] = 162588, + [SMALL_STATE(3703)] = 162609, + [SMALL_STATE(3704)] = 162624, + [SMALL_STATE(3705)] = 162645, + [SMALL_STATE(3706)] = 162666, + [SMALL_STATE(3707)] = 162687, + [SMALL_STATE(3708)] = 162702, + [SMALL_STATE(3709)] = 162717, + [SMALL_STATE(3710)] = 162732, + [SMALL_STATE(3711)] = 162747, + [SMALL_STATE(3712)] = 162768, + [SMALL_STATE(3713)] = 162789, + [SMALL_STATE(3714)] = 162804, + [SMALL_STATE(3715)] = 162825, + [SMALL_STATE(3716)] = 162846, + [SMALL_STATE(3717)] = 162861, + [SMALL_STATE(3718)] = 162882, + [SMALL_STATE(3719)] = 162903, + [SMALL_STATE(3720)] = 162924, + [SMALL_STATE(3721)] = 162939, + [SMALL_STATE(3722)] = 162960, + [SMALL_STATE(3723)] = 162975, + [SMALL_STATE(3724)] = 162996, + [SMALL_STATE(3725)] = 163011, + [SMALL_STATE(3726)] = 163026, + [SMALL_STATE(3727)] = 163046, + [SMALL_STATE(3728)] = 163066, + [SMALL_STATE(3729)] = 163086, + [SMALL_STATE(3730)] = 163106, + [SMALL_STATE(3731)] = 163128, + [SMALL_STATE(3732)] = 163146, + [SMALL_STATE(3733)] = 163166, + [SMALL_STATE(3734)] = 163186, + [SMALL_STATE(3735)] = 163206, + [SMALL_STATE(3736)] = 163226, + [SMALL_STATE(3737)] = 163246, + [SMALL_STATE(3738)] = 163266, + [SMALL_STATE(3739)] = 163286, + [SMALL_STATE(3740)] = 163306, + [SMALL_STATE(3741)] = 163326, + [SMALL_STATE(3742)] = 163342, + [SMALL_STATE(3743)] = 163362, + [SMALL_STATE(3744)] = 163382, + [SMALL_STATE(3745)] = 163400, + [SMALL_STATE(3746)] = 163420, + [SMALL_STATE(3747)] = 163440, + [SMALL_STATE(3748)] = 163460, + [SMALL_STATE(3749)] = 163480, + [SMALL_STATE(3750)] = 163500, + [SMALL_STATE(3751)] = 163520, + [SMALL_STATE(3752)] = 163540, + [SMALL_STATE(3753)] = 163554, + [SMALL_STATE(3754)] = 163573, + [SMALL_STATE(3755)] = 163590, + [SMALL_STATE(3756)] = 163609, + [SMALL_STATE(3757)] = 163624, + [SMALL_STATE(3758)] = 163639, + [SMALL_STATE(3759)] = 163656, + [SMALL_STATE(3760)] = 163673, + [SMALL_STATE(3761)] = 163690, + [SMALL_STATE(3762)] = 163709, + [SMALL_STATE(3763)] = 163726, + [SMALL_STATE(3764)] = 163743, + [SMALL_STATE(3765)] = 163762, + [SMALL_STATE(3766)] = 163779, + [SMALL_STATE(3767)] = 163796, + [SMALL_STATE(3768)] = 163815, + [SMALL_STATE(3769)] = 163832, + [SMALL_STATE(3770)] = 163849, + [SMALL_STATE(3771)] = 163868, + [SMALL_STATE(3772)] = 163883, + [SMALL_STATE(3773)] = 163900, + [SMALL_STATE(3774)] = 163919, + [SMALL_STATE(3775)] = 163936, + [SMALL_STATE(3776)] = 163951, + [SMALL_STATE(3777)] = 163966, + [SMALL_STATE(3778)] = 163981, + [SMALL_STATE(3779)] = 163996, + [SMALL_STATE(3780)] = 164011, + [SMALL_STATE(3781)] = 164026, + [SMALL_STATE(3782)] = 164041, + [SMALL_STATE(3783)] = 164060, + [SMALL_STATE(3784)] = 164079, + [SMALL_STATE(3785)] = 164098, + [SMALL_STATE(3786)] = 164117, + [SMALL_STATE(3787)] = 164136, + [SMALL_STATE(3788)] = 164153, + [SMALL_STATE(3789)] = 164172, + [SMALL_STATE(3790)] = 164189, + [SMALL_STATE(3791)] = 164206, + [SMALL_STATE(3792)] = 164223, + [SMALL_STATE(3793)] = 164238, + [SMALL_STATE(3794)] = 164253, + [SMALL_STATE(3795)] = 164268, + [SMALL_STATE(3796)] = 164285, + [SMALL_STATE(3797)] = 164302, + [SMALL_STATE(3798)] = 164317, + [SMALL_STATE(3799)] = 164332, + [SMALL_STATE(3800)] = 164351, + [SMALL_STATE(3801)] = 164366, + [SMALL_STATE(3802)] = 164385, + [SMALL_STATE(3803)] = 164402, + [SMALL_STATE(3804)] = 164421, + [SMALL_STATE(3805)] = 164440, + [SMALL_STATE(3806)] = 164457, + [SMALL_STATE(3807)] = 164474, + [SMALL_STATE(3808)] = 164493, + [SMALL_STATE(3809)] = 164510, + [SMALL_STATE(3810)] = 164527, + [SMALL_STATE(3811)] = 164544, + [SMALL_STATE(3812)] = 164559, + [SMALL_STATE(3813)] = 164572, + [SMALL_STATE(3814)] = 164585, + [SMALL_STATE(3815)] = 164600, + [SMALL_STATE(3816)] = 164615, + [SMALL_STATE(3817)] = 164632, + [SMALL_STATE(3818)] = 164645, + [SMALL_STATE(3819)] = 164664, + [SMALL_STATE(3820)] = 164679, + [SMALL_STATE(3821)] = 164692, + [SMALL_STATE(3822)] = 164709, + [SMALL_STATE(3823)] = 164726, + [SMALL_STATE(3824)] = 164743, + [SMALL_STATE(3825)] = 164762, + [SMALL_STATE(3826)] = 164777, + [SMALL_STATE(3827)] = 164792, + [SMALL_STATE(3828)] = 164811, + [SMALL_STATE(3829)] = 164830, + [SMALL_STATE(3830)] = 164847, + [SMALL_STATE(3831)] = 164862, + [SMALL_STATE(3832)] = 164881, + [SMALL_STATE(3833)] = 164898, + [SMALL_STATE(3834)] = 164915, + [SMALL_STATE(3835)] = 164934, + [SMALL_STATE(3836)] = 164949, + [SMALL_STATE(3837)] = 164966, + [SMALL_STATE(3838)] = 164983, + [SMALL_STATE(3839)] = 164999, + [SMALL_STATE(3840)] = 165009, + [SMALL_STATE(3841)] = 165019, + [SMALL_STATE(3842)] = 165033, + [SMALL_STATE(3843)] = 165049, + [SMALL_STATE(3844)] = 165059, + [SMALL_STATE(3845)] = 165073, + [SMALL_STATE(3846)] = 165083, + [SMALL_STATE(3847)] = 165097, + [SMALL_STATE(3848)] = 165111, + [SMALL_STATE(3849)] = 165121, + [SMALL_STATE(3850)] = 165131, + [SMALL_STATE(3851)] = 165141, + [SMALL_STATE(3852)] = 165151, + [SMALL_STATE(3853)] = 165161, + [SMALL_STATE(3854)] = 165171, + [SMALL_STATE(3855)] = 165181, + [SMALL_STATE(3856)] = 165191, + [SMALL_STATE(3857)] = 165201, + [SMALL_STATE(3858)] = 165215, + [SMALL_STATE(3859)] = 165225, + [SMALL_STATE(3860)] = 165241, + [SMALL_STATE(3861)] = 165251, + [SMALL_STATE(3862)] = 165261, + [SMALL_STATE(3863)] = 165271, + [SMALL_STATE(3864)] = 165281, + [SMALL_STATE(3865)] = 165291, + [SMALL_STATE(3866)] = 165301, + [SMALL_STATE(3867)] = 165317, + [SMALL_STATE(3868)] = 165331, + [SMALL_STATE(3869)] = 165345, + [SMALL_STATE(3870)] = 165355, + [SMALL_STATE(3871)] = 165371, + [SMALL_STATE(3872)] = 165381, + [SMALL_STATE(3873)] = 165397, + [SMALL_STATE(3874)] = 165409, + [SMALL_STATE(3875)] = 165425, + [SMALL_STATE(3876)] = 165441, + [SMALL_STATE(3877)] = 165453, + [SMALL_STATE(3878)] = 165463, + [SMALL_STATE(3879)] = 165477, + [SMALL_STATE(3880)] = 165493, + [SMALL_STATE(3881)] = 165507, + [SMALL_STATE(3882)] = 165517, + [SMALL_STATE(3883)] = 165527, + [SMALL_STATE(3884)] = 165537, + [SMALL_STATE(3885)] = 165547, + [SMALL_STATE(3886)] = 165557, + [SMALL_STATE(3887)] = 165567, + [SMALL_STATE(3888)] = 165577, + [SMALL_STATE(3889)] = 165587, + [SMALL_STATE(3890)] = 165603, + [SMALL_STATE(3891)] = 165613, + [SMALL_STATE(3892)] = 165623, + [SMALL_STATE(3893)] = 165635, + [SMALL_STATE(3894)] = 165645, + [SMALL_STATE(3895)] = 165655, + [SMALL_STATE(3896)] = 165671, + [SMALL_STATE(3897)] = 165681, + [SMALL_STATE(3898)] = 165691, + [SMALL_STATE(3899)] = 165701, + [SMALL_STATE(3900)] = 165717, + [SMALL_STATE(3901)] = 165727, + [SMALL_STATE(3902)] = 165737, + [SMALL_STATE(3903)] = 165753, + [SMALL_STATE(3904)] = 165763, + [SMALL_STATE(3905)] = 165773, + [SMALL_STATE(3906)] = 165787, + [SMALL_STATE(3907)] = 165797, + [SMALL_STATE(3908)] = 165807, + [SMALL_STATE(3909)] = 165817, + [SMALL_STATE(3910)] = 165827, + [SMALL_STATE(3911)] = 165838, + [SMALL_STATE(3912)] = 165847, + [SMALL_STATE(3913)] = 165860, + [SMALL_STATE(3914)] = 165871, + [SMALL_STATE(3915)] = 165882, + [SMALL_STATE(3916)] = 165895, + [SMALL_STATE(3917)] = 165908, + [SMALL_STATE(3918)] = 165921, + [SMALL_STATE(3919)] = 165932, + [SMALL_STATE(3920)] = 165945, + [SMALL_STATE(3921)] = 165958, + [SMALL_STATE(3922)] = 165971, + [SMALL_STATE(3923)] = 165984, + [SMALL_STATE(3924)] = 165997, + [SMALL_STATE(3925)] = 166010, + [SMALL_STATE(3926)] = 166021, + [SMALL_STATE(3927)] = 166034, + [SMALL_STATE(3928)] = 166047, + [SMALL_STATE(3929)] = 166060, + [SMALL_STATE(3930)] = 166073, + [SMALL_STATE(3931)] = 166086, + [SMALL_STATE(3932)] = 166097, + [SMALL_STATE(3933)] = 166110, + [SMALL_STATE(3934)] = 166123, + [SMALL_STATE(3935)] = 166134, + [SMALL_STATE(3936)] = 166147, + [SMALL_STATE(3937)] = 166160, + [SMALL_STATE(3938)] = 166173, + [SMALL_STATE(3939)] = 166186, + [SMALL_STATE(3940)] = 166199, + [SMALL_STATE(3941)] = 166212, + [SMALL_STATE(3942)] = 166225, + [SMALL_STATE(3943)] = 166236, + [SMALL_STATE(3944)] = 166249, + [SMALL_STATE(3945)] = 166260, + [SMALL_STATE(3946)] = 166271, + [SMALL_STATE(3947)] = 166280, + [SMALL_STATE(3948)] = 166289, + [SMALL_STATE(3949)] = 166302, + [SMALL_STATE(3950)] = 166315, + [SMALL_STATE(3951)] = 166328, + [SMALL_STATE(3952)] = 166341, + [SMALL_STATE(3953)] = 166352, + [SMALL_STATE(3954)] = 166361, + [SMALL_STATE(3955)] = 166374, + [SMALL_STATE(3956)] = 166387, + [SMALL_STATE(3957)] = 166400, + [SMALL_STATE(3958)] = 166411, + [SMALL_STATE(3959)] = 166424, + [SMALL_STATE(3960)] = 166437, + [SMALL_STATE(3961)] = 166450, + [SMALL_STATE(3962)] = 166463, + [SMALL_STATE(3963)] = 166472, + [SMALL_STATE(3964)] = 166485, + [SMALL_STATE(3965)] = 166496, + [SMALL_STATE(3966)] = 166505, + [SMALL_STATE(3967)] = 166518, + [SMALL_STATE(3968)] = 166531, + [SMALL_STATE(3969)] = 166544, + [SMALL_STATE(3970)] = 166557, + [SMALL_STATE(3971)] = 166570, + [SMALL_STATE(3972)] = 166583, + [SMALL_STATE(3973)] = 166596, + [SMALL_STATE(3974)] = 166607, + [SMALL_STATE(3975)] = 166618, + [SMALL_STATE(3976)] = 166629, + [SMALL_STATE(3977)] = 166642, + [SMALL_STATE(3978)] = 166653, + [SMALL_STATE(3979)] = 166666, + [SMALL_STATE(3980)] = 166679, + [SMALL_STATE(3981)] = 166692, + [SMALL_STATE(3982)] = 166705, + [SMALL_STATE(3983)] = 166718, + [SMALL_STATE(3984)] = 166731, + [SMALL_STATE(3985)] = 166744, + [SMALL_STATE(3986)] = 166757, + [SMALL_STATE(3987)] = 166770, + [SMALL_STATE(3988)] = 166783, + [SMALL_STATE(3989)] = 166794, + [SMALL_STATE(3990)] = 166807, + [SMALL_STATE(3991)] = 166820, + [SMALL_STATE(3992)] = 166833, + [SMALL_STATE(3993)] = 166846, + [SMALL_STATE(3994)] = 166859, + [SMALL_STATE(3995)] = 166872, + [SMALL_STATE(3996)] = 166883, + [SMALL_STATE(3997)] = 166894, + [SMALL_STATE(3998)] = 166905, + [SMALL_STATE(3999)] = 166918, + [SMALL_STATE(4000)] = 166929, + [SMALL_STATE(4001)] = 166942, + [SMALL_STATE(4002)] = 166955, + [SMALL_STATE(4003)] = 166966, + [SMALL_STATE(4004)] = 166979, + [SMALL_STATE(4005)] = 166992, + [SMALL_STATE(4006)] = 167005, + [SMALL_STATE(4007)] = 167018, + [SMALL_STATE(4008)] = 167029, + [SMALL_STATE(4009)] = 167042, + [SMALL_STATE(4010)] = 167055, + [SMALL_STATE(4011)] = 167068, + [SMALL_STATE(4012)] = 167081, + [SMALL_STATE(4013)] = 167092, + [SMALL_STATE(4014)] = 167105, + [SMALL_STATE(4015)] = 167118, + [SMALL_STATE(4016)] = 167131, + [SMALL_STATE(4017)] = 167142, + [SMALL_STATE(4018)] = 167155, + [SMALL_STATE(4019)] = 167166, + [SMALL_STATE(4020)] = 167177, + [SMALL_STATE(4021)] = 167190, + [SMALL_STATE(4022)] = 167201, + [SMALL_STATE(4023)] = 167214, + [SMALL_STATE(4024)] = 167227, + [SMALL_STATE(4025)] = 167236, + [SMALL_STATE(4026)] = 167249, + [SMALL_STATE(4027)] = 167262, + [SMALL_STATE(4028)] = 167275, + [SMALL_STATE(4029)] = 167288, + [SMALL_STATE(4030)] = 167301, + [SMALL_STATE(4031)] = 167314, + [SMALL_STATE(4032)] = 167327, + [SMALL_STATE(4033)] = 167340, + [SMALL_STATE(4034)] = 167353, + [SMALL_STATE(4035)] = 167366, + [SMALL_STATE(4036)] = 167379, + [SMALL_STATE(4037)] = 167390, + [SMALL_STATE(4038)] = 167403, + [SMALL_STATE(4039)] = 167414, + [SMALL_STATE(4040)] = 167427, + [SMALL_STATE(4041)] = 167440, + [SMALL_STATE(4042)] = 167451, + [SMALL_STATE(4043)] = 167464, + [SMALL_STATE(4044)] = 167477, + [SMALL_STATE(4045)] = 167490, + [SMALL_STATE(4046)] = 167503, + [SMALL_STATE(4047)] = 167516, + [SMALL_STATE(4048)] = 167527, + [SMALL_STATE(4049)] = 167538, + [SMALL_STATE(4050)] = 167551, + [SMALL_STATE(4051)] = 167561, + [SMALL_STATE(4052)] = 167569, + [SMALL_STATE(4053)] = 167579, + [SMALL_STATE(4054)] = 167589, + [SMALL_STATE(4055)] = 167597, + [SMALL_STATE(4056)] = 167607, + [SMALL_STATE(4057)] = 167617, + [SMALL_STATE(4058)] = 167627, + [SMALL_STATE(4059)] = 167635, + [SMALL_STATE(4060)] = 167643, + [SMALL_STATE(4061)] = 167653, + [SMALL_STATE(4062)] = 167661, + [SMALL_STATE(4063)] = 167669, + [SMALL_STATE(4064)] = 167677, + [SMALL_STATE(4065)] = 167687, + [SMALL_STATE(4066)] = 167697, + [SMALL_STATE(4067)] = 167707, + [SMALL_STATE(4068)] = 167717, + [SMALL_STATE(4069)] = 167727, + [SMALL_STATE(4070)] = 167735, + [SMALL_STATE(4071)] = 167743, + [SMALL_STATE(4072)] = 167751, + [SMALL_STATE(4073)] = 167761, + [SMALL_STATE(4074)] = 167769, + [SMALL_STATE(4075)] = 167779, + [SMALL_STATE(4076)] = 167787, + [SMALL_STATE(4077)] = 167795, + [SMALL_STATE(4078)] = 167803, + [SMALL_STATE(4079)] = 167813, + [SMALL_STATE(4080)] = 167823, + [SMALL_STATE(4081)] = 167833, + [SMALL_STATE(4082)] = 167841, + [SMALL_STATE(4083)] = 167851, + [SMALL_STATE(4084)] = 167861, + [SMALL_STATE(4085)] = 167871, + [SMALL_STATE(4086)] = 167881, + [SMALL_STATE(4087)] = 167891, + [SMALL_STATE(4088)] = 167901, + [SMALL_STATE(4089)] = 167909, + [SMALL_STATE(4090)] = 167919, + [SMALL_STATE(4091)] = 167929, + [SMALL_STATE(4092)] = 167937, + [SMALL_STATE(4093)] = 167945, + [SMALL_STATE(4094)] = 167955, + [SMALL_STATE(4095)] = 167965, + [SMALL_STATE(4096)] = 167975, + [SMALL_STATE(4097)] = 167985, + [SMALL_STATE(4098)] = 167993, + [SMALL_STATE(4099)] = 168003, + [SMALL_STATE(4100)] = 168011, + [SMALL_STATE(4101)] = 168019, + [SMALL_STATE(4102)] = 168029, + [SMALL_STATE(4103)] = 168039, + [SMALL_STATE(4104)] = 168049, + [SMALL_STATE(4105)] = 168059, + [SMALL_STATE(4106)] = 168069, + [SMALL_STATE(4107)] = 168077, + [SMALL_STATE(4108)] = 168085, + [SMALL_STATE(4109)] = 168093, + [SMALL_STATE(4110)] = 168103, + [SMALL_STATE(4111)] = 168113, + [SMALL_STATE(4112)] = 168121, + [SMALL_STATE(4113)] = 168131, + [SMALL_STATE(4114)] = 168139, + [SMALL_STATE(4115)] = 168147, + [SMALL_STATE(4116)] = 168157, + [SMALL_STATE(4117)] = 168167, + [SMALL_STATE(4118)] = 168175, + [SMALL_STATE(4119)] = 168185, + [SMALL_STATE(4120)] = 168193, + [SMALL_STATE(4121)] = 168201, + [SMALL_STATE(4122)] = 168211, + [SMALL_STATE(4123)] = 168221, + [SMALL_STATE(4124)] = 168229, + [SMALL_STATE(4125)] = 168239, + [SMALL_STATE(4126)] = 168249, + [SMALL_STATE(4127)] = 168259, + [SMALL_STATE(4128)] = 168269, + [SMALL_STATE(4129)] = 168279, + [SMALL_STATE(4130)] = 168287, + [SMALL_STATE(4131)] = 168297, + [SMALL_STATE(4132)] = 168307, + [SMALL_STATE(4133)] = 168317, + [SMALL_STATE(4134)] = 168325, + [SMALL_STATE(4135)] = 168335, + [SMALL_STATE(4136)] = 168343, + [SMALL_STATE(4137)] = 168353, + [SMALL_STATE(4138)] = 168363, + [SMALL_STATE(4139)] = 168371, + [SMALL_STATE(4140)] = 168379, + [SMALL_STATE(4141)] = 168389, + [SMALL_STATE(4142)] = 168397, + [SMALL_STATE(4143)] = 168407, + [SMALL_STATE(4144)] = 168417, + [SMALL_STATE(4145)] = 168425, + [SMALL_STATE(4146)] = 168433, + [SMALL_STATE(4147)] = 168443, + [SMALL_STATE(4148)] = 168451, + [SMALL_STATE(4149)] = 168459, + [SMALL_STATE(4150)] = 168467, + [SMALL_STATE(4151)] = 168477, + [SMALL_STATE(4152)] = 168487, + [SMALL_STATE(4153)] = 168495, + [SMALL_STATE(4154)] = 168505, + [SMALL_STATE(4155)] = 168513, + [SMALL_STATE(4156)] = 168521, + [SMALL_STATE(4157)] = 168528, + [SMALL_STATE(4158)] = 168535, + [SMALL_STATE(4159)] = 168542, + [SMALL_STATE(4160)] = 168549, + [SMALL_STATE(4161)] = 168556, + [SMALL_STATE(4162)] = 168563, + [SMALL_STATE(4163)] = 168570, + [SMALL_STATE(4164)] = 168577, + [SMALL_STATE(4165)] = 168584, + [SMALL_STATE(4166)] = 168591, + [SMALL_STATE(4167)] = 168598, + [SMALL_STATE(4168)] = 168605, + [SMALL_STATE(4169)] = 168612, + [SMALL_STATE(4170)] = 168619, + [SMALL_STATE(4171)] = 168626, + [SMALL_STATE(4172)] = 168633, + [SMALL_STATE(4173)] = 168640, + [SMALL_STATE(4174)] = 168647, + [SMALL_STATE(4175)] = 168654, + [SMALL_STATE(4176)] = 168661, + [SMALL_STATE(4177)] = 168668, + [SMALL_STATE(4178)] = 168675, + [SMALL_STATE(4179)] = 168682, + [SMALL_STATE(4180)] = 168689, + [SMALL_STATE(4181)] = 168696, + [SMALL_STATE(4182)] = 168703, + [SMALL_STATE(4183)] = 168710, + [SMALL_STATE(4184)] = 168717, + [SMALL_STATE(4185)] = 168724, + [SMALL_STATE(4186)] = 168731, + [SMALL_STATE(4187)] = 168738, + [SMALL_STATE(4188)] = 168745, + [SMALL_STATE(4189)] = 168752, + [SMALL_STATE(4190)] = 168759, + [SMALL_STATE(4191)] = 168766, + [SMALL_STATE(4192)] = 168773, + [SMALL_STATE(4193)] = 168780, + [SMALL_STATE(4194)] = 168787, + [SMALL_STATE(4195)] = 168794, + [SMALL_STATE(4196)] = 168801, + [SMALL_STATE(4197)] = 168808, + [SMALL_STATE(4198)] = 168815, + [SMALL_STATE(4199)] = 168822, + [SMALL_STATE(4200)] = 168829, + [SMALL_STATE(4201)] = 168836, + [SMALL_STATE(4202)] = 168843, + [SMALL_STATE(4203)] = 168850, + [SMALL_STATE(4204)] = 168857, + [SMALL_STATE(4205)] = 168864, + [SMALL_STATE(4206)] = 168871, + [SMALL_STATE(4207)] = 168878, + [SMALL_STATE(4208)] = 168885, + [SMALL_STATE(4209)] = 168892, + [SMALL_STATE(4210)] = 168899, + [SMALL_STATE(4211)] = 168906, + [SMALL_STATE(4212)] = 168913, + [SMALL_STATE(4213)] = 168920, + [SMALL_STATE(4214)] = 168927, + [SMALL_STATE(4215)] = 168934, + [SMALL_STATE(4216)] = 168941, + [SMALL_STATE(4217)] = 168948, + [SMALL_STATE(4218)] = 168955, + [SMALL_STATE(4219)] = 168962, + [SMALL_STATE(4220)] = 168969, + [SMALL_STATE(4221)] = 168976, + [SMALL_STATE(4222)] = 168983, + [SMALL_STATE(4223)] = 168990, + [SMALL_STATE(4224)] = 168997, + [SMALL_STATE(4225)] = 169004, + [SMALL_STATE(4226)] = 169011, + [SMALL_STATE(4227)] = 169018, + [SMALL_STATE(4228)] = 169025, + [SMALL_STATE(4229)] = 169032, + [SMALL_STATE(4230)] = 169039, + [SMALL_STATE(4231)] = 169046, + [SMALL_STATE(4232)] = 169053, + [SMALL_STATE(4233)] = 169060, + [SMALL_STATE(4234)] = 169067, + [SMALL_STATE(4235)] = 169074, + [SMALL_STATE(4236)] = 169081, + [SMALL_STATE(4237)] = 169088, + [SMALL_STATE(4238)] = 169095, + [SMALL_STATE(4239)] = 169102, + [SMALL_STATE(4240)] = 169109, + [SMALL_STATE(4241)] = 169116, + [SMALL_STATE(4242)] = 169123, + [SMALL_STATE(4243)] = 169130, + [SMALL_STATE(4244)] = 169137, + [SMALL_STATE(4245)] = 169144, + [SMALL_STATE(4246)] = 169151, + [SMALL_STATE(4247)] = 169158, + [SMALL_STATE(4248)] = 169165, + [SMALL_STATE(4249)] = 169172, + [SMALL_STATE(4250)] = 169179, + [SMALL_STATE(4251)] = 169186, + [SMALL_STATE(4252)] = 169193, + [SMALL_STATE(4253)] = 169200, + [SMALL_STATE(4254)] = 169207, + [SMALL_STATE(4255)] = 169214, + [SMALL_STATE(4256)] = 169221, + [SMALL_STATE(4257)] = 169228, + [SMALL_STATE(4258)] = 169235, + [SMALL_STATE(4259)] = 169242, + [SMALL_STATE(4260)] = 169249, + [SMALL_STATE(4261)] = 169256, + [SMALL_STATE(4262)] = 169263, + [SMALL_STATE(4263)] = 169270, + [SMALL_STATE(4264)] = 169277, + [SMALL_STATE(4265)] = 169284, + [SMALL_STATE(4266)] = 169291, + [SMALL_STATE(4267)] = 169298, + [SMALL_STATE(4268)] = 169305, + [SMALL_STATE(4269)] = 169312, + [SMALL_STATE(4270)] = 169319, + [SMALL_STATE(4271)] = 169326, + [SMALL_STATE(4272)] = 169333, + [SMALL_STATE(4273)] = 169340, + [SMALL_STATE(4274)] = 169347, + [SMALL_STATE(4275)] = 169354, + [SMALL_STATE(4276)] = 169361, + [SMALL_STATE(4277)] = 169368, + [SMALL_STATE(4278)] = 169375, + [SMALL_STATE(4279)] = 169382, + [SMALL_STATE(4280)] = 169389, + [SMALL_STATE(4281)] = 169396, + [SMALL_STATE(4282)] = 169403, + [SMALL_STATE(4283)] = 169410, + [SMALL_STATE(4284)] = 169417, + [SMALL_STATE(4285)] = 169424, + [SMALL_STATE(4286)] = 169431, + [SMALL_STATE(4287)] = 169438, + [SMALL_STATE(4288)] = 169445, + [SMALL_STATE(4289)] = 169452, + [SMALL_STATE(4290)] = 169459, + [SMALL_STATE(4291)] = 169466, + [SMALL_STATE(4292)] = 169473, + [SMALL_STATE(4293)] = 169480, + [SMALL_STATE(4294)] = 169487, + [SMALL_STATE(4295)] = 169494, + [SMALL_STATE(4296)] = 169501, + [SMALL_STATE(4297)] = 169508, + [SMALL_STATE(4298)] = 169515, + [SMALL_STATE(4299)] = 169522, + [SMALL_STATE(4300)] = 169529, + [SMALL_STATE(4301)] = 169536, + [SMALL_STATE(4302)] = 169543, + [SMALL_STATE(4303)] = 169550, + [SMALL_STATE(4304)] = 169557, + [SMALL_STATE(4305)] = 169564, + [SMALL_STATE(4306)] = 169571, + [SMALL_STATE(4307)] = 169578, + [SMALL_STATE(4308)] = 169585, + [SMALL_STATE(4309)] = 169592, + [SMALL_STATE(4310)] = 169599, + [SMALL_STATE(4311)] = 169606, + [SMALL_STATE(4312)] = 169613, + [SMALL_STATE(4313)] = 169620, + [SMALL_STATE(4314)] = 169627, + [SMALL_STATE(4315)] = 169634, + [SMALL_STATE(4316)] = 169641, + [SMALL_STATE(4317)] = 169648, + [SMALL_STATE(4318)] = 169655, + [SMALL_STATE(4319)] = 169662, + [SMALL_STATE(4320)] = 169669, + [SMALL_STATE(4321)] = 169676, + [SMALL_STATE(4322)] = 169683, + [SMALL_STATE(4323)] = 169690, + [SMALL_STATE(4324)] = 169697, + [SMALL_STATE(4325)] = 169704, + [SMALL_STATE(4326)] = 169711, + [SMALL_STATE(4327)] = 169718, + [SMALL_STATE(4328)] = 169725, + [SMALL_STATE(4329)] = 169732, + [SMALL_STATE(4330)] = 169739, + [SMALL_STATE(4331)] = 169746, + [SMALL_STATE(4332)] = 169753, + [SMALL_STATE(4333)] = 169760, + [SMALL_STATE(4334)] = 169767, + [SMALL_STATE(4335)] = 169774, + [SMALL_STATE(4336)] = 169781, + [SMALL_STATE(4337)] = 169788, + [SMALL_STATE(4338)] = 169795, + [SMALL_STATE(4339)] = 169802, + [SMALL_STATE(4340)] = 169809, + [SMALL_STATE(4341)] = 169816, + [SMALL_STATE(4342)] = 169823, + [SMALL_STATE(4343)] = 169830, + [SMALL_STATE(4344)] = 169837, + [SMALL_STATE(4345)] = 169844, + [SMALL_STATE(4346)] = 169851, + [SMALL_STATE(4347)] = 169858, + [SMALL_STATE(4348)] = 169865, + [SMALL_STATE(4349)] = 169872, + [SMALL_STATE(4350)] = 169879, + [SMALL_STATE(4351)] = 169886, + [SMALL_STATE(4352)] = 169893, + [SMALL_STATE(4353)] = 169900, + [SMALL_STATE(4354)] = 169907, + [SMALL_STATE(4355)] = 169914, + [SMALL_STATE(4356)] = 169921, + [SMALL_STATE(4357)] = 169928, + [SMALL_STATE(4358)] = 169935, + [SMALL_STATE(4359)] = 169942, + [SMALL_STATE(4360)] = 169949, + [SMALL_STATE(4361)] = 169956, + [SMALL_STATE(4362)] = 169963, + [SMALL_STATE(4363)] = 169970, + [SMALL_STATE(4364)] = 169977, + [SMALL_STATE(4365)] = 169984, + [SMALL_STATE(4366)] = 169991, + [SMALL_STATE(4367)] = 169998, + [SMALL_STATE(4368)] = 170005, + [SMALL_STATE(4369)] = 170012, + [SMALL_STATE(4370)] = 170019, + [SMALL_STATE(4371)] = 170026, + [SMALL_STATE(4372)] = 170033, + [SMALL_STATE(4373)] = 170040, + [SMALL_STATE(4374)] = 170047, + [SMALL_STATE(4375)] = 170054, + [SMALL_STATE(4376)] = 170061, + [SMALL_STATE(4377)] = 170068, + [SMALL_STATE(4378)] = 170075, + [SMALL_STATE(4379)] = 170082, + [SMALL_STATE(4380)] = 170089, + [SMALL_STATE(4381)] = 170096, + [SMALL_STATE(4382)] = 170103, + [SMALL_STATE(4383)] = 170110, + [SMALL_STATE(4384)] = 170117, + [SMALL_STATE(4385)] = 170124, + [SMALL_STATE(4386)] = 170131, + [SMALL_STATE(4387)] = 170138, + [SMALL_STATE(4388)] = 170145, + [SMALL_STATE(4389)] = 170152, + [SMALL_STATE(4390)] = 170159, + [SMALL_STATE(4391)] = 170166, + [SMALL_STATE(4392)] = 170173, + [SMALL_STATE(4393)] = 170180, + [SMALL_STATE(4394)] = 170187, + [SMALL_STATE(4395)] = 170194, + [SMALL_STATE(4396)] = 170201, + [SMALL_STATE(4397)] = 170208, + [SMALL_STATE(4398)] = 170215, + [SMALL_STATE(4399)] = 170222, + [SMALL_STATE(4400)] = 170229, + [SMALL_STATE(4401)] = 170236, + [SMALL_STATE(4402)] = 170243, + [SMALL_STATE(4403)] = 170250, + [SMALL_STATE(4404)] = 170257, + [SMALL_STATE(4405)] = 170264, + [SMALL_STATE(4406)] = 170271, + [SMALL_STATE(4407)] = 170278, + [SMALL_STATE(4408)] = 170285, + [SMALL_STATE(4409)] = 170292, + [SMALL_STATE(4410)] = 170299, + [SMALL_STATE(4411)] = 170306, + [SMALL_STATE(4412)] = 170313, + [SMALL_STATE(4413)] = 170320, + [SMALL_STATE(4414)] = 170327, + [SMALL_STATE(4415)] = 170334, + [SMALL_STATE(4416)] = 170341, + [SMALL_STATE(4417)] = 170348, + [SMALL_STATE(4418)] = 170355, + [SMALL_STATE(4419)] = 170362, + [SMALL_STATE(4420)] = 170369, + [SMALL_STATE(4421)] = 170376, + [SMALL_STATE(4422)] = 170383, + [SMALL_STATE(4423)] = 170390, + [SMALL_STATE(4424)] = 170397, + [SMALL_STATE(4425)] = 170404, + [SMALL_STATE(4426)] = 170411, + [SMALL_STATE(4427)] = 170418, + [SMALL_STATE(4428)] = 170425, + [SMALL_STATE(4429)] = 170432, + [SMALL_STATE(4430)] = 170439, + [SMALL_STATE(4431)] = 170446, + [SMALL_STATE(4432)] = 170453, + [SMALL_STATE(4433)] = 170460, + [SMALL_STATE(4434)] = 170467, + [SMALL_STATE(4435)] = 170474, + [SMALL_STATE(4436)] = 170481, + [SMALL_STATE(4437)] = 170488, + [SMALL_STATE(4438)] = 170495, + [SMALL_STATE(4439)] = 170502, + [SMALL_STATE(4440)] = 170509, + [SMALL_STATE(4441)] = 170516, + [SMALL_STATE(4442)] = 170523, + [SMALL_STATE(4443)] = 170530, + [SMALL_STATE(4444)] = 170537, + [SMALL_STATE(4445)] = 170544, + [SMALL_STATE(4446)] = 170551, + [SMALL_STATE(4447)] = 170558, + [SMALL_STATE(4448)] = 170565, + [SMALL_STATE(4449)] = 170572, + [SMALL_STATE(4450)] = 170579, + [SMALL_STATE(4451)] = 170586, + [SMALL_STATE(4452)] = 170593, + [SMALL_STATE(4453)] = 170600, + [SMALL_STATE(4454)] = 170607, + [SMALL_STATE(4455)] = 170614, + [SMALL_STATE(4456)] = 170621, + [SMALL_STATE(4457)] = 170628, + [SMALL_STATE(4458)] = 170635, + [SMALL_STATE(4459)] = 170642, + [SMALL_STATE(4460)] = 170649, + [SMALL_STATE(4461)] = 170656, + [SMALL_STATE(4462)] = 170663, + [SMALL_STATE(4463)] = 170670, + [SMALL_STATE(4464)] = 170677, + [SMALL_STATE(4465)] = 170684, + [SMALL_STATE(4466)] = 170691, + [SMALL_STATE(4467)] = 170698, + [SMALL_STATE(4468)] = 170705, + [SMALL_STATE(4469)] = 170712, + [SMALL_STATE(4470)] = 170719, + [SMALL_STATE(4471)] = 170726, + [SMALL_STATE(4472)] = 170733, + [SMALL_STATE(4473)] = 170740, + [SMALL_STATE(4474)] = 170747, + [SMALL_STATE(4475)] = 170754, + [SMALL_STATE(4476)] = 170761, + [SMALL_STATE(4477)] = 170768, + [SMALL_STATE(4478)] = 170775, + [SMALL_STATE(4479)] = 170782, + [SMALL_STATE(4480)] = 170789, + [SMALL_STATE(4481)] = 170796, + [SMALL_STATE(4482)] = 170803, + [SMALL_STATE(4483)] = 170810, + [SMALL_STATE(4484)] = 170817, + [SMALL_STATE(4485)] = 170824, + [SMALL_STATE(4486)] = 170831, + [SMALL_STATE(4487)] = 170838, + [SMALL_STATE(4488)] = 170845, + [SMALL_STATE(4489)] = 170852, + [SMALL_STATE(4490)] = 170859, + [SMALL_STATE(4491)] = 170866, + [SMALL_STATE(4492)] = 170873, + [SMALL_STATE(4493)] = 170880, + [SMALL_STATE(4494)] = 170887, + [SMALL_STATE(4495)] = 170894, + [SMALL_STATE(4496)] = 170901, + [SMALL_STATE(4497)] = 170908, + [SMALL_STATE(4498)] = 170915, + [SMALL_STATE(4499)] = 170922, + [SMALL_STATE(4500)] = 170929, + [SMALL_STATE(4501)] = 170936, + [SMALL_STATE(4502)] = 170943, + [SMALL_STATE(4503)] = 170950, + [SMALL_STATE(4504)] = 170957, + [SMALL_STATE(4505)] = 170964, + [SMALL_STATE(4506)] = 170971, + [SMALL_STATE(4507)] = 170978, + [SMALL_STATE(4508)] = 170985, + [SMALL_STATE(4509)] = 170992, + [SMALL_STATE(4510)] = 170999, + [SMALL_STATE(4511)] = 171006, + [SMALL_STATE(4512)] = 171013, + [SMALL_STATE(4513)] = 171020, + [SMALL_STATE(4514)] = 171027, + [SMALL_STATE(4515)] = 171034, + [SMALL_STATE(4516)] = 171041, + [SMALL_STATE(4517)] = 171048, + [SMALL_STATE(4518)] = 171055, + [SMALL_STATE(4519)] = 171062, + [SMALL_STATE(4520)] = 171069, + [SMALL_STATE(4521)] = 171076, + [SMALL_STATE(4522)] = 171083, + [SMALL_STATE(4523)] = 171090, + [SMALL_STATE(4524)] = 171097, + [SMALL_STATE(4525)] = 171104, + [SMALL_STATE(4526)] = 171111, + [SMALL_STATE(4527)] = 171118, + [SMALL_STATE(4528)] = 171125, + [SMALL_STATE(4529)] = 171132, + [SMALL_STATE(4530)] = 171139, + [SMALL_STATE(4531)] = 171146, + [SMALL_STATE(4532)] = 171153, + [SMALL_STATE(4533)] = 171160, + [SMALL_STATE(4534)] = 171167, + [SMALL_STATE(4535)] = 171174, + [SMALL_STATE(4536)] = 171181, + [SMALL_STATE(4537)] = 171188, + [SMALL_STATE(4538)] = 171195, + [SMALL_STATE(4539)] = 171202, + [SMALL_STATE(4540)] = 171209, + [SMALL_STATE(4541)] = 171216, + [SMALL_STATE(4542)] = 171223, + [SMALL_STATE(4543)] = 171230, + [SMALL_STATE(4544)] = 171237, + [SMALL_STATE(4545)] = 171244, + [SMALL_STATE(4546)] = 171251, + [SMALL_STATE(4547)] = 171258, + [SMALL_STATE(4548)] = 171265, + [SMALL_STATE(4549)] = 171272, + [SMALL_STATE(4550)] = 171279, + [SMALL_STATE(4551)] = 171286, + [SMALL_STATE(4552)] = 171293, + [SMALL_STATE(4553)] = 171300, + [SMALL_STATE(4554)] = 171307, + [SMALL_STATE(4555)] = 171314, + [SMALL_STATE(4556)] = 171321, + [SMALL_STATE(4557)] = 171328, + [SMALL_STATE(4558)] = 171335, + [SMALL_STATE(4559)] = 171342, + [SMALL_STATE(4560)] = 171349, + [SMALL_STATE(4561)] = 171356, + [SMALL_STATE(4562)] = 171363, + [SMALL_STATE(4563)] = 171370, + [SMALL_STATE(4564)] = 171377, + [SMALL_STATE(4565)] = 171384, + [SMALL_STATE(4566)] = 171391, + [SMALL_STATE(4567)] = 171398, + [SMALL_STATE(4568)] = 171405, + [SMALL_STATE(4569)] = 171412, + [SMALL_STATE(4570)] = 171419, + [SMALL_STATE(4571)] = 171426, + [SMALL_STATE(4572)] = 171433, + [SMALL_STATE(4573)] = 171440, + [SMALL_STATE(4574)] = 171447, + [SMALL_STATE(4575)] = 171454, + [SMALL_STATE(4576)] = 171461, + [SMALL_STATE(4577)] = 171468, + [SMALL_STATE(4578)] = 171475, + [SMALL_STATE(4579)] = 171482, + [SMALL_STATE(4580)] = 171489, + [SMALL_STATE(4581)] = 171496, + [SMALL_STATE(4582)] = 171503, + [SMALL_STATE(4583)] = 171510, + [SMALL_STATE(4584)] = 171517, + [SMALL_STATE(4585)] = 171524, + [SMALL_STATE(4586)] = 171531, + [SMALL_STATE(4587)] = 171538, + [SMALL_STATE(4588)] = 171545, + [SMALL_STATE(4589)] = 171552, + [SMALL_STATE(4590)] = 171559, + [SMALL_STATE(4591)] = 171566, + [SMALL_STATE(4592)] = 171573, + [SMALL_STATE(4593)] = 171580, + [SMALL_STATE(4594)] = 171587, + [SMALL_STATE(4595)] = 171594, + [SMALL_STATE(4596)] = 171601, + [SMALL_STATE(4597)] = 171608, + [SMALL_STATE(4598)] = 171615, + [SMALL_STATE(4599)] = 171622, + [SMALL_STATE(4600)] = 171629, + [SMALL_STATE(4601)] = 171636, + [SMALL_STATE(4602)] = 171643, + [SMALL_STATE(4603)] = 171650, + [SMALL_STATE(4604)] = 171657, + [SMALL_STATE(4605)] = 171664, + [SMALL_STATE(4606)] = 171671, + [SMALL_STATE(4607)] = 171678, + [SMALL_STATE(4608)] = 171685, + [SMALL_STATE(4609)] = 171692, + [SMALL_STATE(4610)] = 171699, + [SMALL_STATE(4611)] = 171706, + [SMALL_STATE(4612)] = 171713, + [SMALL_STATE(4613)] = 171720, + [SMALL_STATE(4614)] = 171727, + [SMALL_STATE(4615)] = 171734, + [SMALL_STATE(4616)] = 171741, + [SMALL_STATE(4617)] = 171748, + [SMALL_STATE(4618)] = 171755, + [SMALL_STATE(4619)] = 171762, + [SMALL_STATE(4620)] = 171769, + [SMALL_STATE(4621)] = 171776, + [SMALL_STATE(4622)] = 171783, + [SMALL_STATE(4623)] = 171790, + [SMALL_STATE(4624)] = 171797, + [SMALL_STATE(4625)] = 171804, + [SMALL_STATE(4626)] = 171811, + [SMALL_STATE(4627)] = 171818, + [SMALL_STATE(4628)] = 171825, + [SMALL_STATE(4629)] = 171832, + [SMALL_STATE(4630)] = 171839, + [SMALL_STATE(4631)] = 171846, + [SMALL_STATE(4632)] = 171853, + [SMALL_STATE(4633)] = 171860, + [SMALL_STATE(4634)] = 171867, + [SMALL_STATE(4635)] = 171874, + [SMALL_STATE(4636)] = 171881, + [SMALL_STATE(4637)] = 171888, + [SMALL_STATE(4638)] = 171895, + [SMALL_STATE(4639)] = 171902, + [SMALL_STATE(4640)] = 171909, + [SMALL_STATE(4641)] = 171916, + [SMALL_STATE(4642)] = 171923, + [SMALL_STATE(4643)] = 171930, + [SMALL_STATE(4644)] = 171937, + [SMALL_STATE(4645)] = 171944, + [SMALL_STATE(4646)] = 171951, + [SMALL_STATE(4647)] = 171958, + [SMALL_STATE(4648)] = 171965, + [SMALL_STATE(4649)] = 171972, + [SMALL_STATE(4650)] = 171979, + [SMALL_STATE(4651)] = 171986, + [SMALL_STATE(4652)] = 171993, + [SMALL_STATE(4653)] = 172000, + [SMALL_STATE(4654)] = 172007, + [SMALL_STATE(4655)] = 172014, + [SMALL_STATE(4656)] = 172021, + [SMALL_STATE(4657)] = 172028, + [SMALL_STATE(4658)] = 172035, + [SMALL_STATE(4659)] = 172042, + [SMALL_STATE(4660)] = 172049, + [SMALL_STATE(4661)] = 172056, + [SMALL_STATE(4662)] = 172063, + [SMALL_STATE(4663)] = 172070, + [SMALL_STATE(4664)] = 172077, + [SMALL_STATE(4665)] = 172084, + [SMALL_STATE(4666)] = 172091, + [SMALL_STATE(4667)] = 172098, + [SMALL_STATE(4668)] = 172105, + [SMALL_STATE(4669)] = 172112, + [SMALL_STATE(4670)] = 172119, + [SMALL_STATE(4671)] = 172126, + [SMALL_STATE(4672)] = 172133, + [SMALL_STATE(4673)] = 172140, + [SMALL_STATE(4674)] = 172147, + [SMALL_STATE(4675)] = 172154, + [SMALL_STATE(4676)] = 172161, + [SMALL_STATE(4677)] = 172168, + [SMALL_STATE(4678)] = 172175, + [SMALL_STATE(4679)] = 172182, + [SMALL_STATE(4680)] = 172189, + [SMALL_STATE(4681)] = 172196, + [SMALL_STATE(4682)] = 172203, + [SMALL_STATE(4683)] = 172210, + [SMALL_STATE(4684)] = 172217, + [SMALL_STATE(4685)] = 172224, + [SMALL_STATE(4686)] = 172231, + [SMALL_STATE(4687)] = 172238, + [SMALL_STATE(4688)] = 172245, + [SMALL_STATE(4689)] = 172252, + [SMALL_STATE(4690)] = 172259, + [SMALL_STATE(4691)] = 172266, + [SMALL_STATE(4692)] = 172273, + [SMALL_STATE(4693)] = 172280, + [SMALL_STATE(4694)] = 172287, + [SMALL_STATE(4695)] = 172294, + [SMALL_STATE(4696)] = 172301, + [SMALL_STATE(4697)] = 172308, + [SMALL_STATE(4698)] = 172315, + [SMALL_STATE(4699)] = 172322, + [SMALL_STATE(4700)] = 172329, + [SMALL_STATE(4701)] = 172336, + [SMALL_STATE(4702)] = 172343, + [SMALL_STATE(4703)] = 172350, + [SMALL_STATE(4704)] = 172357, + [SMALL_STATE(4705)] = 172364, + [SMALL_STATE(4706)] = 172371, + [SMALL_STATE(4707)] = 172378, + [SMALL_STATE(4708)] = 172385, + [SMALL_STATE(4709)] = 172392, + [SMALL_STATE(4710)] = 172399, + [SMALL_STATE(4711)] = 172406, + [SMALL_STATE(4712)] = 172413, + [SMALL_STATE(4713)] = 172420, + [SMALL_STATE(4714)] = 172427, + [SMALL_STATE(4715)] = 172434, + [SMALL_STATE(4716)] = 172441, + [SMALL_STATE(4717)] = 172448, + [SMALL_STATE(4718)] = 172455, + [SMALL_STATE(4719)] = 172462, + [SMALL_STATE(4720)] = 172469, + [SMALL_STATE(4721)] = 172476, + [SMALL_STATE(4722)] = 172483, + [SMALL_STATE(4723)] = 172490, + [SMALL_STATE(4724)] = 172497, + [SMALL_STATE(4725)] = 172504, + [SMALL_STATE(4726)] = 172511, + [SMALL_STATE(4727)] = 172518, + [SMALL_STATE(4728)] = 172525, + [SMALL_STATE(4729)] = 172532, + [SMALL_STATE(4730)] = 172539, + [SMALL_STATE(4731)] = 172546, + [SMALL_STATE(4732)] = 172553, + [SMALL_STATE(4733)] = 172560, + [SMALL_STATE(4734)] = 172567, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -198070,4725 +202693,4834 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4727), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4724), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4578), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3991), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), - [185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, .production_id = 1), - [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 1), - [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 1), REDUCE(sym__expression, 1, .production_id = 1), - [192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), - [200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), - [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4002), - [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), - [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), - [220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), - [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4269), - [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), - [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), - [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), - [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), - [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, .production_id = 1), + [189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 1), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 1), REDUCE(sym__expression, 1, .production_id = 1), + [194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), + [200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), + [202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), + [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), + [212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), + [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), + [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), + [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4494), + [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), + [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), - [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), - [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), - [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), - [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), + [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), + [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, .production_id = 1), [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), REDUCE(sym__expression, 1, .production_id = 1), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4581), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), - [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 71), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4282), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), + [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 77), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4344), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), - [521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 96), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 75), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), - [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 56), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 41), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(726), - [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4015), - [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4583), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2225), - [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2134), - [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2134), - [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(182), - [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(285), - [585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), - [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(284), - [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2108), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4581), - [596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(238), - [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(521), - [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(14), - [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(1114), - [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(458), - [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(513), - [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3469), - [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(918), - [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3253), - [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(809), - [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(811), - [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3973), - [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2516), - [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(211), - [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(216), - [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(217), - [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(63), - [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3552), - [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3830), - [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(802), - [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4528), - [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 42), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), - [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 99), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 57), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4362), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3386), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3045), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), - [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), - [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3068), - [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 100), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 97), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(737), + [552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4137), + [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4727), + [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2424), + [561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2208), + [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2208), + [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(110), + [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(283), + [573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), + [575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(282), + [578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2190), + [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4725), + [584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(137), + [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(534), + [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(14), + [593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(1256), + [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(447), + [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(499), + [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3601), + [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(898), + [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3412), + [611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(803), + [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(819), + [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4128), + [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2605), + [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(77), + [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(67), + [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(66), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(135), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3650), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3913), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(802), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4672), + [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 73), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 57), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), + [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 42), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 41), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 56), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4506), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3114), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), [761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 3), [763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4), - [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), - [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), - [815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), - [835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1), - [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), - [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), - [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(726), - [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4015), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4583), - [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2225), - [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2134), - [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2134), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(182), - [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(285), - [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(284), - [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2108), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4581), - [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(238), - [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(521), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), + [819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(737), + [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4137), + [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4727), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2424), + [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2208), + [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2208), + [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(110), + [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(283), + [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(282), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2190), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4725), + [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(137), + [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(534), [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(14), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1114), - [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(458), - [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(513), - [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3469), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(918), - [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3253), - [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(809), - [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(811), - [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3973), - [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2516), - [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(211), - [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(216), - [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(217), - [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(63), - [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3552), - [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3830), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1256), + [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(447), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(499), + [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3601), + [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(898), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3412), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(803), + [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(819), + [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4128), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2605), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(77), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(67), + [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(66), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(135), + [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3650), + [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3913), [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(802), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4528), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), - [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), - [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), - [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4672), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [1127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4, .production_id = 1), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4, .production_id = 1), [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4), [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), [1147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1), [1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [1151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), - [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1), [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [1167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 1), - [1169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 1), - [1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2, .production_id = 1), - [1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2, .production_id = 1), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [1167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 1), + [1175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 1), [1177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2), [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), [1183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), [1185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), - [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2278), - [1190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2278), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2227), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2227), - [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_translated_string, 2), - [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translated_string, 2), - [1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3), - [1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [1211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expression, 5), - [1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expression, 5), - [1215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, .production_id = 27), - [1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, .production_id = 27), - [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), - [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), - [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2), - [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2), - [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2), - [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2), - [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, .production_id = 9), - [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, .production_id = 9), - [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, .production_id = 31), - [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, .production_id = 31), - [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 3), - [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 3), - [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), - [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), - [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 4), - [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 4), - [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4), - [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4), - [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 22), - [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 22), - [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1), - [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1), - [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 2), - [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 2), - [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_process_substitution, 3), - [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_substitution, 3), - [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2284), + [1190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2284), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [1195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 22), + [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 22), + [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2), + [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2), + [1203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, .production_id = 27), + [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, .production_id = 27), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4), + [1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4), + [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_process_substitution, 3), + [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_substitution, 3), + [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expression, 5), + [1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expression, 5), + [1221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2), + [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2), + [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2450), + [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2450), + [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3), + [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3), + [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, .production_id = 31), + [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, .production_id = 31), + [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, .production_id = 9), + [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, .production_id = 9), + [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 3), + [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 3), + [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 2), + [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 2), + [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1), + [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1), + [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 4), + [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 4), + [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_translated_string, 2), + [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translated_string, 2), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), - [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(385), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(392), - [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [1289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2379), - [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(415), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(382), + [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4354), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(385), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [1291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2389), + [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(412), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 2), [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 2), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), - [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), + [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 1), [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 1), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(660), - [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2305), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(614), + [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2242), [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), - [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3369), - [1374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(664), - [1377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3262), - [1380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(706), - [1383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3970), - [1386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2608), - [1389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(147), - [1392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(151), - [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(153), - [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(138), - [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(422), - [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3870), - [1407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(657), - [1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4570), - [1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(587), - [1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2306), - [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), - [1421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2088), - [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), - [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3458), - [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(604), - [1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3312), - [1435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(637), - [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3984), - [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2555), - [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(202), - [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(203), - [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(220), - [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(109), - [1456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(596), - [1459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(876), - [1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4566), - [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), - [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), - [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), - [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), - [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), - [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 16), - [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 16), - [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), - [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), - [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(675), - [1524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2338), - [1527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3466), - [1530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(689), - [1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3317), - [1536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(902), - [1539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3935), - [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2637), - [1545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(271), - [1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(266), - [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(265), - [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(78), - [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(426), - [1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3881), - [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(683), - [1566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4576), - [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 15), - [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 15), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 2), - [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .production_id = 2), - [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 35), - [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 35), - [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), - [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), - [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [1603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(635), - [1606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2325), - [1609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2066), - [1612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3386), - [1615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(650), - [1618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3334), - [1621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(758), - [1624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4019), - [1627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2628), - [1630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(191), - [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(199), - [1636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(222), - [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(196), - [1642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(647), - [1645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(987), - [1648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4573), - [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(774), - [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2267), - [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3465), - [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(793), - [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3263), - [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1049), - [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4023), - [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2585), - [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(207), - [1678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(206), - [1681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(200), - [1684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(177), - [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(433), - [1690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3840), - [1693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(773), - [1696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4548), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(771), - [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2254), - [1737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3441), - [1740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(783), - [1743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3333), - [1746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(938), - [1749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4004), - [1752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2645), - [1755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(246), - [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(247), - [1761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(248), - [1764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(245), - [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(436), - [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3922), - [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(772), - [1776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4543), - [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), - [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), - [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), - [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), - [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), - [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), - [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 2), - [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 2), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), - [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), - [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), - [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), + [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3567), + [1374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(623), + [1377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3365), + [1380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(690), + [1383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4104), + [1386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2647), + [1389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(211), + [1392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(216), + [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(217), + [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(124), + [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(420), + [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3999), + [1407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(610), + [1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4714), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), + [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 2), + [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .production_id = 2), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), + [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 15), + [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 15), + [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 16), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 16), + [1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(570), + [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2273), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2129), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3540), + [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(573), + [1464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3342), + [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(622), + [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4136), + [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2567), + [1476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(170), + [1479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(171), + [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(172), + [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(102), + [1488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(595), + [1491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(782), + [1494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4711), + [1497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(711), + [1500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2291), + [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3482), + [1506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(670), + [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3399), + [1512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(864), + [1515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4085), + [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2700), + [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(272), + [1524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(267), + [1527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(266), + [1530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(195), + [1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(425), + [1536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4036), + [1539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(714), + [1542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4720), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 35), + [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 35), + [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), + [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), + [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(885), + [1642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2430), + [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3511), + [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(895), + [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3444), + [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1027), + [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4084), + [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2693), + [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(151), + [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(152), + [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(155), + [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(149), + [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(434), + [1678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4019), + [1681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(763), + [1684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4687), + [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(661), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2398), + [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2134), + [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3521), + [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(629), + [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3382), + [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(754), + [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4132), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2695), + [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(244), + [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(252), + [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(254), + [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(168), + [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(653), + [1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(977), + [1732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4717), + [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(794), + [1770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2404), + [1773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3582), + [1776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(828), + [1779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3385), + [1782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(966), + [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4121), + [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2616), + [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(258), + [1794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(265), + [1797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(268), + [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(220), + [1803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(438), + [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3944), + [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(793), + [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4692), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 1), [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 1), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [1883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1034), - [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1026), - [1889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(450), - [1892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3828), - [1895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1035), - [1898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(759), - [1901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2225), - [1904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2092), - [1907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3469), - [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(748), - [1913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3253), - [1916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(811), - [1919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3973), - [1922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2516), - [1925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(211), - [1928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(216), - [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(217), - [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(63), - [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(752), - [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1087), - [1943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4528), - [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(681), - [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2312), - [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), - [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), - [1956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3344), - [1959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(695), - [1962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3292), - [1965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(845), - [1968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3986), - [1971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2612), - [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(168), - [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(171), - [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(173), - [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(149), - [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(453), - [1989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(682), - [1992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4571), - [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), - [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), - [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(700), - [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2399), - [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2091), - [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3346), - [2027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(721), - [2030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3305), - [2033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(885), - [2036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3955), - [2039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2624), - [2042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(210), - [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(209), - [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(208), - [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(205), - [2054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(701), - [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1127), - [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4589), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), - [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [2133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(890), - [2136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2340), - [2139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3444), - [2142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(765), - [2145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3307), - [2148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1036), - [2151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3927), - [2154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2638), - [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(263), - [2160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(262), - [2163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(261), - [2166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(126), - [2169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(478), - [2172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(888), - [2175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4577), - [2178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(820), - [2181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2102), - [2184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(918), - [2187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(816), - [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), - [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), - [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), - [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), - [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1060), - [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2268), - [2236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3416), - [2239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1006), - [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3323), - [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1108), - [2248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3926), - [2251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2609), - [2254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(188), - [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(187), - [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(175), - [2263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(128), - [2266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(490), - [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(919), - [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4549), - [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), - [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), - [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), - [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), - [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [2313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(964), - [2316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2255), - [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3433), - [2322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(939), - [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3282), - [2328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1111), - [2331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4017), - [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2639), - [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(250), - [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(252), - [2343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(255), - [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(249), - [2349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(498), - [2352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(963), - [2355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4544), - [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), - [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [2364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1177), - [2367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1195), - [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(501), - [2373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1176), - [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [2378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), - [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), - [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3), - [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [2418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2), - [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2), - [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), - [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [2430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1326), - [2433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1310), - [2436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(519), - [2439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3797), - [2442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1328), - [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [2491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1422), - [2494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2276), - [2497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3448), - [2500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1485), - [2503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3265), - [2506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1422), - [2509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1537), - [2512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3992), - [2515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2518), - [2518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(212), - [2521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(136), - [2524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(185), - [2527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(197), - [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(529), - [2533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3821), - [2536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1421), - [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4553), - [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [2556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1283), - [2559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2069), - [2562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1261), - [2565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1282), - [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [2584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1), - [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), - [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [2590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), - [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), - [2594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3871), - [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), - [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [2609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1294), - [2612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2280), - [2615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2072), - [2618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3418), - [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1331), - [2624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3303), - [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1294), - [2630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1464), - [2633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3996), - [2636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2533), - [2639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(73), - [2642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(74), - [2645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(75), - [2648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(123), - [2651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1306), - [2654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1672), - [2657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4555), - [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), - [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3894), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), - [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [2695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1472), - [2698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1462), - [2701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(565), - [2704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1474), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4255), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [2729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3877), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [2740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3835), - [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), - [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [2749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1559), - [2752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2277), - [2755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3455), - [2758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1577), - [2761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3284), - [2764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1559), - [2767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1678), - [2770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3931), - [2773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2514), - [2776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(195), - [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(64), - [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(65), - [2785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(169), - [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(584), - [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1558), - [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4554), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), - [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), - [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 32), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 32), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), + [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(731), + [1888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2424), + [1891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2120), + [1894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3601), + [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(686), + [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3412), + [1903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(819), + [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4128), + [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2605), + [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(77), + [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(67), + [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(66), + [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(135), + [1924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(732), + [1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1193), + [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4672), + [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(748), + [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2255), + [1939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [1943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3547), + [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(740), + [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3369), + [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(905), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4079), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2659), + [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(221), + [1964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(223), + [1967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(227), + [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(130), + [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(449), + [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(747), + [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4715), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(728), + [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2336), + [2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2124), + [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3493), + [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(673), + [2017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3361), + [2020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(809), + [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4072), + [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2580), + [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(250), + [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(257), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(240), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(228), + [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(727), + [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1177), + [2047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4733), + [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 2), + [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 2), + [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1051), + [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1069), + [2068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(461), + [2071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3925), + [2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1040), + [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(824), + [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2136), + [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(898), + [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(822), + [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [2145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(871), + [2148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2300), + [2151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3562), + [2154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(840), + [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3406), + [2160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1060), + [2163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4055), + [2166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2699), + [2169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(264), + [2172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(263), + [2175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(262), + [2178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(208), + [2181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(481), + [2184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(869), + [2187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4721), + [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), + [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [2236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(963), + [2239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2403), + [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3553), + [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1042), + [2248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3368), + [2251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1125), + [2254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4052), + [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2604), + [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(239), + [2263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(237), + [2266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(232), + [2269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(234), + [2272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(492), + [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(962), + [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4693), + [2281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1064), + [2284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2427), + [2287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3479), + [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1036), + [2293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3457), + [2296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1248), + [2299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4065), + [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2717), + [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(161), + [2308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(165), + [2311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(166), + [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(156), + [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(494), + [2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1049), + [2323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4688), + [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), + [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), + [2340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [2348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), + [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), + [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), + [2368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2), + [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2), + [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3), + [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3), + [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [2412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1251), + [2415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1086), + [2418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(510), + [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1090), + [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1385), + [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1316), + [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(513), + [2435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3988), + [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1389), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1285), + [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2114), + [2459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1270), + [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1296), + [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [2503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1514), + [2506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2378), + [2509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3489), + [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1541), + [2515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3373), + [2518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1514), + [2521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1624), + [2524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4053), + [2527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2583), + [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(146), + [2533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(143), + [2536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(142), + [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(269), + [2542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(529), + [2545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3945), + [2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1521), + [2551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4697), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [2584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1350), + [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2407), + [2590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2108), + [2593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3566), + [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1376), + [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(3411), + [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1350), + [2605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1444), + [2608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4067), + [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(2573), + [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(108), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(119), + [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(129), + [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(196), + [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1351), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(1662), + [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), SHIFT_REPEAT(4699), + [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1), + [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), + [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), + [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4002), + [2644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), + [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), + [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [2678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4047), + [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [2705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1471), + [2708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1447), + [2711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(564), + [2714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1473), + [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [2723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3931), + [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4536), + [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2333), + [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2333), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), + [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [2756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 32), + [2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 32), + [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1), + [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [2774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3973), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), + [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), + [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 13), [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 13), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), - [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1), - [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [2871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2416), - [2874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2416), - [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [2879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3826), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [2908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [2910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [2916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3809), - [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2329), - [2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2329), - [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [2937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2224), - [2940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2224), - [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), - [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), - [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), - [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), - [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 20), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 20), - [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 7), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 7), - [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 8), - [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 8), - [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), - [3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), - [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), - [3023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2412), - [3026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2412), - [3029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2187), - [3032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2187), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [3037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2293), - [3040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2293), - [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2382), - [3052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2382), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4582), - [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 18), - [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 18), - [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 19), - [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 19), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [3077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(770), - [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), - [3082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2197), - [3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2197), - [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [3104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [3122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1051), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [3131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2348), - [3134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2348), - [3137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), - [3140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [3157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(974), - [3160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2199), - [3163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2199), - [3166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2260), - [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2260), - [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [3182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2326), - [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2326), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [3208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3855), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2333), - [3222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2333), - [3225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1136), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1133), - [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1181), - [3242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1078), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [3255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1130), - [3258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), - [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), - [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [3276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2285), - [3279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2285), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [3288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2196), - [3291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2196), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [3304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), - [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), - [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [3322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3814), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1272), - [3336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1276), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), - [3345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), - [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1264), - [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [3374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1269), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [3393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1325), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [3398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1301), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2354), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [3412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1312), - [3415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1300), - [3418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2485), - [3421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2954), - [3424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1664), - [3427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(411), - [3430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1680), - [3433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2100), - [3436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1184), - [3439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3112), - [3442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2319), - [3445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2669), - [3448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1453), - [3451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4453), - [3454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2438), - [3457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1307), - [3460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3782), - [3463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2021), - [3466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1480), - [3469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(923), - [3472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3111), - [3475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1063), - [3478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1711), - [3481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3602), - [3484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2190), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [3489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(896), - [3492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1109), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [3499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1598), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [3504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1032), - [3507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(784), - [3510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1048), - [3513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(722), - [3516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2565), - [3519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(869), - [3522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(673), - [3525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1174), - [3528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1536), - [3531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(362), - [3534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2040), - [3537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(913), - [3540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3601), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [3545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(346), - [3548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3734), - [3551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3482), - [3554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(875), - [3557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3537), - [3560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3751), - [3563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1582), - [3566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3138), - [3569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1961), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [3574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1882), - [3577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2743), - [3580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(619), - [3583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1116), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), - [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), - [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3981), - [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 39), - [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 39), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1560), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [3665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1609), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), - [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2231), - [3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), - [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [3787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2315), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [3800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2218), - [3803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1533), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [3810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1744), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_literal, 1), - [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_literal, 1), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 36), - [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 36), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 37), - [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 37), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [3845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2381), - [3848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), - [3850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2207), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 36), - [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 36), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [3863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1632), - [3866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1626), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), - [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 68), - [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, .production_id = 68), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 10), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 10), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1810), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), - [3948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), - [3954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [3986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1796), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), - [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 36), - [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 36), - [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), - [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), - [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_ternary_expression, 5, .production_id = 68), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [4083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1877), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [4096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1874), - [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), - [4189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), - [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), - [4193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), - [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), - [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), - [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3983), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), - [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [4265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1), - [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), - [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 10), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [4295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2519), - [4298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2289), - [4301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), - [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), - [4305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3341), - [4308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2605), - [4311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3304), - [4314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2692), - [4317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4014), - [4320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2659), - [4323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(96), - [4326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(97), - [4329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(98), - [4332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(184), - [4335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2522), - [4338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4558), - [4341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [4345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), - [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), - [4375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), - [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [4441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1), - [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), - [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1), - [4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), - [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [4519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 29), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3929), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [4691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), - [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), - [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3649), - [4722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2294), - [4725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2076), - [4728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3378), - [4731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3632), - [4734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3285), - [4737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3649), - [4740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3771), - [4743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3981), - [4746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2642), - [4749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(106), - [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(107), - [4755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(108), - [4758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(77), - [4761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3629), - [4764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3817), - [4767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4560), - [4770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [4786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1), - [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 11), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), - [4856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 3), - [4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 3), - [4860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 4), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 4), - [4864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), - [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), - [4868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [4880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), - [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), - [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [4928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [4948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), - [4950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), - [4952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), - [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), - [4956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2171), - [4959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2171), - [4962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3561), - [4965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3850), - [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), - [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [5020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2238), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [5027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2890), - [5030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2287), - [5033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3358), - [5036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2888), - [5039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3332), - [5042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2890), - [5045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2926), - [5048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3934), - [5051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2632), - [5054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(87), - [5057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(88), - [5060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(89), - [5063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(214), - [5066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2889), - [5069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4557), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), - [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), - [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), - [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), - [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [5182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), - [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), - [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [5232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 46), - [5234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), - [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), - [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), - [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [5330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), - [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), - [5426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), - [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), - [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), - [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), - [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), - [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3999), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), - [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), - [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), - [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [5740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2298), - [5743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [5755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), - [5763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), - [5765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), - [5767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [5773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [5779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [5785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [5797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [5833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [5839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [5851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [5857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [5863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [5869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [5873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [5895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [5899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [5903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [5917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), - [5919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [5925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), - [5927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [5951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), - [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [5969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), - [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [5975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [5979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), - [5981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [5997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [5999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [6005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [6015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [6017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [6043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [6045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [6047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), - [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [6077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [6083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [6087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [6101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [6103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), - [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [6111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), - [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [6125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [6127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [6133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [6135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), - [6137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [6145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [6147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), - [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [6151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [6157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [6169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [6177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), - [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [6203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [6205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [6209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [6211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [6227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [6233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [6235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [6249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [6251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), - [6263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [6271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [6273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [6275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), - [6277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [6283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [6285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [6287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [6295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [6297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [6301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [6303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [6317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), - [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [6323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [6325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [6327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [6365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [6377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [6379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [6385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), - [6387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), - [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [6399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [6405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [6407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [6413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [6417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), - [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), - [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [6447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), - [6467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), - [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), - [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [6513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [6517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [6543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), - [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [6673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2261), - [6676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2261), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [6683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), - [6685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4436), - [6688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2163), - [6691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), - [6693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2121), - [6696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3516), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [6703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), - [6705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [6715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2393), - [6718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2393), - [6721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), - [6723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), - [6725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3871), - [6728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignments, 2), - [6730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignments, 2), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [6738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), - [6740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2236), - [6743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2236), - [6746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [6748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [6752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), - [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [6758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3894), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [6765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2176), - [6768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2103), - [6771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3508), - [6774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2651), - [6777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), - [6779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), - [6781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), - [6783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), - [6785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), - [6787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), - [6789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2610), - [6792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2344), - [6795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2344), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [6806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [6820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [6828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), - [6830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), - [6832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [6836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 82), - [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [6844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [6862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), - [6864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), - [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 80), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [6870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 61), - [6872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 65), - [6874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 63), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 40), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 54), - [6894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3809), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [6899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4392), - [6902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2169), - [6905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2112), - [6908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3519), - [6911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2757), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [6932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 2), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [6954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2747), - [6957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2300), - [6960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2300), - [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 106), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [6969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3877), - [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [6974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2137), - [6977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2146), - [6980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3510), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [7001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), - [7003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2163), - [7006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), - [7008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3548), - [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [7017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), - [7019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [7023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2177), - [7026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2143), - [7029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3524), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [7038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3835), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [7113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2176), - [7116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3547), - [7119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 49), - [7121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 49), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [7155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 26), - [7157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 26), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [7161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2172), - [7164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2126), - [7167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3506), - [7170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3826), - [7173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 58), - [7175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 58), - [7177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 40), - [7179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 40), - [7181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 40), - [7183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 40), - [7185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 2), - [7187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 2), - [7189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 76), - [7191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 76), - [7193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 42), - [7195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 42), - [7197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [7199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [7201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 41), - [7203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 41), - [7205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 40), - [7207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 40), - [7209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 67), - [7211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 67), - [7213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2), - [7215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2), - [7217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 41), - [7219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 41), - [7221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 102), - [7223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 102), - [7225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 60), - [7227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 60), - [7229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 42), - [7231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 42), - [7233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2893), - [7236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [7238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [7240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), - [7242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), - [7244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 42), - [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 42), - [7248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 59), - [7250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 59), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [7254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), - [7256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), - [7258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2177), - [7261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3567), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [7268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 42), - [7270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 42), - [7272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 41), - [7274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 41), - [7276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2), - [7278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2), - [7280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 41), - [7282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 41), - [7284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 38), - [7286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 38), - [7288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 4), - [7290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 4), - [7292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), - [7294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), - [7296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [7298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), - [7300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [7302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2137), - [7305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3550), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [7310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2169), - [7313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3568), - [7316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 40), - [7318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 40), - [7320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 41), - [7322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 41), - [7324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), - [7326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [7330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 78), - [7332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 78), - [7334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 42), - [7336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 42), - [7338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 43), - [7340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 43), - [7342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), - [7344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), - [7346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 25), - [7348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 25), - [7350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), - [7352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), - [7354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5), - [7356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5), - [7358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4), - [7360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4), - [7362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), - [7364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), - [7366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [7376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2279), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [7391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2172), - [7394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3546), - [7397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 92), - [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 92), - [7401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 75), - [7403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4277), - [7406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2142), - [7409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2142), - [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4277), - [7415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2160), - [7418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3512), - [7421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 124), - [7423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 124), - [7425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 96), - [7427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 126), - [7429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 126), - [7431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 99), - [7433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [7437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 86), - [7439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 86), - [7441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 56), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 88), - [7447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 88), - [7449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 71), - [7451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 90), - [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 90), - [7455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 57), - [7457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 109), - [7459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 109), - [7461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 71), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [7469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 69), - [7471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 69), - [7473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 56), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [7477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 94), - [7479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 94), - [7481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 41), - [7483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 97), - [7485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 97), - [7487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 42), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [7491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 111), - [7493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 111), - [7495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 75), - [7497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3855), - [7500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 113), - [7502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 113), - [7504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 41), - [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 115), - [7508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 115), - [7510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 96), - [7512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2167), - [7515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2110), - [7518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3525), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [7523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 119), - [7525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 119), - [7527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 99), - [7529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 117), - [7531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 117), - [7533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 42), - [7535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 73), - [7537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 73), - [7539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 57), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [7543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 112), - [7545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 112), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [7549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 89), - [7551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 89), - [7553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 74), - [7555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 74), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [7559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 110), - [7561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 110), - [7563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 114), - [7565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 114), - [7567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 116), - [7569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 116), - [7571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3116), - [7574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 118), - [7576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 118), - [7578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 120), - [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 120), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [7584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4373), - [7587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2155), - [7590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2155), - [7593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4373), - [7596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2174), - [7599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3522), - [7602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 70), - [7604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 70), - [7606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 93), - [7608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 93), - [7610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 98), - [7612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 98), - [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [7616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 95), - [7618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 95), - [7620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2389), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [7627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [7631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [7641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 91), - [7643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 91), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [7647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 125), - [7649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 125), - [7651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 87), - [7653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 87), - [7655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 127), - [7657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 127), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [7661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2402), - [7664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3814), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [7669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), - [7671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2167), - [7674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3554), - [7677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3144), - [7680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3143), - [7683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [7685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [7687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), - [7689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), - [7691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), - [7693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [7695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_expression, 1, .production_id = 10), - [7697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [7699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [7701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [7707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2142), - [7710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2142), - [7713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3558), - [7716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2400), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [7729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3167), - [7732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2155), - [7735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2155), - [7738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3557), - [7741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), - [7743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [7745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [7749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [7751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [7757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [7759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [7763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [7765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3787), - [7767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), - [7769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), - [7771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [7773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [7793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [7795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), - [7797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), - [7799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), - [7801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [7803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [7805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [7807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [7809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [7811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), - [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), - [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), - [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), - [7825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), - [7827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), - [7829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), - [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [7837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [7839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), - [7843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), - [7845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), - [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), - [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), - [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), - [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), - [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), - [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [7869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), - [7871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [7873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), - [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3381), - [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [7881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [7883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [7885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), - [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), - [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [7897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), - [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [7905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), - [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), - [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), - [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), - [7915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [7917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2257), - [7920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3474), - [7923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [7925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3539), - [7928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2618), - [7931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(257), - [7934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(258), - [7937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(264), - [7940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), - [7942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [7944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [7946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [7948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), - [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [7952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [7954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [7956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [7958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [7962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [7964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), - [7966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [7968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [7970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), - [7972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), - [7976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), - [7978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [7980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [7982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [7984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [7986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [7988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), - [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [7992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [7994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), - [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), - [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), - [8002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [8004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [8008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), - [8010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3409), - [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), - [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), - [8022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [8024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), - [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), - [8028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [8030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), - [8034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [8036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), - [8038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [8040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [8042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [8044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), - [8046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [8048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), - [8050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [8052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [8054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [8056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), - [8062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), - [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), - [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), - [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [8074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), - [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), - [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), - [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [8092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [8094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), - [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), - [8098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [8100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [8104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), - [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), - [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [8116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3364), - [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), - [8122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [8124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), - [8126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [8132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), - [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), - [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), - [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), - [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [8150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [8152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), - [8154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [8156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), - [8158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [8164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), - [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), - [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [8176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), - [8178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [8180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), - [8182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), - [8190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [8192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [8194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), - [8196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), - [8198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [8202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [8204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [8206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [8208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [8210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), - [8212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), - [8214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [8216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [8218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [8220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), - [8222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [8224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [8228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), - [8234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [8236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [8238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [8240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [8242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), - [8244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [8246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [8248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [8250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [8252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2339), - [8255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2339), - [8258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [8266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [8268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [8270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [8272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [8274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [8276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [8278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [8280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [8282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [8284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [8286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [8288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), - [8290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [8292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [8294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), - [8296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [8300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2151), - [8303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3572), - [8306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3520), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [8311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), - [8319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), - [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), - [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [8349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 46), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [8375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), - [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [8379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [8383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), - [8385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [8387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [8391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [8399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), - [8401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [8403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [8405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [8407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [8415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), - [8417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [8419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), - [8421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [8425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [8429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3517), - [8432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2596), - [8435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(103), - [8438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(111), - [8441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(122), - [8444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3521), - [8447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), - [8449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [8453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [8459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [8461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [8465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [8477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [8481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [8485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [8489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 3, .production_id = 46), - [8491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), - [8493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [8497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), - [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [8505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [8509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [8513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [8515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [8517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4322), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4330), - [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [8547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [8549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [8551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [8557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [8563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [8565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4242), - [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [8577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2394), - [8580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2394), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [8595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3651), - [8598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [8610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [8612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), - [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [8628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [8632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [8638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [8662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [8666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), - [8668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), - [8670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [8676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [8688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [8696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 27), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [8700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [8702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [8708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 28), - [8710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), - [8712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), SHIFT_REPEAT(3790), - [8715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2366), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [8724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 6), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [8742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 48), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [8746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 47), - [8748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [8750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [8756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2417), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [8765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), - [8767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2720), - [8770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), - [8772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [8774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(286), - [8777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [8785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 46), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [8789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 77), - [8791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 42), - [8793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 41), - [8795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 71), - [8797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [8803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 99), - [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [8811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 56), - [8813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), - [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [8817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 57), - [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [8823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), - [8825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), SHIFT_REPEAT(3528), - [8828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [8832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2), - [8834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 75), - [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [8842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 41), - [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [8848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 42), - [8850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [8860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3916), - [8863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), - [8865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), - [8867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [8873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 2, .production_id = 10), - [8875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 96), - [8877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [8883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [8889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1, .production_id = 23), - [8891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1, .production_id = 23), - [8893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [8899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3838), - [8902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 1, .production_id = 10), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [8908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 66), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), - [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [8928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), - [8930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 72), - [8932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 72), SHIFT_REPEAT(2083), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [8937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [8941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2755), - [8944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [8974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 123), - [8976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 122), - [8978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 121), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [9004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 79), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [9012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 81), - [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [9024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 83), - [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [9028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 84), - [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [9032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 85), - [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [9048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 8, .production_id = 128), - [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [9054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 64), - [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [9060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 62), - [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [9064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [9090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), SHIFT_REPEAT(2368), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [9101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 108), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [9107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 107), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), - [9115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 105), - [9117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 104), - [9119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 103), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [9147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3005), - [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), - [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [9163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2744), - [9166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 55), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [9170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 10), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [9174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 2, .production_id = 10), - [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [9182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 1, .production_id = 10), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [9212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 46), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [9418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 100), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [9426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 101), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [9458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_operator, 2, .production_id = 45), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [9464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 2, .production_id = 10), - [9466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 44), - [9468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 10), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [9854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [9958] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), - [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1637), + [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2377), + [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3533), + [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1595), + [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3392), + [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1637), + [2845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1682), + [2848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4057), + [2851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2581), + [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(76), + [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(90), + [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(64), + [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(231), + [2866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(598), + [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1635), + [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4698), + [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [2893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2272), + [2896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2272), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 20), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 20), + [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3914), + [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [2928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [2930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3964), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), + [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), + [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [2981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2340), + [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2340), + [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [2991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2343), + [2994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2343), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [2999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [3003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2406), + [3006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2406), + [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2253), + [3026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2253), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [3031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(855), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4729), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2338), + [3055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2338), + [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 18), + [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 18), + [3062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [3072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2361), + [3075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2361), + [3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 7), + [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 7), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [3128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2323), + [3131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2323), + [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [3142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2261), + [3145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2261), + [3148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2364), + [3151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2364), + [3154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1076), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [3165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2355), + [3168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2355), + [3171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1000), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2), + [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [3202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3997), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [3213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1215), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [3222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1220), + [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_expression, 2, .production_id = 61), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), + [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [3243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1207), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [3248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2263), + [3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2263), + [3254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2239), + [3263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2239), + [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [3270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2321), + [3273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2321), + [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [3284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [3288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1119), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 1), + [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 1), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [3303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2416), + [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2416), + [3309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1141), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4732), + [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3957), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [3327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1284), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [3334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1298), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [3363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1265), + [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1269), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [3397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [3402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [3407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1318), + [3410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1327), + [3413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), + [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1310), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [3437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1378), + [3440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3159), + [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2235), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [3450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3697), + [3453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(796), + [3456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(409), + [3459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3906), + [3462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1081), + [3465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1332), + [3468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1001), + [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 2), + [3473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 2), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [3477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1228), + [3480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2991), + [3483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3629), + [3486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2715), + [3489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(770), + [3492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3882), + [3495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1462), + [3498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2110), + [3501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3856), + [3504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2477), + [3507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2087), + [3510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3150), + [3513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1736), + [3516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1572), + [3519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3345), + [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), + [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [3560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(624), + [3563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1681), + [3566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3197), + [3569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2792), + [3572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3716), + [3575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1574), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [3582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2035), + [3585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2327), + [3588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(762), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [3595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(757), + [3598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(358), + [3601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(817), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [3610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2621), + [3613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(712), + [3616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2521), + [3619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1024), + [3622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2008), + [3625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(906), + [3628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(946), + [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [3633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [3641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1904), + [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [3656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1117), + [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [3677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [3683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(346), + [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [3708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1562), + [3711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1709), + [3714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1003), + [3717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1441), + [3720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1182), + [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), + [3727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1550), + [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 39), + [3734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 39), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [3740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [3748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1566), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [3759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2301), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 3), + [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 3), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), + [3768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), + [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), + [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [3794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2229), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [3805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1598), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [3830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2415), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [3843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2363), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_literal, 1), + [3856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_literal, 1), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), + [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 36), + [3876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 36), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [3880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1735), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 37), + [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 37), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 36), + [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 36), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [3895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1645), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2233), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1661), + [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 10), + [3914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [3920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 10), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [3946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1867), + [3949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), + [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 70), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), + [3967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [4001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, .production_id = 70), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), + [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_ternary_expression, 5, .production_id = 70), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), + [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), + [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 36), + [4065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 36), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [4071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), + [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), + [4081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), + [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), + [4099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1840), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1880), + [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), + [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), + [4145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), + [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1931), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), + [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), + [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), + [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [4272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [4282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1), + [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1), + [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), + [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [4294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), + [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [4302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), + [4304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [4306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [4308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), + [4312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [4314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [4330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3732), + [4333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2303), + [4336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2056), + [4339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3486), + [4342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3741), + [4345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3443), + [4348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3732), + [4351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3845), + [4354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4126), + [4357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2646), + [4360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(95), + [4363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(96), + [4366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(97), + [4369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(246), + [4372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3750), + [4375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3731), + [4378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4704), + [4381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2572), + [4384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2330), + [4387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [4391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3504), + [4394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2703), + [4397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3453), + [4400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2741), + [4403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4110), + [4406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2629), + [4409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(85), + [4412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(86), + [4415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(88), + [4418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(131), + [4421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2569), + [4424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4702), + [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 10), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1), + [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [4537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), + [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), + [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 11), + [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [4619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), + [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [4659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), + [4661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), + [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 29), + [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4109), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), + [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), + [4727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), + [4737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [4799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [4811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [4819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 4), + [4821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 4), + [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [4827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [4837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [4839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [4843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), + [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3474), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [4879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [4895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [4903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [4911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 3), + [4913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 3), + [4915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [4919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), + [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [4945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [4957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1), + [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1), + [4983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), + [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), + [4987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [5003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), + [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), + [5015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), + [5017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), + [5019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2189), + [5022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2189), + [5025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3658), + [5028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3952), + [5031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [5037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2999), + [5047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), + [5085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [5091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [5093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [5097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 45), + [5099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [5125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [5137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2940), + [5140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2332), + [5143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3564), + [5146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2952), + [5149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3449), + [5152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2940), + [5155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2999), + [5158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4094), + [5161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2559), + [5164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(71), + [5167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(72), + [5170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(73), + [5173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(147), + [5176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2959), + [5179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4701), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [5188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [5222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2341), + [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), + [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [5243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 46), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), + [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), + [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [5295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [5301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), + [5303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [5305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), + [5307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [5331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [5347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [5351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [5359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), + [5361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [5365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), + [5377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [5381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [5389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [5391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [5415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2342), + [5418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), + [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), + [5430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), + [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), + [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), + [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [5486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [5498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), + [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), + [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), + [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), + [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [5556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), + [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [5666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [5678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [5702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), + [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), + [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), + [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [5896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [5902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3331), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), + [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), + [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [5964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), + [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), + [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), + [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), + [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), + [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [6154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [6162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), + [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), + [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), + [6226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4080), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), + [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), + [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), + [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), + [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [6328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), + [6348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [6360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [6368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), + [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [6392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), + [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [6424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [6428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [6430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), + [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [6440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), + [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [6444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), + [6448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [6456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [6458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [6460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [6464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [6466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [6474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [6476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [6478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [6494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [6496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [6504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2696), + [6506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [6510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [6512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), + [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [6516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [6518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), + [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3199), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [6526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [6528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [6530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [6532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [6534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [6536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), + [6540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [6544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [6548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [6552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [6556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [6558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [6560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [6562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [6568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [6570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [6572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [6576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [6578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), + [6580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [6582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [6584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [6586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [6588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [6600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [6602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [6604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [6606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [6608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [6610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [6612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [6614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [6616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [6618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [6620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [6622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [6628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [6632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [6634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [6636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [6638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [6642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [6644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), + [6646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [6652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [6656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [6658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [6660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [6664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [6670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [6672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [6674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), + [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [6680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [6682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [6686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [6688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [6690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [6692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [6696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [6698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [6700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [6702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [6704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [6712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [6714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [6716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [6720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [6724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [6726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [6728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [6732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [6734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2353), + [6737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2353), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [6744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [6746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4580), + [6749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2180), + [6752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [6754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2149), + [6757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3620), + [6760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [6764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignments, 2), + [6766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignments, 2), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [6774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), + [6776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), + [6778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2260), + [6781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2260), + [6784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [6786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [6788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4002), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [6799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4047), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [6804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [6808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2164), + [6811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2153), + [6814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3614), + [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), + [6821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), + [6823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), + [6825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2307), + [6828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2307), + [6831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), + [6833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), + [6835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), + [6837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), + [6839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), + [6841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), + [6843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2346), + [6846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2346), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [6851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [6855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2638), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [6862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2558), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [6877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [6891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [6897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 113), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [6905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3623), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [6929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [6931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [6933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [6937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [6939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), + [6955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), + [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), + [6959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [6967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 87), + [6969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 85), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [6973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [6975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2180), + [6978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [6980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3661), + [6983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3931), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [6990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4536), + [6993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2157), + [6996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2145), + [6999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3618), + [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [7028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2216), + [7031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2186), + [7034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3624), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [7041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [7043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2763), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [7056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 67), + [7058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 65), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [7072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 63), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [7082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3973), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [7095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 2), + [7097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [7099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [7109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2794), + [7112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2256), + [7115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2256), + [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [7140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3964), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [7147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 40), + [7149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2214), + [7152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2161), + [7155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3611), + [7158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 54), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [7164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2209), + [7167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2171), + [7170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3609), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [7175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 58), + [7177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 58), + [7179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2164), + [7182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3648), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [7191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [7209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [7225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 49), + [7227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 49), + [7229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 26), + [7231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 26), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [7255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3914), + [7258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 62), + [7260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 62), + [7262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5), + [7264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5), + [7266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [7268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [7270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [7272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [7274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [7276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [7278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 60), + [7280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 60), + [7282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 38), + [7284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 38), + [7286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 2), + [7288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 2), + [7290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 41), + [7292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 41), + [7294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 41), + [7296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 41), + [7298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [7300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [7302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 40), + [7304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 40), + [7306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), + [7308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), + [7310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 41), + [7312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 41), + [7314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 4), + [7316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 4), + [7318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 108), + [7320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 108), + [7322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 25), + [7324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 25), + [7326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4), + [7328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4), + [7330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [7332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [7334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 40), + [7336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 40), + [7338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), + [7340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), + [7342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 128), + [7344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 128), + [7346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [7348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [7350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 43), + [7352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 43), + [7354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [7356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [7358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 41), + [7360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 41), + [7362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 107), + [7364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 107), + [7366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 40), + [7368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 40), + [7370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2216), + [7373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3664), + [7376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), + [7378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), + [7380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), + [7382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), + [7384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 69), + [7386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 69), + [7388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 41), + [7390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 41), + [7392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [7394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [7396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 78), + [7398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 78), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [7402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), + [7404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), + [7406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), + [7408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), + [7410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2), + [7412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2), + [7414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2), + [7416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2), + [7418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [7420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [7422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2157), + [7425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3647), + [7428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 83), + [7430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 83), + [7432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), + [7434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), + [7436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [7438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 40), + [7440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 40), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [7444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2214), + [7447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3665), + [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [7456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2942), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [7471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2286), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [7476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2209), + [7479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3649), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [7488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 103), + [7490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 103), + [7492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 77), + [7494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 124), + [7496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 124), + [7498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 100), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 75), + [7508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 75), + [7510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 57), + [7512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3997), + [7515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 91), + [7517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 91), + [7519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 56), + [7521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 71), + [7523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 71), + [7525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [7527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2143), + [7530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2166), + [7533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3610), + [7536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 132), + [7538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 132), + [7540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 97), + [7542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), + [7544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), + [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [7550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), + [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), + [7554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_expression, 1, .production_id = 10), + [7556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [7558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 93), + [7566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 93), + [7568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 73), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [7572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [7576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 95), + [7578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 95), + [7580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 41), + [7582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 98), + [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 98), + [7586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [7588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 101), + [7590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 101), + [7592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 57), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [7596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 134), + [7598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 134), + [7600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 100), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [7608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4421), + [7611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2182), + [7614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2182), + [7617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4421), + [7620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2156), + [7623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3613), + [7626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 116), + [7628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 116), + [7630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 73), + [7632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 118), + [7634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 118), + [7636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 41), + [7638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 120), + [7640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 120), + [7642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 97), + [7644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 122), + [7646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 122), + [7648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 42), + [7650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 126), + [7652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 126), + [7654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 77), + [7656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3957), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [7663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 76), + [7665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 76), + [7667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 133), + [7669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 133), + [7671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 72), + [7673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 72), + [7675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 92), + [7677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 92), + [7679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 117), + [7681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 117), + [7683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 135), + [7685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 135), + [7687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 94), + [7689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 94), + [7691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 127), + [7693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 127), + [7695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 96), + [7697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 96), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [7703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 99), + [7705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 99), + [7707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 121), + [7709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 121), + [7711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 125), + [7713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 125), + [7715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4517), + [7718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2220), + [7721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2220), + [7724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4517), + [7727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2163), + [7730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3616), + [7733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 123), + [7735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 123), + [7737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 102), + [7739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 102), + [7741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2274), + [7744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 104), + [7746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 104), + [7748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 119), + [7750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 119), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [7760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [7768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2249), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [7777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3146), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [7782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3193), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [7787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [7789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2335), + [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [7796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2143), + [7799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3654), + [7802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3229), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [7807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2182), + [7810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2182), + [7813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3657), + [7816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [7818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [7820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [7830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [7832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [7834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3686), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [7844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3236), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [7849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2220), + [7852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2220), + [7855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3655), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), + [7866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [7870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [7876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [7878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [7886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3908), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [7898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), + [7900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [7902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2306), + [7905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2306), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [7922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), + [7924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [7926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), + [7928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), + [7930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [7932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [7934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [7936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), + [7938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [7940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), + [7942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [7944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), + [7946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [7948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), + [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [7952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), + [7954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [7956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), + [7958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), + [7962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [7964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [7966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), + [7968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [7970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [7972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), + [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [7976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), + [7978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [7980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), + [7982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [7984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), + [7986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [7988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), + [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [7992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), + [7994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [8000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2426), + [8003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3606), + [8006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [8008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3627), + [8011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2690), + [8014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(176), + [8017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(184), + [8020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(188), + [8023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), + [8025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [8027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [8029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [8031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), + [8039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), + [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [8043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [8045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 1, .production_id = 10), + [8047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), + [8049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), + [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), + [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [8057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [8059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), + [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [8063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), + [8067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [8071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), + [8075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [8077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [8079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), + [8083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), + [8087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [8089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), + [8091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), + [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), + [8097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), + [8099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), + [8103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), + [8105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [8107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), + [8109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [8111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [8113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [8115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), + [8117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [8119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [8121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [8123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [8125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [8127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [8129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), + [8133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), + [8135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [8139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), + [8141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), + [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3570), + [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), + [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [8155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), + [8157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [8159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [8161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), + [8163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [8165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), + [8171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), + [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [8175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [8177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [8179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), + [8183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [8185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [8187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [8189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [8191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [8199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [8201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [8203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [8205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [8207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), + [8209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [8211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [8213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [8217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [8219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), + [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [8223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), + [8225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), + [8227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), + [8229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [8231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), + [8233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3602), + [8237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), + [8239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), + [8241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [8243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), + [8245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [8247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), + [8249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), + [8251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), + [8253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [8255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [8257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), + [8259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), + [8261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), + [8263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), + [8265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [8267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), + [8269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), + [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [8277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), + [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [8285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3188), + [8287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [8289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), + [8291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2212), + [8294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3670), + [8297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [8299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [8301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [8303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [8305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [8307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), + [8309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [8311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), + [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [8315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [8319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), + [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [8325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), + [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [8329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), + [8331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [8333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), + [8335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [8337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), + [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [8341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), + [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), + [8345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), + [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), + [8355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), + [8359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), + [8361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [8365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3477), + [8368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), + [8370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [8372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), + [8374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [8376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [8378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [8380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), + [8382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [8384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), + [8386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [8388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [8390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [8392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [8394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [8396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), + [8398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [8400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [8402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [8404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [8406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [8408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [8410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), + [8412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [8414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [8416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), + [8418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [8420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [8422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [8424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), + [8426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [8428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [8430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [8432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), + [8434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), + [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [8438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [8440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), + [8442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [8444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [8446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [8448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [8450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [8452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), + [8454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [8456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [8458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [8460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [8462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [8464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), + [8466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), + [8468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [8470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [8472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [8474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [8476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [8480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [8482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [8484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [8486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), + [8488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [8490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3619), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [8502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), + [8504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [8506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [8508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), + [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [8512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [8520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [8526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [8530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 46), + [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [8534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4429), + [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [8538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [8544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), + [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [8548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), + [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [8554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), + [8556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [8558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [8562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [8568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3619), + [8571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2636), + [8574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(185), + [8577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(189), + [8580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(192), + [8583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3617), + [8586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [8590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [8594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), + [8596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), + [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [8600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [8604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [8606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [8608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [8610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [8612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [8614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [8618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [8624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), + [8626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [8634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 3, .production_id = 46), + [8636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [8638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), + [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [8644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 2, .production_id = 45), + [8646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [8648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), + [8650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [8652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), + [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [8656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [8658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [8662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [8664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), + [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [8670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [8674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [8676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [8678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [8682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [8694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [8696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [8698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [8708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [8712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [8716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [8718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2439), + [8721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2439), + [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [8726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [8730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [8734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [8736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3752), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [8751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [8763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [8765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [8781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), + [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [8785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), + [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), + [8789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4353), + [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [8811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [8815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [8823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [8831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [8845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), + [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [8857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 42), + [8859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 41), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [8863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 79), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [8867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 46), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [8873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 45), + [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [8877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 59), + [8879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [8881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(279), + [8884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), + [8886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2804), + [8889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), + [8891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 48), + [8893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [8895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [8899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 47), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [8905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), + [8907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), SHIFT_REPEAT(3877), + [8910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 27), + [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [8914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 28), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [8920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 1, .production_id = 10), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [8924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2302), + [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [8931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 6), + [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [8941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [8943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [8953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2227), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [8960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [8962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [8968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 100), + [8970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [8976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 57), + [8978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), + [8984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [8986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), + [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [8990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), SHIFT_REPEAT(3333), + [8993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), + [8995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3965), + [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [9000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2), + [9002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 73), + [9004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [9010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 41), + [9012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), + [9014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [9016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [9018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [9022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 77), + [9024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [9030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [9036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), + [9038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), + [9040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 1, .production_id = 10), + [9042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4007), + [9045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [9051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 2, .production_id = 10), + [9053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [9059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1, .production_id = 23), + [9061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1, .production_id = 23), + [9063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 97), + [9065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [9071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [9077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 74), + [9079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 74), SHIFT_REPEAT(2084), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [9090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [9098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 131), + [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [9102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 130), + [9104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 129), + [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [9108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [9110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [9116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [9118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [9120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), + [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [9126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [9130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [9132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [9144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), + [9146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 8, .production_id = 136), + [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [9174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 68), + [9176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 66), + [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [9186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), + [9188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 115), + [9190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [9194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 64), + [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [9214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 114), + [9216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), SHIFT_REPEAT(2337), + [9219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 112), + [9221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 111), + [9223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 110), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [9257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), + [9259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 84), + [9261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 86), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [9277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 88), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [9281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 89), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [9293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 90), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [9297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2740), + [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [9302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2808), + [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), + [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [9315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 55), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), + [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [9345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 2, .production_id = 10), + [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [9349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 10), + [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [9359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 1, .production_id = 10), + [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [9379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [9387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [9395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [9403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 80), + [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [9407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 81), + [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [9413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 46), + [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [9425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [9429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [9481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [9511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 3, .production_id = 45), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [9649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 2, .production_id = 10), + [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [9663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_operator, 2, .production_id = 45), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [9667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 105), + [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [9671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 106), + [9673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 44), + [9675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 10), + [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), + [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), + [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), + [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [9953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [10067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [10173] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), + [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), + [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), + [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), + [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), + [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), + [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), }; enum ts_external_scanner_symbol_identifiers { @@ -202805,18 +207537,19 @@ enum ts_external_scanner_symbol_identifiers { ts_external_token_regex = 10, ts_external_token__regex_no_slash = 11, ts_external_token__regex_no_space = 12, - ts_external_token_extglob_pattern = 13, - ts_external_token__bare_dollar = 14, - ts_external_token__brace_start = 15, - ts_external_token__immediate_double_hash = 16, - ts_external_token__external_expansion_sym_hash = 17, - ts_external_token__external_expansion_sym_bang = 18, - ts_external_token__external_expansion_sym_equal = 19, - ts_external_token_RBRACE = 20, - ts_external_token_RBRACK = 21, - ts_external_token_LT_LT = 22, - ts_external_token_LT_LT_DASH = 23, - ts_external_token_heredoc_redirect_token1 = 24, + ts_external_token__word_in_replacement = 13, + ts_external_token_extglob_pattern = 14, + ts_external_token__bare_dollar = 15, + ts_external_token__brace_start = 16, + ts_external_token__immediate_double_hash = 17, + ts_external_token__external_expansion_sym_hash = 18, + ts_external_token__external_expansion_sym_bang = 19, + ts_external_token__external_expansion_sym_equal = 20, + ts_external_token_RBRACE = 21, + ts_external_token_RBRACK = 22, + ts_external_token_LT_LT = 23, + ts_external_token_LT_LT_DASH = 24, + ts_external_token_heredoc_redirect_token1 = 25, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { @@ -202833,6 +207566,7 @@ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_regex] = sym_regex, [ts_external_token__regex_no_slash] = sym__regex_no_slash, [ts_external_token__regex_no_space] = sym__regex_no_space, + [ts_external_token__word_in_replacement] = sym__word_in_replacement, [ts_external_token_extglob_pattern] = sym_extglob_pattern, [ts_external_token__bare_dollar] = sym__bare_dollar, [ts_external_token__brace_start] = sym__brace_start, @@ -202847,7 +207581,7 @@ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_heredoc_redirect_token1] = aux_sym_heredoc_redirect_token1, }; -static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { +static const bool ts_external_scanner_states[82][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token_heredoc_start] = true, [ts_external_token_simple_heredoc_body] = true, @@ -202862,6 +207596,7 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_regex] = true, [ts_external_token__regex_no_slash] = true, [ts_external_token__regex_no_space] = true, + [ts_external_token__word_in_replacement] = true, [ts_external_token_extglob_pattern] = true, [ts_external_token__bare_dollar] = true, [ts_external_token__brace_start] = true, @@ -202977,17 +207712,17 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { }, [15] = { [ts_external_token_file_descriptor] = true, - [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, - [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, [16] = { [ts_external_token_file_descriptor] = true, + [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, + [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, @@ -202998,11 +207733,6 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, }, [18] = { - [ts_external_token_test_operator] = true, - [ts_external_token_RBRACK] = true, - [ts_external_token_LT_LT] = true, - }, - [19] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203012,6 +207742,11 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT_DASH] = true, [ts_external_token_heredoc_redirect_token1] = true, }, + [19] = { + [ts_external_token_test_operator] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + }, [20] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, @@ -203023,14 +207758,24 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { }, [21] = { [ts_external_token_test_operator] = true, - [ts_external_token__regex_no_space] = true, + [ts_external_token_extglob_pattern] = true, [ts_external_token__brace_start] = true, }, [22] = { [ts_external_token_test_operator] = true, + [ts_external_token__regex_no_space] = true, [ts_external_token__brace_start] = true, }, [23] = { + [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, + }, + [24] = { + [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token_LT_LT] = true, + }, + [25] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, @@ -203039,40 +207784,37 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [24] = { - [ts_external_token__concat] = true, + [26] = { [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = true, [ts_external_token_LT_LT] = true, }, - [25] = { + [27] = { [ts_external_token_test_operator] = true, [ts_external_token_extglob_pattern] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [26] = { + [28] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, + [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [27] = { + [29] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, - [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [28] = { - [ts_external_token_LT_LT] = true, - }, - [29] = { + [30] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, @@ -203080,102 +207822,114 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [30] = { + [31] = { [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = true, + [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, }, - [31] = { + [32] = { + [ts_external_token_LT_LT] = true, + }, + [33] = { + [ts_external_token__concat] = true, + [ts_external_token_LT_LT] = true, + }, + [34] = { + [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + }, + [35] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [32] = { + [36] = { [ts_external_token_file_descriptor] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [33] = { - [ts_external_token_test_operator] = true, - [ts_external_token_extglob_pattern] = true, - [ts_external_token__brace_start] = true, + [37] = { + [ts_external_token_LT_LT] = true, + [ts_external_token_heredoc_redirect_token1] = true, }, - [34] = { + [38] = { [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [35] = { - [ts_external_token_LT_LT] = true, - [ts_external_token_heredoc_redirect_token1] = true, - }, - [36] = { + [39] = { [ts_external_token__immediate_double_hash] = true, [ts_external_token__external_expansion_sym_hash] = true, [ts_external_token__external_expansion_sym_bang] = true, [ts_external_token__external_expansion_sym_equal] = true, [ts_external_token_RBRACE] = true, }, - [37] = { + [40] = { [ts_external_token__empty_value] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, }, - [38] = { + [41] = { + [ts_external_token_test_operator] = true, + [ts_external_token__word_in_replacement] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_RBRACE] = true, + }, + [42] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, }, - [39] = { + [43] = { [ts_external_token__immediate_double_hash] = true, [ts_external_token_RBRACE] = true, }, - [40] = { - [ts_external_token_file_descriptor] = true, - [ts_external_token_RBRACK] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, - }, - [41] = { + [44] = { [ts_external_token_test_operator] = true, [ts_external_token_regex] = true, [ts_external_token__brace_start] = true, }, - [42] = { - [ts_external_token_test_operator] = true, - [ts_external_token__brace_start] = true, - [ts_external_token_RBRACE] = true, - }, - [43] = { + [45] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [44] = { + [46] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, + }, + [47] = { [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, [ts_external_token_RBRACK] = true, }, - [45] = { + [48] = { [ts_external_token_heredoc_redirect_token1] = true, }, - [46] = { + [49] = { [ts_external_token__immediate_double_hash] = true, }, - [47] = { + [50] = { [ts_external_token_file_descriptor] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [48] = { + [51] = { [ts_external_token_variable_name] = true, }, - [49] = { + [52] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203183,14 +207937,14 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT_DASH] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [50] = { + [53] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [51] = { + [54] = { [ts_external_token__concat] = true, [ts_external_token__immediate_double_hash] = true, [ts_external_token__external_expansion_sym_hash] = true, @@ -203198,119 +207952,128 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__external_expansion_sym_equal] = true, [ts_external_token_RBRACE] = true, }, - [52] = { + [55] = { [ts_external_token_variable_name] = true, [ts_external_token__external_expansion_sym_hash] = true, [ts_external_token__external_expansion_sym_bang] = true, [ts_external_token__external_expansion_sym_equal] = true, [ts_external_token_RBRACE] = true, }, - [53] = { + [56] = { [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [54] = { + [57] = { [ts_external_token_file_descriptor] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [55] = { + [58] = { [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, }, - [56] = { - [ts_external_token_file_descriptor] = true, - [ts_external_token__concat] = true, - [ts_external_token_RBRACK] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, - }, - [57] = { + [59] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [58] = { - [ts_external_token_file_descriptor] = true, - [ts_external_token__concat] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, - }, - [59] = { - [ts_external_token_variable_name] = true, - [ts_external_token_RBRACE] = true, - }, [60] = { + [ts_external_token_variable_name] = true, + [ts_external_token__word_in_replacement] = true, [ts_external_token_RBRACE] = true, }, [61] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, - [ts_external_token_heredoc_redirect_token1] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, }, [62] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token__concat] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, [63] = { - [ts_external_token__heredoc_body_middle] = true, - [ts_external_token_heredoc_end] = true, + [ts_external_token_file_descriptor] = true, + [ts_external_token__concat] = true, + [ts_external_token_heredoc_redirect_token1] = true, }, [64] = { - [ts_external_token__concat] = true, + [ts_external_token_RBRACE] = true, }, [65] = { - [ts_external_token_RBRACE] = true, - [ts_external_token_heredoc_redirect_token1] = true, + [ts_external_token_variable_name] = true, + [ts_external_token__word_in_replacement] = true, }, [66] = { - [ts_external_token__concat] = true, + [ts_external_token_RBRACE] = true, [ts_external_token_heredoc_redirect_token1] = true, }, [67] = { - [ts_external_token__concat] = true, - [ts_external_token_RBRACE] = true, + [ts_external_token__heredoc_body_middle] = true, + [ts_external_token_heredoc_end] = true, }, [68] = { - [ts_external_token_regex] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, }, [69] = { + [ts_external_token__concat] = true, + }, + [70] = { + [ts_external_token__concat] = true, + [ts_external_token_heredoc_redirect_token1] = true, + }, + [71] = { + [ts_external_token_regex] = true, + }, + [72] = { + [ts_external_token__concat] = true, + [ts_external_token_RBRACE] = true, + }, + [73] = { [ts_external_token_simple_heredoc_body] = true, [ts_external_token__heredoc_body_beginning] = true, }, - [70] = { + [74] = { [ts_external_token__external_expansion_sym_hash] = true, [ts_external_token__external_expansion_sym_bang] = true, [ts_external_token__external_expansion_sym_equal] = true, [ts_external_token_RBRACE] = true, }, - [71] = { + [75] = { + [ts_external_token__regex_no_slash] = true, + [ts_external_token_RBRACE] = true, + }, + [76] = { [ts_external_token__concat] = true, [ts_external_token__external_expansion_sym_hash] = true, [ts_external_token__external_expansion_sym_bang] = true, [ts_external_token__external_expansion_sym_equal] = true, [ts_external_token_RBRACE] = true, }, - [72] = { + [77] = { + [ts_external_token_extglob_pattern] = true, + }, + [78] = { [ts_external_token_regex] = true, [ts_external_token_RBRACE] = true, }, - [73] = { + [79] = { [ts_external_token_heredoc_end] = true, }, - [74] = { + [80] = { [ts_external_token_RBRACK] = true, }, - [75] = { + [81] = { [ts_external_token_heredoc_start] = true, }, - [76] = { - [ts_external_token__regex_no_slash] = true, - }, }; #ifdef __cplusplus